@import url("lightbox.css");
@import url("notification.css");
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');

@font-face {
    font-family: 'monotonregular';
    src: url('fonts/monoton-regular-webfont.woff2') format('woff2'),
         url('fonts/monoton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/***************************** STYLE POUR LE CONTENEUR DES LIGHTBOX ************************************/

#loader{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.50);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000000;
    }
    
    #loader2{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.50);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000000;
    }
      #loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000005;
  }

/************************************************************************/
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.sous-menu li:first-child {
  border-radius: 5px 5px 0 0;
}
.icone-supheader {
    color: rgb(255, 255, 255);
}

.superheader, .header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:  center;
    color: rgb(51, 51, 51);
    flex-wrap: nowrap;
    position: relative;
}

.conteneur-superheader {
    border-bottom: 1px solid rgb(223, 223, 223);
    background: rgb(17, 113, 185);
}

.content-info-superheader {
    display: flex;
    padding-left: 20px;
    font-size: 11px;
    transition: all linear 0.3s;
    color: rgb(255, 255, 255);
    align-items: center;
    line-height: 1.2;
    margin-left: 20px;
}

.content-superheader-left {
    display: flex;
    padding: 0;
    margin-left: 0;
}

li.active-lang {
    font-weight: 600 !important;
}

.content-info-superheader i {
    margin-right: 10px;
    font-size: 17px;
}


ul.content-contact-information li {
            padding: 0 10px;
            font-weight: 300;
        }

        ul.content-contact-information li:first-child {
            border-right: 1px solid;
        }
input#search {
    padding: 7px 15px;
    border-radius: 20px;
    background-color: rgb(157, 213, 255);
    border: 1px solid #a0a0a0;
    color: #000;
    font-size: 15px;
}

.menu-responsive {
    display: none;
}

.bloc-search-bar-- {
    position:  absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 39px;
    width:  100%;
    background-color: rgb(241, 241, 241);
    height: 200px;
    z-index: 10;
    margin-top: 1px;
    padding-top: 30px;
    transform: translateY(-130%);
    transition: all 0.8s;
}

.content-search-display {
    width: 900px;
    margin:  0 auto;
    height: auto;
    position:  relative;
    max-width: 90%;
}

button#close {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    width: 34px;
    cursor: pointer;
}
[placeholder] {
    font-weight: lighter;
    color: rgb(36, 49, 79) !important;
    font-style:  italic;
    font-size: 16px !important;
}

.titre-search-bar {
    margin: 0 0 10px 0;
    font-size: 27px;
    /* font-family: 'Lato',Arial,sans-serif; */
    letter-spacing: .5px;
    font-weight: 900;
    color: rgb(17, 113, 185);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

p.description-search-bar {color: rgb(37, 37, 37);font-size: 13px;width: auto;line-height:  1.5;opacity: 0.8;width: 83%;}

.bloc-search-bar--:before {
    position: absolute;
    right: 0;
    top: -15px;
    left: 55vw;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-bottom: 15px solid rgb(242, 242, 242);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
    z-index: 1500;
    /* background: rgba(242, 242, 242, 0.83); */
    display: none;
}
div#conteneur-reseau-sociaux-entete a:hover {
    color: rgb(48, 76, 141);
}

.bloc-search-bar--.show-search-bar--- {
    /* top: 104%; */
    transform: translateY(0);
}

input#mot-cle {width: 60%;height: 50px;border: 0px solid rgb(216, 216, 216);padding: 0 10px;font-size: 19px;margin-right: 24px;}


form#search-bar {
    position:  relative;

    /* padding-left:  10px; */
    /* display:  none; */
    width:  100%;
}
.content-button-client a:last-child .icone-cle {
    width: 123px;
}
button#search-button {
    position: relative;
    right:  0;
    top: 0;
    bottom:  0;
    /* width:  41px; */
    font-size: 100%;
    border:  none;
    border-left: 1px solid #d8d8d8;
    padding: 12px 19px;
    height:  50px;
    background: rgb(17, 113, 185);
    border:  none;
    color: #fff;
}

