@charset "UTF-8";


/******* 1C4B5C ****/
/******* 28,75,92 ****/

html{
  scroll-behavior: smooth;
}


body{
  font-family: 'Montserrat';
  font-weight: 400;
  color: black;
}

a, a:hover{
  text-decoration: none;
  color : black;
}

h1{
  text-align: center;
  font-variant: small-caps;


  margin-top: 20px;
}

section, .footer{
  padding-top: 30px;
}

/***************************/

/***** HEADER *******/
.header{
  background-color: rgba(0, 0, 0, 1);
  
  padding-left: 10px;
  padding-right: 10px;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



.language-selector {
  display: flex;
  align-items: center;
  
}

.language-option {
  margin-right: 10px;
  font-size: 24px;
  color: #333;
  cursor : pointer;
  
  opacity: 0.7;
  
}

.language-option:hover{
  opacity : 1;
}

.language-option.active{
  opacity : 1;
}

.header-on .navbar{
  background-color: rgba(0, 0, 0, 1);
  padding: 0;

}
.custom-navbar{
  
}

.header-on .navbar-brand{
  padding : 0;
}



.header-on .name {
  font-size: 15px;
}

.header-on .fx {
  font-size: 10px;
}

.header-on .navbar-nav{
  margin-top: 0px;
}

/********************/

/******* NAVBAR ***********/
.navbar{
  background-color: rgba(28,75,92,0.9);
  color: white;
  
  padding : 0;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-brand{
  display:flex;
  align-items: center;
  width : 15%;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.brand-text{
  margin-left : 10px;
  opacity : 0;
}

.header-on .brand-text{
  opacity : 1;
  transition: opacity 0.3s ease;
  
}

.name{
  display: block;
  color:white;
  font-size: 1em;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fx{
  display: block;
  color:white;
  font-size: 0.7em;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-link{
  color:white;
  
}

.navbar-nav .nav-link:hover{
  color:rgba(0, 140, 157, 1);
}

.nav-item{
  padding-left: 2em;
  padding-right: 2em;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-toggler{
  background-color : rgba(0, 140, 157, 1);
  transition: all 0.3s ease-in-out;
}

#logo{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  filter: drop-shadow(0px 0px 2px #00000055);
  width: 38px;
  height: 54px;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}


/**************************/


/***** FRONT *******/
.front{
  /*background-color: rgba(0, 0, 0, 0.1);*/
  width: 100%;
  height: 100vh;
  position: relative;
}

.background-video {
	min-height: 100%;
	width: 100%;
  position: absolute;
  top: 0;
  left:0;
}

.front-fx{
  font-size: 3rem;
  margin-left:4px;
  font-family: "Gloock";
}

.big{
  line-height:1em;
  margin-top:0;
  margin-bottom:0;
}



.front-name{
  font-size: 6rem;
  font-variant: small-caps;
  font-weight : 900;
  line-height:1em;
  
  font-family: "Gloock";
}

.small {
  font-size: 0.4em;
}

.bg{
  background-image : url("../img/Poulpaco.jpg");
  color : #de466c;
  -webkit-background-clip : text;
  -webkit-text-fill-color:transparent;
  
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/***** /FRONT *******/

/***** ABOUT *******/
.about{
  width: 100%;
  height : 100%;
  background-color: rgba(28,75,92,0.2);
  
}

.about h3{
  text-align: center;
  margin-bottom: 30px;
  margin-top : 20px;
  text-decoration: underline rgba(0,49,55,1);
}
.about h1{
  margin-top : 20px;
}

.about .padding{
  padding-bottom: 20px;
}

.skillz img{
  width:10%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border-radius: 5px;

  margin: 0 10px 10px 10px;
  display:inline-block;

  transition: filter 1s ease;
  -webkit-transition:filter 1s ease;
  -moz-transition: filter 1s ease;
  -o-transition: filter 1s ease;
  -ms-transition: filter 1s ease;
}


.sk{
  display: inline-block;
  width: 100%;
  padding-left:10px;
}


.progress{
  display: inline-block;
  vertical-align: center;
  width:80%;
}

.progress-bar{
  background-color: rgba(0, 49, 55, 1);

  transition: background-color 1s ease;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
}

.sk:hover .progress-bar{
  background-color: rgba(0, 197, 221, 1);

  -webkit-animation:progress-bar-stripes 2s linear infinite;
  -o-animation:progress-bar-stripes 2s linear infinite;
  -ms-animation:progress-bar-stripes 2s linear infinite;
  -moz-animation:progress-bar-stripes 2s linear infinite;
  animation:progress-bar-stripes 2s linear infinite;
}

.percent{
  opacity: 0;
  color:black;
  transition: opacity 1s linear;
  -webkit-transition : opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition:opacity 1s linear;
  -ms-transition:opacity 1s linear;
}

.sk:hover .percent{
    visibility: visible;
    opacity: 1;
    color: black;
}

.sk:hover img{
  filter: none;
}

/*****************/

/******** ETUDES - XP ******/
.about svg{
  color: rgba(0, 197, 221, 1);
}

.Date-sch{
  display: inline-block;
  float: left;
  width: 10%;
  font-size: 1em;
}

.fa-graduation-cap{
  width:10%;
  text-align: center;
}

.studies{
  float: right;
  width: 80%;
}

.school{
  width: 100%;
  font-size: 0.9em;
}

.sch{
  display: inline-block;
  width: 100%;
  height: 1px;
}

.poste{
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: bold;
}

/***************************/
/**** XP ******/


.EXP .XP{
  display: flex;
  margin-bottom: 0px; 
}

.date{
  float: left;
  font-size: 1em;
  width: 25%;
  text-align: left;
}

.fa-desktop{
  margin: 5px 5px;
  text-align: center;
  width: 5%;

}

.XP-right{
  width: 70%;
  margin-left: 5px;
  display : block;
}

.entr{
  font-size: 0.8em;
}

.city{
  font-style: italic;
  font-size: 0.85em;
}

.fa{
  color: rgba(0, 197, 221, 1);
}

.XP{
  margin:7px 0 7px 0;
  width: 100%;
}


.separator{
  border: none;
  box-shadow: none;
  background-color:#3498DB;
  margin: 10px auto;
  height: 1px;
}
/**********/


/******** GALLERY *****/
.gallery .row{
  margin-bottom: 8%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;

  list-style-type: none;
}

.grid--item {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}

.grid--item::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}

.gridIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}

.gridIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}

.Link {
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

.img {
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate3d(0,0,0,0deg);
  -ms-transform: rotate3d(0,0,0,0deg);
  transform: rotate3d(0,0,0,0deg);
}

/*
.grid--item h1, .grid--item p {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: rgba(0, 128, 128, 0.8);
  font-weight: 300;
  -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
  transition:          transform .2s ease-out, opacity .3s ease-out;
}
.grid--item h1 {
  bottom: 50%;
  padding-top:50%;

  z-index: 1;
  -webkit-transform:translate3d(0,-100%,0);
  -ms-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0);
}
.grid--item h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.grid--item p {
  top: 50%;
  padding-bottom:50%;
  -webkit-transform:translate3d(0,100%,0);
  -ms-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
}
*/
/** @MEDIA **/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  .grid{
    padding-bottom: 4.4%;
  }
  .grid--item {
    width: 20%; /* = 100 / 5 */
  }
  .grid--item:nth-child(9n+6){ /* first hexagon of even rows */
    margin-left:10%;  /* = width of .hex / 2  to indent even rows */
  }

  .grid--item h2{
    font-size: 1.4em;
  }
}

@media (max-width: 1200px) and (min-width:901px) {
  .grid{
    padding-bottom: 5.5%;
  }
  .grid--item {
    width: 25%; /* = 100 / 4 */
  }
  .grid--item:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
  
  .grid--item h2{
    font-size: 1.4em;
  }
  
  .about .poste{
    font-size : 0.9em;
  }
  .entr , .school{
    font-size: 0.9em;
  }

}

@media (max-width:900px) and (min-width:601px) {
  .grid{
    padding-bottom: 7.4%;
  }
  .grid--item {
    width: 33.333%; /* = 100 / 3 */
  }
  .grid--item:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }

  .grid--item h2{
    font-size: 1.2em;
  }
  .navbar-toggler{
    margin-right : 20px;
  }


}

@media (max-width:600px){
  .grid{
    padding-bottom: 11.2%;
  }
  .grid--item {
    width: 50%; /* = 100 / 3 */
  }
  .grid--item:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }

  .grid--item h2{
    font-size: 0.75em;
  }

  .EXP{
    margin-top : 2em;
    margin-bottom: 2em;
  }


}
@media (max-width:400px){
  .grid {
    font-size: 13px;
  }
  
  .grid--item h2{
    font-size: 0.75em;
    margin-top: 40%;
  }

  .desc{
    visibility: hidden;
  }

  .EXP{
    margin-top : 2em;
  }

  .front-name{
    font-size: 5rem;
  }

  .front-fx{
    font-size: 2rem;
  }


}
/** FIN MEDIA*/


.img:before, .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.5s;
}

