/*@import "compass";*/



html, body {
 margin: 0;
 padding: 0;
 line-height: 1.4;
 height:100%;
 --color-background: white;
 --color-text:#00C2FA;
 --height-menu:66px;
 }

a{
   text-decoration: none;
   color: inherit;
 }
body {
 background-color: white;
 font-family: arial, sans-serif;
 font-size: 100%;
 }

 @font-face {
     font-family: 'riffic-bold';
     src: url('riffic-bold-webfont.woff2') format('woff2'),
          url('riffic-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }


/*Début Loader*/
 #chargement {
   border: 12px solid #00C2FA;
   border-radius: 50%;
   border-top: 12px solid #FFF;
   width: 80px;
   height: 80px;
   animation: spin 2s linear infinite;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
 }

 @keyframes spin {
   100% {
     transform: rotate(360deg);
   }
 }
/*Fin Loader*/



 .site-container{

 }

 .site-pusher{
 }

.container{
  margin:0;
}
.site-content{
position:relative;
}


.header{
  position:sticky;
  top:0;
  left:0;
  right:0;
  height:var(--height-menu);
  line-height:var(--height-menu);
  font-family: 'riffic-bold', Arial, sans-serif;
  color:var(--color-text);
  background-color: var(--color-text);
  z-index: 10;
}

.header__icon{

}

.header__logo{
  float:left;
  height:var(--height-menu);
  font-weight: bold;
  font-size:100%;
  background-color: var(--color-background);
  color: var(--color-text);
  padding-right: 25px;
}


.menu{
  float:left;
  color:var(--color-background);
}

.sous-menu-2 a{
  display:block;

}

.sous-menu-3 a{
  display:block;

}

.sous-menu-2 a:hover{
color:#006b8b;

}

.sous-menu-3 a:hover{
color:#006b8b;

}

.sous-menu-1{
  font-size: 100%;
  padding-left : 10px;
  padding-right : 10px;
  display: inline-block;
  height:100%;
}

.sous-menu-1:hover{
  color:#006b8b;
}


.sous-menu-1>img{
  height : 20px;
}

.choixlangue{
  display:inline-block;
  right: 10px ;

}



.choixlangue>form>select{
  background-color: #00c2fa;
  font-family: 'riffic-bold', Arial, sans-serif;
  color: white;
  box-shadow: 0px 0px 0px 0px rgba(0,0, 0, 0);
  border: none;
}

.choixlangue>form>select>option{
  background-color: #00c2fa;
  font-family: 'riffic-bold', Arial, sans-serif;
  color: white;
  box-shadow: 0px 0px 0px 0px rgba(0,0, 0, 0);
  border: none;
}


.sous-menu-2{
  display:none;
  position:absolute;
  top:66px;
  width:250px;
  z-index:1;
  color: white;
  background-color: #00c2fa;
  border: 1px solid white;
  padding-left: 10px;
  padding-right:10px;

}

.sous-menu-3{
  display:none;
  position:absolute;
  left:270px;
  top:66px;
  min-width:200px;
  z-index:1;
  color: white;
  background-color: #00c2fa;
  border: 1px solid white;
  padding-left: 10px;
  padding-right:10px;
}

.sous-menu-1:hover .sous-menu-2{
  visibility: visible;
  display:block;
}

.sous-menu-2:hover .sous-menu-3{
  visibility: visible;
  display:block;
}



.footer{
  position:relative;
  text-align: center;
  margin-top:3vh;
}

.footer a img{
  max-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}



.mention{
  position:relative;
  text-align: center;
  font-size: 60%;
  display: grid;
  grid-template-columns: 33% 34% 33%;
}
.mention-left{
  grid-column:1/2;
}

.mention-center{
  grid-column: 2/3;
}

.mention-right{
  grid-column: 3/4;
}

.site-cache{
}


.jR3DCarouselGallery {
  margin: 0 auto;
  position :relative;
}

.jR3DCarouselGallery .captions {
  position: relative;
  padding: 5px 0;
  bottom: 4px;
  color: white;
  background: #00c2fa;
  display: none;
  text-align:center;

}
.jR3DCarouselGallery a{
	text-decoration: none;
}

/*Div retractable avec class="collapsible" et function divRetractbale (JS)*/
.collapsible {
  background-color: #00c2fa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.act-coll, .collapsible:hover {
  background-color: #007ba0;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.act-coll:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}



  @media only screen and (max-width: 700px) {

.footer a img {
      margin-left: 20px;
      margin-right: 20px;
      max-height: 50px;
}

.mention {
  font-size: 100%;
  display: inline;
  line-height: 3;

  }

  /*Div retractable avec class="collapsible" et function divRetractbale (JS)*/
  .collapsible {
    background-color: #00c2fa;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin:0 10%;
  }

  .active, .collapsible:hover {
    background-color: #007ba0;
  }

  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  }
