/*
COULEURS:
gris:         #D3D3D3;
gris-foncé:   #4F5F5D;
rouge:        #C5645B;
jaune:        #FFCC66;
bleu clair:   #9BB5BB;
bleu fonce:   #415C71;
*/
/*
FONTS:
"AmaticaBold"
"AmaticaRegular"
"CaviarDreams"
"CaviarDreamsBold"
*/

/*** IMPORTATION DES FONTS ***/
@import url("fonts.css");
html{
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-family: "CaviarDreams";
  transition-duration: 1s;
}
body{
  padding: 0 ;
  margin: 0;
  font-size: 100%;
  background-color: #C5645B;
  /*  font-family: sans-serif; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.amit{
  color: #415C71;
  text-decoration: none;
}
.greenweb{
  position: relative;
  width: 250px;
  display: flex;
  flex-flow: row wrap;
}
.greenweb img{
  position: relative;
}
.greenweb p{
  position: relative;
  width: 100px;
  font-size: .5rem !important;
  display: inline-block;
}
#particles-js{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
/****** PLACEHOLDER ******/
.rollover {
  position: relative;
  margin: 0px auto 15px auto;
  width: 385px;
  height: 280px;
  overflow: hidden;
}
.rollover img {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
}
.rollover img:first-child {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rollover:hover img:first-child {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rollover img:last-child {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rollover:hover img:last-child {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rollover:hover:before{
  /*  z-index: 9999; */
  position: relative;
  top: 0;
  left: 130px;
  content: url('../img/my_name_is_takos.png');
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 1200px){
  .rollover:hover:before{
    width: 200px;
  }
  .rollover{
    height: 220px;
    width: 350px;
  }

}
@media only screen and (max-width: 960px){
  .rollover:hover:before{
    width: 100px;
  }
  .rollover{
    height: 120px;
    width: 165px;
  }
  .rollover img{
    left: -40px;
  }

}
/****** /PLACEHOLDER ******/
/***************TEXT*****************/
p{
  font-size: 1.5em;
}
h1, h2, h3, h4{
  voice-family: male;
  richness: 80;
  cue-before: url("beep.au");
}
h1{
  color:#415C71;
  font-size:1.4em;
  text-align: center;
  font-weight: 1000;
  font-family: "CaviarDreams";
}
h2{
  color:#415C71;
  font-size:1em;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  font-family: "CaviarDreams";
  width: 80%;
margin: 0 auto;
}
h6{
  font-size: 1.5em;
  text-align: center;
}
.wrapper{
  -moz-transition: -moz-transform 0.25s ease-out, opacity 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out, opacity 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.wrapper_content{
  width: 100%;
  height: 2000px;
  background-color:#f9f9f9;
  margin: 0 auto;
}
/***************HEADER***************/
.header{
  width: 100%;
  height: 110px;
  margin: auto;
}
.header_content{
  width: 100%;
  height: 155px;
  background-color: #f9f9f9;
}
.header_menu{
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}
.header_menu nav{
  width: auto;
  height: 60;
  margin: 0 50px 0 200px;
  float: right;
}
.header_menu li{
  width: auto;
  height:30px;
  display: inline-block;
  margin: 50px 0 0 20px;
  text-align: center;
}
.header_menu a{
  color:#414141;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.em;
  text-align: center;
  transition-duration: 0.5s;
}
.header_menu a:hover{
  color: #C5645B;
}
.link-1{
  transition: 0.3s ease;
  color: #C5645B;
  font-size: 20px;
  text-decoration: none;
  border-top: 0px solid ;
  border-bottom: 0px solid ;
  padding: 20px 0;
  margin: 0 0px;
}
.link-1:hover {
  border-top: 1px solid #C5645B;
  border-bottom: 1px solid #C5645B;
  padding: 4px 0;
}
.ico_cactus_content{
  position: relative;
  z-index: 100;
  width: 9%;
  height: auto;
  background-repeat: no-repeat;
  margin: 35px 0 0 50px;
  float: left;
  clear: left;
}
.ico_cactus{
  z-index: 1000;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.ico_cactus a{
  width: auto;
}
.ico_cac_menu{
  position: absolute;
  margin-top: 2px;
  margin-left: 50px;
}
.berger{
  display: none;
}
/* recherches */
/********* RECHERCHE *********/
.recherche{
  position: relative;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 35px;
  margin: 0 0 0 60px;
  float: right;
  transition: width 1s cubic-bezier(0.500, 0.795, 0.000, 1.000);
}
.recherche2{
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 35px;
  margin: 0 0 0 60px;
  float: right;
  transition: width 1s cubic-bezier(0.500, 0.795, 0.000, 1.000);
}
input[type="text"] {
  height: 50px;
  font-size: 1.7em;
  display: inline-block;
  display: flex;
  flex-flow: row wrap;
  font-family: "CaviarDreams";
  font-weight: 300;
  border: none;
  outline: none;
  color: #C5645B; /* COULEUR TEXT */
  padding: 5px;
  padding-right: 50px;
  width: 0px;
  position: absolute;
  top: -5px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 1s cubic-bezier(0.500, 0.795, 0.000, 1.000);
  cursor: pointer;
}
input[type="text"]:focus:hover {
  border-bottom: 1px solid #C5645B;
}
.recherche:active, input[type="text"]:focus{
  display: flex;
  flex-flow: row wrap;
  width: 650px;
  z-index: 1;
  border-bottom: 1px solid #C5645B;
  cursor: text;
  background-color: #f9f9f9;
}
input[type="submit"] {
  height: 50px;
  width: 50px;
  display: inline-block;
  color:red;
  float: right;
  background: url("../img/src1.png") center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 1s ease;
  transition: width 1s cubic-bezier(0.500, 0.795, 0.000, 1.000);
}
input[type="submit"]:focus{
  transition: width 2s cubic-bezier(0.500, 0.795, 0.000, 1.000);
}
input[type="submit"]:hover {
  transform: rotate(30deg);
  background: url("../img/src2.png") center center no-repeat;
}
.nav-2.active_more, input[type="submit"].active_more{
  background: url("../img/src1.png") center center no-repeat;
}
/***************CONTENT**************/
.img_scroll_down{

}
.content section {
  position: absolute;
  top: 11vh; /*26*/
  width: 100%;
  height: 100%;
}
.demo a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 20;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #F9F9F9;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


.sous_content{
  width:100%;
  height: auto;
}
.content{
  position: relative;
  width: 100%;
  height: 910px;
  z-index: 99;
  background-image: url("../img/bg-RO.png");
  background-size: cover;
}
.content_shadow{
  z-index: 10;
  width: 100%;
  height: 910px;
  box-shadow: 0px 2px 15px #415C71;
  -webkit-box-shadow: 0px 2px 15px #415C71;
  -moz-box-shadow: 0px 2px 15px #415C71;
}
.titre_content{
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top:230px;
}
.made_in_takos{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 1150px;
  height: 150px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  /*  background-color: coral; */
  /*  background-image:url(../IMG/madeintakos.png); */
  background-repeat: no-repeat;
}
.made_in_takos h1{
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  font-family: "AmaticaRegular";
  font-weight: 400;
  font-size: 5em;
  color: #D3D3D3;
}
.made_in_takos .separ_left_MIT{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  top: 65px;
  width: 350px;
  height: 3px;
  background-color: #D3D3D3;
}
.made_in_takos .separ_right_MIT{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  top: 65px;
  width: 350px;
  height: 3px;
  background-color: #D3D3D3;
}
.services{
  width: 100%;
  height: auto;
  background-position: center center;
  margin: 0 auto;
  /*  background: gray; */
}
.services h2{
  font-family: "CaviarDreamsBold";
  color: #414141;
  text-align: center;
  font-size: 3em;
}
/************DOMAINES****************/
.domaines{
  list-style-type: none;
  z-index: 97;
  position: relative;
  width:100%;
  height: 0;
  position: fixed;
  margin-bottom: 0em;
  margin: 0 0 150px 0;
  margin-top: -850px;
  /* background-color: khaki; */
}
.domaine_content{
  /*  display: flex;
  flex-flow: row wrap; */
  position: relative;
  top: 150px;
  max-width: 1460px;
  height:auto;
  margin: 0px auto;
  /* background-color: salmon; */
}
.domaine_content nav{
  list-style-type: none;
}
.img_1_6{
  width: 100%;
  height: auto;
  margin:0 auto;
}
.img_1_6_content{
  /*position: relative;*/
  width: 100%;
  height: 350px;
  margin: 1px auto;
  padding: 0 10px;
}
.img_content{
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 0 0 10px;
  /* display: inline-block; */
  float: left;
  transition: 1s;
  border-radius: 50%;
  -moz-border-raduis: 50%;
  -webkit-border-raduis: 50%;
  border-radius: 50%;
}
.img_content:hover{
  width: 350px;
  height: 350px;
  -moz-border-raduis: 0%;
  -webkit-border-raduis: 0%;
  border-radius: 0%;
  background-color: rgba(65, 92, 113, .1); /*eee*/
}
.ico{
  position: relative;
  width: 35%;
  height: auto;
  margin: 0 auto;
  margin-top:20px;
}
.img_desc{
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  margin: 50px auto 0 auto;
}
.img_desc h1{
  text-align: center;
  margin: 0 auto;
}
#img_1{
  background-image:url("../img/sphere01.png");
}
.clic_rami{
  position: absolute;
  right: 10px;
  bottom: -760px;
  cursor: default;
}
.clic_rami p{
  position: relative;
  font-size: .8rem;
  color: #C5645B;
}
/***************FOOTER***************/
.footer{
  width: 100%;
  height: 0px;
  margin: 0 auto;
}
/****MENU***********************/
#menufix{
  background: #f9f9f9;
  -moz-transition: all 1s ease-in-out;
  opacity: 0;
  -o-transition: all 1s ease-in-out;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#menufix img{
  width: 47px;
  left: 10px;
  position: relative;
  top: 5px;
}
#menufix.active_more{
  opacity: 100;
  position: fixed;
  /*z-index: 1;*/
  background: #C06256;
  color: #f9f9f9;
}
#menufix.active_more a{
  color: #f9f9f9;
  padding: 20px 0;
}
#menufix.active_more a:hover{
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  padding: 4px 0;
}
#menufix.active{
  opacity: 100;
  position: fixed;
  /*z-index: 1;*/
  color: #f9f9f9;
}
.menu_scroll{
  position: relative;
  height: 30px;
  float: right;
  list-style-type: none;
  padding: 10px 10px;
  text-align: right;
  /*width: 50%;*/
  margin: 7px 0px 0 0;
}
.menu_scroll li{
  display: inline;
}
.menu_scroll a{
  color: #C5645B;
  padding: 10px 0;
  text-decoration: none;
  /*text-shadow: 1px 1px #5E8BC5;*/
}
.menu_scroll a:hover{
  /*  text-decoration: underline; */
}
/****** panel up *****/
/*********************/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  60% {
    -moz-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  60% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  60% {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

.panel_content{
  z-index: 98;
  position: fixed;
  width: 100%;
  height: 10px;
  bottom: 0px;
}
.bounce_cactus{
  z-index: 0;
  position: absolute;
  left: 48.8%;
  top: 10px;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  margin: 0 auto;
  animation: bounce 3s 5;
  -moz-animation: bounce 3s 5;
  -webkit-animation: bounce 3s 5;
  animation-delay: 12s;
  -moz-animation-delay: 12s;
  -webkit-animation-delay: 12s;

}
.bounce_cactus img{
  position: relative;
  width: 50px;
  height: auto;
}
.picto_up_panel{
  position: absolute;
  top: -23px;
  width: 45px;
  height: 45px;
  transform: rotate(45deg);
  margin: 0 auto;
  left: 48.8%;
  border-radius: 5px 0 0 0;
  background-color: #c5645b;
}
.picto_up_panel p{
  width: 21px;
  position: relative;
  left: 5px;
  top: -12px;
  transform: rotate(-45deg);
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
}
.panel{
  width: 100%;
  height: 89vh;
  margin: 0 auto;
  padding-top: 20px;
  background-color: #c5645b;
  transition: .5s cubic-bezier(.50,.75,.5,1.25);
}
.panel:hover{
  transform: translateY(-87vh);
}

.sub_panel{
  position: relative;
  margin-top: 55px;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.title_panel{
  width: 100%;
  height: auto;
}
.sub_panel .title_panel h1{
  position: relative;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  color: #F4F4F4;
  font-size: 3.1rem;
}
.sub_panel .title_panel h2{
  position: relative;
  margin: 0 auto;
  top: -25px;
  text-align: center;
  color: #F4F4F4;
  font-size: 1.82rem;
}

.sub_panel p{
  position: relative;
  max-width: 900px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  color: #F4F4F4;
  font-size: 1.2rem;
}
.sub_panel .content_panel{
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 900px;
  height: auto;
}
.sub_panel .content_panel .services_panel{
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 8px auto;
  padding: 5px;
  border-radius: 5px;
}
.sub_panel .content_panel .services_panel:hover{
  box-shadow: 0 0 0px #414141;
}
.sub_panel .content_panel .services_panel img{
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 5px;
}
/** ONLY MEDIA = SUPPRIMER LES PICTO POUR MOBILES **/
.sub_panel .content_panel h1{
  width: 100%;
  height: auto;
  color: #F4F4F4;
  font-size: 2rem;
}
.sub_panel .content_panel li{
  position: relative;
  margin: 8px auto;
  list-style-type: none;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #F4F4F4;
  text-align: center;
  transition: .3s;
  color: #415C71;
}
.sub_panel .content_panel li:hover{
  text-decoration: underline;
  color: #F4F4F4;
}
.sub_panel .content_panel a{
  position: relative;
  text-decoration: none;
  color: #F4F4F4;
  text-align: center;
}
.sub_panel .footer_panel{
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 900px;
  height: auto;
}
.sub_panel .footer_panel h1{
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  color: #F4F4F4;
}
.sub_panel .footer_panel li{
  position: relative;
  margin: 0 auto;
  list-style-type: none;
  border-radius: 3px;
  /*  border: 1px solid #F4F4F4; */
  /*  padding: 4px 8px; */
}
.sub_panel .footer_panel li img{
  position: relative;
  width: 30px;
  height: auto;
  top: 10px;
  margin-right: 5px;
}
.sub_panel .footer_panel a{
  text-decoration: none;
  color: #F4F4F4;
  font-size: .9rem;
}
.sub_panel .footer_panel a:hover{
  text-decoration: underline;
}
.sub_panel .footer_panel .cgv_lien{
  position: relative;
}
.services_footer{
  position: relative;
  display: flex;
  height: 70px;
  width: 100%;
}
.services_footer li{
  position: relative;
  margin: 0 auto;
}
.services_footer li img{
  position: relative;
  width: 30px;
  height: auto;
  top: 10px;
  margin-right: 5px;
}
.services_footer li a{
  text-decoration: none;
  color: #F4F4F4;
  font-size: .9rem;
}
.services_footer li a:hover{
  text-decoration: underline;
}


/********************************/
/*******************************/
/********* ONLY-MEDIA *********/
/*****************************/
/****************************/
@media only screen and (max-width: 1450px) {
  .made_in_takos{
    width: 400px;
    height: auto;
    /*  background: #189; */
    background-repeat: no-repeat;
  }
  .made_in_takos .separ_left_MIT{
    position: relative;
    top: 0px;
    height: 2px;
    width: 100%;
  }
  .made_in_takos .separ_right_MIT{
    position: relative;
    top: 0px;
    height: 2px;
    width: 100%;
  }
  .header_content{
    position: absolute;
    z-index: 1000;
  }
  .img_content{
    width: 350px;
    height: 350px;
  }
  .img_content:hover{
    width: 350px;
    height: 350px;
    border-raduis: 100%;
    -moz-border-raduis: 100%;
    -webkit-border-raduis: 100%;
    border-radius: 100%;
    background-color: coral;
  }
  /************DOMAINES****************/
  .domaines{
    z-index: 1;
    /*position: relative;*/
    width:100%;
    height: auto;
    /*  background: #198; */
    margin: -1100px 0 150px 0;
    /*display: inline-block;*/
  }
  .domaine_content{
    z-index: 1;
    /*position: relative;*/
    width:100%;
    height:auto;
    margin: 0px auto 0 auto;
    /*background: #189;*/
  }
  .img_1_6{
    width: 95%;
    height: auto;
    margin:0 auto;
    /*background-color: rgb(196, 168, 91);*/
  }
  .img_1_6_content{
    /*position: relative;*/
    width: 100%;
    height: auto;
    margin: 1px;
    padding: 0 10px;
    /*background: rgb(39, 116, 98);*/
  }
  .img_content{
    position: relative;
    width: 48%;
    height: 250px;
    margin: 45px 0 0 10px;
    /*background: rgb(193, 67, 33);*/
    display: inline-block;
    float: left;
  }
  .img_content:hover{
    width: 48%;
    height: 250px;
    background-color: transparent;
  }
  .ico{
    position: relative;
    width: 100px;
    height: auto;
    /*background: rgb(12, 148, 83);*/
    margin: 0 auto;
  }
  .img_desc{
    position: relative;
    width: 60%;
    height: auto;
    bottom: 0;
    /* background: rgb(126, 143, 50); */
    margin: 50px auto 0 auto;
  }
}

/**************************
***************************
********* TABLETTE ********
***************************
**************************/
@media only screen and (max-width: 1200px) {
  .domaines h1{
    color: #C5645B;
  }
  .header_content {
    background-color: #f9f9f9;
    height: 110px;
    width: 100%;
  }
  .menuBase{
    position: absolute;
    /*background-color: #189;*/
    width: 80%;
    left: 150px;
  }
  .made_in_takos{
    width: 400px;
    height: 140px;
    /*  background: #189; */
    background-repeat: no-repeat;
    /*top:50px;*/
  }
  .ico_cactus_content{
    width: 150px;
    height: auto;
    background-repeat: no-repeat;
    margin: 5px 0 0 20px;
  }
  .ico_cactus{
    z-index: 1000;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
  }
  .ico_cac_menu{
    margin-top: 20px;
    margin-left: 40px;
  }
  .services{
    /*position: relative;*/
    width: 550px;
    height: auto;
    /*background-color: #189;*/
    background-position: center center;
    margin: 0 auto;
  }
  .titre_content{
    padding-top:100px;
  }
  /************DOMAINES****************/
  .domaines{
    /*position: relative;*/
    width:100%;
    height:auto;
    /*background: #198;*/
    /*display: inline-block;*/
  }
  .domaine_content{
    /*position: relative;*/
    width:100%;
    height:auto;
    /* background: #189; */
  }
  .img_1_6{
    width: 95%;
    height: 600px;
    margin:0 auto;
    /*background-color: rgb(196, 168, 91);*/
  }
  .img_1_6_content{
    /*position: relative;*/
    width: 100%;
    height: 300px;
    margin: 1px;
    padding: 0 10px;
    /*background: rgb(39, 116, 98);*/
  }
  .img_content{
    position: relative;
    width: 45%;
    height: 250px;
    margin: 45px 0 0 10px;
    /*background: rgb(193, 67, 33);*/
    display: inline-block;
    float: left;
  }
  .img_content:hover{
    width: 45%;
    height: 250px;
    border-radius: 100%;
    background-color: transparent;
  }
  .ico{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 80px;
    height: auto;
    /*  background: rgb(12, 148, 83); */
    margin: 0 auto;
  }
  .img_desc{
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    /*background: rgb(126, 143, 50);*/
    margin: 0px auto 0 auto;
  }
  .header_menu nav{
    width:100%;
    height: 0px;
    margin: 0 0 0 100px;
    /*background: #060;*/
  }
  .header_menu li{
    width: auto;
    height:autp;
    display: inline-block;
    margin: 60px 20px 0 0;
    /*background:#900;*/
    font-size: 1em;
    text-align: center;
  }
  .menu_scroll{
    width: 90%;
    margin: -50px 100px 0 0;
  }

  /****************************/
  /****************************/
  /******* BURGER MENU ********/
  /****************************/
  /****************************/
  #nav-1{
    display: none;
  }
  .berger{
    display: block;
    position: fixed;
    top: 20px;
    float: right;
    right: 50px;
    z-index: 9999;
    width: 60px;
    height: 80px;
    /*  background-color: khaki; */
  }
  #menu-burger {
    width: 50px;
    height: 50px;
    background: #C5645B;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 5%;
    cursor: pointer;
    z-index: 200;
  }

  #menu-burger .menu-icon {
    display: block;
    height: 2px;
    width: 18px;
    background: #F9F9F9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
  }

  #menu-burger .menu-icon:after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    background: #F9F9F9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -5px;
    transition: 0.35s;
  }

  #menu-burger .menu-icon:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 18px;
    background: #F9F9F9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: 4px;
    transition: 0.35s;
  }

  #menu-burger .menu-icon.open:before{
    transform: rotate(45deg);
    margin-top: -1px;
    background: #C5645B;
  }

  #menu-burger .menu-icon.open:after{
    transform: rotate(-45deg);
    margin-top: -1px;
    background: #C5645B;
  }

  #menu-burger.open {
    background: #F9F9F9;
  }

  #menu-burger .menu-icon.open {
    background: #F9F9F9;
  }

  #overlay-menu {
    position: fixed;
    background: #C5645B;
    height: 100%;
    width: 50%;
    top: 0;
    opacity: 0.85;
    z-index: 100;
    right: -100%;
    transition: 0.35s;
  }

  #overlay-menu.open {
    right: 0%;
    box-shadow: 0 0 10px #414141;
  }

  #overlay-menu nav {
    height: 60%;
    position: relative;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px;
    text-align: center;
  }

  #overlay-menu nav ul {
    display: inline-block;
    margin: auto;
    height: 100%;
    width: 300px;
  }

  #overlay-menu nav ul li {
    position: relative;
    color: #F9F9F9;
    font-size: 1.3rem;
    width: 100%;
    height: auto;
  }

  #overlay-menu nav ul li a {
    color: #F9F9F9;
    display: flex;
    flex-flow: column;
  }

  #overlay-menu nav ul li a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 0%;
    background: #F9F9F9;
    transition: 0.25s;
  }

  #overlay-menu nav ul li a:hover:after {
    width: 100%;
  }
  *::selection {
    background: #F9F9F9;
  }

}