.img:before {
  background: rgba(5,139,140, 0.25);
}

.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.gallery .over {
  display:flex;
  justify-content:center;
  align-items:center;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: white;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.desc {
  margin: 1em 0 0;
  padding-top:1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.60em;
  line-height: 1.5;
  color: turquoise;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .over {
  opacity: 1;
}
.grid--item:hover .over {
  transform: translate(-50%, -50%) scale(1);
}




/****** MODAL *****/
#gallery-modal .modal-img{
	max-width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.modal-content{
  background-color: rgba(0,0,0,0.5);
}

.modal-thumb{
  width:120%;
}

.btn-close{
  position: -200px;
}

.btn-close svg{
  fill: white;
}

.btn-default{
  background-color: rgba(0, 197, 221, 0.75);
  color: white;
  text-transform: capitalize;
  max-width: 70%;
  
  
  
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.btn-default:hover{
  background-color: rgba(0, 49, 55, 1);
  color: white;
}

.sk .btn-default{
  margin-left:25%;
}





/******** CONTACT *****/

.footer{
  background-color: rgba(28,75,92, 0.05);
  padding: 20px 0 20px 0;
}

.footer h1{
  margin-bottom: 1em;
}

.form{
  display : block;
}

.form row{
  display: inline;
}

.un, .deux{
  margin-bottom: 10px;
}

.un .form-group{
  display: inline-flex;
  width: 50%;
}


.un .form-group svg{
  width: 7%;
}

.deux .form-group{
  display: inline-flex;
}

.deux .form-group svg{
  width : 3%;
}

.form-group svg{
  padding-top : 0.5em;
  padding-right : 0.5em;
}

.form textarea{
  width: 100%;
}


.form .btn{
  background-color: rgba(0, 197, 221, 1);
  color: white;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form .btn:hover{
  background-color: rgba(0, 49, 55, 1);
}

.Bouton{
  text-align: right;
  display: inline-block;
}

.g-recaptcha{
  float: left;
  width: 60%;
}
.Bouton .btn{
  margin-top: 20px;
}





.large{
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.list-icons{
  margin : 20px 0 10px 0;
  list-style: none;
  font-size: 16px;
}

.list-icons li{
  margin: 10px 0 0 0 ;
}

.list-icons svg{
  margin-right: 10px;
  color: rgba(0, 197, 221, 1);
  font-size: 16px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.list-icons svg:hover{
  color: rgba(0, 49, 55, 1);
  font-size: 18px;
}


.rs_icon{
  font-size: 40px;
  margin: 0 5px 0 10px;

  color: rgba(0, 197, 221, 1);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rs_icon:hover{
  color: #0976b4;
}

.rs{
  display: flex;
  margin-left: 5%;
}

