:root {
  --bleu_fonce: #3B637A;
  --bleu_clair: #96AFBC;
  --texte_logo: #313131;
  --bleu_old_site: #1f4357;  
}

.elementor-widget-text-editor{
    color: #111;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}
/* header */

body.home .section_title_page{
    display: none !important;
}

.logo_header .ova_logo{
    display: flex;
    justify-content: end;
    width: 100%;
    padding-right: 10px;
}

.logo_header img{
    max-height: 100px;
    width: auto !important;
}

.ova_nav ul.menu > li > a{
    font-size: 13px !important;
    text-transform: uppercase !important;
}

.ova_nav ul.menu .dropdown-menu li a{
    font-size: 15px !important;
    text-transform: none !important;
}



/* hp */

.___ggg:before{
    content:'' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #184B74 !important;
    opacity: 0.8 !important;
    z-index: 0 !important;
}

.section_box_hp .ova_box_feature_2{
    min-height: 412px;
}


.blog-grid article.post-wrap .post-meta-grid .post-meta-content-grid span.slash, .blog-grid article.post-wrap .post-meta-grid .post-meta-content-grid .comment{
    display: none !important;
}

.blog-grid article.post-wrap .post-title h2.post-title, .elementor-widget-ova_header .wrap_ova_header .ova_header_el .header_title{
    text-transform: none;
    text-align: center;
}


/* single actu */

.sidebar .widget h4.widget-title{
    text-transform: none;
}

.article.post-wrap .post-meta .post-meta-content .ova-meta-general{
    display: none !important;
}


/* single dept */

#comments{
    display: none !important;
}

.ova_archive_dep_slide .ova_dep_slide.content .owl-item .ova-content{
    top: calc(100% + -219px);
}

.ova_archive_dep_slide .ova_dep_slide.content .owl-item .ova-content .title a{
    font-size: 22px;
    line-height: 1.3em;
}


/* page interne */

.section_title_page{
    margin-bottom: 50px !important;
}

.wrap_ova_header.left #breadcrumbs ul.breadcrumb{
    justify-content: center;
}

body:not(.home) [data-elementor-type="wp-page"]{
    padding-bottom: 100px;
}

@media (min-width:1366px)
{
    .e-con>.e-con-inner{
        max-width: 1240px;
    }
}

.elementor-widget-text-editor p, .elementor-widget-text-editor li{
    margin: 0 0 20px;
}

.elementor-widget-text-editor h4{
    margin-top: 5px;
}

.section_title_h2 > .e-con-inner{
    padding-left: 10px;
    padding-right: 10px;
}

.e-con.e-flex>.e-con-inner{
    column-gap: 25px;
}



/* listing documents */

.listing_documents{
    padding-bottom: 60px;
    padding-top: 30px;
}

.e-con .listing_documents{
    padding: 10px 0 20px;
}

.listing_documents .title{
    background: #f5f5f5;
    color: #000;
    padding: 10px 15px;
    line-height: 1em;
    margin: 0 0 25px;
    font-size: 1.5rem;
}

.listing_documents .listing{
    padding: 0;
}

.listing_documents .listing li{
    background: #F6F6F6;
    padding: 10px 15px;
    font-size: 15.5px;
    line-height: 1.5em;
}

.listing_documents .listing li:nth-child(2n){
    background: none;
}

.listing_documents .listing li a{
    color: #7197ca2;
    position: relative;
    display: block;
    padding-left: 20px;
}

.listing_documents .listing li a:hover{
    color: #888;
}

.listing_documents .listing li a .icone{
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    display: block;
}

.listing_documents .listing li .label{
    background: #7197ca;
    display: inline-block;
    border-radius: 5px;
    line-height: 1em;
    color: #fff;
    padding: 3px 5px;
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.listing_documents .listing li .date{
    margin-left: 10px;
    font-size: 14px;
}


/* demande */

.ova_dep_wrap{
    margin-bottom: 150px;
}


/* footer */

.footer_bottom .ova-contact-info.type3 .address label{
    color: #fff;
    display: block;
}

.footer_bottom .elementor-widget-text-editor {
    color: #62718d;
}


/* responsive */

@media (min-width:1025px) and (max-width:1899px) /* testé sur 1600px */ 
{ 

}

@media (min-width:1025px) and (max-width:1599px) /* testé sur 1366px */
{
    
}

@media (min-width:1025px) and (max-width:1365px) /* testé sur 1025px */
{

}

@media (max-width:1199px) /* testé sur 992px */
{

}

@media (min-width:992px) and (max-width:1199px)
{

}

@media (max-width:991px) /* testé sur 768px */
{

}

@media (max-width:767px) /* testé sur 375 */
{
    
}



