@charset "utf-8";


a {
	color: #151515;
	font-weight: bolder;
}
body {
    
   }


.color {
    color: #414141;
    font-weight: bold;
}

.contact_container {
    font-family: sans-serif, Arial;
    font-size: 14px;
    width: 246px;
    line-height: 10pt;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    padding-bottom: 45px;
}


.index_background {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto auto;
     width: 100%;
    margin-left: 0px;
    /* [disabled]margin-top: 0px; */
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #3D3D3D;
  }
.index_footer {
    font-family: sans-serif, Arial;
    font-size: 16px;
    color: #C9C9C9;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    /* [disabled]background-size: 100% 48px; */
    height: 410px;
    background-color: #000000;
}
.index_iFrame {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    /* [disabled]min-width: 360px; */
    text-align: center;
    max-width: 893px;
}

.index_menu {
    width: 100%;
    /* [disabled]min-width: 279px; */
    /* [disabled]max-width: 832px; */
}
.index_menu_img {
    padding-bottom: 6px;
    padding-top: 6px;

}
.text_container {
    color: #D0D0D0;
}


.menuFlottant_fixe {
    background-color: rgba(140,140,140,0.70);
    width: 44px;
    padding-top: 2px;
    padding-bottom: 1px;
    /* [disabled]padding-left: 0px; */
    position: fixed;
    top: 75%;
    padding-right: 4px;
    /* [disabled]visibility: hidden; */
    opacity: 0.71;
    z-index: 1;
    right: 0px;
		}
.index_menu_icon {
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
}

.index_menu_YT {
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
}

.index_menuCenter {
    text-align: center;
    width: 100%;
    position: fixed;
    background-color: #0F91C9;
    top: 0px;
}

.index_wholeContainer {
    width: 100%;
    /* [disabled]min-width: 360px; */
    max-width: 832px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}



.text {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 714px;
    margin-top: auto;
    margin-bottom: auto;
    /* [disabled]padding-top: 16px; */
    /* [disabled]padding-right: 16px; */
    /* [disabled]padding-bottom: 16px; */
    /* [disabled]padding-left: 16px; */
    width: 61%;
    text-align: left;
    text-decoration: none;
}

.text_Bold {
	font-weight: bold;
}

.teralogo_image {
    width: 42%;
    height: auto;
    max-width: 385px;
    text-align: center;
    justify-content: center;
    margin-left: 25%;
    margin-bottom: 16px;
    margin-top: 28px;
}

.top_anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.contact_background {

}

.center_contactlinks {
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 277px;
}
.contact_links_container {
    text-decoration: none;
    line-height: 220%;
    text-align: left;
}
.icon_contact {
    width: 25px;
    margin-right: 8px;
    position: relative;
    top: 4px;
    margin-top: -11px;
}
.text {
    font-family: sans-serif, Arial;
    font-size: 14px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 269px;
    margin-top: auto;
    margin-bottom: auto;
    /* [disabled]padding-top: 16px; */
    /* [disabled]padding-right: 16px; */
    /* [disabled]padding-bottom: 16px; */
    /* [disabled]padding-left: 16px; */
    text-align: left;
    width: 99%;
}
.text-container {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px;
}




/* Buzz Out */

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz-out:hover {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.news_limit_width {
    max-width: 466px;
    margin-left: auto;
    margin-right: auto;
}




@media (max-width: 575px){
.espace-vide-hidden-mobile {
width: 0px;
}
.index_menu div .teralogo_image {
    margin-top: 42px;
    margin-left: 19%;
    min-width: 50%;
}
    .index_footer {
       height: 420px;
    }
}

@media (min-width: 576px) and (max-width: 4000px){
.index_menu div .teralogo_image {
    margin-top: 59px;
    min-width: 303px;
}
}

@media (min-width: 1200px){
 .menuFlottant_fixe {
    background-color: rgba(140,140,140,0.70);
    width: 44px;
    padding-top: 2px;
    padding-bottom: 1px;
    /* [disabled]padding-left: 0px; */
    position: sticky;
    top: 95%;
    padding-right: 4px;
    /* [disabled]visibility: hidden; */
    opacity: 0.71;
    z-index: 1;
    left: 50%;
		}   
    
}
