/*
 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
------------------------------------------------------- */
.et_pb_text_inner ul{
    padding-left:30px;
}
.publications_accueil .et_pb_promo_description, .publications_accueil .et_pb_promo_description h2{
    padding:0;
}
#top-header .container{
    font-weight: 500;
}
#top-header .container #et-info{
    float:right;
}
#top-menu li a:hover {
    color:#9e237e !important;
    opacity: 1 !important;
    background:none;
}
#top-menu li li a{
    border-bottom: solid 1px #f1f0f0;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 18px;
    padding:10px 0;
}
#top-menu li li:first-child a{
    padding-top: 0;
}
#top-menu li li:last-child a{
    border-bottom: 0;
    padding-bottom: 0;
}
.et_pb_salvattore_content{
    flex-wrap: wrap;
    flex-direction: row;
}
.et_pb_salvattore_content,
.et_pb_salvattore_content .column.size-1of3{
    display: flex;
    align-items: stretch;
    float:none !important;
}
.et_pb_salvattore_content .column.size-1of3{
    flex-direction: column;
}
.et_pb_salvattore_content .column.size-1of3 article{
    height:375px !important;
}
.et_pb_salvattore_content .column.size-1of3 article .entry-featured-image-url{
    overflow: hidden;
}
.et_pb_salvattore_content .column.size-1of3 article .entry-featured-image-url:hover img{
    transform:scale(1.2);
}
.et_pb_salvattore_content .column.size-1of3 article .entry-featured-image-url img{
    transform:scale(1);
    transition: all 0.5s;
}
#et-boc .et_pb_module.et_hover_enabled.et_clickable {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}
#apropos ul{
    padding:0 0 0 23px;
    margin-top: 10px;
}
#apropos ul li{
    list-style-type: none;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}

/******** FOOTER ********/
#footer-widgets .footer-widget h4{
    font-weight: 600;
    font-size: 16px;
    color:#fff;
    margin-bottom: 5px;
}
#footer-widgets .footer-widget ul {
    padding:0;
}
#footer-widgets .footer-widget li{
    list-style-type: none;
    position: relative;
    padding-left:0;
    margin-bottom: 10px;
    font-size: 16px;
}
#footer-widgets .footer-widget li:before{
    content:'>';
    position: relative;
    top:0;
    left:0;
    border:none;
    border-radius: 0;
    margin-right: 5px;
    transition: all 0.5s;
}
#footer-widgets .footer-widget li a{
    transition: all 0.5s;
}
#footer-widgets .footer-widget li a:hover,
#footer-widgets .footer-widget li:hover:before{
    color:#9e237e;
}
#footer-widgets #block-8{
    font-size: 16px;
    font-weight: 600;
}
#footer-widgets #block-8 p{
    margin-bottom: 10px;
}
#footer-widgets #block-8 i{
    font-size: 18px;
    margin-right:10px;
}
#footer-widgets #block-8 span{
    margin-left:24px;
}
#main-footer .container{
    max-width:1380px;
}
#footer-widgets #block-8 a{
    color:#fff;
    transition: all 0.5s;
}
#footer-widgets #block-8 a:hover{
    color:#9e237e;
}
#footer-bottom{
    text-align: center;
}
#footer-info{
    float:none;
    text-align: center;
    margin:0 auto;
}
#footer-info a{
    font-weight: 500;
}
#footer-info a:hover{
    opacity: 1;
    color:#9e237e;
}

