/*
 Theme Name:     Observis Investigations
 Theme URI:      https://www.sevenlab.fr
 Description:    Observis Investigations
 Author:         Seven Lab
 Author URI:     https://www.sevenlab.fr
 Template:       Divi
 Version:        1.0.0
*/
 

/* -------------------------------------------------------
    Couleurs:
*/

:root{
    --bleu: #5088d8;
    --bleu-fonce: #3c4856;
    --bleu-clair: #536070;
}

/*
    font-family: "neulis-sans", sans-serif;
    font-weight: 400; //regular
    font-style: normal;

    font-family: "neulis-sans", sans-serif;
    font-weight: 500; // medium
    font-style: normal;
*/

/* =Theme customization starts here
------------------------------------------------------- */
body, p, .et_pb_text_inner{
    font-family: "neulis-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--bleu-fonce);
}

.et_pb_blurb{
    font-family: "neulis-sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
}

.justify{
	text-align: justify !important;
}

.white{
    color: white !important;
}

.bleu{
    color: var(--bleu);
}

.bleu-fonce{
    color: var(--bleu-fonce);
}

.bleu-clair{
    color: var(--bleu-clair);
}

.bgbleu{
    background: var(--bleu);
}

.bgbleufonce{
    background: var(--bleu-fonce);
}

.bgbleuclair{
    background: var(--bleu-clair);
}

#top-menu li{
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6{
    padding-bottom: 0px;
}

h1{
    font-size: 60px;
    font-weight: 500;
    color: var(--bleu-fonce);
}

h2{
    font-size: 54px;
    font-weight: 500;
    color: var(--bleu-fonce);
}

h3{
    font-size: 38px !important;
    font-weight: 500;
    color: var(--bleu-fonce);
}

h4{
    font-weight: bold;
    font-size: 18px;
    color: var(--bleu-fonce);
}

h5{
    font-size: 18px;
    font-weight: bold;
    color: var(--bleu-fonce);
}

.tarifs p{
    font-size: 16px;
}

.tarifs{
    font-size: 14px;
}

#top-menu li a{
    font-weight: 500 !important;
    text-transform: uppercase;
}

.et_pb_text_inner{
    line-height: 1.2em;
    font-size: 20px;
}

.et_pb_text_inner p i{
    font-size: 14px;
    line-height: 12px;
}

.et_pb_blurb_container h4{
    font-weight: 700;
    font-size: 22px !important;
}

.et_pb_blurb_description{
    line-height: 1.2em;
    min-height: 50px;
}

.et_pb_blurb_description ul{
    padding: 0;
    margin-top: 20px;
    line-height: 18px;
}

.et_pb_blurb_description li{
    text-align: left;
}

.flex6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.flex6 .colonne {
    flex: 1;
    min-width: 90px;
    /*margin: 10px;*/
    padding: 20px;
    text-align: center;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.flex2 .colonne {
    flex: 0 0 calc(50% - 20px); /* 50% de la largeur - marges */
    min-width: 100px;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    box-sizing: border-box; /* Pour inclure les padding et les marges dans le calcul de la largeur */
}

footer .et_pb_text_inner{
    font-size: 14px;
    color: white;
}

footer a{
    color: white;
}

footer a:hover{
    color: var(--bleu);
    text-decoration: underline;
}

.page-id-49997 h1,
.page-id-49997 h2,
.page-id-49997 h3,
.page-id-49997 h4{
    margin-bottom: 20px;
}

h4.et_pb_module_header{
    min-height: 50px;
}

#matomo-opt-out{
    border: 2px solid var(--bleu-fonce);
    padding: 20px;
}

.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_contact_select{
    background:white !important;
    border: 2px solid var(--bleu-fonce) !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

@media (min-width:981px){
    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container{
        padding-left: 10%;
    }
    
    .et_fullwidth_nav #main-header .container{
        padding-right: 10%;
    }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .et_pb_row{
        width: 90%;
    }
    
    h1{
        font-size: 40px !important;
    }
    
    h2{
        font-size: 35px !important;
    }
    
    h3{
        font-size: 22px !important;
    }
    
    h4, h5{
        font-size: 14px !important;
    }
    
    .et_pb_text_inner {
        line-height: 1.4em;
        font-size: 16px;
    }
    
    .tarifs p{
        font-size: 14px;
    }

    .flex2{
        padding: 0;
    }
    
    .flex2 .colonne{
        flex: 0 0 calc(100%);
        padding: 10px 0;
    }
    
    .et_pb_row_0 .et_pb_column_1{
        padding-left: 0 !important;
    }
    
    .et_pb_blurb{
        height: auto !important;
    }
    
    footer .et_pb_text_inner{
        font-size: 12px;
        text-align: center;
    }
    
    footer .et_pb_text_inner span{
        display: block;
    }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}