/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "Arvo", serif;
  background-image: url(../img/bg.png);
  background-position: top left;
  background-attachment: fixed;
  color: #333;
}

p, ul, li {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  font-size: inherit;
}

.backtotopbt {
  position: fixed;
  z-index: 92;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: url(../img/ontop-75-75.svg) center center no-repeat;
  background-size: 50%;
  cursor: pointer;
}

.back-alpha {
  width: 1200px;
  height: 100%;
  background: #fff;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  margin-left: -600px;
  opacity: 0.9;
}

.fond-menu-mobile {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 95;
}

.content {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
  min-height: 600px;
}
.content header img.logo {
  width: 220px;
  height: auto;
  z-index: 80;
  position: relative;
}
.content header nav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding-left: 225px;
  box-sizing: border-box;
  text-align: center;
  padding-right: 20px;
}
.content header nav li {
  font-family: "Shadows Into Light", cursive;
  font-size: 23px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 15px;
  color: #e58650;
  transition: all 0.3s 0s ease-out;
}
.content header nav li a {
  display: block;
}
.content header nav li.active {
  color: #98d1dd;
}
.content header nav li:last-child {
  margin-right: 0;
}
.content header nav li:hover {
  color: #98d1dd;
}
.content header .bt-hamburger {
  display: none;
}
.content .ss_header {
  width: 100%;
  padding-left: 225px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  top: 100px;
  left: 0;
  position: absolute;
}
.content .ss_header h1 {
  font-family: "Shadows Into Light", cursive;
  font-size: 27px;
  letter-spacing: 1px;
  color: #555;
  margin-top: 5px;
}
.content .ss_header .sep_drapeaux {
  background-image: url(../img/drapeaux-bleus.png);
  height: 50px;
  width: 600px;
  display: inline-block;
}
.content .slideshow {
  width: 100%;
  padding-top: 45%;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-sizing: border-box;
  margin: 30px 0;
}
.content .slideshow .fleche_gauche {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  cursor: pointer;
  padding: 20px 10px;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 25px;
}
.content .slideshow .fleche_droite {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 0;
  cursor: pointer;
  padding: 20px 10px;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 25px;
}
.content .slideshow .ruban {
  position: absolute;
  top: 0;
}
.content .slideshow .ruban .slide {
  float: left;
  max-width: 1280px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.content .slideshow .ruban .slide#slide1 .content-slide {
  background-image: url(../img/slides-home/slide1.jpg);
}
.content .slideshow .ruban .slide#slide2 .content-slide {
  background-image: url(../img/slides-home/slide2.jpg);
}
.content .slideshow .ruban .slide#slide3 .content-slide {
  background-image: url(../img/slides-home/slide3.jpg);
}
.content .slideshow .ruban .slide#slide4 .content-slide {
  background-image: url(../img/slides-home/slide4.jpg);
}
.content .slideshow .ruban .slide .content-slide {
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 45%;
}
.content .end_picture {
  background-image: url("../img/TheEND.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1280/857;
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 30px auto;
}
.content .description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  line-height: 25px;
  letter-spacing: 1px;
}
.content .description p + p, .content .description h2 + p {
  margin-top: 20px;
}
.content .description h2 {
  font-size: 24px;
}
.content .description a {
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s 0s ease-out;
}
.content .description a:hover {
  color: #e58650;
}
.content .description.contenu h2 {
  font-size: 24px;
}
.content footer {
  text-align: center;
}
.content footer .social {
  display: inline-block;
  margin-top: 50px;
}
.content footer .social a {
  display: inline-block;
  margin: 0 20px;
}
.content footer .social div {
  display: block;
  margin: 20px 0 0 0;
}
.content footer .mentions {
  margin-top: 50px;
  font-size: 14px;
  color: #ccc;
}
.content .bandeau {
  width: 100%;
  background-image: url(../img/visu-specialita.jpg);
  background-position: center center;
  height: 300px;
  background-size: cover;
  margin: 30px 0;
}
.content .bandeau.contattaci {
  background-image: url(../img/visu-conttataci.jpg);
}
.content .conteneur-form .message-confirm {
  display: none;
}
.content .conteneur-form .form-contact .form-error {
  display: none;
}
.content .conteneur-form .form-contact h2 {
  margin-bottom: 50px;
}
.content .conteneur-form .form-contact .ligne-form {
  display: table-row;
}
.content .conteneur-form .form-contact .ligne-form .cell-form {
  display: table-cell;
  padding: 20px;
}
.content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n) {
  text-align: left;
}
.content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n) input, .content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n) textarea {
  height: 25px;
  vertical-align: middle;
  width: 250px;
  border: 1px solid #98d1dd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Arvo", serif;
  padding: 0 5px;
}
.content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n) textarea {
  height: 80px;
  padding: 5px 5px;
}
.content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n+1) {
  text-align: right;
}
.content .conteneur-form .form-contact .g-recaptcha {
  display: inline-block;
  margin-top: 20px;
}
.content .conteneur-form .form-contact .captcha-error {
  display: none;
  color: #f00;
  margin: 20px 0;
}
.content .conteneur-form .form-contact input[type=submit] {
  display: block;
  clear: left;
  margin: 20px auto 0 auto;
  height: 50px;
  width: 120px;
  background-color: #e58650;
  color: #fff;
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s 0s ease-out;
}
.content .conteneur-form .form-contact input[type=submit]:hover {
  background-color: #98d1dd;
}