/**************************
***** ACCORDEON **********
**************************/
.footer_panel ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.footer_panel ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.footer_panel ul .inner.show {
  /*display: block;*/
}

.footer_panel ul li {
  margin: 0.5em 0;
  text-align: center;
}

.footer_panel ul li a.toggle {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
}

.footer_panel ul li a.toggle:hover {
  text-decoration: underline;
}

/**************************
***************************
**************************/
/*******SMARTPHONE*********/
@media only screen and (max-width: 475px){
  .img_content:hover{
    width: 90%;
    height: 150px;
  }
  .berger{
    top: 0px;
    float: right;
    right: 10px;
  }
  #overlay-menu{
    width: 80%;
  }
  .made_in_takos{
    width: 350px;
    height: auto;
    font-size: .5em;
    /*  background: coral; */
    /*  background-image: url(../IMG/made_in-takos-smart.png); */
    background-repeat: no-repeat;
    top:0px;
  }
  .services{
    width: 100%;
  }
  .services h2{
    font-size: 1.8em;
  }

  .ico_cactus_content{
    margin: 0 ;
    /*backgrond-color: #198;*/
    width:50px;
    height:auto;
  }
  .ico_cactus{
    position: relative;
    top: 10px;
    width: 100px;
    height: auto;
  }
  .domaines .ico{
    display: none;
  }
  .domaines{
    width: 100%;
    margin: -1200px 0 150px 0;
    /*  background-color: #189; */
  }
  .domaine_content {
    height: auto;
    width: 100%;
  }
  .img_content {
    display: block;
    height: 6vh;
    padding: 20px 0;
    position: relative;
    width: 90%;
  }
  .img_content:hover {
    height: 6vh;
  }
  .img_desc h1{
    color: #C5645B;
  }

}

