/*
Theme Name: Logia thème enfant
Description: Thème enfant créé par Logia
Author: Logia - Dev Team
Author URI: https://logia-inc.com
Template: Divi
Version: 2.0
*/

/*
   _      ____   _____ _____          
 | |    / __ \ / ____|_   _|   /\    
 | |   | |  | | |  __  | |    /  \   
 | |   | |  | | | |_ | | |   / /\ \  
 | |___| |__| | |__| |_| |_ / ____ \ 
 |______\____/ \_____|_____/_/    \_\
                                                         
*/


/* 
** CENTRER DU CONTENU VERTICALEMENT 

*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE

*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

/*.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
*/
sup, sub {
    font-size: 70%;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
@supports (-moz-appearance:none) {  
* {
    scrollbar-width: auto;
    scrollbar-color: #9cbab9 #ffffff;
  }
}
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-image:linear-gradient(151deg,#0072bb 0%,#45e2f3 100%)!important;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }

::selection {
    color:#ffffff;
    background-color:#9cbab9;
  }
  input, textarea {
    caret-color:#9cbab9;
  }

 input:focus::placeholder {
    color:transparent;
  }


.dipi_preloader_wrapper_outer {
	background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}



.carouselpresta h3.dsm_card_title.et_pb_module_header {
    margin-top:-10px;
    padding-bottom:25px;
    position:relative;
}

.carouselpresta .dsm_card_carousel_child_description p {
    padding-top:25px;
}

.carouselpresta h3.dsm_card_title.et_pb_module_header::after {
    content:"";
    position:absolute;
    z-index:99999999;
    height:2px;
    width:100%;
    bottom:0px;
    right:0px;
    background-color:rgba(113,134,135,0.19);
}



.presta .colonneentrop {
    display: none;
}

.presta {
    justify-content: center!important;
    display: flex;
}

.resume .et-pb-icon{
  background-image: linear-gradient(151deg,#718687 0%,#a0bfbe 100%)!important;
}

.liste span.dsm_icon_list_icon {
    background-image: linear-gradient(151deg,#0072bb 38%,#45e2f3 100%);
}

.carou figure.dsm_card_carousel_child_image_wrapper.dsm_card_carousel_child_badge_top_center {
    padding-top: 50px;
}

.fondpara::after {
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-image: radial-gradient(circle at top left,rgba(0,0,0,0.45) 29%,rgba(0,0,0,0.30) 81%)!important;
}

span.swiper-pagination-bullet {
    height:4px;
    width:16px;
    border-radius:5px;
    background-color:#b2b9c4!important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    
    background-image: linear-gradient(151deg,#0072bb 38%,#45e2f3 100%)!important;
    
}

.avis .df_tci_inner {
    flex-direction: row!important;
}

.avis .df_tc_company_logo {
    display: flex;
    flex-direction: column!important;
}

.avis img.tc_author_image {
    margin-bottom: 20px;
	width:65%!important;
}

@media all and (max-width:767px){
.avis img.tc_author_image {
    margin-bottom: 20px;
margin-top: 20px;
}
}

body .avis span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: linear-gradient(151deg,#0072bb 38%,#45e2f3 100%)!important;
}


    
.avis span.swiper-pagination-bullet {
    
  height:4px;
    width:16px;
    border-radius:5px;
    background-color:#b2b9c4!important;
}
    
.avis .swiper-pagination.tc-dots-0.swiper-pagination-clickable.swiper-pagination-bullets {
    display:flex!important;
    justify-content: left!important;
    margin-left: 320px!important;
}

.textavis .et_pb_text_inner h2 {
       background: linear-gradient(151deg,#0072bb 0%,#45e2f3 100%);;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.actu .swiper-button-prev.swiper-arrow-button, .actu .swiper-button-next.swiper-arrow-button{
           background-image: linear-gradient(151deg,#0072bb 0%,#45e2f3 100%)!important;
}

.actu .dipi-categories a {
background: linear-gradient(151deg,#0072bb 0%,#45e2f3 100%);;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.actu .dipi-bottom-content a.et_pb_button.et_pb_custom_button_icon.dipi-more-link::hover {
    left:5px!important;
}

.actu .dipi-date {
    border-radius: 5px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
}



.actu .dipi-bottom-content a:hover {
    padding-left: 20px!important;
}

.actu .dipi-bottom-content a{
    transition:padding 1000ms ease!important;
}

.realisations .dsm_card_carousel_child_1 .dsm_card_carousel_child_image_background {
    transition: transform 1500ms ease!important;
}

.realisations .dsm_card_carousel_child_image_animation_zoom_in:hover .dsm_card_carousel_child_image_background, .dsm_card_carousel_child_image_animation_zoom_out .dsm_card_carousel_child_image_background {
    -webkit-transform: scale(1.15)!important;
    transform: scale(1.15)!important;
}


@media all and (max-width:980px){
.avis .df_tc_author_box {
        width: 20%!important;
}

.avis .df_tc_content {
    width: 80%!important;
}


.avis .df_tc_content {
    display: flex!important;
    align-items: center;
}
}

@media (max-width: 980px){
    .bugespacementligne .et_pb_column {
    margin-bottom:0px!important;
}
  
  .avis .swiper-pagination.tc-dots-0.swiper-pagination-clickable.swiper-pagination-bullets {
    display:flex!important;
    justify-content: center!important;
    margin-left: unset!important;
}
}

@media all and (max-width:767px){

.avis .df_tci_inner {
    display:flex!important;
    flex-direction:column-reverse!important;
}



.avis .df_tc_author_box {
    width:100%!important;
    display:flex;
    flex-direction:row-reverse!important;
    align-items:center!important;
    gap:20px;
}


.avis .df_tc_content {
    width: 100%!important;
}    
  
  .avis .swiper-pagination.tc-dots-0.swiper-pagination-clickable.swiper-pagination-bullets {
    display:flex!important;
    justify-content: center!important;
    margin-left: unset!important;
    margin-top:-40px!important;
}
}

@media all and (min-width:980px){
.etirerCover,.etirerCover .et_pb_image_wrap{
      height: 100%;
}

.etirerCover img {
    height: 100%;
object-fit:cover;

} 
}

.pastilles .ribbon-icon-wrap {
	color:rgb(0,0,0,0);
    width:25px!important;
    height:25px!important;
    border-radius:50px;
    background-color:#2C3D49;
	}

/*alignement pastilles timeline responsive*/
@media only screen and (max-width: 980px) {
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item .ribbon-icon-wrap,.dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item .ribbon-icon-wrap {
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 32px
    }
}

@media only screen and (max-width: 767px) {
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item .ribbon-icon-wrap,div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item .ribbon-icon-wrap {
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 32px
    }
}

footer .ctabutton {
    display:none;
}

@media all and (min-width:980px){
    .petittitreblanc p {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 1.06rem!important;
    color: #FFFFFF!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
	padding-bottom:10px!important;
}
}

@media all and (max-width:980px) and (min-width:767px){
    .petittitreblanc p {
    font-size: 0.9rem!important;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
		padding-bottom:10px!important;
}
}

@media all and (max-width:767px){
    .petittitreblanc p {
    font-size: 0.75rem!important;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
		padding-bottom:10px!important;
}
}


@media all and (min-width:980px){
    .petittitrenoir p {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 1.06rem!important;
    color: #333333!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
		padding-bottom:10px!important;
}
}

@media all and (max-width:980px) and (min-width:767px){
    .petittitrenoir p {
    font-size: 0.9rem!important;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #333333!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
		padding-bottom:10px!important;
}
}

@media all and (max-width:767px){
    .petittitrenoir p {
    font-size: 0.75rem!important;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: #333333!important;
    letter-spacing: 0.4em!important;
    line-height: 1.8em!important;
		padding-bottom:10px!important;
}
}

@media all and (max-width: 767px){
.resume {
        margin-left: auto!important;
    margin-right: auto!important;
}
	
.avis img.tc_author_image {
    margin-bottom: 20px;
	width:95%!important;
}	
}


@media all and (min-width:980px){
.avis .df_tc_author_box {
    width: 20%!important;
}

.avis .df_tc_author_box {

    flex-shrink:0!important;
}
}
	
	.avis .df_tc_author_image {display:flex!important;
                     justify-content:flex-end!important;
                    }

.youtube-background {
    pointer-events: all!important;
}

.youtube-background iframe{
    pointer-events: none!important;
}
