html {
    /*background-color: rgb(5, 158, 158);*/
    background-image: url(../img/Ligne-assemblage-gris.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

body {
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

main {
    flex-grow: 1;
}
/*****video****/

video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: grayscale(0%);
    }



/*********************************************************/
/*entete*/

header {
    background-color: rgb(21, 126, 126);
    color: #fff;
}
.entete {
    padding-bottom: 30px;
}

.langues {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-right:30px;
    padding-top: 15px;
}


.pays {
    height: 50px;
    margin: 10px 11px 10px 0px;
}










h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 50px;
    text-shadow: 3px 3px 6px #111;
    margin-top: 0;
}

.candidat {
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 3px 3px 6px #222;
}


.secteur {
    text-align: center;
    line-height: 25px;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 3px 3px 6px #222;
}

/********************************************************/
























/*Introduction*/

.introduction {
 background-color:rgb(21, 126, 126);
 display:flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: flex-start;
 text-align: center;
 padding: 20px;
 margin-top: 25px;
}

.introduction p {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    color:#fff;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
}

.text-citation {
    width: 60%;
    margin: auto; 
    font-family:'Times New Roman', Times, serif;  
}

.img-citation {
    margin:auto;
}

.citation {
    width: 90%;
    box-shadow: 2px 2px 15px #111;
}

p {
    font-size: 20px;
    line-height: 25px;
}
/*********************************************************/

/*Titres des sections*/

h3 {
    background-color: rgb(34, 36, 36);
    color : #ffffffa7;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    line-height: 70px;
   
}

/***Expériences pro***************************************/

.exp {
    width: 90%;
    margin: 0 auto;
}

.titre-fonction {
    /*background-color: rgb(21, 126, 126);*/
    background-color: rgb(17, 84, 84);
    display:flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.fonction {
    font-size: 24px;
    padding-left: 10px;
    color: #fff;
    font-weight: 500;
    
}

.fonction-s {
    font-size: 24px;
    padding-left: 10px;
    color:#fff;
}



.periode {
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.periode-s {
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}



.description {
    padding-left: 20px;
    margin: 30px 0;
    /*border: #000 solid 1px;*/
}

.description {
    padding-left: 20px;
    margin: 30px 0;
    line-height: 25px;
    font-size: 20px;
    /*border: #000 solid 1px;*/
}

.cycle {
    margin:80px auto;
    display: flex;
    justify-content: center;
}

.img-cycle {
    width: 90%;
}


/*******************************************/

.titres {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(71, 69, 69);
    padding: 10px;
}

.soustitre {
    font-size: 22px;
    font-weight: 600;
}






.chapitre {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(11, 81, 81);
    line-height: 50px;
    padding-left:20px;
    padding-right:20px;
    

}

.competence {
    font-weight: 500;
    background-color: rgb(17, 84, 84);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #444;
    border-right: 1px solid #444;

}

.competence:hover {
    background-color: rgb(11, 81, 81);
    color: #888;
}

.question {
    font-size: 22px;
    font-weight: 700;
    color: rgb(11, 81, 81);
}

.marque {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.larg-marque {
    width:70%;
}

.larg-marque p {
    text-align: center;
    padding:0px 15px; 
}




.job {
    margin: 15px auto;
    /*border: red solid 1px;*/
}



table {
    width:90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.realisation {
    width:80%;
    padding:20px 50px;
    border-bottom:1px solid black;
}




.ameliorations {
    width: 100%;
    text-align: left;
}

ul li {
    padding:0px 20px 0px 0px;
    font-size: 20px;
    line-height: 25px;
}

ul {
    line-height: 25px;
}

/*LOGOS*/

.logo-client {
    width: 80%;
    min-width: 100px;
    margin: 20px auto;
}

.logo-societe {
    text-align: center;
    
    
}
.logo-ent {
    width:30%;
    margin-top: 40px;
    min-width: 200px;
}
.logo-ent1 {
    width:20%;
    margin-top: 40px;
}

.logomark {
    width:30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-marques {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}    



.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-left:0%;
}

.image {
    width:20%;
}



#togg1 :hover, #togg2 :hover, #togg3 :hover, 
#togg4 :hover, #togg5 :hover, #togg6 :hover, 
#togg7 :hover, #togg8 :hover, #togg9 :hover, 
#togg10 :hover, #togg11 :hover, #togg12 :hover, 
#togg13 :hover, #togg14 :hover, #togg15 :hover, 
#togg16 :hover, #togg17 :hover {
    background-color: rgb(34, 36, 36);
    cursor: grab;
}


#d1, #d2, #d3, #d4, #d5, #d6, #d7,
#d8, #d9, #d10, #d11, #d12, #d13, #d14,
#d15, #d16, #d17 {
    display: none;
}

.liste {
    display: none;
    background-color: rgb(238, 236, 223);
    padding:10px 25px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;

}
.liste p {
    margin: 8px;
    
}



/*******************************/
footer {
    background-color: #000;
    color: gray;
    font-size: 15px;
    text-align: center;
    padding:15px;
    /*margin-top: 30px;*/
    position: relative; 
    bottom: 0px;   
}

/*******************************/
nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    background-color: rgb(17, 84, 84);
    /*border-left:2px solid rgb(6, 39, 39);*/
    padding:0px 20px;
}

.menu {
    padding:10px 0;
    border-right: 1px solid #fff;
    /*border-left:1px solid rgb(6, 39, 39);*/
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding:10px 20px;

}

.menu a:hover {
    color: rgba(233, 233, 223, 0.712);
    background-color: black;
}



/****Page login***************************/

#container{
    width:40%;
    margin:0 auto;
    margin-top: 30%;
   }

   /* Bordered form */
form {
    width:100%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
   }
#container h2 {
    text-align: center;
    padding-bottom: 10px;
   }
   
   /* Full-width inputs */
    input[type=text], input[type=password], 
    input[type=email], input[type=tel] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
   }
   
   /* Set a style for all buttons */
input[type=submit] {
    background-color: rgb(17, 84, 84);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
   }

input[type=submit]:hover {
    background-color: rgb(14, 13, 13);
    color: rgb(233, 242, 242);
    /*border: 1px solid rgb(17, 84, 84);*/
   }



.body-login {
    background: rgba(0,0,0,0);
}  


/*formulaire de contact*/
.contact {
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.formulaire {
    border: 5px solid rgb(17, 84, 84);
    width:80%;
    margin: 20px auto;
    background-color: rgb(211, 211, 205);
}

.contact-label {
    font-weight: 600;
}


.contact-input {
    border: 1px solid black;
    font-size: 20px;
}

.champ {
    margin-bottom: 20px;
}


textarea {
    width: 100%;
    height: 160px;
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



.indus {
  display: flex;
  flex-flow: column;
  margin: 20px 10px;
}

  figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 5px;
  text-align: center;
  box-shadow: 2px 2px 15px #111;
}


.banniere {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 15px solid black;
    margin-top: 20px;
}

.img-banniere {
    height:250px;
    filter:grayscale(60%);
    box-shadow: 2px 2px 15px #111;
}

h2 {
    font-size: 22px;
}