ul#menu {
    padding:  0;
}

span.tooltip {
    visibility: hidden;
    position: absolute;
    width: 105px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    font-s
    ize: 14px;
}
.icone-content-lang span.tooltip {
    width: 125px;
}

span.tooltip:before {
    position: absolute;
    right: 0;
    top: -12px;

    left: 2px;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-bottom: 15px solid rgb(255, 255, 255);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid rgba(0, 0, 0, 0);
    z-index: 1500;
}
input#search:focus {
    padding: 7px 15px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #a0a0a0;
    color: #000;
    font-size: 15px;
}
        .content-contact-information {
    display: flex;
    width: auto;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    align-items:  center;
    color: #fff;
    margin-left: 0px;
    padding-left: 10px;
}


.superheader {
    height: 40px;
    flex-direction: row-reverse;
    overflow: hidden;
}

.banniere {
    width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    position: relative;
    max-width: 95%;
}

.fil-ariane, .fil_ariane {
    text-transform: initial;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.8;
}

.fil-ariane a, .fil_ariane a {
    font-weight: 300;
}

.titre-banniere {
    font-weight: 300;
}


.logo {
    width: auto;
    /* position: absolute; */
    /* top: -40px; */
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    border-radius: 50%;
    width: 60%;
    display: flex;
    align-items: center;
}

.logo img {
    width: 60px;
    height: auto;
    display: block;
}

ul.sous-menu {position: absolute;left: 0px;top: 100%;background: rgb(255, 255, 255);border-top: 2px solid rgb(255, 255, 255);z-index: 999;list-style: none;visibility: hidden;transition: 0.4s;/* overflow: hidden; */max-height: 0;min-width: 160px;padding: 0;width: auto;box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.24);border-radius: 5px;display: flex;flex-direction: column;transition: 0.8s all 0.3s;opacity: 0;border: 1px solid #1171b9;}

ul#menu > li {
    float: left;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    color: #2f2f2f;
    white-space: nowrap;
    font-size: 13   px;
}

ul#menu {
    list-style: none;
    margin: 0;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

a {
    text-decoration: none;
    color: inherit;
}

.content-navigation-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    /*! background: rgba(255, 255, 255, 0.84); */
    background-color: #fff;
}

ul#menu li:last-child {padding-right: 0;}

.reseau-socio, .home-contact {
    /*! border-left: 1px solid #fff; */
    /*! border-right: 1px solid #fff; */

    /*! padding: 7px 0; */
    /* border-color: rgb(16, 145, 239); */
    color: rgb(255, 255, 255);
    display: flex;
}

.reseau-socio a {
    /* padding: 0 10px; */
    border-color: transparent;
    width: 25px;
    height: 25px;
    border-left: 1px solid #d8d8d8;
    /*! border-radius: 50%; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*! margin-right: 7px; */
    padding: 7px 7px;
}

.reseau-socio a:last-child {
    /* padding: 0; */
}

.conteneur-header {
    padding-top: 6px;
    padding-bottom: 8px;
    background-color: rgba(255,255,255,0.85);
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.57);
}

.content-info-superheader:hover {
    color: rgb(255, 255, 255);
    transition: all linear 0.3s;
}

.reseau-socio a:hover {
    transition: all linear 0.3s;
    color: rgb(17, 113, 185);
    background: #fff;
}

ul#menu > li:hover {
    color: rgb(17, 113, 185);
    transition: all linear 0.3s;
}

ul.sous-menu li:last-child {
    padding-right: 10px !important;
}

ul.sous-menu:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    z-index: -1;
}
ul#menu li:hover ul {
    transition: 0.8s all 0.5s;
    visibility: visible;
    top: 100%;
    max-height: 32em;
    opacity: 1;
}

ul.sous-menu li {
    padding: 10px 10px;
    border-bottom: 1px solid rgb(17, 113, 185);
    color: rgb(17, 113, 185);
    transition: all linear 0.3s;
    /* background: #fff; */
    font-size: 12px;
}

