/**********************************************************************************************************************************/
/* CHARTE
/**********************************************************************************************************************************/
.noscroll {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1240px) {

}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1990px) {
}


/**********************************************************************************************************************************/
/* HEADER
/**********************************************************************************************************************************/
#header {
}

#header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--gutter-in)/2) 0;
}

.openMenu #header-container{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


#menu{
  display: none;
}

@media only screen and (min-width: 600px) {
  #menu{
    display: flex;
    align-items: center;
  }
}

.openMenu,
.openMenu body {
  overflow: hidden;
}

.openMenu #header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  min-height: 100%;
  overflow: auto;
  background: var(--beige);
  z-index: 3;
}

.openMenu #menu{
  display: block;
}

#menu li{
  margin: 0 10px;
}

@media only screen and (min-width: 1000px) {
  #menu li{
    margin: 0 20px;
  }
}


#menu a{
  text-transform: uppercase;
  color: inherit;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.75rem + 0.4166666666666667vw, 1.25rem);
  font-weight: bold;
  position: relative;
}

#menu a::after{
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  display: block;
  transform: translateY(5px) translateX(-50%);
  transition: all .3s ease;
  background: var(--vert-sombre);
}

.openMenu #menu a::after{
  content: none;
}

#menu .active > a,
#menu a:hover{
  color: var(--vert-vif);
}

#menu .active > a::after,
#menu a:hover::after{
  width: 100%;
    background: var(--vert-vif);
}

#menu .active a::after{
}


#cover img{
  width: 100%;
  height: auto;
  display: block;
  max-height: 60vh;
  object-fit: cover;
  object-position: center;
}

#logo-gsn img{
  max-width: 100px;
  height: auto;
}

@media only screen and (min-width: 1000px) {
  #logo-gsn img{
    max-width: 200px;
  }
}

#navigation{
  display: flex;
}
/*
#navigation li:last-child a{
  background: var(--vert-sombre);
  color: #FFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}

@media only screen and (min-width: 1000px) {
  #navigation li:last-child a{
  font-size: 110%;
  }
}

#navigation li:last-child a::after{
  content: none;
}
*/

#menu-burger{
  position: absolute;
  right: 25px;
  top: 25px;
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 600px) {
  #menu-burger{
    display: none;
  }
}

#menu-burger span{
  background: var(--vert-sombre);
  display: block;
  margin: 5px 0;
  width: 32px;
  height: 4px;
  border-radius: 30px;
  transition: all .2s ease;
}

.openMenu #menu-burger span:nth-child(1){
  transform: rotate(45deg);
  transform-origin: left;
}

.openMenu #menu-burger span:nth-child(2){
  opacity: 0;
}

.openMenu #menu-burger span:nth-child(3){
  transform: rotate(-45deg);
  transform-origin: left;
  position: absolute;
}

.openMenu #navigation{
  width: 100%;
}

.openMenu #menu{
  margin-top: var(--gutter-out);
}
.openMenu #menu li{
  margin-top: -1px;
  position: relative;
}
.openMenu #menu a{
  display: block;
  padding: 15px;
  border: 1px solid var(--vert-sombre);
}

.openMenu #menu li:first-child a{
  border-radius: 10px 10px 0 0;
}
.openMenu #menu li:last-child a{
  display: block;
  border-radius: 0 0 10px 10px;
  background: none;
  color: inherit;
  padding: 15px;
}

#menu li ul{
  background: var(--beige);
  display: none;
}

@media only screen and (min-width: 600px) {
  #menu li ul{
    position: absolute;
    transform: translateX(-20px);
    padding: 10px 0;
    border-radius: 10px;
  }
}

#menu li.open ul{
  display: block;
}

@media only screen and (min-width: 600px) {
  #menu li:hover ul{
    display: block;
  }
}

#menu li ul a{
  font-size: 12px;
  padding: 10px;
  display: block;
}

@media only screen and (min-width: 600px) {
  #menu li ul a{
    font-size: 14px;
    padding: 20px;
  }
}

#menu li ul a::after{
  content: none;
}

#menu li ul li {
  margin: -1px 0 auto !important;
  padding: 0;
}

