
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    user-select: none;
}


body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: black;
    overflow-x: hidden;
    text-align: center;
}
/*menu burger*/
/* (A) ON BIG SCREEN */
/* (A1) HORIZONTAL MENU */
#hamItems { display: flex; }
#hamItems a { width: 100%; }

/* (A2) HIDE HAMBURGER ICON */
#hamNav label, #hamburger { display: none;}

/* (X) NOT IMPORTANT - COSMETICS */
#hamNav label { font-size: 3vh; }
#hamNav { background: black; }
#hamNav, #hamItems a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}
#hamItems a:hover { background: none; }

/*ecriture MDX*/
#blue {
  color: #2567b3;
}
#blanc {
  color: white;  
}
#red {
  color: red;  
}
/*fin ecriture MDX*/

/*boutons*/
a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
}
/*fin boutons*/

/*Logo*/
.logo {
  background-color: white;
}
.logo p{
  color: #000;
}
/*Logo*/

/*Main*/
main {
  background-color: #000;
  margin-top: 30px;
}
/*fin Main*/

/*zone de textes*/
.grid-1 {  
    columns: 30em;
    column-gap: 6em;
    column-rule: 1px solid gray;
    text-align: justify;
    hyphens: auto;
    color: #fff;
    font-size: 18px;
}
.grid-2{
  columns: 20em;
  column-gap: 6em;
  column-rule: 1px solid gray;
  text-align: justify;
  hyphens: auto;
  color: #fff;
  font-size: 18px;
}
/*fin zone de textes*/

.tooltip{
  list-style-type: none;
  color: #0171c5;
}
/*gestionimages*/
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
#flex {
 margin-top: 10vh;
  justify-content: space-between;
}
  /*Logo RCTL*/
.rctl {
  width: 10vh;
  
} 
/*fin gestion images*/

/*partie présentation*/

#MDX img{
width: 80vh;
}
.videolidar{
 padding: 15vh;
}
.video3 {
  padding: 15vh;
}

/*gallery images*/
.logorctl{
  width: 40vh;
}
.inairtech{
  width: 15vh;
}
#flex {
  display: flex;
  justify-content: center;
}
div.gallery:hover {
  border: 1px solid #777;
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.desc {
  padding: 15px;
  text-align: center;
}

/*fin gallery*/

/*textes*/
h3 {
  color: red;
}
.text {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: bolder;
}
p{
  color: #fff;
} 
h2{
  color: #fff;
  font-family: 'Marck Script', cursive;
}
.slogan{
  color: #000;
  font-family: 'Marck Script', cursive;
  font-weight: bolder;
}

#blanc{
  color: #000;
}
/*fin textes*/
* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

/*reseaux sociaux*/

.reseaux sociaux {
  margin-top: 10px;
}
.wrapper {
    display: inline-flex;
    list-style: none;
    padding: 1px;
    height: 3px;  
    background-color: #000;
  }  
  .wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px #fff(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
  }  
  .wrapper .youtube:hover,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background: red;
    color: #ffffff;
  }
  .wrapper .linkedin:hover,
  .wrapper .linkedin:hover .tooltip,
  .wrapper .linkedin:hover .tooltip::before {
    background: #2567b3;
    color: #ffffff;
  }
  .wrapper .mail:hover,
  .wrapper .mail:hover .tooltip,
  .wrapper .mail:hover .tooltip::before {
    background: #0171c5;
    color: #ffffff;
  }   
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
  }

  .wrapper .hoodspot:hover,
  .wrapper .hoodspot:hover .tooltip,
  .wrapper .hoodspot:hover .img,
  .wrapper .hoodspot:hover .tooltip::before {
    background: #0f2b4a;
    color: #ffffff;
  
  }
#portable a {
  color: #fff;
}
/*reseaux sociaux fin*/

