@font-face {
    font-family: 'NetflixSansThin';
    src: url('NetflixSansThin.ttf');   
}

@font-face {
    font-family: 'NetflixSansMedium';
    src: url('NetflixSansMedium.ttf');    
}

body {
    margin: 0px;
}

.fond {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.95), 
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.95)
      ),
      url(images/fondnetfilx.jpeg);
    background-size: 100%;
    background-position: 0px -56px;
    height: 720px;
    border-bottom: rgb(34, 34, 34, 1) solid 8px;
}

.logo{
    width: 150px; 
    margin-top: -14px;
    margin-left: 40px;
}

.sid {
    background-color: #e50914;
    line-height: normal;
    padding: 7px 17px;
    font-size: 1em;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'NetflixSansThin';
    height: 19px;
    margin-left: 30px;
    margin-top: 20px; 
    width: 76.148px;
    font-weight: bold;
}

.com{
    background-color: #e50914;
    line-height: normal;
    color: white;
    text-decoration: none;
    font-family: 'NetflixSansThin';
    height: 60px;
    width: 220px;
    font-size: 1.55em;
    margin-left: 1px;
    border-radius: 0 2px 2px 0;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    justify-content: center;
}

.fleche{
    height: 40%;
    transform : rotate(-90deg);
    position: relative;
    top: 20px;
    left: 5px;
}

a {
    display: flex;
    text-align: center;
}

input{
    margin: 0px;
    padding: 0px;
    width: 448px;
    height: 58px;
    border: rgb(155, 155, 155) solid 1px;
    border-radius: 2px 0 0 2px;
    font-family: 'NetflixSansThin';
}

::placeholder {
    font-size: 1.2em;
    font-family: 'NetflixSansThin';
    font-weight: bold;
    color: rgb(112, 111, 111);
}

.email{
    display: flex;
    justify-content: center;
}

select {
    font-size: 0.9em;
    background-color: black;
    font-weight: bold;
    color: white;
    font-family: 'NetflixSansThin';
    height: 36px;
    width: 100px;
    border-radius: 2px;
    margin-left: 65%;
    margin-top: 20px;
    background: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    border: rgba(155, 155, 155) solid 1px;   
    opacity: 0.7; 
}

header {
    display: flex;  
    padding-top: 10px; 
}

#premierTitre {
    color: white;
    font-style: normal;
    text-align: center;
    font-size: 3em;
    margin-top: 140px;
    margin-bottom: 8px;
    font-family: 'NetflixSansMedium';
    line-height: 1.2em;
}


h2 {
    color: white;
    font-style: normal;
    text-align: center;
    font-size: 1.7em;
    font-family: 'NetflixSansThin';
    font-weight: bold;
    letter-spacing: -1px;
    margin: 10px 0 20px 0;
}

h3 {
    color: white;
    font-style: normal;
    text-align: center;
    font-size: 1.2em;
    margin: 30px 0 20px 0 ;
    font-family: 'NetflixSansThin';
    letter-spacing: -0.2px;
    word-spacing: 3px;
}


                                        /* Deuxième partie du Site (titres et images) */


.fondNoir {
    background-color: black;
    width: 100%;
    height: 470px;
    border-bottom: rgb(34, 34, 34, 1) solid 8px;
    display: flex;
}

.deuxiemeTitre {
    color: white;
    font-style: normal;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'NetflixSansMedium';
    line-height: 1.2em;
    font-weight:lighter;
}

.cadreImgDroite {
    height: 100%;
    width: 50%;
    text-align: center;
}

.cadreImgGauche {
    height: 100%;
    width: 50%;
    text-align: center;
}

.TV {
    max-width: 100%;
    height: 85%;
}

.mobile {
    max-width: 100%;
    height: 80%;
    padding: 20px;
}

.cadreDeTelechargement {
    display: flex;
    justify-content: center;
    border: solid gray 2px;
    border-radius: 15px;
    width: 303px;
    height: 76px;
    padding: 8px 12px 8px 12px;
    position: relative;
    top: -31%;
    left: 26%;
    background-color: black;
   
}

.imgTel {
    max-width: 100%;
	height: 100%;
}

