/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
	font-family: "shift",serif !important;
}
#main-content {
	min-height: 100vh !important;
}
.elipse_msg {
	background-color: #104768;
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	width: 192px;
	height: 192px;
	border-radius: 96px;
	text-align: center;
	line-height: 25px;
	display: flex;
  	align-content: center;
  	justify-content: center;
  	flex-direction: column;
	transform: rotate(5deg);	
}
.elipse_msg .txt_white {
	color: white;
}
.elipse_msg .txt_blue {
	color: #2FE2C4;
}
.electrique {
	color: #2FE2C4;
	font-weight: bold;
}
.linkedin, .phone, .map {
	pointer-events: none;
}
.linkedin a, .phone a, .map a {
    pointer-events: auto;
}
.linkedin:hover, .phone:hover, .map:hover {
	background-color: #E0F2FD;
}
body .et_pb_button:after {
	content: url('/wp-content/themes/divi-child/assets/svg/Rond-vert-blanc.svg') !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	opacity: 1 !important;
}
body .et_pb_button:hover:after {
	content: url('/wp-content/themes/divi-child/assets/svg/Rond-vert-bleu.svg') !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	opacity: 1 !important;
}
.et_pb_toggle_title_container {
	min-height: 61px;
	background-color: #104768;
	border-radius: 30px;
	padding-left: 40px !important;
	padding-right: 40px !important;
	display: flex;
  	align-items: center;
}
.et_pb_toggle_title {
	color: white !important;
	font-weight: 300;
	line-height: 1.2em;
	width: 100%;
}
.et_pb_toggle_title .cas {
	color: #2fe2c4;
	font-weight: bold;
}
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\21" !important;
  	color: #FFFFFF;
  	font-family: ETmodules !important;
  	font-weight: 400 !important;	
}
.entry-content .et_pb_section  ul {
  	list-style: none !important;
}
.entry-content .et_pb_section ul > li {
  	clear: left;
  	padding: .5rem 0 .5rem 30px;
}
.entry-content #price ul > li {
	clear: left;
  	padding: 2rem 0 2rem 30px;
  	line-height: 22px;
  	font-size: 17px;
}
.entry-content .et_pb_section ul > li:before {
  	content: "";
  	height: 14px;
  	width: 14px;
  	display: block;
  	float: left;
  	margin-left: -14px;
  	background-repeat: no-repeat;
  	background: url("/wp-content/themes/divi-child/assets/svg/Rond-vert-bleu.svg");
  	background-size: cover;
  	background-position: center;
  	padding: 0;
  	margin-right: 10px;
  	margin-top: 5px;
}

.dipi-lottie-wrapper {
	flex-direction: row !important;
  	flex-wrap: wrap;
  	width: 100%;
}
.dipi-lottie-wrapper .dipi-lottie-icon {
	max-width: 30px !important;
  	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 1;
}
.dipi-lottie-wrapper .dipi-lottie-content {
	padding: 0 20px;
  	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 1;	
}

/*** Bouton ***/
a.et_pb_button {
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}
body a.et_pb_button.hover-vert:hover {
	background-color: #2FE2C4 !important;
	border-color: #104768 !important;
	color: white !important;	
}
body a.et_pb_button.hover-blue:hover {
	background-color: #104768 !important;
	border-color: #2FE2C4 !important;
	color: white !important;	
}

.link_underline {
	text-decoration: underline;
	color: #104768;
	font-weight: 300;
	font-size: 14px;
}
.link_underline:hover {
	font-weight: bold;
}

/*** Team ***/

.team > div {
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-gap: 10px;
}
.team .dipi_image_mask {
	margin-left: auto;
	margin-right: auto;
}
.team .dipi-image-mask--mask image {
	filter: grayscale(100%);
}
.team .dipi-image-mask--mask image:hover {
	filter: none;
}

/** Slider content **/