ul.sous-menu li:hover {
    color: rgb(255, 255, 255);
    transition: all linear 0.3s;
    background: rgb(17, 113, 185);
}

ul.sous-menu li a {
    white-space: nowrap;
}



.home-contact a {padding: 0px 12px;}

.home-contact svg {
    width: 19px;
    height: auto;
    transition: all linear 0.3s;
    fill: rgb(255, 0, 0) !important;
}

.content-superheader-right {
    display: flex;
    align-items: center;
}

.home-contact {
    border-left: none;
    display: none;
}

.home-contact a:first-child {
    border-right: 1px solid transparent !important;
    border-color: inherit;
}

.home-contact a:hover
 svg {
    fill: rgb(0, 152, 0);
    transition: all linear 0.3s;
}

.home-contact path {
    fill: rgb(255, 255, 255) !important;
}

.content-description-logo {
    position: absolute;
    left: 0;
    width: 445px;
    line-height: 1.6;
    padding: 20px;
    background: rgb(0, 152, 0);
    font-weight: 300;
    font-size: 14px;
    opacity: 0;
    border-radius: 5px;
    margin-top: 18px;
    top: 130%;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.5s;
    color: #fff;
}

.logo:before {
    bottom: 0;
    background: rgb(0, 151, 0);
    width: 2px;
    height: 0;
    left: 0px;
    border-radius: 5px;
    opacity: 0;
}

.logo:hover:before {
    transition: all linear 0.5s;
    opacity: 1;
    height: 95px;
    top: 28px;
}

.logo:hover .content-description-logo {
    top: 100%;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.5s;
    opacity: 1;
}

.content-description-logo:before {
    position: absolute;
    content: '';
    border-top: 14px solid rgb(0, 151, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    transform: rotate(180deg);
    top: -14px;
    left: 30px;
}

.content-info-superheader:last-child {
    margin: 0;
}

ul.sous-menu:before {
    position: absolute;
    content: '';
    border-top: 14px solid rgb(17, 113, 185);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    transform: rotate(180deg);
    top: -14px;
    left: 30px;
}

ul.sous-menu li:last-child {
    padding-right: 10px;
    border-radius: 0 0 5px 5px;
    border: none;
}


.content-info-superheader:first-child {
  /*! border-right: 1px solid #ffff; */
  margin-left: 0;
  padding-right: 20px;
  padding-left: 0;
  position: relative;
}
.content-info-superheader:first-child:after {
  position: absolute;
  content: '';
  top: -7px;
  right: 0;
  bottom: -10px;
  background: #fff;
  width: 1px;
}   

svg {
    width: 71%;
    fill: #fff;
    margin: 0 auto;
}

.superheader path{
    fill: #fff
}

ul.conteneur-onglet {
    display: flex;
    height: auto;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
    width: 1300px;
    max-width: 95%;
}

li.onglet-projet {
    position: relative;
}

li.onglet-projet a {
    font-size: 15px;
    color: #fff;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.38);
    margin-right: 5px;
    display: block;
}

li.onglet-projet.onglet-actif a {
    background-color: #fff;
    color: #1171b9;
    /* box-shadow: 0px -4px 2px 2px #051622; */
}


div#autres-logo {
    display: flex;
    align-items: center;
    width: 32%;
    height: auto;
    justify-content: space-around;
}

div#autres-logo img {
    margin-left: 0;
    height: 42px;
    width: auto;
}

div#titre-site {
    font-size: 13px;
    color: #1171b9;
    padding: 0;
    margin-left: 0;
    width: 42%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    font-family: 'Open Sans', cursive;
}

.content-menu {
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
    margin-top: 10px;
}
.autre-logo {
    width: 14%;
}

.autre-logo-1 {
    width: 39%;
}

.autre-logo img {
    width: 90%;
}

.autre-logo-1 img {
    /* width: 87%; */
}