#intro:before {
    height: 395px;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
/* search form site */

#searchFormSection{
    display: none;
    position: fixed;
    z-index:100000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    /*background-color: rgba(0,0,0,0.85);*/
    background-color: #1B2588;
}

#searchContainer{
    width: 800px;
    max-width: 80%;
    height:100px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#searchContainer label{
    font-size: 30px;
    font-weight: 300;
    color:#FFF;
}
#searchContainer input[type='text']{
    width: 100%;
    height: 70px;
    font-size: 30px;
    color:#1B2588;
    background-color: #FFFFFF;
    border: none;

}
#searchContainer input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #EEE;
    opacity: 1; /* Firefox */
}

#searchContainer input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EEE;
}

#searchContainer input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
    color: #EEE;
}
#searchContainer .errorMessage{
    color:#FF2500;
}
a svg #cross {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
a svg:hover #cross{
    fill: #FF2500;
}



#papers{
    padding-bottom: 50px;
}
#papers:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 10px;
    background: url(../medias/vectors/lineRed.svg) no-repeat bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 110px;
    z-index: +1;
}
.imgMain{
    float:left;
    margin-right: 40px;
    margin-bottom: 30px;
}
.imgMainCenter{
    clear:both;
    margin-bottom: 30px!important;
    max-width:100%;
}
.imgMainRight{
    float:right;
    margin-left:40px;
    margin-bottom: 30px!important;
}
.blockTextuel b {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.blockTextuel a {
    color: #FF2500;
}
a.previewGalerie{
    display: block;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    /*z-index:+1;*/
    background-repeat: no-repeat;
    position: center center;
    -webkit-background-size:cover;
    background-size:cover;
    margin-bottom: 15px;
}
.pdfsShow{
    margin-top: 30px;
}
.pdfsShow ul{
    list-style-type:none;
    padding-left: 0;
}
.rowDiapo{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.rowDiapo div:first-child{

    /*padding-left: 0 !important;*/

}
.rowDiapo div:last-child{

    /*padding-right: 0 !important;*/

}

/* ------------------------------------------- *\

    RESPONSIVE IFRAME, VIDEO, MAPS ETC

\* ------------------------------------------- */


.iframe-responsive-wrapper {
    position: relative;
}

.iframe-responsive-wrapper .iframe-ratio {
    display: block;
    width: 100%;
    /*height: auto;*/
    height: 425px;
}

.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 400px;
}


.iframe-responsive-wrapper-h {
    position: relative;
}

.iframe-responsive-wrapper-h .iframe-ratio {
    display: block;
    width: 100%;
    /*height: auto;*/
    height: 250px;
}

.iframe-responsive-wrapper-h iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 225px;
}

.badge{
    color:#FFF;
    background-color: #3E43B6;
    padding: 5px 10px;
    border-radius:20px;

    
}
.searchResTxt{
    font-size: 12px;
}
.rougeAdmin{
    color:#FF0000!important;
}

/* ##################### CLASS POUR DROPDOWN OPEN ONMOUSEHOVER ##################### */

.dropdown-menu .sub-menu {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* ##################### CLASS POUR DROPDOWN OPEN ONMOUSEHOVER ##################### */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 15px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #3D3EB9;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

    width: auto;
    min-width: 350px;

}
.dropdown-menu ul li a {
    color: white;
    text-transform: uppercase;
    margin: 15px 0!important;
}
#papers {
    position: relative;
}
#papers:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width:5px;
    border-left: solid 2px #FFF;
    border-right: solid 2px #FFF;
    background-image: none;
    background-color: #FF2500;
    left: 0;
    margin-top: 110px;
    z-index: -1; }
#papers:after {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius:50%;
    background-color: #FF2500;
    left: 50%;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    top:110px;
    z-index: +1;
}
#footer {
    margin-top: 50px;
}



/* ------------------------------------------- *\

    CAROUSEL-DIAPO SI PAS HOMEPAGE

\* ------------------------------------------- */

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #FF2500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slide img{
    max-width: 100%;
}