#menu li span{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m98.305 280.09c-17.645 0-35.551 6.8633-48.938 20.25-26.793 26.793-26.793 71.102 0 97.895l501.39 501.39c12.938 12.938 31.199 20.25 48.938 20.25 17.57 0 35.082-6.3945 48.938-20.25l500.7-500.74c28.051-26.398 28.406-71.758 1.6133-98.551-26.793-26.793-71.102-26.793-97.895 0l-0.019532 0.019531-452.46 453.34-453.36-453.36c-13.406-13.406-31.312-20.25-48.938-20.25z'/%3E%3C/svg%3E%0A") no-repeat center center / 12px transparent;
  display: block;
}

@media only screen and (min-width: 600px) {
  #menu li span{
    display: none;
  }
}

.openMenu #menu li:first-child ul a{
  border-radius: 0;
}

#header-shortcuts-lang{
  margin-left: 10px;
  display: none;
}

.openMenu #header-shortcuts-lang{
  display: block;
}

@media only screen and (min-width: 1000px) {
  #header-shortcuts-lang{
    margin-left: 20px;
    display: block;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
  }
}

#current-lang{
  font-size: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}

#langs span{
  font-size: 0;
}

#header-shortcuts-lang li:first-child a,
.fr #current-lang{
  background-image: url(../Icons/fr.jpg);
}

#header-shortcuts-lang li:last-child a,
.en #current-lang{
  background-image: url(../Icons/en.jpg);
}

#header-shortcuts-lang li a{
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#langs{
  position: relative;
  padding-right: 15px;
  background: url(../Icons/menu-down.png) no-repeat 95% center / 8px transparent;
}

#header-shortcuts-lang ul{
  display: none;
}

#langs.hover ul{
  display: block;
}

#langs.hover #current-lang{
  display: none;
}

#langs.hover .en ul{
  display: flex;
  flex-direction: column-reverse;
}


/**********************************************************************************************************************************/
/* FOOTER COVER
/**********************************************************************************************************************************/
#footer-cover img{
  display: block;
  width: 100%;
  height: auto;
}



/**********************************************************************************************************************************/
/* FOOTER > CTA
/**********************************************************************************************************************************/
#footer{
  background: var(--marron);
  padding: var(--gutter-in) 0;
}

#footer-container{
  font-size: 1rem;
  font-size: clamp(1rem, 0.9583333333333334rem + 0.1388888888888889vw, 1.125rem);
}

@media only screen and (min-width: 600px) {
  #footer-container{
    display: flex;
    justify-content: space-between;
  }
}

#footer-logo img{
  max-width: 120px;
  height: auto;
}

@media only screen and (min-width: 1000px) {
  #footer-logo img{
    max-width: 200px;
  }
}

#footer-container a{
  color: #FFFFFF;
}

#footer-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--gutter-in);
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  #footer-contact{
    align-items: flex-start;
    flex-direction: row;
    padding: 0;
    background: none;
    border-radius: none;
    text-align: left;
  }
}

#footer-contact a,
#footer-contact p.footer-title{
  color: inherit !important;
}

@media only screen and (min-width: 1000px) {
  #footer-coordonnees{
    padding-left: var(--gutter-in);
    color: #FFFFFF;
  }
  #footer-contact a,
  #footer-contact p.footer-title{
    color: #FFFFFF;
  }
}


#footer-container span{
  font-size: 80%;
  color: #FFFFFF;
}

#footer-container p,
#footer-container li{
  margin-bottom: calc(var(--interspace)/2);
}

#footer-container p.footer-title{
  margin-top: var(--interspace);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9166666666666666rem + 0.2777777777777778vw, 1.25rem);
  color: #FFFFFF;
}

@media only screen and (min-width: 600px) {
  #footer-container p.footer-title{
    margin-bottom: var(--interspace);
    margin-top: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .footer-col{
    padding: var(--gutter-in);
  }
}

.footer-col + .footer-col{
  padding-top: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1000px){
  .footer-col + .footer-col{
    padding-top: var(--gutter-in);
  }
}

#footer-baseline{
  margin-top: var(--gutter-in);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