/***** Liste projet ********/
.projets_container{
    background:#f1f0f0;
}
.projets_container .et_pb_row.et_pb_row_1{
    padding-top:0;
}
.projets_container h2{
    color:#004052;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}
.cram-searchform .text-input{
    width:260px;
    height:40px;
    border:solid 1px #000;
    background:#fff;
    padding:0 10px;
}
.cram-searchform{
    display: flex;
}
.cram-searchform .search-button{
    display: inline-flex;
    height:40px;
    padding:0 20px;
    align-items: center;
    justify-content: center;
    border:none;
    background:#a1007d;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    margin-left:8px;
    cursor: pointer;
}
.cram-searchform .search-button:hover{
    background:#004052;
}
.liste_projet{
    margin:80px -30px 0 -30px;
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.liste_projet .item{
    flex: 0 0 auto;
    width: 33.333333333333333%;
    padding:0 30px;
    margin-bottom: 60px;
}
.img_projet {
    display:inherit;
    line-height: 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.img_projet img{
    transform: scale(1);
    transition: all 0.5s;
}
.img_projet:hover img {
    transform: scale(1.1);
}
.liste_projet .item .content{
    height:200px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:20px;
}
.liste_projet .item .content .date{
    color:#a1007d;
    font-size: 14px;
}
.liste_projet .item .content a h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top:10px;
    color:#004052;
    transition: all 0.5s;
}
.liste_projet .item .content a:hover h3{
    color:#a1007d;
}
.projets_container .filters{
    display: flex;
    flex-wrap: wrap;
    margin-top:10px;
}
.projets_container .filters li{
    margin: 0 20px 15px 0;
}
.projets_container .filters li button{
    border:solid 1px #a1007d;
    border-radius:0;
    background:transparent;
    color:#a1007d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding:10px;
    transition: all 0.5s;
    cursor: pointer;
}
.projets_container .filters li button:hover,
.projets_container .filters li button.active{
    background:#a1007d;
    color:#fff;
}
.et_pb_text_0 h1{
    padding:0;
}
/********* SINGLE PROJET **********/
.single-project #main-content{
    background:#f1f0f0;
    padding-bottom: 50px;
}
.banner{
    width:100%;
    height:775px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-bottom: 50px;
}
.banner span,
.banner h1{
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 7vw;
    line-height: 1.2em;
    text-align: center;
    text-shadow:0em 0em 0.8em rgb(0 17 51 / 55%);
    color:#fff;
    text-align: center;
    display: block;
}
.banner .container{
    padding-top:0 !important;
}
.single-project .banner .container {
    width:100%;
    text-align: center;
}
.single-project .banner .container h1{
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 55px;
    color:#fff;
    text-align: center;
}
.tax-categories_publication .search{
    margin-top:30px;
}
.tax-categories_publication .search h2{
    margin-bottom:10px;
}
.tax-categories_publication .banner .container{
    padding-top:0 !important;
}
.tax-categories_publication .banner .container span{
    display: block;
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 7vw;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 0em 0em 0.8em rgb(0 17 51 / 55%);
    color:#fff;
}
.single-project .banner .container .date{
    display: block;
    margin-top:30px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
}
.single-project #left-area .wp-post-image{
    border-bottom-left-radius: 10px;
}
.single-project .bar{
    font-size: 13px;
    border-top:solid 1px #7898a1;
    border-bottom:solid 1px #7898a1;
    padding:5px 0;
    margin:10px 0 30px 0;
}
.single-project .bar .date{
    color:#a1007d;
}
.single-project .bar .title{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left:20px;
}
.single-project .bar .cat a{
    color:#004052;
    transition: all 0.5s;
}
.single-project .bar .cat a:hover{
    color:#a1007d;
}
.single-project .content{
    font-size: 16px;
    border-left:solid 4px #a1007d;
    padding-left:30px;
    line-height: 1.7em;
}
.single-project .content p{
    margin-bottom: 20px;
}
.single-project .content h2{
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 18px;
}
.single-project .content ol li{
    list-style-type: none;
    counter-increment: li;
    position: relative;
    padding-left:24px;
    margin-bottom: 15px;
}
.single-project .content ol li:last-child{
    margin-bottom: 0;
}
.single-project .content ol li:before{
    content: counter(li) " -";
    display: inline-block;
    position: absolute;
    left:0;
}
.single-project .details{
    font-size: 13px;
    margin-top:65px;
}
.single-project .details .item{
    margin-bottom: 20px;
}
.single-project .details .item h4{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.single-project .details .item span{
    font-style: italic;
}
.single-project #sidebar .block h3{
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-project #sidebar .projets_recents .post{
    display: flex;    
}
.single-project #sidebar .projets_recents .img{
    width:40px;
    margin-right:15px
}
.single-project #sidebar .projets_recents .img a{
    display: block;
    width:40px;
    height:40px;
}
.single-project #sidebar .projets_recents .info{
    font-size: 13px;
    line-height: 1.5em;
}
.single-project #sidebar .projets_recents .info .date{
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color:#a1007d;
}
.single-project #sidebar .projets_recents .info a.title{
    color:#7898a1;
    transition: all 0.5s;
    line-height: 0.8em;
}
.single-project #sidebar .projets_recents .info a.title:hover{
    color:#a1007d;
}
.single-project #sidebar .categories ul{
    padding:0;
    word-break:break-word;
}
.single-project #sidebar .categories ul li{
    font-size: 13px;
    padding-left:15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.single-project #sidebar .categories ul li:before{
    content:'»';
    position: absolute;
    left:0;
    top:-1px;
}
.single-project #sidebar .categories ul li a{
    color:#004052;
    transition: all 0.5s;
}
.single-project #sidebar .categories ul li a:hover{
    color:#a1007d;
}
.single-project #sidebar .recherche #searchform{
    position:relative;
}
.single-project #sidebar .recherche  .text-input{
    width:100%;
    height:24px;
    border:solid 1px #999;
}
.single-project #sidebar .recherche .search-button{
    position: absolute;
    width:24px;
    height:24px;
    padding:0;
    top:1px;
    right:1px;
    background:url(images/loupe.png) no-repeat 3px 4px transparent;
    text-indent: -9999999999999999999999999px;
}
/************ CATÉGORIE PROJETS ********/
.tax-project_category h1 {
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 40px;
    line-height: 1.4em;
}
.tax-project_category hr {
    width:65px;
    height:3px;
    background-color:#a1007d;
    margin:20px 0;
    border:0;
}
.tax-project_category #main-content{
    background-color: #f1f0f0;
}
/********* SIDEBAR ***************/
#left-area{
    width:75%;
}
#sidebar{
    width:25%;
}
.et_right_sidebar #sidebar {
    background:transparent;
    padding:0;
}
.et_right_sidebar #sidebar .block{
    background:#fff;
    padding:25px 18px;
    margin-bottom: 25px;
}
#main-content .container:before{
    display: none;
}
/********* PUBLICATIONS ***************/
.tax-categories_publication,
.tax-categories_publication #main-content,
.search-results #main-content,
.search-results #et-main-area{
    background:#f1f0f0;
}
.search-results #main-content{
    padding-bottom: 50px;
}
.tax-categories_publication #main-content{
    padding-bottom: 100px;
}
.liste_publications{
    margin-top:75px;
}
.tax-categories_publication hr{
    width:65px;
    border-color: #a1007d;
    margin:25px 0 0 0;
}
.liste_publications .item{
    display:flex;
    background:#fff;
    padding:20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
}
.liste_publications .item a.pdf_icon:hover {
    background:#002d4b;
}
.liste_publications .item:hover .info .auteur,
.liste_publications .item:hover .info .annee{
    color:#a1007d;
}
.liste_publications .item .pdf_icon{
    width:100px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:#a1007d;
    color:#fff;
    font-size: 50px;
    margin-right: 20px;
    transition: all 0.5s;
}
.liste_publications .item .info{
    width:calc(100% - 120px);
    padding-top:10px;
}
.liste_publications .item .info .auteur,
.liste_publications .item .info .annee{
    font-size: 16px;
    color:#002d4b;
    transition: all 0.5s;
}
.liste_publications h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    transition: all 0.5s;
}
.liste_publications h2 a{
    transition: all 0.5s;
}
.liste_publications h2:hover a{
    color:#a1007d;
}
.liste_publications .item .info .ref{
    display: block;
    color:#025790;
    font-size: 16px;
    font-style: italic;
    text-align: left;
    border:0;
    background:none;
    padding:0;
    cursor: pointer;
    transition: all 0.5s;
    margin-top:5px;
}
.liste_publications .item .info .ref:hover{
    color:#a1007d;
}
.liste_publications .item .info .details{
    display: none;
    border-top:solid 1px #ddd;
    padding-top:10px;
    margin-top:10px;
}
/******** TEMPLATE ÉQUIPE *********/
.page-template-template-equipe #et-main-area,
.single-equipe #et-main-area,
.single-equipe #main-content{
    background-color:#f1f0f0;
}
.page-template-template-equipe .white{
    background:#fff;
}
.page-template-template-equipe .liste h2{
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 40px;
    line-height: 1em;
}
.liste .membre .row{
    display: flex;
    flex-wrap: wrap;
}
.liste .membre{
    border-bottom: solid 1px #004052;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.liste .membre:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.liste .membre .col_img{
    max-width: 30%;
}
.liste .membre .col_img a {
    display: block;
    overflow: hidden;
    line-height: 0;
}
.liste .membre .col_img a img{
    transition: all 0.5s;
    transform:scale(1);
}
.liste .membre .col_img a:hover img{
    transition: all 0.5s;
    transform:scale(1.1);
}
.liste .membre .col_info{
    margin-left:40px;
    max-width: calc(70% - 40px);
}
.liste .membre h3{
    font-size: 30px;
    line-height: 1em;
}
.liste .membre h3 a{
    transition: all 0.5s;
}
.liste .membre h3 a:hover{
    color:#a1007d;
}
.liste .membre .col_info h4{
    margin-top:25px;
}
.liste .membre .row_content{
    margin:30px 0;
}
.liste hr.ligne,
.single-equipe .projets .ligne{
    height: 2px;
    width: 65px;
    background-color: #a1007d;
    margin:30px 0;
    border:none;
}
.liste .membre .contact_info{
    display: flex;
    margin-right:75px;
}
.liste .membre .contact_info .icon{
    display: flex;
    width:55px;
    height:55px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #a1007d;
    color:#fff;
    font-size: 25px;
    margin-right:15px;
}
.liste .membre .contact_info .coord{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.liste .membre .contact_info .coord h5{
    padding-bottom: 0;
    margin-bottom: 5px;
}
/********** SINGLE EQUIPE ***********/
.single-equipe .projets{
    padding-bottom: 100px;
}
.single-equipe .projets h2{
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif;
    font-size: 40px;
    line-height: 1em;
}
.single-equipe .projets .row{
    border-bottom: solid 1px #002d4b;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.single-equipe .projets .row:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-equipe .projets ul {
    display: flex;
    flex-wrap: wrap;
}
.single-equipe .projets ul li{
    display: flex;
    width:calc(33.333333333333333% - 30px);
    margin:0 30px 30px 0;
}
.single-equipe .projets ul li a{
    color:#004052;
    line-height: 1.4em;
    transition: all 0.5s;
}
.single-equipe .projets ul li a:hover{
    color:#a1007d;
}
.single-equipe .projets ul li .img_projet,
.single-equipe .projets ul li .img_projet img{
    width:40px;
    height:40px;
    line-height: initial;
    border-radius: 0;
}
.single-equipe .projets ul li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    border-radius: 50px;
    background:#a1007d;
    color:#fff;
    font-size: 20px;
}
.single-equipe .projets ul li .link{
    display: inline-block;
    margin-left:10px;
    width:calc(100% - 50px);
}
/****** MENU MOBILE *************/
.mobile_menu_bar:before{
    color:#a1007d;
}
.et_mobile_menu{
    border-top: 3px solid #a1007d;
}
.et_header_style_left .logo_container{
    left:0;
}
.et_mobile_menu li li{
    padding-left:5px;
}
.et_mobile_menu li.current-menu-item > a{
    color:#a1007d;
}
.et_mobile_menu .menu-item-has-children>a{
    background-color: transparent;
}
@media (max-width:963px) {
    #main-header.et-fixed-header{
        position: fixed !important;
        top:0 !important;
    }
    #main-header .et_menu_container{
        position: initial;
    }
}