.content-slider-gradations-wrapper {display: none;}
.dipi_content_slider_0 .content-slider-label {
	overflow: visible !important;
}
.dipi_content_slider_child_2.dipi_content_slider_child .content-slider-item .content-slider-label, .dipi_content_slider_child_2.dipi_content_slider_child .content-slider-item.active .content-slider-label {
	padding-right: 100px !important;
}
.content-slider-item .content-slider-label:before {
  	content: "";
	height: 25px;
  	width: 25px;
  	display: block;
  	float: left;
  	margin-left: 0;
  	padding: 0 10px;
  	margin: 3px 10px;
}
.content-slider-item .content-slider-label.label-1:before {
  	content: "";
  	background-repeat: no-repeat;
  	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-methodo.svg");
  	background-position: center;
}
.content-slider-item .content-slider-label.label-2:before {
  	content: "";
  	background-repeat: no-repeat;
  	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-metrique.svg");
  	background-position: center;
}
.content-slider-item .content-slider-label.label-3:before {
  	content: "";
  	background-repeat: no-repeat;
  	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-equipe.svg");
  	background-position: center;
}


.content-slider-item.active .content-slider-label.label-1:before {
  	content: "";
	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-methodo-roll.svg");
  	background-repeat: no-repeat;
  	background-position: center;
}
.content-slider-item.active .content-slider-label.label-2:before {
  	content: "";
  	background-repeat: no-repeat;
  	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-metrique-roll.svg");
  	background-position: center;
}
.content-slider-item.active .content-slider-label.label-3:before {
  	content: "";
  	background-repeat: no-repeat;
  	background-image: url("/wp-content/themes/divi-child/assets/svg/picto-equipe-roll.svg");
  	background-position: center;
}
.content-slider-item.active .content-slider-label {
	  box-shadow: 0px 1px 60px 10px rgba(47, 226, 196, 0.6) !important;	
}
#benefices .et_pb_top_inside_divider, #contact .et_pb_top_inside_divider, #valeurs .et_pb_top_inside_divider, #valeurs .et_pb_bottom_inside_divider {
	background-size: 300% 100px;
}

/** Carousel Valeurs **/

.nos-valeurs {
	color: white;
  	font-size: 18px;
  	font-weight: 300;
	text-align: center;
  	margin-bottom: -60px;
  	margin-top: 30px;
}
.dipi_carousel_0 .swiper-container {
	height: 500px;
}
.dipi_carousel .swiper-container .dipi_carousel_child {
	align-self: center;
}
.dipi-carousel-item-desc p {
	line-height: 20px;
}
.swiper-button-next, .swiper-button-prev {
	top: 85% !important;
}
.dipi_carousel_child .dipi-carousel-item-content {
	padding: 30px !important;
}
#contact .et_pb_top_inside_divider:before {
	content: "";
	background-repeat: no-repeat;
  	background: url("/wp-content/uploads/2023/10/equipe-fleche.png");
  	background-size: cover;
  	background-position: center;
	position: absolute;
	right: 50px;
	top: -150px;
	width: calc(960px / 2);
	height: calc(493px / 2);
	z-index: 99;
}

/** blog **/
.blog .et_pb_post {
	display: flex;
  	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.blog .columnR {
	flex: 1;
	padding-left: 20px;
}
.blog .columnL {
	max-width: 200px;
	max-height: 200px;
}

/**  Price **/

#price .item-price .content {
  	border-width: 1px;
  	border-color: #104768;
  	border-style: solid;
  	border-top: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;	
	text-align: center;
	font-size: 14px;
  	font-weight: 500;
  	line-height: 20px;
  	padding: 6% 8%;
  	margin: 0 auto;
	height: 350px;
	background-color: white;
}
#price .item-price .color {
	color: white;
	height: 218px;
	text-align: center;
	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
  	border-width: 1px;
  	border-color: #104768;
  	border-style: solid;	
}
#price .item-price .color.dark {
	background-color: #104768;
}
#price .item-price .color.light {
	background-color: #4793cf;
}
#price .item-price .color .img {
	margin-top: 20px;
}
#price .item-price .color .title {
	font-size: 23px;
	font-weight: bold;
}
#price .item-price .color .subtitle {
	font-size: 20px;
	font-weight: 300;
	max-width: 85%;
  	margin: 0 auto;	
	line-height: 26px;
}
#price .item-price .content .type {
	font-size: 19px;
	font-weight: bold;
}
#price .item-price .content .price {
	font-size: 18px;
	font-weight: bold;
	color: #4793cf;
}
#price .item-price .content .accroche {
	margin-top: 15px;
}
#price .item-price .content .separator {
	height: 1px;
	background-color: #104768;
	width: 87%;
	margin: 12px auto;
}
.nos-metriques .et_pb_image {
	margin-top: 0 !important;
}
.scroller_dark_blue {
  scrollbar-color: #104768 #104768;
  scrollbar-width: thin;
}
.scroller_light_blue {
  scrollbar-color: #E0F2FD #E0F2FD;
  scrollbar-width: thin;
}
.scroller_white {
  scrollbar-color: #ffffff #ffffff;
  scrollbar-width: thin;
}

