
              /*    INFO PAGE     */


.main_content_info {
  background-image: url("images/info.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 0px;
  padding-bottom: 0px;
}


.infoText {
  color: white;
  font-family: 'Roboto', sans-serif;
}

.background {
  padding-top: 150px;
  padding-bottom: 200px;
}


.icone_site {
  width: 3.5%;
  float: left;
  margin: 30px 2px 0 90px;
}


.port-items {
  position: relative;
  margin: 0;
  padding: 0;
  border: 2px solid white;
}

.port-items img {
  display: block;
  width: 100%;
}


.port-sites {
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 0;
  color: white;
  padding-top: 0px;
  transition: all ease-in-out 250ms;
  width: 100%;
}

.type_new {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: rgb(230, 172, 0);
  display: inline-block;
  line-height: 1.5rem;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.80em;
}

.titre_new {
  color:rgb(230, 172, 0);
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  background: rgba(0,0,0,1);
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.2em;
}

.sous_titre_new {
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  background: rgba(0,0,0,1);
}

@media (min-width: 950px) {
  .port-items {
      width: 50%;
      float: left;
      overflow: hidden;
  }

.port-items3 {
  clear: both;
  border-top: 0;
}

.port-items4 {
  border-top: 0;
  border-left: 0;
}

.port-items5 {
  border-top: 0;
  border-left: 0;
}

.port-items1 {
  width: 45vw;
  height: 23vw;
}

.port-items2 {
  width: 45vw;
  height: 23vw;
  border-left: 2px solid white;
}

  .port-items3,
  .port-items4, 
  .port-items5 {
    width: 30vw;
    float: left;
    overflow: hidden;
    height: 15vw;
}

.ciné h2, 
.dossiers h2,
.séries h2 {
  margin-top: 0;
  letter-spacing: 0.1em;
}


.ciné {
  float: left;
  width: 30vw;
  height: 19vw;
  clear: both;
  border-right: 3px solid white;
  margin: 30px auto 30px auto;
}



.ciné img:hover {
  opacity: 0.9;
 }


.dossiers {
  float: left;
  width: 30vw;
  height: 19vw;
  border-right: 3px solid white;
  margin: 30px auto 30px auto;
}

.dossiers img:hover {
  opacity: 0.9;
}

.séries {
  float: left;
  width: 30vw;
  height: 19vw;
  margin: 30px auto 30px auto;
}

.rubriques {
  width: auto;
  margin: 0 4.6vw;
}

.séries img:hover {
  opacity: 0.9;
}


  .port-sites {
      transform: translateY(50%);
      bottom: 13px;
  }

  .port-items:hover .port-sites {
      transform: translateY(17%);
  }

  .new {
    width: auto;
    margin: 0 4.5vw;
  }
}

.trailers {
    width: auto;
    margin: 50px 4.5vw;
}

.trailers_titres {
  width: 90.6vw;
  clear: both;
  background-color: rgb(230, 172, 0);
  margin-top: 0;
  letter-spacing: 0.1em;
}

.trailers iframe {
  width: 30vw;
}






            /*    TOP AND INDEX PAGE      */



body {
    padding: 0;
    margin: 0;
    background: rgb(240, 240, 250);
}

header {
    background: rgb(230, 172, 0);
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 70px;
}

.site_name {
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-right: 4em;
    margin-left: 4em;
    font-size: 2em;
    font-family: 'Righteous';
    color: black;
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
  position: relative;
}


header nav li {
    display: inline-block;
    padding-top: 1.7em;
    margin-left: 5em;
    margin-right: 5em;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.2em;
    float: left;
    color: black;
}


/*   Animation for nav just for full screen on desktop    */
@media screen and (min-width: 1200px) {

header nav li::before {
  content: "";
  display: block;
  top: 20px;
  height: 5px;
  width: 0%;
  background-color: black;
  position: absolute;
  transition: all ease-in-out 250ms;
}

nav li:hover::before {
  width: 100%;
}

}








a {
    text-decoration: none;
    color: inherit;
  }


            /*   INDEX   */

.headline {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 1em;
    background-color: white;
    font-size: 2em;
}

 section {
    padding-top:30px;
    width: 100%;
}

h2 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    padding: 0;
}

section h2 {
  background-color: rgb(230, 172, 0);
  margin-bottom: 0;
}



.ciné img {
    width: 100%;
    height: auto;
    transition: 300ms;
}



.dossiers img {
    width: 100%;
    height: auto;
    transition: 300ms;
}

.séries img {
    width: 100%;
    height: auto;
    transition: 300ms;
}


.nouveau1 {
    float: left;
    width: 50%;
}

.nouveau1 img {
  width: 100%;
}
.nouveau2 img {
  width: 100%;
}