h5 {
    color: white;
    font-family: 'NetflixSansMedium';
    font-size: 16px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.gifTel {
    max-width: 100%;
	height: 100%;
}

.device {
    max-width: 100%;
    height: 85%;
    padding-top: 40px;
}

.jeunesse {
    max-width: 90%;
    height: 80%;
    padding: 40px 0 0 40px;
}

.cadreTitresDroite {
    height: 100%;
    width: 50%;
    padding:  80px 140px 0 40px; 
    box-sizing: border-box;
}

.cadreTitresGauche {
    height: 100%;
    width: 50%;
    padding:  100px 40px 0 140px; 
    box-sizing: border-box;
}

.fondNoir h2 {
    text-align: left;
    font-size: 26px;
} 


                                        /* Troixieme partie du Site (FAQ) */



.fondNoirFaq {
    background-color: black;
    width: 100%;
    height: auto;   /* 940 */
    border-bottom: rgb(34, 34, 34, 1) solid 8px;
}

.fondNoirFaq h1 {
text-align: center;
}

.fondNoirFaq h3 {
    margin-top: 70px;
    }

.faq {
    color: white;
    font-style: normal;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 70px;
    font-family: 'NetflixSansMedium';
    line-height: 1.2em;
    font-weight:lighter;
}

li {
    color: white; 
    border-top: solid black 1px;
    font-size : 1.6em;
    text-align: left;
    list-style: none;
    font-family: 'NetflixSansThin';
    font-weight: bold;
    letter-spacing: 0.5px;
    font-style: normal;
  }
  
p {
    margin: 0;
}

ul {
    margin: 0;
    padding : 0px;
}

.slide ul {
    padding : 0px;
    border-top: solid black 1px;
  }

  nav {
    width : 57%; 
    background: #303030;
    margin : 10px auto;
  }
  
  span {
    font-size: 1.6em;
    font-family: 'NetflixSansThin';
    font-weight: bold;
    letter-spacing: 1px;
    font-style: normal;
    padding : 20px 30px 20px 30px;
    background : #303030; 
    color : white;
    cursor : pointer;
    display: block;
  }
  
  span::after {
    float: right;
    right: 10%;
    content: "+";
  }
  
  .slide {
    clear:both;
    width:100%;
    height:0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
  }
  
  .slide li {
    padding : 30px;
    border-top: solid black 1px;
  }
  
  #touch {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch:checked + .slide {
    height: auto;
  } 
  
  #touch0 {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch0:checked + .slide {
    height: auto;
  } 
  
  #touch1 {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch1:checked + .slide {
    height: auto;
  } 
  
  #touch2 {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch2:checked + .slide {
    height: auto;
  } 
  
  #touch3 {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch3:checked + .slide {
    height: auto;
  } 
  
  #touch4 {
    position: absolute; 
    opacity: 0; 
    height: 0px;
  }    
  
  #touch4:checked + .slide {
    height: auto;
  } 

  .fondNoirFaq .email {
      margin-bottom: 80px;
  }

                                        /* Quatrieme partie du Site (Footer) */

footer {
    background-color: black;
    width: 100%;
    height: 400px;
    text-align: left;
    font-family: 'NetflixSansThin';
    font-weight: bold;
    font-style: normal;
}

h4 {
    padding-top: 70px;
    margin-top: 0;
    color: #757575;
    font-size: 16px;
    padding-left: 270px;
}

.tel {
    display: inline;
    color: #757575;
    text-decoration: none;
}   

.tel:hover {
    display: inline;
    color: #757575;
    text-decoration: underline;
}                

.footer li {
    font-size: 13px;
}

.footer li a {
    color: #757575;
    text-decoration: none;
    border: none;
    line-height: 30px;
}

.footer li a:hover {
    color: #757575;
    text-decoration: underline;
    border: none;
}

#liste {
    display: flex;
    padding-left: 200px;
}

.footer {
    padding-left: 70px;
}

footer select {
    margin-left: 270px;
}

/* Responsive */


@media screen and (min-width: 501px) and (max-width: 1024px) {
    .email{
        display: initial;
        justify-content: center;
    }

}


@media screen and (max-width: 500px) {
    .email{
        display: initial;
        justify-content: center;
    }
}