@font-face {
    font-family: 'System San Francisco Display Regular';
    src: url('System San Francisco Display Regular.ttf');
}

body {
        margin: 0;
    padding: 0;
    background-color: #C6C5C6;
    font-family: 'System San Francisco Display Regular', Arial, serif;
    
}



a:link {
    color: #C6C5C6;
    text-decoration: none;

}

/* visited link */
a:visited {
    color: #C6C5C6;
    text-decoration: none;

}

/* mouse over link */
a:hover {
    color: #E5414D;
    text-decoration: none;

}

/* selected link */
a:active {
    color: #C6C5C6;
    text-decoration: none;

}





div.header {

    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100px;
    
    color: white;
    background-color: #2C2C2C;
    z-index: 2;
/*    text-align: center;*/
}

div.logoEdrive4 {

    position: fixed;
    top: 25px;
    left: 25px;

    width: 300px;
    height: 50px;

    /*text-align: left;*/
}

div.langues {

    position: fixed;
    top: 37px;
    right: 25px;

    width: 300px;
    height: 23px;

    text-align: right;

    font-size: 20px;



    //border: 1px solid red;
}

div.cacheMenu {

    position: fixed;
    top: 100px;


    width: 100%;
    height: 100px;
    background-color: #C6C5C6;
    /*border: 1px solid blue;*/
    z-index: 2;
}


div.menu {

    position: fixed;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0);

    width: 300px;
    height: 70px;
    

/*    border: 1px solid red;
    background-color: red;*/
    z-index: 4;
}


div.menuNouveau {

    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: -70px;

    width: 65px;
    /*height: 70px;*/
    
    text-align: center;

    font-size: 10px;
    color: #2C2C2C;

	cursor: pointer;
/*    border: 1px solid blue;*/
    
}
div.menuCharger {

    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);

    width: 65px;
    /*height: 70px;*/
    
    text-align: center;

    font-size: 10px;
    color: #2C2C2C;
	
	cursor: pointer;
/*    border: 1px solid blue;*/
}
div.menuTelecharger {

    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: 70px;

    width: 65px;
    /*height: 70px;*/
    
    text-align: center;

    font-size: 10px;
    color: #2C2C2C;

    cursor: default;
/*    border: 1px solid blue;*/
}


div.tutorielFleches {

    position: fixed;
    top: 145px;
    left: 50%;
    transform: translate(-50%, 0);

margin-left: 32px;

    width: 800px;
    //height: 70px;
    
    text-align: center;
    color: #2C2C2C;
    z-index: 3;


    /*border: 1px solid green;*/
}







div.tutorielTexte1 {

    position: fixed;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: -395px;

    width: 130px;
    //height: 70px;
    
    text-align: center;

    font-size: 15px;
    color: #2C2C2C;

    //border: 1px solid purple;
}

div.tutorielTexte2 {

    position: fixed;
    top: 315px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: -307px;

    width: 40px;
    //height: 70px;
    
    text-align: center;

    font-size: 15px;
    font-weight: bold;
    color: #2C2C2C;

    //border: 1px solid purple;
}

div.tutorielTexte3 {

    position: fixed;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: -220px;

    width: 130px;
    //height: 70px;
    
    text-align: center;

    font-size: 15px;
    color: #2C2C2C;

    //border: 1px solid purple;
}

div.tutorielTexte4 {

    position: fixed;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: 50px;

    width: 150px;
    //height: 70px;
    
    text-align: center;

    font-size: 15px;
    color: #2C2C2C;

    //border: 1px solid purple;
}

div.tutorielTexte5 {

    position: fixed;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);

    margin-left: 225px;

    width: 150px;
    //height: 70px;
    
    text-align: center;

    font-size: 15px;
    color: #2C2C2C;

    //border: 1px solid purple;
}



div.contenu {

    position: absolute;
    padding-bottom: 100px;


/*border: 1px solid blue;*/
/*width: 100%;*/
    top: 200px;


    left: 50%;
    transform: translate(-50%, 0);


    display: none;
    /*border: 1px solid purple;*/
}



footer {

    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 90px;

    color: white;
    background-color: #C6C5C6;
    clear: left;
    text-align: center;

    //border: 1px solid red;
}

div.logoEurofours {

    position: fixed;
    bottom: 25px;
    right: 25px;

    width: 300px;
    height: 40px;

    text-align: right;

    //border: 1px solid red;
}








/* DivTable.com */
.divTable{
    display: table;
    /*width: 100%;*/
}
.divTableRow {
    display: table-row;
}
.divTableCell {
/*    border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    color: #2C2C2C;
    
}
.divTableCellTitre {
/*    border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 50px 3px 10px;
    font-weight: bold;
    color: #2C2C2C;
}
.divTableCellSousTitre {
/*    border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 30px 3px 10px;
    font-weight: lighter;
    font-size: 12px;
    white-space: nowrap;
    color: #2C2C2C;
}
.divTableCellPhases {
/*    border: 1px solid #999999;*/
    display: table-cell;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    color: #2C2C2C;
}
.divTableCellValeur {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 0px 3px 0px 3px;
    color: #2C2C2C;

}
.divTableCellSeparation {
/*    border: 1px solid #999999;*/
    display: table-cell;
    padding: 0px 3px 0px 3px;
    height: 15px;
}
.divTableBody {
    display: table-row-group;
}

/*Contour rouge si la valeur n'est pas valide*/
input:invalid {
   box-shadow: 0 0 2px 2px red;
}


input[type=text] {
    width: 20em;
    text-align: left;
    border: none;
    border-radius: 2px;
    color: #2C2C2C;
    font-size: 15px;
}

input[type=text]:focus {
    /*background-color: #E5414D;*/
    background-color: #ffcccc;
    box-shadow: none;
    outline: none;
}

input[type=number] {
    width: 45px;
    text-align: center;
    border: none;
    border-radius: 2px;
    color: #2C2C2C;
    font-size: 15px;
}

input[type=number]:focus {
    /*background-color: #E5414D;*/
    background-color: #ffcccc;
    box-shadow: none;
    outline: none;
}

input[type="number"]:disabled {
    background: lightgrey;
}

/*Masque les flèches pour les input type number*/
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}
/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
    -o-appearance: none;
    margin:0
}














/*Style pour les checkbox*/
.check {
  width: 47px;
  height: 20px;
  /*position: absolute;*/
  position: relative;
  /*top: -1px;*/
}
.check input {
  display: none;
}
.check input:checked + .box {
  background-color: #b3ffb7;
}
.check input:checked + .box:after {
  top: 0;
}
.check .box {
  width: 47px;

  height: 20px;
  border-radius: 2px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);

  background-color: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.check .box:after {
  width: 14px;
  height: 7px;
  content: '';
  position: absolute;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: #40c540;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 6px;
  margin: auto;
}


