/*
Theme Name: Oudot
Description: Theme enfant de Divi
Author: Julien
Author URI: https://www.dixse.pt
Template: Divi
Text Domain: oudot
Version: 1
*/

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

.fixed-header {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img {
    height: 72px;
}

.et_pb_gutters1.et_pb_row_0_tb_header .et_pb_column_3_4, 
.et_pb_gutters1.et_pb_row.et_pb_row_0_tb_header .et_pb_column_3_4 {
    width: calc(100% - 113px);
}

.et_pb_gutters1.et_pb_row_0_tb_header .et_pb_column_1_4, 
.et_pb_gutters1.et_pb_row.et_pb_row_0_tb_header .et_pb_column_1_4 {
    width: 113px;
}

@media only screen and (max-width: 1180px) {
    .et_pb_menu_0_tb_header .et_pb_menu__menu {
        display: none;
    }

    .et_pb_menu_0_tb_header .et_mobile_nav_menu {
        display: block;
    }
	
    .et_pb_menu_0_tb_header.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
                align-items: center;
    }

    .et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
        list-style: none!important;
        text-align: left;
    }

    .opened .mobile_menu_bar:before {
        content: "\M";
    }

    .opened .mobile_menu_bar {
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
    }

    .mobile_menu_bar {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    #mobile_menu1 {
        position: fixed;
        left: 0;
        top: 122px;
    }

    .et_pb_fullwidth_menu .et_pb_menu__menu, 
    .et_pb_menu .et_pb_menu__menu {
        display: block;
    }

    .et_pb_fullwidth_menu .et_pb_menu_0_tb_header .et_pb_menu__menu, 
    .et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__menu {
        display: none;
    }

    .et_pb_fullwidth_menu .et_mobile_nav_menu, 
    .et_pb_menu .et_mobile_nav_menu {
        display: none;
    }

    .et_pb_fullwidth_menu .et_pb_menu_0_tb_header .et_mobile_nav_menu, 
    .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_nav_menu {
        display:block;
    }

    .et_pb_row_0_tb_header {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .et_pb_row_0_tb_header > div {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: unset;
    }

    .et_pb_column_1_tb_header {
        display:none;
    }

    .et_pb_gutters1.et_pb_row_0_tb_header .et_pb_column_3_4, 
    .et_pb_gutters1.et_pb_row.et_pb_row_0_tb_header .et_pb_column_3_4 {
        width: 100%;
    }
  
}

/*body:not(.home) .fixed-header {
    opacity: 1;
    visibility: visible;
}
*/

.fixed-header.scrolled {
    opacity: 1;
    visibility: visible;
}

.fixed-header .et_pb_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li, 
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    -webkit-box-align: center;
    align-items: center;
}

.linkedin span {
    display: none;
}

.linkedin a:before {
    content:"";
    width:30px;
    display: inline-block;
    vertical-align: middle;
    font-family: ETmodules;
 
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color:#447bbb;
    vertical-align: middle;
}

.header-scroll-down .et-pb-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.header-scroll-down .et-pb-icon {
    -webkit-animation: scroll-down-anim 1s ease-out infinite;
    animation: scroll-down-anim 1s ease-out infinite; 
}

@-webkit-keyframes scroll-down-anim {
    0%{ 
        bottom: 2px; 
    }
    50%{ 
        bottom: 10px;
    }
    100%{ 
        bottom: 2px;
    }
}


@keyframes scroll-down-anim {
    0%{ 
        bottom: 2px; 
    }
    50%{ 
        bottom: 10px;
    }
    100%{ 
        bottom: 2px;
    }
}

.with-border .et_pb_text_inner h2 {
    position: relative;
    display: inline-block;
    padding:0;
}

.with-border .et_pb_text_inner h2:after {
    content:'';
    width: 80%;
    height:1px;
    margin:15px 0 30px;
    background-color: #9d8b5f;
    display: inline-block;
}

.notaires-associes-block .et_pb_blurb_content {
    position: relative;
}

.notaires-associes-block .et_pb_blurb_content {
    position: relative;
}

.notaires-associes-block .et_pb_blurb_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.notaires-associes-block .et_pb_blurb_container .et_pb_module_header {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:0;
}

.notaires-associes-block .et_pb_blurb_container .et_pb_blurb_description {
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.notaires-associes-block:hover .et_pb_blurb_description {
    visibility: visible;
    opacity: 1;
}

.notaires-associes-block .et_pb_image_wrap {
    position: relative;
}

.notaires-associes-block .et_pb_image_wrap:before {
    visibility: hidden;
    opacity: 0;
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.9);
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.notaires-associes-block:hover .et_pb_image_wrap:before {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1170px) and (min-width: 980px) {
    .notaires-associes-block .et_pb_blurb_container .et_pb_blurb_description {
        font-size: 14px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 815px) {

    .et_pb_gutters2 .et_pb_column_1_3, 
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.3333%;
    }

    .et_pb_gutters2 .et_pb_column, 
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }

    .et_pb_row .et_pb_column.et-last-child, 
    .et_pb_row .et_pb_column:last-child, 
    .et_pb_row_inner .et_pb_column.et-last-child, 
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0!important;
    }

    .notaires-associes-block .et_pb_blurb_container .et_pb_blurb_description {
        overflow-y: scroll;
        height:90%;
        font-size: 14px;
    }

    .contact-btn-container {
        font-size: 80%;
    }

}