.nouveau2 {
    float: right;
    width: 50%;
}




.shadow {
  box-shadow: 9px 10px 23px 1px rgba(0,0,0,0.44);
}


.bouton {
  background-color:black;
  margin: 5% 40% 0% 40%;
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.44);
  border-radius: 10px;
}


.bouton p {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  padding-top: 19px;
  padding-bottom: 19px;
  margin: 0;
  color: white;
  letter-spacing: 2px;
}

.bouton:hover p {
opacity: 0.8;
}




            /*    CRITIQUE CINE     */



h1 {
    text-align: center;
    margin-top: auto;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    }



img {
    background-size: cover;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.banner {
    padding-top: 50px;
    width: 100%;
}

.main_text {
    z-index: 1;
    padding-bottom: 100px;
    background: rgb(240, 240, 250);
    padding-top: 30px;
}

p {
    padding-left: 15% ;
    padding-right: 15%;
    font-size: 1.2em;
    /*text-align: justify;*/
    font-family: 'Roboto', sans-serif;

    /* !!!!!!! NEW FONT !!!!!   */
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.5em;
}

.video {
text-align: center;
clear: both;
}



            /*  CINE MAIN PAGE  */



.poster {
    width: 20%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2%;
    margin-bottom: 2%;
    transition: transform 300ms;
    padding: 0;
  }
  
.poster:hover {
    transform: scale(1.05);
  }

.noFloat {
    clear: both;
}

.critique {
    padding-top: 50px;
    font-family: 'Bebas Neue', cursive;  
  }




                    /*  TEXTE ET IMAGES   */

.citation {
    font-size: 1.5em;
  }

.imageLeft {
    float: left;
    width: 33.8%;
    padding-top: 1.5em;
    padding-bottom: 1em;
    padding-left: 15%;
    padding-right: 0.2%;
    margin-bottom: 1em;
  }
  
  
.textLeft {
    float: left;
    width: 33.8%;
    padding-left: 15%;
    padding-right: 0.2%;
    padding-bottom: 1em;
  }
  
.imageRight {
    float: right;
    width: 33.8%;
    padding-top: 1.5em;
    padding-bottom: 1em;
    padding-right: 15%;
    padding-left: 0.2%;
    margin-bottom: 1em;
  }
  
.textRight {
    float: right;
    width: 33.8%;
    padding-left: 0.2%;
    padding-right: 15%;
    padding-bottom: 1em;
  }
  
.videoRight {
    float: right;
    width: 39%;
    padding-top: 1.5em;
    padding-bottom: 1em;
    padding-right: 10%;
    padding-left: 1%;
  }
  
.correctPaddingLessImage {
    margin-top: -2em;
  }
  
.correctPaddingLessText {
    margin-top: -1em;
  }


.multipleImages{
  float: left;
  width: 20%;    
  padding-left: 10%;
  padding-right: 10%;
  }
    
.photomatonLeft {
  float: left;
  padding-left: 15%;
  width: 22%;
}
    
.photomatonMiddle {
  float: left;
  width: 22%;
  padding-left: 2%;
  padding-right: 2%;
}
    
.photomatonRight {
  float: left;
  padding-right: 15%;
  width: 22%;
}
    
.addPaddingTop {
  padding-top: 1em;
}
    
.spaceWordsMinus {
  word-spacing: -0.5px;
}
    
.centerText {
  text-align: center;
}


.noir {
  background-color: black;
}





        /*   DOSSIER   */


      
      
.cartonLeft {
  float: left;
  width: 35%;
  margin-left: 10%;
  margin-bottom: 2%;
  padding: 0.8em;
  background:white;
}
      
.cartonRight {
  float: right;
  width: 35%;
  margin-right: 10%;
  margin-bottom: 2%;
  padding: 0.8em;
  background: white;
}
      
.cartonLeft p {
  margin: 5px;
  padding-left: 0;
  padding-right: 0;
}
      
      
.cartonRight p {
  margin: 5px;
  padding-left: 0;
  padding-right: 0;
}

.cartonLeft img {
  width: 100%;
  margin-bottom: 2%;
  margin-left:  O;
  margin-right:  O;
  transition: 300ms;
}
      
.cartonRight img {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 2%;
  margin-left:  O;
  margin-right:  O;
  transition: 300ms;
}
      
.cartonRight p {
  margin: 5px;  
}
      
.titre {
  color: black;
  font-weight: bold;
}
      
.sous-titre {
  color: black;
}
      
.description {
  color: grey;
}


.cartonLeft:hover p {
    text-decoration: underline;
}

      
.cartonRight:hover p {
  text-decoration: underline;
}

.cartonLeft:hover img {
  opacity: 0.8;
}

.cartonRight:hover img {
  opacity: 0.8;
}






           /*   BAS   */


footer {
    background-color:black;
    margin: 0;
    padding: 0;
    height: 100px;
    clear: both;
}

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

footer li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    padding-top: 2em;
    margin: 0 12.5% 0 15%;
    color: rgb(230, 172, 0);
    font-size: 1.2em; 
    float: left; 
}