/******************TABLETTE*************************/









/***************************/
/******* /TRENSITION *******/
/***************************/
.domaines li {
  list-style: none;
}
.domaines nav li {
  cursor: pointer;
  list-style-type: none;
}
.wrapper {
  background-color: #C5645B;
  -moz-transition: -moz-transform 0.50s ease-out, opacity 0.50s ease-out;
  -o-transition: -o-transform 0.50s ease-out, opacity 0.50s ease-out;
  -webkit-transition: -webkit-transform 0.50s ease-out, opacity 0.50s ease-out;
  transition: transform 0.50s ease-out, opacity 0.50s ease-out;
}
.loading .wrapper, .wrapper.loading {
 -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);

  -moz-transition: -moz-transform 1s ease-in, opacity 1s ease-in;
  -o-transition: -o-transform 1s ease-in, opacity 1s ease-in;
  -webkit-transition: -webkit-transform 1s ease-in, opacity 1s ease-in;
  transition: transform 1s ease-in, opacity 1s ease-in;

  opacity: 0;
}
.loading{
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);

  -moz-transition: -moz-transform 1s ease-in, opacity 1s ease-in;
  -o-transition: -o-transform 1s ease-in, opacity 1s ease-in;
  -webkit-transition: -webkit-transform 1s ease-in, opacity 1s ease-in;
  transition: transform 1s ease-in, opacity 1s ease-in;

  opacity: 0;
}
.group:before, .wrapper:before,
.group:after, .wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}

.group:after, .wrapper:after {
  clear: both;
}
/***************************/
/******* /TRENSITION *******/
/***************************/