@media only screen and (max-width: 814px) {

    .et_pb_gutters2 .et_pb_column_1_3, 
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 100%;
    }

    .et_pb_gutters2 .et_pb_column, 
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 0%;
    }

    .et_pb_image_wrap img {
        width: 100%;
    }

}

#menu-principal-fr .lang-item,
#menu-principal-fr  .linkedin,
#menu-principal-en .lang-item,
#menu-principal-en  .linkedin {
    display: none;
}

@media only screen and (max-width: 980px) {
   .et_pb_menu_inner_container {
    -webkit-box-pack: justify;
            justify-content: space-between;
   }

}

.contact-btn-container  {
    margin:20px 0 0;
    line-height: 40px;
}

.contact-btn-container span:before {
    width:30px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    font-family: ETmodules;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color:#000;
    vertical-align: middle;
}

.contact-btn-container span.envoyer-un-mail:before {
    content:'';
}

.contact-btn-container span.appeller:before {
    content:'';
}

#secteurs .et_pb_blurb h5 {
    color:#9d8b5f;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #9d8b5f!important;
    line-height: 22px;
    margin: 10px 0;
}

#secteurs .et_pb_blurb .et_pb_main_blurb_image {
    margin:0 0 10px;
}

.border.icon-before span {
    border:1px solid #fff;
    padding:20px 35px;
}

.border.icon-before span:before {
    content:"'";
    width:30px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    font-family: ETmodules;
 
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
    vertical-align: middle;
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, 
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, 
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form {
    padding:0;
}

.et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_field {
    -webkit-box-flex: 0;
    flex: 0 1 calc(70% - 35px);
}

.et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    -webkit-box-flex: 0;
    flex: 0 1 30%;
}

#contact .et_pb_blurb .et_pb_blurb_content {
    display: -webkit-box;
    display: flex;
    max-width: unset;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

#contact .et_pb_main_blurb_image {
    margin:0;
}

#contact .et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}

#contact .et_pb_blurb .et_pb_blurb_content .et-pb-icon {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
}

#contact .et_pb_blurb .et_pb_blurb_content .et_pb_image_wrap {
    font-size: 40px;
    color: #ffffff;
    background-color: #9d8b5f;
    border-color: #9d8b5f;
    border: 2px solid;
    padding:10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contact .et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
    padding: 0 15px 0 0;
}

#contact .et_pb_blurb_position_left .et_pb_main_blurb_image, 
#contact .et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 79px;
}

@media only screen and (max-width: 980px) {
    #contact .et_pb_gutters2 .et_pb_column_1_3, 
    #contact .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
         width: 31.3333%;
     }
 
     #contact .et_pb_blurb .et_pb_blurb_content {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
     }

     #contact .et_pb_main_blurb_image {
        margin:0 0 30px;
    }
 
     #contact .et_pb_blurb_position_left .et_pb_main_blurb_image, 
     #contact .et_pb_blurb_position_right .et_pb_main_blurb_image {
         display: inline-block;
         width: auto;
     }
 
     #contact .et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
         text-align: center;
     }

     #contact .et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image,
     #contact .et_pb_blurb_position_left .et_pb_blurb_container {
         padding: 0;
     }
 }

 @media only screen and (max-width: 768px) {
    #contact .et_pb_gutters2 .et_pb_column_1_3, 
    #contact .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
         width: 100%;
     }
 }

.slick-prev, 
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.slick-prev:before, 
.slick-next:before {
    color:#9d8b5f;
    font-size:40px;
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .et_pb_gutters4 .et_pb_column, 
    .et_pb_gutters4.et_pb_row .et_pb_column {
        margin-right: 4%;
    }

    .et_pb_gutters4 .et_pb_column_1_3, 
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
        width: 30.6%;
    }

    .et_pb_blurb_description p {
        font-size:0.9em;
    }

    #secteurs .et_pb_blurb {
        padding-left:30px !important;
        padding-right:30px !important;
    }

    .et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, 
    .et_mobile_device .et_pb_slider_parallax .et_pb_slide, 
    .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
        background-attachment: unset;
        /* background-size: cover; */
    }

}

@media only screen and (min-width: 980px) {

    #dataroom .et_parallax_bg {
        background-size:contain;
    }

}

