/*
Theme Name: Bemed
Author: I2N
Description: Thème personalisé créé pour BeMed
Version: 0.0.1
Tags: Bemed
*/

*, html{
    margin: 0;
}

body{
    /*color: #242a4e;*/
    color: #143462;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

a{
    color: #143462;
    transition: 0.5s ease;
}

a:hover, a:active, a:focus{
    text-decoration: none;
    color: #00cab0;
    transition: 0.5s ease;
    background: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn{
    transition: .4s ease;
}
.btn:hover{
    transition: .4s ease;
}
.btn:focus, .btn:focus-visible{
    outline: none;
}
.p-0{
    padding: 0;
}
.d-flex{
    display: flex;
}
.borderNone{
    border: none !important;
}

.clearLeft:nth-child(3n+1){
    clear:left;
}


/* Bouton vert */
.btn-green, .wp-btn-green a, .wp-btn-green button {
    color: #ffffff;
    padding: 7px 30px 5px 30px;
    display: inline-block;
    background: #00cab0;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s ease;
}

.btn-green:hover, .wp-btn-green a:hover , .wp-btn-green button:hover{
    background: #03b09a;
    color: #ffffff;
    transition: 0.5s ease;
    border: none;
}


.btn-green:focus, .btn-green:active, .wp-btn-green a:active , .wp-btn-green button:active {
    color: #fff;
    background-color: #03b09a;
    border: none;
}

.btn-green.big-padding, .wp-btn-big-padding a, .wp-btn-big-padding button{
    padding: 10px 30px;
}

/* Bouton Blanc */
.btn-white{
    color: #242a4e;
    padding: 5px 30px;
    display: inline-block;
    background: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    border: 2px solid #00cab0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s ease;
}

.btn-white:hover{
    transition: 0.5s ease;
    color: #242a4e;
    border-color: #242a4e;
}

.btn-white:focus, .btn-white:active {
    outline: none;
}
.btn-outline-blue{
    border:2px #143462 solid;
    color: #143462;
    background: transparent;
    font-weight: bold;
}
.btn-outline-blue:hover{
    background: #143462;
    color: white;
}
.btn-blue{
    display: inline-block;
    background: #337ab7;
    border-radius: 3px;
    color:white;
    border: none;
    transition: 0.5s ease;
}
.btn-blue:hover{
    background: #143462;
    color:white;
}
.btn.btn-no-radius{
    border-radius: 0;
}
h2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

section{
    padding: 50px 0;
}

section h2{
    font-size: 40px;
    text-align: center;
    margin:0 0 50px 0;
    letter-spacing: 2px;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.edit-link{
    margin: 15px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #f0f0f0;
    text-align: center
}

.resource-newsletter{
    margin: 30px 0;
    text-align: center;
}
.resource-newsletter .widget-newsletter{
    margin:0;
}
.resource-newsletter .btn-link{
    color: #143462;
    font-weight: 600;
    font-size: 16px;
}
.resource-newsletter .btn-link:focus{
    outline: none;
}
/******************************************************/
/********************* ANIMATIONS *********************/
/******************************************************/
@keyframes expandHeader{
    0%{height:0} 100%{height:100px}
}

@keyframes show {
    0%   {opacity: 0;}
    75% {opacity: 0;}
}


@keyframes showZoom {
    0%   {opacity: 0; transform: scale(0);}
    50% {opacity: 0; transform: scale(0.5);}
    100% {transform: scale(1);}
}

/**************************************************/
/********************* HEADER *********************/
/**************************************************/
.header{
    background: url('/wp-content/themes/bemed/img/bemed-home-illustration.jpg') center center;
    background-size: cover;
    min-height: 675px;
}

.header .contentHeader{
    background: rgba(0,0,0,0.5);
    animation: expandHeader 1.5s 0s;
    width: 100%;
    z-index: 9999;
}

.header .contentHeader .row{
    /* Animation */
    transition: transform 1s ease; -webkit-transition: transform 1s ease;-moz-transition: transform 1s ease;-o-transition: transform 1s ease;
    animation: show 2s;-webkit-animation: show 2s;-moz-animation: show 2s;-o-animation: show 2s;
}

.header .contentHeader img.headerLogo{
    padding: 18px 0;
}

/********************* TOP MENU *********************/
.header .contentHeader .topMenu{
    /*float: right;*/
    text-align: center;
}


.header .contentHeader .topMenu ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.header .contentHeader .topMenu ul > li{
    list-style-type: none;
    display: inline;
    position: relative;
}

.header .contentHeader .topMenu ul > li:hover > a{
    color: #00cab0;
    transition: .5s ease;
}

.header .contentHeader .topMenu ul > li > a{
    color: #fff;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 15px;
    transition: .5s ease;
    padding: 40px 0;
}
.header .contentHeader .topMenu > div > ul > li > a{
    margin: 0;
}

.header .contentHeader .topMenu ul > li.current-menu-item > a{
    color: #00cab0;
}

.header .contentHeader .topMenu ul > li > a:hover, .header .contentHeader .topMenu ul > li > a:focus,
.header .contentHeader .topMenu ul > li.current-menu-item > a,.header .contentHeader .topMenu ul > li.current-menu-item > a:focus,
.header .contentHeader .topMenu ul > li.current-category-ancestor > a, .header .contentHeader .topMenu ul > li.current-category-ancestor > a:focus,
.header .contentHeader .topMenu ul > li.current-menu-ancestor > a, .header .contentHeader .topMenu ul > li.current-menu-ancestor > a:focus,
.header .contentHeader .topMenu ul > li.current-post-parent > a, .header .contentHeader .topMenu ul > li.current-post-parent > a:focus{
    text-decoration: none;
    transition: .3s ease;
    color: #00cab0;
}

.header .contentHeader .topMenu ul > li.chevronDown > a::after{
    font-family: 'Fontawesome', serif;
    content: '\f078';
    color: #00cab0;
    margin-left: 4px;
}

/** Niveau  2 **/

.header.content .contentHeader .topMenu ul > li > ul{
    display: none;
    background: #143462;
}

.header .contentHeader .topMenu ul > li > ul{
    display: none;
    background: rgba(0,0,0,0.5);
}

.header .contentHeader .topMenu ul > li:hover > ul{
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 30px 0 15px;
    padding: 10px 0;
    min-width: 295px;
    border: 1px solid #00cab047;
    z-index: 1000;
    text-align: left;
}

.header .contentHeader .topMenu ul > li:hover > ul.right{
    right: 4px;
    left: auto;
    text-align: right;
}

.header .contentHeader .topMenu ul > li:hover > ul > li{
    display: block
}

.header .contentHeader .topMenu ul > li:hover > ul.right > li:last-child > a{
    margin-right: 0;
}

.header .contentHeader .topMenu ul > li > ul > li > a{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
}

/********************* SECONDARY MENU *********************/
.header .contentHeader .secondaryMenu{
    float: left;
}

.header .contentHeader .secondaryMenu ul{
    padding: 39px 0;
    margin: 0;
}

.header .contentHeader .secondaryMenu ul > li{
    list-style-type: none;
    display: inline;
    position: relative;
    transition: .5s ease;
}

.header .contentHeader .secondaryMenu ul > li > a{
    color: #a79d92;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin:0 10px;
    transition: .5s ease;
}

.header .contentHeader .secondaryMenu ul > li > a.selected{
    color: #00cab0;
}

.header .contentHeader .secondaryMenu ul > li:first-child > a{
    margin-left: 0;
}

.header .contentHeader .secondaryMenu ul > li > a:hover{
    color: #00cab0;
}

.header .contentHeader .secondaryMenu ul > li > a > img {
    margin-top: -3px;
}
/********************* SUPPORT US *********************/
.header .contentHeader .supportUs{
    float: right;
    margin: 22px 0;
}

/********************* TEXTE HEADER *********************/
.header .messageHeader{
    position: relative;
    height: 575px;
}

.header .messageHeader .contentMessageHeader{
    position: absolute;
    top: 67.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.header .messageHeader .sentence{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;

    /* Animation */
    transition: transform 1.5s ease; -webkit-transition: transform 1.5s ease;-moz-transition: transform 1.5s ease;-o-transition: transform 1.5s ease;
    animation: showZoom 4s;-webkit-animation: showZoom 4s;-moz-animation: showZoom 4s;-o-animation: showZoom 4s;
}

.header .messageHeader .sentence:hover{
    transform: scale(1.05);
    transition: 1.5s ease;
}

.header .messageHeader .logoBemed{
    text-align: center;

    /* Animation */
    transition: transform 1s ease; -webkit-transition: transform 1s ease;-moz-transition: transform 1s ease;-o-transition: transform 1s ease;
    animation: show 5s;-webkit-animation: show 5s;-moz-animation: show 5s;-o-animation: show 5s;
}

.header .messageHeader .logoBemed img{
    transition: .5s ease;
}

.header .messageHeader .logoBemed img:hover{
    transform: rotate(-5deg);
    transition: .5s ease;
}

.header .temporaryTextHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    height: 100px;
    color: #fff;
    margin-top: 35px;
    padding: 0 50px;
    font-size: 22px;
}

.header .temporaryTextHeader .temporaryTextHeaderContent {
    display: flex;
    align-items: center;
}

.header .temporaryTextHeader .temporaryTextHeaderContent .mobile-hidden {
    display: block;
}

.header .temporaryTextHeader .temporaryTextHeaderContent .mobile-show {
    display: none;
}

.header .temporaryTextHeader .temporaryTextHeaderContent .temporaryTextHeaderContentBtn {
   min-width: 145px;
}

/********************* HEADER : Page de contenu *********************/
.header.content{
    background: none;
    min-height: 100px;
}

.header.content .contentHeader{
    background: #143462;
    transition: none; -webkit-transition: none;-moz-transition: none;-o-transition: none;
    animation: none;-webkit-animation: none;-moz-animation: none;-o-animation: none;
}

.header.content .contentHeader .row{
    transition: none; -webkit-transition: none;-moz-transition: none;-o-transition: none;
    animation: none;-webkit-animation: none;-moz-animation: none;-o-animation: none;
}

.header.content .contentHeader .topMenu {
    height: 100px;
}

/**************************************************/
/********************* FOOTER *********************/
/**************************************************/
.footer{
    background: url('/wp-content/themes/bemed/img/footer-sea-fish-background.jpg') center center no-repeat #00172b;
}

.footer .footerContent{
    position: relative;
    min-height: 252px;
    padding: 40px 0;
}

/********************* TOP MENU *********************/
.footer .footerMenu{
    text-align: center;
}

.footer .footerMenu ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}

.footer .footerMenu ul > li{
    list-style-type: none;
    display: inline;
}

.footer .footerMenu ul > li > a{
    color: #fff;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .5s ease;
}

.footer .footerMenu ul > li > a::before{
    content: '|';
    margin: 0 10px;
    transition: .5s ease;
}

.footer .footerMenu ul > li:first-child > a::before{
    content: '';
}

.footer .footerMenu ul > li > a:hover, .footer .footerMenu ul > li > a:focus, .footer .footerMenu ul > li > a:active{
    color: #00cab0;
    transition: .5s ease;
}

.footer .footerMenu ul > li > a:hover::before{
    color: #fff;
    transition: .5s ease;
}

/********************* BOTTOM *********************/
/** Copyright **/
.footer .footerBottom {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.footer .footerBottom .copyright{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    padding: 8px 0;
}

.footer .footerBottom .copyright a{
    color: #00cab0;
}

.footer .footerBottom .copyright a:hover{
    text-decoration: underline;
}

/** Social Network **/
.footer .footerBottom .socialMenu{
    text-align: right;
}

.footer .footerBottom .socialMenu ul{
    padding: 0;
    margin: 0;
    display: inline;
}

.footer .footerBottom .socialMenu ul > li{
    list-style-type: none;
    display: inline-block;
}

.footer .footerBottom .socialMenu ul > li > a{
    display: inline-block;
}

.footer .footerBottom .socialMenu ul > li > a > img{
    transition: .5s ease;
}

.footer .footerBottom .socialMenu ul > li > a:hover img{
    transform: rotate(-45deg);
    transition: .5s ease;
}

/*******************************************************/
/********************* HOME (NEWS) *********************/
/*******************************************************/
.news {
    min-height: 300px;
}

.news h2{
    /* Animation */
    transition: transform 1.5s ease; -webkit-transition: transform 1.5s ease;-moz-transition: transform 1.5s ease;-o-transition: transform 1.5s ease;
    animation: showZoom 8s;-webkit-animation: showZoom 8s;-moz-animation: showZoom 8s;-o-animation: showZoom 8s;
}

.news .newsContent{
    display: none
}

.news .newsBox {
    text-align: center;
}

.news .newsBox.two, .news .newsBox.three{
    display: none;
}

.news .newsBox .contentImg{
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: 220px;

}

.news.post .newsBox .contentImg{
    height: 175px;
}

.news .newsBox.one.projects .contentImg{
    height: 240px;
}


.news .newsBox .contentImg .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    transition: 0.5s ease;
}

.news .newsBox a:hover .background{
    background: none;
    transition: 0.5s ease;
}
.news .newsBox .contentImg img{
    transition: 0.5s ease;
}

.news .newsBox a:hover img{
    transition: 0.5s ease;
}

.news .newsBox .date{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.news .newsBox .title{
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 0 10px;
    min-height: 56px;
}

.news .btn{
    margin: 25px 0;
}

.news .twitter{
    margin: 15px 0 0 0;
}

.news .twitter a, .news .twitter a:hover{
    color: #1da1f2;
}

.news .twitter .content{
    font-size: 16px;
    margin-top: -10px;
}

.news .twitter .content .ctf-item{
    padding: 0 !important;
}

.news .twitter img{
    transition: .5s ease;
}

.news .twitter img:hover{
    transform: rotate(-45deg);
    transition: .5s ease;
}
/*************************************************************/
/********************* HOME (WHO WE ARE) *********************/
/*************************************************************/
.whoWeAre{
    background: url('/wp-content/themes/bemed/img/who-we-are.jpg') center center;
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.whoWeAre .contentWhoWeAre{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    display: none;
}

.whoWeAre .contentWhoWeAre .sentence{
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
}

.whoWeAre .contentWhoWeAre .sentence span{
    color: #00bfa8;
}

/*********************************************************/
/********************* HOME (ACTION) *********************/
/*********************************************************/
.action .actionBox{
    text-align: center;
    margin-bottom: 40px;
}

.action .actionBox .title{
    margin: 40px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.action .actionBox .title.twoLine{
    margin: 26px 0;
}
.action .actionMember {
    margin: 30px 0 0 0;
}

.action .actionMember .title{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    padding: 18px 0;
}

/****************************************************************/
/********************* CONTENT : TITRE/MENU *********************/
/****************************************************************/
section.titleMenu {
    padding-bottom: 0;
}

section.titleMenu  + div, section.titleMenu + section{
    margin-top: 35px;
}

.titleMenu .affix{
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #00172b;
}

.titleMenu h1{
    font-size: 40px;
    text-align: center;
    margin:0 0 15px 0;
    letter-spacing: 2px;
}

.titleMenu h2{
    margin-bottom: 15px;
}

.titleMenu h3{
    margin-bottom: 15px;
}

.titleMenu ul{
    text-align: center;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    z-index: 100;
    background: rgba(255,255,255,1);
}

.titleMenu ul > li{
    list-style-type: none;
    display: inline;
}

.titleMenu ul > li > a{
    color: #143462;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: .5s ease;
}

.titleMenu ul > li.current_page_item > a {
    color: #00cab0;
}

.titleMenu ul > li.current_page_item > a:before{
    color: #143462;
}

.titleMenu ul > li > a:focus::before{
    color: #143462;
}

.titleMenu ul > li > a::before{
    content: '|';
    margin: 0 10px;
    transition: .5s ease;
}

.titleMenu ul > li:first-child > a::before{
    content: '';
}

.titleMenu ul > li > a:hover, .titleMenu ul > li > a:focus, .titleMenu ul > li > a:active{
    color: #00cab0;
    transition: .5s ease;
}

.titleMenu ul > li > a:hover::before{
    color: #143462;
    transition: .5s ease;
}

/****************************************************************/
/*********************** SECTION : CONTENT **********************/
/****************************************************************/
section.content p{
    text-align: justify;
    line-height: 30px;
    margin-bottom: 15px;
}

section.content .btn-green{
    margin-top: 15px;
    padding: 15px 35px;
    letter-spacing: 1px;
}

.postContent{
    margin-bottom: 50px;
}

.postContent .searchBox {
    border: 1px solid #143462;
    padding: 35px 20px;
    text-align: center;
    background: #f9f9f9;
    margin: 0 0 50px 0;
}

.postContent iframe{
    width: 100%;
    height: 500px;
}

section.content li > ul > li.current-cat a{
    color: #00cab0;
}


.content .solutions-tripler .wp-block-column p:last-child{
    margin: 0;
}


.content .solutions-threeR .wp-block-column:first-child{
    display: block;
    flex: none;
    width: 25%;
    margin-left: 0;
}

.content .solutions-threeR .wp-block-column:first-child p{
    background: #143462;
    border-bottom: 5px solid #00cbb2;
    color: #fff;
    padding:15px;
    text-transform: uppercase;
}

.content .solutions-threeR .wp-block-column:first-child p img{
    margin-right: 5px;
    width: 20px !important;
    margin-top: -3px;
}

.content .solutions-threeR .wp-block-column{
    background: none;;
    display: block;
    flex: none;
    width: 75%;
    margin-right: 0;
}

.content .solution-alert{
    margin: 0 30px 30px 15px;
}

/****************************************************************/
/**************************** SIDEBAR ***************************/
/****************************************************************/
.sidebar{
    border-left: 1px solid #e9e9e9;
    padding: 0 0 0 30px;
    min-height: 150px;
    font-size: 14px;
}

.sidebar .widget{
    border-bottom: 1px solid #143462;
    padding: 10px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.sidebar .widget h3{
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.sidebar .widget ul{
    padding: 0 0 0 30px;
}


/****************************************************************/
/**************************** WIDGETS ***************************/
/****************************************************************/

/** Widget Founders ***/
.widget-founders li.memberLi{
    width: 20%;
}

.widget-founders li.memberLi a{
    padding: 0;
}

.widget-founders .memberLi img{
    width: 100%;
    border: 10px solid #fff;
}

.widget-founders .tab-content{
    margin: 15px 0 50px 0;
    padding: 15px;
}

.widget-founders .tab-content h3{
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 0;
}

.widget-founders .tab-content p{
    text-align: justify;
}

.widget-founders .tab-content .top{
    border-bottom: 1px solid #e6e6e6;
}

/** Widget Directory **/
.widget-directory .contact{
    padding: 15px;
    border-right: 1px solid #e2e2e2;
    margin: 0 0 50px 0;
}
.widget-directory .contact .contactBox{
	height:320px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.widget-directory h2{
    min-height: 70px;
}

.widget-directory p.phone{
    color: #00cab0;
}

.widget-directory a.phone{
    color: #00cab0;
}

.widget-directory #map{
    height: 500px;
    width: 100%;
    margin: 0 0 25px;
}

.map-retailer-label{
    float: left;
    text-align: left;
}

span.map-retailer-label hr {
    margin: 7px 0;
}

.gm-style .gm-style-iw {
    left: 0 !important;
}

.widget-directory .linkToContact{
    margin-bottom: 15px;
}

.widget-directory .linkToContact a{
    color: #00cab0;
}

/** Widget Donors **/
.widget-donors .donorBox{
    margin: 30px 0;
    transition: transform .2s
}

.widget-donors .donorBox:hover{
    transform: scale(1.05);
    transition: transform .2s
}

.widget-donors .donorBox .img.img-responsive{
    margin: 0 auto;
}

/** Widget Newsletter **/
.widget-newsletter{
    margin: 30px 0;
    width: 100%;
    background: #f6f6f6;
    padding: 30px;
    color: #143462;
    font-weight: 600;
    text-align: left;
}

.widget-newsletter .title{
    margin-bottom: 10px;
}

.widget-newsletter input, .widget-newsletter button{
    border-radius: 0;
}

.widget-newsletter button{
    text-transform: uppercase;
}

.widget-newsletter button.btn-newsletter{
    background: #143462;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.widget-newsletter #newsletterConfirmation{
    z-index: 9999;
}

.widget-newsletter #newsletterConfirmation .modal-content{
    border-radius: initial;
}

.widget-newsletter #newsletterConfirmation {
    text-align: center;
    padding: 0!important;
}

.widget-newsletter #newsletterConfirmation:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.widget-newsletter #newsletterConfirmation .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.widget-newsletter #newsletterConfirmation .modal-footer {
    border-top: none;
}

    /** Application **/
.widget-application{
    margin: 30px 0;
    width: 100%;
    color: #fff;
    padding: 30px;
    background: #143462;
    font-weight: 600;
}

.widget-application a.btn.btn-application{
    border-radius: 0;
    background: #00cab0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

/** Générique **/
.widgetClass .wp-block-column:first-child{
    margin-left: 0;
}

.widgetClass .wp-block-column:last-child{
    margin-right: 0;
}

/***************************************************************/
/**************************** POSTS ****************************/
/***************************************************************/
section.content h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

section.content h2{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin: 0 0 50px 0;
    text-align: center;
}

section.content .postBox h2{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin: 0 0 30px 0;
    text-align: left;
}

section.content h3{
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    margin: 0 0 30px 0;
    text-align: left;
}


section.content h4{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin: 0 0 30px 0;
}

section.content .postBox{
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #143462;
}

section.content .postBox.single{
    border: none;
    margin: 0;
}

section.content .postBox.single .wp-block-gallery figcaption{
    display: none;
}

section.content .postBox img.imgMain{
    width: 450px;
    height: auto;
    padding: 0 30px 15px 0;
}

section.content .postBox .btn-green {
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}

section.content .postBox .postDate{
    color: #7e7e7e;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: right;
}

.post .newsBox.one{
    min-height: 350px;
}

/** Page **/
.pageContent h2{
    margin: 0 0 15px 0;
}


/***************************************************************/
/********************* FORMULAIRE DE CONTACT *******************/
/***************************************************************/

.wpcf7-form{
    background: #133462;
    padding: 50px;
    color: #ffffff;
}

.wpcf7-form label{
    display: block;
    font-weight: 400;
}

.wpcf7-form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #133462;
    background-color: #fff;
    border: 1px solid #133462;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form input[type="submit"]{
    font-weight: 700;
}

textarea.wpcf7-form-control{
    height: auto;
}

div.wpcf7-response-output {
    margin: 15px 0;
    border: 2px solid #00cab0;
}

span.wpcf7-not-valid-tip {
    color: #00cab0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #00cab0;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    min-height: 100px;
}

/***************************************************************/
/**************************** OTHERS ***************************/
/***************************************************************/
.postPagination ul{
    height: 30px;
}

.postPagination li a,.postPagination li a:hover, .postPagination li.active a,.postPagination li.disabled {
    color: #143462;
    text-decoration:none;
}

.postPagination li {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 5px 0;
}

.postPagination li a{
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px 10px;
    transition: none;
}

.postPagination li a:hover, .postPagination li.active a {
    border: 1px solid #00cab0;
    border-radius: 15px;
}

.wp-block-embed__wrapper iframe{
    width: 100%;
}

.wp-block-column:first-child{
    margin-left: 16px;
}

.wp-block-column:not(:first-child) {
    margin-left: 15px;
}

.wp-block-column:not(:last-child) {
    margin-right: 15px;
}

.wp-block-column:last-child {
    margin-left: 15px;
}

.calendarDay{
    margin: 0 0 15px 30px;
    padding: 0 0 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 0 10px;
}

.calendarDay .month{
    background: #143462;
    border-bottom: 2px dashed #143462;
    color: #fff;
    padding: 2px 10px;
    font-weight: 600;
}

.calendarDay .dayNumber{
    color: #143462;
    font-size: 30px;
    padding: 5px 0;
}

.calendarDay .day{
    font-size: 12px;
    color: #898989;
}

.backToArchive{
    border-top: 1px solid #e6e6e6;
    text-align: right;
    padding-top: 15px;
}

.backToArchive.borderBottom{
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding:0 0 15px 0;
    margin: 0 0 30px 0;
}

section.content.singleProject h1{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 25px;
}

section.content.singleProject h2, section.content.singleProject h3, section.content.singleProject h4{
    margin:15px 0;
}

.singleProject ul{
    padding: 0;
    list-style-type: none;
}

.bullet-list ul {
    list-style: circle;
    margin-left:18px;
}

.singleProject ul.projectInformation li{
    margin: 0 0 5px 0;
}

.singleProject ul.projectInformation li i{
    margin-right: 10px;
}

ul.siteBreadcrumb{
    margin: -10px 0 35px 0;
    padding: 0;
    list-style-type: none;
}

.news.post ul.siteBreadcrumb{
    margin: 0 0 30px 0;
}

ul.siteBreadcrumb li{
    display: inline;
}

ul.siteBreadcrumb > li > a {
    padding-right: 5px;
}

ul.siteBreadcrumb li::after{
    content: ">";
}

ul.siteBreadcrumb li:first-child a {
    color: #00cab0;
}

ul.siteBreadcrumb li:last-child{
    opacity: 0.7;
}

ul.siteBreadcrumb li:last-child::after {
    content: "";
}

.oops {
    text-align: center;
    font-size: 150px;
    font-weight: 800;
    color: rgba(19, 52, 98, 0.45098039215686275);
}

.oopsTitle{
    background: #fff;
    margin-top: -15px;
}

.oopsTitle {
    background: rgba(255, 255, 255, 0.18);
    margin-top: -92px;
    padding-top: 88px;
}

.oopsTitle h1{
    margin: 0 0 25px 0;
}

.btn-oops {
    margin: 50px 0!important;
}

.postContent.search h2{
    font-size: 25px;
}

.postContent.search .searchResult{
    margin-bottom: 10px;
}

.postContent.search .searchResult .resume{
    font-size: 14px;
}

.postContent.search .searchResult .metadata a{
    font-size: 12px;
}

.postContent.search .pagination{
    text-align: center;
}

.postContent.search .pagination ul > li{
    margin: 0 15px;
}

.containerImg {
    position: relative;
}

.containerImg img {
    display: block;
    width: 100%;
    height: auto;
}

.imgHover {
    opacity: 0;
}

.imgHoverNews {
    height: 100%;
    opacity: 0;
}

.imgHover span{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #ffffffbd;
    padding: 6px 0;
    font-size: 12px;
}

.mediumHover span{
    position: absolute;
    bottom: 15px;
    right: 30px;
    width: auto;
}

.containerImg:hover .imgHover {
    opacity: 1;
}

.missions {
    background: #143462!important;
    padding: 1em 0;
    min-height: 242px;
}

.missions strong {
    color: #00cab0;
}

.missions p {
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
}

.missions blockquote{
    border: none;
    margin-bottom: 0;
}
.btn-edit {
    position: absolute;
    border-radius: inherit;
    margin: 4px 20px 4px 20px;
}

.btn-edit a {
    color: #ffffff;
}
/*==============================================
==============LISTE DES RESSOURCES==============
==============================================*/
/*============== Block Filtres ===============*/
.resource-filters{
    background: #eeeeee;
    padding: 2rem 2.5rem 3rem;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.resource-filters_close{
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.resource-filters_close-icon{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.resource-filters_close-icon::before{
    background-color: #061e34;
    transform: rotate(45deg);
    width: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
}
.resource-filters_close-icon::after{
    background-color: #061e34;
    transform: rotate(-45deg);
    width: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
}
.resource-filters_open{
    cursor: pointer;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

.resource-filters_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.resource-filters_subtitle{
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.resource-filters_label{
    font-weight: normal;
}
.resource-filters_checkbox{
    display: flex;
    align-items: center;
    position: relative;
}
.resource-filters_checkbox input{
    opacity: 0;
    position: absolute;
}
.resource-filters_checkbox-custom{
    display: inline-block;
    position: relative;
    border: 2px #143462 solid;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    background: white;
    margin-right: 5px;
    margin-bottom: 3px;
}
.resource-filters_checkbox input:checked ~ .resource-filters_checkbox-custom::before{
    content:'';
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    background: #143462;
}
.resource-filters_block-items{
    max-height: 240px;
    overflow: auto;
}
.resource-filters_block-items::-webkit-scrollbar {
    width:3px;
}
.resource-filters_block-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.07);
    border-radius: 10px;
}
.resource-filters_block-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.resource-filters_select{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.resource-filters_select label{
    margin: 0 1rem 0 0;
}
.resource-filters_select-custom{
    position: relative;
    cursor: pointer;
    background: white;
}
.resource-filters_select-custom select{
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0.5rem 2rem 0.5rem 3rem;
    position: relative;
}
.resource-filters_select-custom::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 1.15rem;
    border-color: #143462 transparent;
    border-style: solid;
    border-width: 0.45em 0.3em 0 0.3em;
    height: 0;
    width: 0;
    transform: translateY(-50%);
}
.resource-filters_select-custom select:focus-visible{
    outline: none;
}
.resource-filters_button-submit{
    display: none;
}

@media (max-width: 1199px) {
    .resource-filters_block-items {
        max-height: 170px;
    }
}
@media (max-width: 991px){
    .resource-filters_container{
        position: fixed;
        top:0;
        left:-100vw;
        width:100vw;
        height:100vh;
        padding:100px 0 0;
        z-index: 9998;
        overflow: auto;
        transition: .4s ease;
    }
    .resource-filters_container.open{
        left:0;
        transition: .4s ease;
    }
    .resource-filters_close, .resource-filters_open{
        display: block;
    }
    .resource-filters{
        width: fit-content;
        display: flex;
        justify-content: center;
    }
    .resource-filters_inner{
        width:300px;
    }
    .resource-filters_title {
        margin-bottom: 20px;
    }
    .resource-filters_block{
        background: white;
        border: 2px #BFBFBF solid;
        border-radius: 20px;
        overflow: hidden;
        padding: 5px 10px 3px;
        margin-top: 15px;
    }
    .resource-filters_subtitle{
        margin: 0;
        text-align: center;
        padding: 0 25px;
        position: relative;
        font-size: 12px;
        cursor: pointer;
    }
    .resource-filters_subtitle:after{
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        right: 5px;
        border-color: #00cab0 transparent;
        border-style: solid;
        border-width: 0.45em 0.3em 0 0.3em;
        height: 0;
        width: 0;
        transition: .4s ease;
    }
    .resource-filters_block.open .resource-filters_subtitle:after{
        transform: rotate(180deg);
        transition: .4s ease;
    }
    .resource-filters_block-items{
        max-height: 160px;
        overflow: auto;
        padding: 10px 0 5px;
        display: none;
    }
    .resource-filters_checkbox{
        font-size: 14px;
    }
    .resource-filters_checkbox-custom {
        width: 12px;
        height: 12px;
        margin-bottom: 0;
    }
    .resource-filters_more {
        font-size: 14px;
    }
    .resource-form-buttons{
        margin-top:25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .resource-form-buttons .btn{
        font-size:13px;
    }
    .resource-form-buttons .btn-outline-blue{
        padding: 5px 25px 3px 25px !important;
    }
    .resource-filters_button-submit{
        display: block;
    }
}
@media (max-width: 567px){
    .resource-filters{
        width: 100%;
    }
}
.resource-filters_button{
    padding: 7px 30px 5px 30px !important;
    margin:0 0 1rem !important;
    border-radius: 0;
    letter-spacing: .5px !important;
}
/*============== Block Entete ===============*/
.resource-filters_order{
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.resource-filters_order label{
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.resource-filters_order-item{
    display: flex !important;
    align-items: center;
    line-height: 14px !important;
}
.resource-filters_order-item_checkbox{
    position: relative;
    display: block;
    width:15px;
    height:15px;
    border: 1px #999 solid;
    margin-right: 8px;
    transition: all .4s ease-in-out;
}
.resource-filters_order_item:hover{
    color: #143462 !important;
}
.resource-filters_order-item:hover .resource-filters_order-item_checkbox{
    border-color: #143462 !important;
    transition: all .4s ease-in-out;
}
.resource-filters_order_item.active{
    color: #143462 !important;
}
.resource-filters_order-item.active .resource-filters_order-item_checkbox{
    border-color: #143462 !important;
}
.resource-filters_order-item.active .resource-filters_order-item_checkbox::before{
    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #00cab0;
    transform: translateX(5px) rotate(-45deg);
    transform-origin: left bottom;
}
.resource-filters_order-item.active .resource-filters_order-item_checkbox::after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #00cab0;
    content: "";
    transform: translateX(5px) rotate(-45deg);
    transform-origin: left bottom;
}
.resource-filters_order-item_label-mobile{
    display: none;
}

.custom-dropdown button{
    margin: 0;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
.custom-dropdown button .caret{
    border-color: #00cab0 transparent;
    border-style: solid;
    border-width: 0.45em 0.3em 0 0.3em;
    height: 0;
    width: 0;
    margin-left: 10px;
}
.custom-dropdown .dropdown-menu{
    border: none;
    border-radius: 0;
}
.resource-filters_order{
    font-weight: bold;
}
.resource-search{
    margin-bottom: 2rem;
}
.resource-search-row{
    display: flex;
    align-items: center;
}
.form_resources_count{
    text-transform: uppercase;
    font-weight: bold;
    font-size:12px;
    white-space: nowrap;
}
.resource-search_input-container{
    width: 100%;
    border: 2px #BFBFBF solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: white;
}
.resource-search_input-container .fa{
    color:#00cab0;
    display: inline-block;
    margin:0 1rem;
}
.resource-search_input{
    flex-grow: 1;
    border: none;
    padding: 5px 10px 3px 0;
    font-size: 12px;
    color: #143462;
    font-weight:bold;
}
.resource-search_input:focus-visible{
    outline: none;
}
.resource-search_input::-webkit-input-placeholder { /* Edge */
    color: #143462;
    font-weight:bold;
}
.resource-search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #143462;
    font-weight:bold;
}
.resource-search_input::placeholder {
    color: #143462;
    font-weight:bold;
}
#form_order_label{
    display: inline-block;
    width: 116px;
}
.resources_count_mobile{
    display: none;
}
@media (max-width: 1199px){
    .resource-search-row_left{
        width: initial;
        flex-grow: 1;
    }
    .resources_count_desktop{
        width: fit-content;
    }
    .resource-search-row_right{
        width: initial;
        flex-grow: 1;
        justify-content: flex-end;
    }
    .resource-filters_order label{
        text-transform: unset;
        color: #00cab0;
    }
    .resource-filters_order .custom-dropdown{
        bottom:1px;
    }
    .resource-filters_order .custom-dropdown button{
        padding-left:0;
    }
    #form_order_label{
        width:65px;
    }
    #form_order_label .resource-filters_order-item_label-dropdown{
        display: none;
    }
    #form_order_label .resource-filters_order-item_label-mobile{
        display: inline;
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .resource-search{
        margin-bottom: 1rem;
    }
    .resource-search-row_left {
        flex-grow: 2;
    }
    .resource-filters_order .custom-dropdown{
        bottom:0;
    }
}
@media (max-width: 500px){
    .resources_count_desktop{
        display: none;
    }
    .resources_count_mobile{
        display: block;
    }
    .resources_count_mobile .form_resources_count{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .resource-filters_order .custom-dropdown{
        bottom:1px;
    }
}
/*============== Block Liste ===============*/
.resource-list{
    padding: 0 15px;
    position: relative;
}
.resource-list_items{
    display: flex;
    flex-wrap:wrap;
}
.resource-list_items .jumbotron{
    background: transparent;
    border-radius: 0;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}
.resourceBox{
    border-bottom: 1px solid #C5C5C5;
    padding:3rem 3rem 3rem 0;
}
.resourceBox:nth-child(1), .resourceBox:nth-child(2){
    border-top: 1px solid #C5C5C5;
}
.resourceBox:nth-child(2n){
    border-left: 1px solid #C5C5C5;
    padding:3rem;
}
.resourceBox:nth-last-child(1), .resourceBox:nth-last-child(2):nth-child(odd){
    border-bottom: none;
}
@media (max-width: 767px){
    .resourceBox{
        padding:2rem 0;
    }
    .resourceBox:nth-child(2){
        border-top: none;
    }
    .resourceBox:nth-child(2n){
        border-left: none;
        padding:2rem 0;
    }
    .resourceBox:nth-last-child(2):nth-child(odd){
        border-bottom: 1px solid #C5C5C5;
    }
}
.resourceBox .title{
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 14px;
}
.resourceBox .author{
    padding-bottom: 3px;
    font-size: 14px;
}
.annuaireBox .author {
    font-size: 16px;
}
.resourceBox .author-name{
    display: inline-block;
    padding-right: 10px;
}
.resourceBox .lang{
    color: #818181;
    font-size: 14px;
    padding-bottom: 2px;
}
.annuaireBox .lang{
    font-size: 16px;
}
.resourceBox .lang .lang-item{
    display: inline-block;
    padding-right:15px;
    position: relative;
}
.resourceBox .lang .lang-item::after{
    content:'';
    width:0;
    height:14px;
    border-left:1px #999 solid;
    position: absolute;
    top:3px;
    right:5px;
}
.resourceBox .lang .lang-item:last-child{
    padding-right:0;
}
.resourceBox .lang .lang-item:last-child::after{
    content:none;
}
.resourceBox .area{
    color: #818181;
    font-size: 14px;
}

.annuaireBox .area{
    font-size: 16px;
}

.resource-list_pagination{
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}
.resource-list_pagination .btn{
    margin:2rem .3rem;
    border: none;
    padding-bottom: 7px;
}
.resource-list_pagination .btn-secondary:hover{
    color: #fff;
    background-color: #143462;
    transition: .4s ease;
}
.pagination-arrow{
    padding: 6px 2px;
}
.pagination-page.first{
    margin-left:15px;
}
.pagination-page.last{
    margin-right:15px;
}
.resource-list_pagination .btn:focus, .resource-list_pagination .btn:focus-visible{
    outline: none;
}
.resource-list_loader{
    background: rgba(255,255,255,0.4);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.resource-form-show-medium{
    display: block;
}
.resource-form-show-medium-flex{
    display: flex;
}
.resource-form-show-small, .resource-form-show-small-flex{
    display: none;
}
@media (max-width: 991px){
    .resource-form-show-medium, .resource-form-show-medium-flex{
        display: none;
    }
    .resource-form-show-small{
        display: block;
    }
    .resource-form-show-small-flex{
        display: flex;
    }
}
/*============== Page ressource ===============*/
section.content .postBox .resource-img img.imgMain{
    width: 300px;
}
@media (max-width: 767px){
    section.content .postBox .resource-img img.imgMain{
        width: 150px;
        margin: auto;
    }
}
.resourceBox.single{
    border: 0;
    padding-top:0;
}
@media (max-width: 767px){
    .resourceBox.single{
        padding-top:3rem;
        padding-left:0;
    }
}
.resourceBox.single .author {
    color: #143462;
    font-size: 16px;
    font-weight: bold;
}
.resourceBox.single .lang {
    color: #143462;
    font-size: 16px;
}
.resource-meta_label{
    color: #818181;
}
.resource-meta{
    cursor: pointer;
}
.resource-meta:hover{
    text-decoration: underline;
}
.resource-meta-author{
    cursor: default;
}
.resource-meta-author:hover{
    text-decoration: none;
}
.resource-content_title{
    font-weight: bold;
}
.download-resource .title{
    display: inline-block;
    font-size:20px;
    margin-bottom:15px;
}
.download-resource form p{
    line-height: 15px;
    margin-bottom: 0;
}
/*============================================
================FIN RESSOURCES================
============================================*/
.g-recaptcha{
    background: transparent;
    height: fit-content;
    margin-bottom: 15px;
}
.g-recaptcha iframe{
    height:80px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #204d74;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.annuaire-organisation-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.annuaire-organisation-link img {
    transition: transform .4s ease-in-out;
}

.annuaire-organisation-link:hover img {
    transform: scale(1.1);
}

.annuaire-organisation-img {
    display: flex;
    min-height: 150px;
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #242a4e;
    font-weight: 700;
    margin: 5px 0;
    border: 2px solid #00cab0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    transition: color .4s ease-in-out, border-color .4s ease-in-out;
}

.annuaire-organisation-img::before {
    content: '';
    position: absolute;
    top: -26px;
    left: -20px;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-right: 2px solid #00cab0;
    transform: rotate(50deg);
    transition: border-color .4s ease-in-out;
}

.annuaire-organisation-img::after {
    content: '';
    position: absolute;
    bottom: -26px;
    right: -20px;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-left: 2px solid #00cab0;
    transform: rotate(50deg);
    transition: border-color .4s ease-in-out;
}

.annuaire-organisation-img:hover, .annuaire-organisation-img:hover::before, .annuaire-organisation-img:hover::after {
    color: #242a4e;
    border-color: #242a4e;
}

.bemed-login-title {
    margin-top: 50px;
    text-align: center;
}

.bemed-login-form-text {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.bemed-login-form-text.error {
    color: red;
}

#directory_loginform {
    background-color: #133462;
    max-width: 500px;
    margin: 50px auto;
    padding: 50px;
}

#directory_loginform label {
    display: block;
    color: #ffffff;
}

#directory_loginform input[type=text], input[type=password], input[type=text], input[type=password] {
    width: 100%;
}

#directory_loginform input[type=submit], input[type=submit] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #133462;
    background-color: #fff;
    border: 1px solid #133462;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bemed-login-form .forgot-password {
    color: #ffffff;
    font-weight: 700;
    margin-top: 2rem;
    display: block;
}

.bemed-login-form .forgot-password:hover {
    color: #00cab0;
}

.annuaire-login {
    height: calc(100vh - 352px);
}

.mw-100 {
    max-width: 100%;
}

@media (min-width: 768px) {

    .modal-annuaire {
        text-align: center;
        padding: 0 !important;
    }

    .modal-annuaire::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-annuaire .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

}

@media (max-width: 767px) {
    .modal-annuaire {
        margin-top: 150px;
    }
}

.modal-annuaire .modal-header, .modal-annuaire .modal-dialog .modal-body {
    background-color: #133462;
    color: #ffffff;
}

.modal-annuaire .modal-header {
    text-align: center;
    border: 0;
    padding: 32px;
}

.modal-annuaire .modal-header .close {
    color: #ffffff;
}

.modal-annuaire .modal-dialog .modal-body {
    padding: 0 32px 32px;
}

.modal-annuaire .modal-dialog .modal-body a {
    color: #00cab0;
}

.annuaire-download-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    font-size: 14px;
}

@media (max-width: 991px) {
    .annuaire-download-btn {
        position: relative;
        margin-bottom: 50px !important;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .annuaire-download-btn {
        position: relative;
        margin-bottom: 25px !important;
        font-size: 12px;
    }
}