@font-face {
   font-family: 'BebasNeueBold';
    src : url('Font/BebasNeueBold.ttf') format('truetype');
}

@font-face {
   font-family: 'BebasNeueLight';
    src : url('Font/BebasNeueLight.ttf') format('truetype');
}

@font-face{
    font-family: 'Watermelon';
    src : url('Font/Watermelon.ttf') format('truetype');
}

@font-face{
    font-family: 'Century Gothic';
    src : url('Font/Century Gothic.ttf') format('truetype');
}

@font-face{
    font-family: 'OpenSansR';
    src : url('Font/OpenSans-Regular.ttf') format('truetype');
}

/* NAVIGATION */

.navReal {
background-color: white;
box-shadow: 0px 1px 15px 0px #adadad;
height: 75px;
}

.choixNavReal {
    display: inline-block;
    cursor: pointer;
    color: #0002E1;
    text-decoration: none;
    font-family: 'BebasNeueBold';
    font-size: 24pt;
    position: relative;
}

nav .choixNavReal::before{
    content: "";
    position: absolute;
    overflow: hidden;
    border-bottom: 2px solid #0002E1;
    transition: width 0.4s;
    width: 0%;
    top: 105%;
}

nav .choixNavReal:hover::before {
	width: 100%;
}

/* CONTENU */

h1 {
  color: #0002E1;
  font-family: 'BebasNeueBold';
  font-size: 40pt;
  text-align: center;
}

h2 {
  font-family: 'BebasNeueLight';
  font-size: 24pt;
  text-align: center;
}

.mockup {
  width: 100%;
  box-shadow: 0px 1px 15px 0px #adadad;
  position: relative;
}

.descTxt {
  display: flex;
  justify-content: left;
  flex-direction: row;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.descTxt p {
    text-align: justify;
    font-family: 'OpenSansR';
    font-size: 11pt;
    color: #948594;
}

.contxt {
  width: 70%;
  margin-right: 6%;
}

.logic {
  margin-left: 6%;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.logic div {
  display: flex;
  flex-direction: row;
  margin-top: 20%;
  align-items: center;

}

.logic img {
  width: 32px;
  height: 32px;
  margin-right: 8%;
}

.logic .secondLogic {
  margin: 0;
}

.execu {
  margin-left: 0;
}

/*.execu p {
  width: 75%;
} */

h3 {
  font-family: 'BebasNeueBold';
  font-size: 20pt;
  text-align: center;
  color: #0002E1;
  margin-top: 13vh;
}

h4{
  font-family: 'BebasNeueBold';
  font-size: 18pt;
  color: #423C3F;
  margin-bottom: 2px;
}

hr{
  opacity: 0.1;
  width: 150px;
  margin: 0;
  text-align: left;
}

.imageGd { /*img*/
  width: 30%;
  height: auto;
  margin: 5%;
  box-shadow: 0px 1px 15px 0px #adadad;
  cursor: pointer;
  z-index: 0;
  transition: transform .2s; /* Animation */
}

.imageGd:hover {
  transform: scale(1.5);
}

.imagesPlus { /*div*/
width: 80%;
height: 100%;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}

iframe {
  margin-left: 32%;
  margin-right: 32%;
  margin-top: 5%;
}

/* SLICK */
.image .slider.slick-initialized .slick-slide {
  height: 30vh;
}

.image {
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 13vh;
}

.slider {
  height: 100%;
  width: 80%;
  display: flex;
}

.slide {

    background-size: cover;
    background-position: center;
    height: 50%;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;

}



.slick-track .slick-prev {
  z-index: 1;
  width: 140px;
  position: absolute;
  top: 50px;
  left: 35px;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
}
.slick-next {
  z-index: 1;
  width: 140px;
  position: absolute;
  top: 50px;
  right: 35px;
  cursor: pointer;
  color: white;
  background-color: transparent;

}

.slider .slick-prev:before, .slider .slick-next:before {
  color: #0002E1;
}

.imagetitre {
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: black;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
    text-decoration: none;
    font-family: 'BebasNeueLight';
    color: white;

    transition: opacity 0.4s ease;
  }

  .imagetitre:hover {
    opacity: 0.8;
}

#gif {
  display: flex;
  justify-content: center;
  flex-direction: row;

}
.gifTiink {
  justify-content: space-between;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  width: 10%;
}

#gif img:nth-child(1) {
  padding-left: 20%;
}

#gif img:nth-child(3) {
  padding-right: 20%;
}

/* FOOTER */

footer {
  background-color: #0002E1;
  color: white;
  font-family: 'BebasNeueLight';
  font-size: 16pt;
}

/* Mobile Styles */
@media only screen and (max-width: 600px) {

iframe {
  margin-left: 16%;
  margin-right: 0;
  width: 70%;
  height: auto;
}

h1 {
  font-size: 30pt;
  margin-top: 8%;
}

h2 {
  font-size: 20pt;
}

.choixNavReal {
  right: 8%;
}

}