@media only screen and (max-width: 980px) {

    .et_animated {
        -webkit-animation: none !important;
        animation: none !important;        
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
    } 

    .et_animated .et_pb_module {
        -webkit-animation: unset !important;
                animation: unset !important;
    }

    .et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, 
    .et_mobile_device .et_pb_slider_parallax .et_pb_slide, 
    .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
        background-attachment: unset;
        background-size: cover;
    }

    .et_pb_column .et_pb_row_inner, 
    .et_pb_row,
    .et_pb_section {
        padding: 0;
    }

    .et_pb_row.et_pb_equal_columns, 
    .et_pb_row_inner.et_pb_equal_columns, 
    .et_pb_section.et_pb_equal_columns>.et_pb_row { 
        display: -webkit-box; 
        display: flex;
    }

    #secteurs .et_pb_row.et_pb_equal_columns,
    #areas-of-expertise .et_pb_row.et_pb_equal_columns {
        display: block;
    }



   
    
    
/* 
    .et_pb_section_3 .et_pb_row.et_pb_gutters4 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .et_pb_section_3 .et_pb_row.et_pb_gutters4 .et_pb_column {
        width: unset;
        -webkit-box-flex: 1;
        flex: 1 1 33.3333%;
    } */

    /* #secteurs .et_pb_row.et_pb_gutters4 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    } */

    /* #secteurs .et_pb_row.et_pb_gutters4 .et_pb_column {
        width: unset;
        -webkit-box-flex: 1;
        flex: 1 1 33.3333%;
    } */

    /* #contact .et_pb_row {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #contact .et_pb_row .et_pb_column {
        width: unset;
        -webkit-box-flex: 1;
        flex: 1 1 33.3333%;
    } */
    
}

@media only screen and (max-width: 768px) {

    .et_pb_row_5.slider .et_pb_blurb_content {
        max-width: unset;
    }

    .et_pb_row_0_tb_header > div {
        -webkit-box-flex: 1;
        flex: 1 1 33%;
        width: unset;
    }

    .border.icon-before span {
        padding: 20px;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    /* .et_pb_signup_0 .et_pb_newsletter_form p.et_pb_newsletter_field {

    } */

    .et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_field {
        -webkit-box-flex: 0;
        flex: 0 1 50%;
    }

    .et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
        -webkit-box-flex: 0;
        flex: 0 1 calc(50% - 35px);
    }

    /* #contact .et_pb_blurb_12 {
        margin-left: -25px;
    } */

    .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, 
    .et_pb_menu .et_pb_menu__menu>nav>ul {
        -webkit-box-pack:center;
                justify-content:center;
    }

    /* #contact .et_pb_row_18 .et_pb_column {
        width:33.333333%;
    } */

    #contact .et_pb_column {
        width: 100%;
    }

    #contact .et_pb_blurb .et_pb_blurb_content {
        text-align: center;
    }

    #contact .et_pb_blurb_position_left .et_pb_main_blurb_image, 
    #contact .et_pb_blurb_position_right .et_pb_main_blurb_image,
    #contact .et_pb_blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
        display: inline-block;
        width: unset;
        margin: 0 auto 20px;
        padding:0;
    }
    
    #contact .et_pb_row_18 .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_container, 
    #contact .et_pb_row_18 .et_pb_column .et_pb_blurb_position_right .et_pb_blurb_container {
        display: block;
        padding:0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 574px) {
    .et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_field {
        -webkit-box-flex: 0;
        flex: 0 1 100%;
        margin-right:0;
    }

    .et_pb_newsletter .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
        -webkit-box-flex: 0;
        flex: 0 1 100%;
    }

    /* .slider .et_pb_column {
        width: 288px !important;
    } */
 
    /* .slider .et_pb_blurb_content {
        width: 337px;
        margin:0 auto;
    } */
}

/* slick slider & divi fix */
/* @media only screen and (max-width: 768px) {
    .slider .et_pb_column {
        width: 691px !important;
    }
}

@media only screen and (max-width: 425px) {
    .slider .et_pb_column {
        width: 383px !important;
    }
}

@media only screen and (max-width: 375px) {
    .slider .et_pb_column {
        width: 338px !important;
    }
}

@media only screen and (max-width: 320px) {
    .slider .et_pb_column {
        width: 288px !important;
    }
} */

/* #remise-tarifaire .et_parallax_bg {
    height: 800px !important;
} */

/* #dataroom .et_parallax_bg,
#remise-tarifaire .et_parallax_bg {
    height: 800px !important;
} */



#nav_menu-3,
#nav_menu-2 {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;

}

#nav_menu-3 ul,
#nav_menu-2 ul {
    text-align: center;
}

#nav_menu-3 ul li,
#nav_menu-2 ul li {
    display: inline-block;
    margin: 0 10px;
}

#blocpost a {
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
