@charset "utf-8";

/* CSS Document */
body {
  font-family: Montserrat-Medium, sans-serif;
  background-color: rgb(255, 255, 255);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

}

h1 {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
}


@font-face {
  font-family: Montserrat-Bold;
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: Montserrat-Regular;
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: Montserrat-Medium;
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}  


@font-face {
  font-family: NeutralFace-Bold;
  src: url("../font/NeutralFace-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: NeutralFace;
  src: url("../font/NeutralFace.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}  



ul {
  list-style: none;
}

a {
  text-decoration: none;
  color:inherit;
}

a:hover{
  cursor: pointer !important;
}

img {
  display: inline-block;
}

/*nav barre*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-left: 2vw;
  padding-right: 2vw;
  height: 10vh;
  overflow: hidden;

}

.menu-cote {
  width: 20%;
  overflow: hidden;
  display: flex;

}

.menu-cote-gauche {
  justify-content: flex-end;

}

/*bouton*/

nav .menu {
  margin: 3px;
  display: flex;
  font-size: 1rem;
  color: #000000;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Montserrat-Medium;
  padding: 10px 10px 10px 10px;

}

.menu:hover {
  filter: blur(3px);

}

/*tableau*/

.conteneur-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7vh;
  padding: 3vw 3vw 3vw 3vw;
  
}

.article-flex {
/* margin: 0.5vw; */
flex: 1 1 300px;
/* border: 1px solid black; */
line-height: 0;
}
.article-flex img{
  width:100%;
}

/* PAGE 2 */

.contenant {
  padding: 3.5vw;
  margin-top:7vh;
  display: flex;
  text-align: center;
}

.colonne1 {
  position: sticky;
  top: 0;
  flex: 25%;
  margin-right: 1vw;
  text-align: center;
}

.colonne2 {
  flex:75%;
  text-align: center;
  overflow: hidden;
  /*border: 1px solid black;*/
  }

.colonne2 img {
  width: 100%;
    }
    
.conteneur-flex2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.colonne3 {
  flex: 50%;
  text-align: left;
  overflow: hidden;
  margin-right: 3%;
  font-size: 12px;
  line-height: 1.5;
}

  .colonne4 {
    flex: 50%;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid black;
    padding: 1vw 1vw 1vw 1vw;
    }
    
    .colonne5 {
      flex: 50%;
      text-align: left;
      overflow: hidden;
      font-size: 10px;
      margin-right: 3%;
      }




.article-flex2 {
  margin-bottom: 3vh;
}

.zone-texte {
/*width: 60%;*/
position: fixed;
width: calc(25% - 2vw);
font-size: 10px;
height: auto;
text-align: left;
flex-direction: column;
border-right-width : 0;
z-index: 10;
margin-left: 3.5vw;
top:calc(7vh + 3.5vw);
}

.conteneur-flex3 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  
}


.boite-video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

video{
  margin-bottom: 3vh;
  }

.images{
/*margin-left: -30%;*/
}

/* INDEX */

.conteneur-flex2 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  
}

.conteneur-index{
  text-align: center;
  font-size: 18px;
  font-family:Montserrat-Regular;
  width: 100%;
}


.typo{
  font-family:NeutralFace;
  font-size: 23px;
  padding: 10px 10px 10px 10px;
 
}

.typo2{
  font-family:NeutralFace-Bold;
  font-size: 19px;
  padding: 10px 10px 10px 10px;

}

b{
  font-size: 50px;

}


.blur {
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  padding: 10px 10px 10px 10px;

}

.blur:hover  { 
  filter: blur(3px);
 } 



img.gray {
  filter: none;
  -webkit-filter: grayscale(0);

 }

 img.gray:hover {

   /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
   filter: gray; /* IE5+ */
   -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */



 }



/*espace*/

.space {
  margin-left: 5%;
  margin-top: 6%;
}

.space2 {
  margin-top: 3%;
}


/*texte*/
.main-text h1 {
  font-size: 0.9rem;
  color: #000000;
  font-family: Montserrat-SemiBold;
}

.main-text p {
  color: #000000;
}

.main-text h2 {
  font-size: 1rem;
}

p {
  color: #000000;
  font-size: 0.8rem;
}

/*footer*/

.footer {
  background-color: #ffffff;
  border: 1px solid black;
  height: 180px;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 0.6rem;
}

.texte-contenu {
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  z-index: 1;
}


/*souligner*/


.ligne {
  margin: 150px auto 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 600px;
  text-align: center;
}

.droit {
  display: table-cell;
  position: relative;
  padding: 15px 0;
}

.texte-contenu {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;

  display: inline-block;
  padding: 15px 5px;
  position: relative;
}

.texte-contenu:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: rgb(0, 0, 0);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.texte-contenu:hover:after {
  width: 100%;
  left: 0;
}


.texte-contenu2:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.texte-contenu2:hover:after {
  width: 100%;
  left: 0;
}

.footer-center,
.footer-center div {
  text-align: center;
  overflow: hidden;
}

.footer-center {
  height: fit-content;
}

.footer-center div {
  margin-top: 5vh;
}

.cv {

  padding: 0.4em;
  color: black;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.cv:hover {

  filter: blur(3px);
}

.texte-blanc {

  color: rgb(0, 0, 0);
}

.ligne-noir{
 display: ;
}



@media (max-width:800px) {

  .ligne-noir{
   }
   
  .contenant {
    padding:1vw;
    margin-top:7vh;
    display: block;
    text-align: center;
  }
  
  .colonne1 {
    display: none;
  }
  
  .colonne2 {
    width: 100%;;
    text-align: center;
    overflow: hidden;
    }

  .zone-texte {
      position: relative;
      width: 100%;
      font-size: 10px;
      text-align: center;
      z-index: 10;
      margin:0;
      padding: 6vw;
      top:7vh;
      }

      .colonne3 {
        flex: 50%;
        text-align: center;
        margin-top: 4vh;
        margin-left: 2vw;
        margin-right: 2vw;
        overflow: hidden;
        margin-right: 3%;
        font-size: 12px;
        line-height: 1.5;
      }
      
        .colonne4 {
          flex: 50%;
          text-align: center;
          overflow: hidden;
          border: none;
          font-size: 12px;
          padding: 1vw 1vw 1vw 1vw;
          }
          
          .colonne5 {
            flex: 50%;
            text-align: center;
            margin-top: 4vh;
            overflow: hidden;
            font-size: 10px;
            margin-right: 3%;
            }
}


 