/*video*/
  video {    
    display: block;
    margin: auto;
    padding: auto;
    width: 40vh; 
  }
  .videolidar {
    height: 100vh;
  }
  .textvideo {
    color: white;  
      margin: 4vh auto;
      padding: 40px;
      font-size: 15px;
      line-height: 30px;
      text-align: justify;
      display: flex;  
  }  
  .textvideo p {
      color: rgb(239, 57, 7);   
      margin: 4vh auto;
      padding: 30px;
      font-size: 30px;
      line-height: 15px;
      line-height: 30px;
      text-align: center;
}
/*fin video

/*Slide*/

.carroussel  {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: auto;  
}
.carroussel img  {
  height: 110px;
  width: auto;
  padding: 30px;
}
/*fin slide
/*PARTIE PRESENTATION*/
  #presentation img{   
    float: left; 
    width: 60vh;  
  }  
/*FIN PARTIE PRESENTATION*/

/*Mentions Légales*/
  #mentionslegales {
    color: white;
    margin-top: 40px;
  }
  #mentionslegales li{
    text-align: left;    
  }
  #mentionslegales a {
    color: #fff;
    list-style-type: none;
  }
  #hebergement p{
    text-align: left;
  }
  /*fin mentions légales

  /*bouton watsapp*/
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#000;
    border-radius:50px;
    text-align:center;
    font-size:30px;

    z-index:100;
  }  
  .my-float{
    margin-top:16px;
  }
/*fin bouton watsapp

 
 /*construction*/
#construction h1 {
  color: red;   
}


/*formulaire*/
.conteneur{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
}
.bar{
  width: 100px;
  height: 2px;
  background-color: red;
  margin-bottom: 20px;
}
.heading{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 30px;
}
.formulaire{
  width: 600px;
  font-size: 20px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
}
.demi{
  position: relative;
  display: flex;  
  margin-bottom: 10px;
}
.demi{
  width: 300px;
}
.demi{
  width: 100%;
}
.button{
  width: 20%;
  padding: 10px 0;
  cursor: pointer;
  background-color: rgb(60, 59, 59);
  color: black;  
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}
#textArea{
  padding-left: 5px;
  border-radius: 5px;
}
.center > label{
  font-weight: 600;
  color: white;
}
.comments{
  font-size: 12px;
  color: red;
}
.input{
  padding-left: 5px;
  height: 35px;
  border-radius: 3px;
  width: 260px;
  border: 1px solid rgba(17, 17, 17, 0.4);
  margin-top: 5px;
}
.informationRequise{
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.blue{
  color: red;
}
h1{
  color: white;
}
/*fin formulaire*/

/*test*/

.container1{
  padding: 1em 0;
  float: left;
  width: 50%;
}
.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;  
  width: 100%;
  top: 50%;
  left: 50%;  
}

/*fintest*/

/*responsive*/
@media(max-width: 850px){
  .formulaire{
      width: 400px;
      flex-direction: column;
      align-items: center;
  }
  .total{
      width: 260px;
  }
  #textArea{
      width: 100%;
      height: 80px;
  }
  .button{
      width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .video {
    display: block;
    width: 110%;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
  .video {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .video {
    display: block;
    width: 100%;
  }
}

/* (B) ON SMALL SCREEN */
@media only screen and (max-width: 768px) {
  /* (B1) SHOW HAMBURGER ICON */
  #hamNav label { display: inline-block; width: -20px; justify-content: center;}

  /* (B2) BREAK ITEMS INTO SINGLE COLUMN */
  #hamItems { flex-wrap: wrap;}


  /* (B3) TOGGLE SHOW/HIDE */
  #hamItems { display: none;}
  #hamNav input:checked ~ #hamItems { display: flex; }
  #hamNav input:checked ~ #hamburger { height: 10px; }
}

/*test*/
@media screen and (max-width: 640px){
  .container1{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 680px){
  .container1{
    width: 33.33333%;
  }
}

/*fin test*/


/*fintest*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}