/** Responsive **/
@media all and (max-width: 767px) {
	h2 {
		font-size: 23px !important;
	}
	.et_pb_toggle_title.accordeon {
		font-size: 15px;
		padding: 10px 5px !important;
	}
	.dipi-progress-line, .dipi-navigation {
		display: none !important;
	}
	.dipi_content_slider .content-slider-item {
		transform: unset;
	}
	.dipi_content_slider .dipi-content-slider-items {
		display: grid;
		grid-template-columns: repeat(1, auto);	
		grid-gap: 10px;
		margin: 0 auto;
    	text-align: center;		
	}
	.team > div {
		grid-gap: 45px;
	}
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	#valeurs .et_pb_section_video_bg, #valeurs #mep_0, #valeurs #mep_0 video {
		height: 350px !important;
	}
	
	.dipi-carousel-item-title {
		margin-bottom: 5px !important;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
	}
	
	.dipi_content_slider_0 .content-slider-label {
		padding-right: 20px !important;
    	padding-left: 10px !important;
    	width: 210px;
	}
	.dipi_carousel_child .dipi-carousel-item-content {
		padding: 15px !important;
	}
	
	.elipse_msg {
		width: 156px;
		height: 156px;
		font-size: 18px;
		margin-bottom: 200px;
	}
	
	footer a {
		display: inline-block;
		width: 100%;
	}
	
	#contact .et_pb_top_inside_divider:before {
		content: none;
	}
}

@media all and (min-width: 767px) and (max-width: 1024px) {
	.et_pb_section > .et_pb_row{
		padding-right: 3%!important;
    	padding-left: 3%!important;
	}
	h2 {
		font-size: 26px !important;
	}
	.et_pb_toggle_title.accordeon {
		font-size: 16px;
		padding: 15px 8px !important;
	}

	.team > div {
		grid-gap: 45px;
	}

	#valeurs .et_pb_section_video_bg, #valeurs #mep_0, #valeurs #mep_0 video {
		height: 700px !important;
	}
	
	.dipi-carousel-item-title {
		margin-bottom: 5px !important;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 90% !important;
	}
	
	.dipi_content_slider_0 .dipi-content-slider-items {
		justify-content: flex-start !important;
  		gap: 50px;	
	}
	.dipi_content_slider_0 .dipi_content_slider_child.et_pb_module {
		flex-grow: 0 !important;
	}
	.dipi_content_slider_0 .dipi_content_slider_child:last-child {
		width: unset !important;
	}
	.dipi_content_slider_0 .content-slider-label {
		padding-right: 20px !important;
    	padding-left: 10px !important;
    	width: 210px;
	}
	.dipi_content_slider_0 .content-slider-item {
		transform: none !important;
	}	
	.dipi_carousel_child .dipi-carousel-item-content {
		padding: 15px !important;
	}
	.content-slider-item .content-slider-label::before {
		padding: 0 3px;
  		margin: 3px 3px;
	}
	
	.elipse_msg {
		width: 156px;
		height: 156px;
		font-size: 18px;
		margin-bottom: 200px;
	}
	
	footer a {
		display: inline-block;
		width: 100%;
	}
}

@media all and (min-width: 768px) {
	#valeurs .et_pb_top_inside_divider, #valeurs .et_pb_bottom_inside_divider {
		display:none;
	}
}


