@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
body {
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bck-body-opt.jpg);
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
}
.titremarin,
.titreaquaculteur {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.titremarin {
  background-image: url(../images/back-marin.png);
}
.titremarin,
.titreaquaculteur {
  background-image: url(../images/back-aquaculteur.png);
}
.text-primary {
  color: #4D94AB !important;
}
.cta {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/back-video.png);
}
@media only screen and (max-width: 992px) {
  .cta {
    font-size: 15px;
  }
}
.round {
  width: 75px;
  height: 75px;
  border: solid 2px #FFFFFF;
  text-align: center;
  display: inline-block;
  border-radius: 75px;
}
h1,
.h1 {
  font-size: 54px;
  color: #4D94AB;
  font-weight: 700;
  background-image: url(../images/back-h1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: auto;
  display: inline-block;
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 25px;
  }
}
h2,
.h2 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  background-image: url(../images/back-h2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -10px;
  z-index: 2;
  padding: 15px 30px;
}
@media only screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
h3,
.h3 {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  h3,
  .h3 {
    font-size: 15px;
  }
}
.link-white {
  color: #FFFFFF;
}
ul li {
  margin-bottom: 15px;
}
ul li a {
  font-size: 12px;
}
.row-formations {
  background-image: url(../images/back-block-formations.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 97% 75%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .row-formations {
    background-size: 100% 100%;
  }
}
footer {
  background-color: #FFFFFF;
}
.back-contact {
  background-image: url(../images/back-contact.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.form-control {
  border-radius: 0;
  color: #4D94AB;
}
.form-select {
  border-radius: 0;
  color: #4D94AB;
}
.form-control::placeholder {
  color: #4D94AB;
}
textarea {
  height: 240px;
}
.submit {
  border: none;
  background: url(../images/bck-submitt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 178px;
  height: 61px;
  text-transform: uppercase;
  color: #4D94AB;
  font-size: 20px;
  font-weight: 700;
}
.img-fluid-auto {
  width: 100%;
  height: auto;
}
a,
a img,
.submit {
  transition: 0.3s;
}
.hover-scale:hover,
.hover-scale:active {
  transform: scale(1.2);
}