.site_footer {
    font-family: 'Righteous';
}


                  /*       EXTRA                 */


.main_content-extra {
  padding-top: 70px;
}






                    /*         MEDIA        */



@media screen and (max-width: 1350px)  {

header nav li {
    margin-left: 2em;
    margin-right: 2em;
}

}

  


@media screen and (max-width: 1200px)  {

  body {
    padding: 0;
    margin: 0;
  }

  header nav li {
      margin-left: 1em;
      margin-right: 1em;
      padding-top: 0;
      float: none;
      display: inline-block;
    }

  header {
    height: 150px;
  }

  
  .site_name {
    text-align: center;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  nav ul {
    text-align: center;
    width: 100%;
    display: table;
  }

  section {
    padding-top: 75px;
}


.nouveau1 {
  float: left;
  width: 100%;

}

.nouveau2 {
  float: left;
  width: 100%;
}



section {
  padding-bottom: 0px;
}

.main_text {
  padding-top: 30px;
  }

.banner {
  padding-top: 150px;
}

.imageLeft {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imageRight {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textRight {
  float: none;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.textLeft {
  float: none;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

footer ul {
  width: 100%;
  display: table;
  text-align: center;
}

footer li {
  font-size: 1em;
  float: none;
  margin-left: 1em;
  margin-right: 1em;
}

  }
  
  

  @media screen and (max-width: 530px)  {

.site_name{
  font-size: 1.5em;
}


header {
  height: 110px;
}

  
header nav li {
      margin-left: 0.5em;
      margin-right: 0.5em;
  }

.banner {
  padding-top: 100px;
}


section {
  padding-bottom: 20px;
  padding-top: 50px;
}

.titre_new {
  font-size: 1em;
}

.sous_titre_new {
  font-size: 0.7em;
}

.nouveau1 {
  height: 250px;
}

.nouveau2 {
  height: 250px;
}

.ciné {
width: 100%;
float: none;
margin-top: 10px;
margin-left: 0;
margin-right: 0;
clear: both;
}

.dossiers {
width: 100%;
float: none;
margin-left: 0;
margin-right: 0;
}

.séries {
width: 100%;
float: none;
margin-left: 0;
margin-right: 0;
}

.trailers {
  text-align: center;
  width: 100%;
  margin: 0;
}

.trailers_titres {
  background-color: rgb(240, 240, 250);
  margin-bottom: 1em;
}

.trailers iframe {
  width: 90%;
}


p {
  padding-left: 10% ;
  padding-right: 10%;
  font-size: 0.8em;
}


.main_text {
padding-top: 10px;
}

img {
  width: 80%;
}

.photomatonLeft, .photomatonMiddle, .photomatonRight{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px 0;
  float: none;
}

.imageLeft {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10%;
}

.imageRight {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-right: 10%;
}

.textRight {
  font-size: 0.8em;
  float: none;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.textLeft {
  font-size: 0.8em;
  float: none;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.citation {
  font-size: 0.8em;
}

.bouton {
  margin-left: 30%;
  margin-right: 30%;
}

.cartonLeft {
  display: block;
  margin: 2em auto;
  width: 90%;
  float: none;
}

.cartonRight {
  display: block;
  margin: 2em auto;
  float: none;
  width: 90%;
}

.video {
margin: 0;
 }

iframe {
  width: 300px;
  height: 200px;
   
}

  }
  




  /*  TEST  */

.sectiontest {
  margin: 0 10%;
  padding-top: 0;
}
  
.test1, 
.test2,
.test3,
.test4,
.test5  {
  float: left;
  display: block;
  margin: 0 auto;
}

.test3 {
  clear: both;
}

.test1 {
  background-color: red;
  width: 40vw;
  height: 20vw;
}
.test2 {
  background-color: yellow;
  width: 40vw;
  height: 20vw;
  background-image: url("images/jsa.jpg") ;
  background-size: cover;
}
.test3 {
  background-color: green;
  width: 26.8vw;
  height: 15vw;
  background-image: url("images/jsa.jpg") ;
  background-size: cover;
}
.test4 {
  background-color: blue;
  width: 26.6vw;
  height: 15vw;
  background-image: url("images/jsa.jpg") ;
  background-size: cover;
}
.test5 {
  background-color: black;
  width: 26.6vw;
  height: 15vw;
  background-image: url("images/jsa.jpg") ;
  background-size: cover;
}