/********** RESPONSIVE *************/
@media (max-width:600px){
    #top-header .container #et-info{
        float: none;
    }
    #top-header #et-info-phone{
        display: block;
        margin:0 0 7px 0;
    }
    .liste_projet .item{
        width: 100%;
    }
    .liste_projet .item .content{
        height:auto;
    }
    .cram-searchform .text-input{
        width:calc(100% - 119px);
        height: 35px;
    }
    .cram-searchform .search-button{
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
    }
    .projets_container h2{
        font-size: 15px;
        line-height: 1.3em;
    }
    .liste_projet{
        margin-top:15px;
    }
}
@media (min-width:601px) and (max-width:991px){
    .liste_projet .item{
        width: 50%;
    }
    .liste_projet .item .content{
        height:150px;
    }
    #top-header .container #et-info{
        float: none;
        text-align: center;
    }
}
@media (min-width:601px) and (max-width:768px){
    .liste_projet{
        margin-top:30px;
    }
}
@media (max-width:767px){
    #apropos ul{
        padding:0;
    }
    .single-project .banner{
        height:300px;
        margin-bottom: 0;
    }
    .single-project .banner .container {
        width:90%;
    }
    .single-project .banner .container h1{
        font-size: 23px;
    }
    .single-project .banner .container .date{
        font-size: 15px;
    }
    .single-project .bar span{
        display: block;
    }
    .single-project .bar .title{
        margin:10px 0 0 0;
    }
    .projets_container .filters li {
        width:100%;
        display: block;
        margin: 0 0 10px 0;
    }
    .projets_container .filters li button{
        width:100%;
        display: block;
        text-align: center;
        font-size: 14px;
        padding:7px 10px;
    }
    .liste_projet .item{
        margin-bottom:30px;
    }
    .tax-categories_publication .banner .container span{
        font-size: 48px;
    }
    .banner{
        height:250px;
    }
    .liste_publications{
        margin-top:40px;
    }
    .liste_publications .item{
        flex-direction: column;
    }
    .liste_publications .item .pdf_icon{
        margin:0 auto 20px auto;
    }
    .liste_publications .item .info{
        width:100%;
        text-align: center;
    }
    .liste_publications h2{
        margin-top:10px;
        font-size: 16px;
        line-height: 1.4em;
    }
    .tax-categories_publication .main_container{
        padding-top:0 !important;
    }
    .tax-categories_publication h1{
        font-size: 24px;
    }
    .liste_publications .item .info .auteur, 
    .liste_publications .item .info .annee{
        display: inline-block;
    }
    .liste .membre h2{
        font-size: 24px;
    }
    .page-template-template-equipe .main_container{
        padding-top:0 !important
    }
}
@media (min-width:768px) and (max-width:991px){
    .single-project .banner{
        height:350px;
    }
    .single-project .banner .container {
        width:90%;
    }
    .single-project .banner .container h1{
        font-size: 35px;
    }
}
@media (min-width:768px) and (max-width:980px){
    .banner{
        height:300px;
    }
    .liste .membre h2{
        font-size: 30px;
    }
}
@media (max-width:980px){
    .liste .membre .col_img{
        width:100%;
        max-width:100%;
    }
    .liste .membre .col_info{
        width:100%;
        max-width:100%;
        margin:20px 0 0 0;
    }
    .liste .membre .contact_info{
        width:100%;
        margin-right:0;
    }
    .liste .membre  .row.contact{
        flex-direction: column;
    }
    .liste .membre .contact_info.tel{
        margin-top:20px;
    }
}