@media screen and (max-width: 1199px) {
  .content {
    width: 100%;
    padding: 20px;
  }
  .content header img.logo {
    width: 200px;
  }
  .content header nav {
    padding-left: 205px;
  }
  .content header nav li {
    font-size: 21px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .fond-menu-mobile {
    display: none !important;
  }
  .content header nav {
    top: 40px !important;
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .content header img.logo {
    width: 200px;
  }
  .content header nav {
    padding: 0;
    display: none;
    top: -500px;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
  .content header nav li {
    font-size: 21px;
    margin: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #98d1dd;
  }
  .content header .hamburger {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 150;
    width: 35px;
    height: 30px;
    box-sizing: border-box;
    padding: 7px 3px;
  }
  .content header .hamburger .tiret {
    height: 2px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #333;
    transition: all 0.3s 0s ease-out;
  }
  .content header .hamburger.fermer .tiret:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 20px;
    margin-left: 6px;
  }
  .content header .hamburger.fermer .tiret:nth-child(2) {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .content header .hamburger.fermer .tiret:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 20px;
    margin-left: 6px;
  }
  .content .ss_header {
    top: 20px;
    display: table;
  }
  .content .ss_header h1 {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
  }
  .content .ss_header .sep_drapeaux {
    display: none;
  }
}
@media screen and (max-width: 649px) {
  .content header img.logo {
    width: 160px;
  }
  .content .ss_header {
    padding-left: 185px;
    padding-right: 40px;
  }
  .content .ss_header h1 {
    height: 155px;
    font-size: 22px;
  }
  .content .description {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .content .conteneur-form .form-contact .ligne-form {
    display: block;
    margin-bottom: 20px;
  }
  .content .conteneur-form .form-contact .ligne-form .cell-form {
    display: block;
    padding: 0 20px;
  }
  .content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n) {
    text-align: center;
  }
  .content .conteneur-form .form-contact .ligne-form .cell-form:nth-child(2n+1) {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 499px) {
  .content {
    padding-top: 40px;
  }
  .content header img.logo {
    width: 130px;
  }
  .content .ss_header {
    top: 40px;
    padding-left: 155px;
    padding-right: 20px;
  }
  .content .ss_header h1 {
    height: 126px;
    font-size: 16px;
  }
}/*# sourceMappingURL=styles-end.css.map */