@charset "UTF-8";
/*propriétés mise en page pour h2*/
body {
  background-color: #ebebeb;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  margin: auto;
  max-width:1500px;
}

.btToggle .btn {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 27px;
  line-height: 34px;
  color: #fff;
  margin-top: 35px;
  margin-left: 50px;
}
@media (max-width: 915px) {
  .btToggle .btn {
    margin-left: 0px;
    width: 35px;
  }
}

/* Hide default HTML checkbox */
.btToggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.btToggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 34px;
  white-space: nowrap;
}

.btToggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
}

.btToggle input:checked + .slider {
  background-color: #fff;
}

.btToggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  color: #000;
}

.btToggle input:checked + .slider:before {
  right: 4px;
  left: auto;
  background-color: #000;
}

/* DARK MODE */
.mode-dark {
  background-color: #000000;
  color: #ebebeb;
}

.mode-dark form {
  background-color: #303030;
}

.mode-dark .mise-en-page-lien .bloc-mise-en-page {
  background-color: #232323;
}

.mode-dark .bloc-lien a:link,
.mode-dark .bloc-lien a:visited,
.mode-dark .bloc-lien a {
  color: #ebebeb;
}

.mode-dark header nav a {
  color: #ebebeb !important;
}

.mode-dark .network img {
  filter: invert(100%);
}

.mode-dark footer a img {
  filter: invert(100%);
}

.mode-dark footer a {
  color: #e8431d;
}

.mode-dark input {
  background-color: #303030;
}

.mode-dark #section4 textarea {
  background-color: #303030;
}

.btToggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
}

.btToggle input:checked + .slider {
  background-color: #fff;
}

.btToggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  color: #303030;
}

.btToggle input:checked + .slider:before {
  right: 4px;
  left: auto;
  background-color: #303030;
}

/* DARK MODE */
.mode-dark {
  background-color: #303030;
  color: #ebebeb;
}

.mode-dark form {
  border-color: #ebebeb;
}

.mode-dark .mise-en-page-lien .bloc-mise-en-page {
  background-color: #303030;
}

.mode-dark .bloc-lien a:link,
.mode-dark .bloc-lien a:visited,
.mode-dark .bloc-lien a {
  color: #ebebeb;
}

.mode-dark .bloc {
  background-color: #303030;
  box-shadow: 5px 2px 16px #ebebeb;
}

.mode-dark .caroussel_diapo input[type=radio] + label {
  background-color: #ebebeb;
}

header {
  box-shadow: 0px 8px 10px #dddddd;
  margin-top: 0%;
  padding-bottom: 1%;
}
header #toggle {
  display: none;
}
header .bloc-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header img {
  width: 80px;
  margin-top: 12px;
}
@media (max-width: 915px) {
  header img {
    width: 100px;
    margin-top: 15px;
  }
}
header .network img {
  width: 20px;
  margin-top: 20px;
  margin-left: 15px;
  object-fit: contain;
  height:15px;
}
header #toggle {
  display: none;
}
header nav {
  width: 100%;
  margin-top: 0px;
  display: flex;
  margin-bottom: 0px;
  font-weight: 700;
  margin-top: 30px;
}
.network{
margin-top:13px;
}
header nav a {
  color: black;
  margin-left: 80px;
  text-decoration: none;
}
header nav a:hover {
  border-bottom: 1px solid #e8431d;
}
@media (max-width: 915px) {
  header {
    /** Hamburger **/
    /** Nav Styles **/
  }
  header .hamburger.open .top-bun {
    transform: rotate(-45deg);
    margin-top: 24px;
  }
  header .hamburger.open .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
  }
  header .hamburger.open .meat {
    transform: rotate(45deg);
    margin-top: -7px;
  }
  header .hamburger.open.nav {
    top: -13px;
  }
  header .hamburger {
    top: 5em;
    right: 5%;
    margin-left: 1em;
    margin-top: -13px;
    width: 2em;
    height: 45px;
    z-index: 5;
  }
  header .hamburger div {
    position: relative;
    width: 3em;
    margin: auto;
    height: 7px;
    border-radius: 3px;
    background-color: #e8431d;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
  }
  header .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #000000 0%, #ebebeb 51%);
    border-radius: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    z-index: 1;
  }
  header .nav.open {
    opacity: 1;
    transform: scale(1);
  }
  header .nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
  }
  header nav {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto !important;
    padding-top: 25px;
  }
  header nav a {
    position: relative;
    text-decoration: none;
    color: #e8431d;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-top: 50px;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1px;
  }
  header nav a:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0.25em;
    background-color: #000000;
    left: -0.5em;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  header nav a:hover {
    color: #000000;
  }
  header nav a:hover:before {
    height: 100%;
  }
}

section input {
  width: 120px;
  color: #e8431d;
  padding: 0px;
  border: 0px;
  background-color: #ebebeb;
  font-weight: bold;
  margin-top: 3%;
}
@media (max-width: 915px) {
  section input {
    margin-left: -5%;
  }
}

h1 {
  display: flex;
  width: 80%;
  padding: 0%;
  font-size: xx-large;
  margin-left: 3%;
  margin-top: 6%;
}
@media (max-width: 1024px) {
  h1 {
    margin-left: 8%;
  }
}
@media (max-width: 915px) {
  h1 {
    margin-top: 4%;
    margin-left: 1%;
  }
}
h1 span {
  color: #e8431d;
  display: contents;
  font-size: xx-large;
}

p {
  font-weight: bold;
  font-size: large;
  margin-top: -2%;
  text-align: left;
  margin-left: 3%;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  p {
    margin-left: 8%;
  }
}
@media (max-width: 915px) {
  p {
    margin-top: -3%;
    margin-left: 1%;
  }
}

#section {
  border-bottom: 2px solid #e8431d;
}
#section div {
  font-size: x-large;
  font-weight: bold;
  text-align: right;
  margin-bottom: 15px;
  margin-right: 3%;
}
#section img {
  display: flex;
  width: 100%;
  height: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -10%;
  z-index: -1;
}
@media (max-width: 915px) {
  #section img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 915px) {
  #section p {
    visibility: hidden;
  }
}

#section2 {
  border-bottom: 2px solid #e8431d;
}
#section2 h2 {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 915px) {
  #section2 h2 {
    font-size: xx-large;
  }
}
#section2 .services {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  #section2 .services {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 3%;
  }
}
@media (max-width: 915px) {
  #section2 .services {
    flex-direction: column;
    align-items: center;
  }
}
#section2 h3 {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 915px) {
  #section2 h3 {
    font-size: x-large;
  }
}
#section2 a {
  display: flex;
  flex-direction: row;
}
@media (max-width: 915px) {
  #section2 a {
    margin-bottom: -60%;
  }
}
#section2 a:hover {
  opacity: 0.8;
}
#section2 img {
  border-radius: 10px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  margin-bottom: 40%;
}
@media (max-width: 1024px) {
  #section2 img {
    width: 350px;
    height: 280px;
    margin-left: -3%;
  }
}
#section2 .serv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 915px) {
  #section2 .serv1 {
    width: 25%;
  }
}
#section2 .serv1 p {
  font-size: small;
  font-weight: 100;
  margin-top: -20%;
  width: 60%;
}
@media (max-width: 1024px) {
  #section2 .serv1 p {
    width: 90%;
    margin-top: -30%;
  }
}
@media (max-width: 915px) {
  #section2 .serv1 p {
    margin-top: -60%;
  }
}

#section3 {
  border-bottom: 2px solid #e8431d;
}
#section3 .content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 915px) {
  #section3 .content {
    flex-direction: column;
  }
}
#section3 h2 {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 915px) {
  #section3 h2 {
    font-size: xx-large;
  }
}
#section3 p {
  font-weight: 500;
  padding: 3px;
  font-size: 15px;
}
@media (max-width: 915px) {
  #section3 p {
    font-size: large;
    margin-top: 0%;
  }
}
#section3 .text {
  width: 90%;
  text-align: center;
}
@media (max-width: 915px) {
  #section3 .text {
    width: 90%;
  }
}
#section3 .text-red {
  color: #e8431d;
  font-weight: bold;
}
#section3 .text2 {
  width: 90%;
  text-align: center;
}
@media (max-width: 915px) {
  #section3 .text2 {
    width: 90%;
  }
}
#section3 .picture {
  width: 30%;
  margin-top: 10%;
  margin-left: 30px;
}
#section3 img {
  width: 250px;
}
@media (max-width: 915px) {
  #section3 img {
    margin-left: 50px;
  }
}

#section4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section4 h2 {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 915px) {
  #section4 h2 {
    font-size: xx-large;
  }
}
#section4 form {
  justify-content: space-between;
}
@media (max-width: 915px) {
  #section4 form {
    width: 145px;
  }
}
#section4 input {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 20px;
  border: 2px solid #e8431d;
  width: 180px;
}
@media (max-width: 915px) {
  #section4 input {
    margin-top: 0px;
  }
}
#section4 button {
  padding: 10px;
  margin-top: 5px;
  border: 2px solid #e8431d;
  border-radius: 10px;
  color: #ebebeb;
  background-color: #e8431d;
  font-weight: bold;
}
@media (max-width: 915px) {
  #section4 button {
    margin-left: 20%;
  }
}
#section4 textarea {
  resize: none;
  width: 450px;
  height: 150px;
  border-radius: 10px;
  border: 2px solid #e8431d;
  margin-left: -40px;
  background-color: #ebebeb;
}
@media (max-width: 915px) {
  #section4 textarea {
    width: 235px;
  }
}
@media (max-width: 915px) {
  #section4 label {
    margin-left: 35%;
  }
}

.bloc {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #ead3cf;
}
@media (max-width: 1024px) {
  .bloc {
    font-size: small;
    justify-content: space-evenly;
  }
}
.bloc li {
  list-style: none;
  padding: 2px;
  font-size: small;
}
.bloc h4 {
  font-size: small;
  color: #e8431d;
}
.bloc p {
  margin-top: 40px;
  font-size: small;
}

.serv2 h2 {
  text-align: center;
  font-size: xx-large;
  margin-bottom: 60px;
}
@media (max-width: 915px) {
  .serv2 h2 {
    margin-top: 0%;
  }
}
.serv2 p {
  font-weight: 100;
  font-size: medium;
  margin-left: 5%;
}
@media (max-width: 915px) {
  .serv2 p {
    font-size: larger;
  }
}
.serv2 .text {
  font-weight: bold;
  margin-left: 5%;
}
@media (max-width: 915px) {
  .serv2 .text {
    font-size: larger;
  }
}
.serv2 button {
  border-radius: 20px;
  color: #ebebeb;
  background-color: #e8431d;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  border: 1px solid #e8431d;
  margin-left: 5%;
}
.serv2 button a {
  text-decoration: none;
  color: #ebebeb;
}
@media (max-width: 915px) {
  .serv2 button a {
    font-size: larger;
  }
}
.serv2 .bloc1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.serv2 .bloc1 {
  margin-left: 72px;
}
.serv2 .bloc1 img:hover {
  opacity: 0.8;
}
.serv2 .bloc1 img {
  width: 250px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.serv2 .bloc1 * figure {
  width: 200px;
}
.serv2 .bloc1 #galerie {
  margin-top: 10px;
}
.serv2 .bloc1 .new {
  position: absolute;
  margin-left: 118px;
  margin-top: -126px;
  color: #ebebeb;
  border: 2px solid #000000;
  background: #000000;
  padding: 4px;
  font-size: small;
  font-weight: bold;
  border-radius: 10px;
  opacity: 0.7;
}
.serv2 .bloc1 img {
  max-width: 100%;
}
.serv2 .bloc1 #slider-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  height: 500px;
  margin-top: 50px;
  overflow: hidden;
}
.serv2 .bloc1 .menu {
  position: absolute;
  left: 0;
  z-index: 11;
  width: 85%;
  bottom: 0;
  text-align: center;
}
.serv2 .bloc1 .menu label {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e8431d;
  border-radius: 50px;
}
.serv2 .bloc1 .menu label:hover,
.serv2 .bloc1 .menu label:focus {
  background: #000000;
}
.serv2 .bloc1 .slide-input {
  opacity: 0;
}
.serv2 .bloc1 .slide-img {
  width: 660px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  transition: left 0s 0.75s;
}
.serv2 .bloc1 [id^=slide]:checked + .slide-img {
  left: 0;
  z-index: 100;
  transition: left 0.65s ease-out;
}
@media (max-width: 915px) {
  .serv2 .bloc1 #slider-container {
    margin-left: -25%;
    margin-right: 0%;
  }
  .serv2 .bloc1 .menu {
    width: 100%;
  }
  .serv2 .bloc1 label {
    margin-left: 3%;
    padding: 5px;
  }
}

.swal2-styled.swal2-cancel {
  background-color: #e8431d !important;
  font-weight: bold;
}

.swal2-html-container img {
  height: 350px;
  padding-right: 15px;
  width: auto;
  position: relative;
}
@media (max-width: 915px) {
  .swal2-html-container img {
    height: 250px !important;
  }
}

.swal2-html-container p {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  width: auto;
}

@media (max-width: 915px) {
  .swal2-container.swal2-center > .swal2-popup {
    grid-column: 1 !important;
    margin: auto !important;
    width: 95vw !important;
  }
}
@media (max-width: 915px) {
  .swal2-container.swal2-center > .swal2-popup img {
    height: 250px !important;
  }
}

@media (max-width: 915px) {
  .swal2-image {
    height: 395px !important;
  }
}

.header-galerie {
  background-image: url(../assets/gallerie/sommaire.webp);
  background-repeat: round;
  padding-bottom: 1%;
}
.header-galerie .bloc-header .nav a {
  color: #ebebeb;
}
@media (max-width: 915px) {
  .header-galerie .bloc-header .nav a {
    color: #e8431d !important;
  }
}
@media (max-width: 915px) {
  .header-galerie .bloc-header .nav a nav a:hover {
    color: #000000;
  }
}
.header-galerie .bloc-header .network {
  filter: invert(100%);
  margin-right: 15%;
}

.gallerie {
  background-image: url(../assets/gallerie/sommaire.webp);
  background-repeat: round;

  border-top: 2px solid #e8431d;
  box-shadow: 0px 8px 33px #e8431d;
  margin-top: -14px;
}
@media (max-width: 915px) {
  .gallerie svg {
    height: 0px;
  }
}
.gallerie div {
  
  bottom: -64px;
}
@media (max-width: 915px) {
  .gallerie div {
    position: inherit;
  }
}
.gallerie p {
  text-align: center;
  margin-top: 33px;
  color: #ebebeb;
  width: 80%;
  margin-left: 12%;
  margin-bottom: 0%;
  border-bottom: 2px solid #e8431d;
  padding-bottom: 25px;
}
@media (max-width: 916px) {
  .gallerie p {
    margin-top: 125px;
    padding-bottom: 20px;
  }
}
.gallerie img {
  max-width: 100%;
  margin-top: -4%;
}
.gallerie .dessin {
  top: -5px;
}
.gallerie .dessin span {
  position: relative;
  top: 176px;
  font-size: 50px;
  margin-left: 8%;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 915px) {
  .gallerie .dessin span {
    top: 22px;
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .gallerie .dessin span {
    top: 28px;
    color: #000000;
    font-size: 40px;
  }
}
.gallerie .toiles {
  top: -8px;
}
@media (max-width: 915px) {
  .gallerie .toiles {
    top: 74px;
  }
}
.gallerie .toiles span {
  position: relative;
  top: 120px;
  font-size: 50px;
  margin-left: 11%;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 915px) {
  .gallerie .toiles span {
    top: -10px;
    color: #ebebeb;
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .gallerie .toiles span {
    top: 28px;
    color: #000000;
    font-size: 40px;
  }
}
.gallerie .deco {
  top: -10px;
}
@media (max-width: 915px) {
  .gallerie .deco {
    top: 61px;
  }
}
.gallerie .deco span {
  position: relative;
  top: 180px;
  font-size: 50px;
  margin-left: 11%;
  color: #ebebeb;
  font-weight: bold;
}
@media (max-width: 915px) {
  .gallerie .deco span {
    top: -8px;
    font-size: 41px;
  }
}
@media (max-width: 1024px) {
  .gallerie .deco span {
    top: 28px;
    color: #ebebeb;
    font-size: 40px;
  }
}

.gallerie1 {
  background-image: url(../assets/gallerie/sommaire.webp);
  background-repeat: round;
  height: 500px;
}
.gallerie1 ol {
  color: #ebebeb;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style: none;
}
@media (max-width: 915px) {
  .gallerie1 ol {
    flex-direction: column;
    width: auto;
    height: 120px;
    text-align: center;
    margin-top: 45px;
  }
}
.gallerie1 li {
  font-size: 50px;
  position: relative;
  top: 10px;
  text-shadow: #e8431d 1px 0 15px;
  color: #ebebeb;
  font-weight: bold;
}
@media (max-width: 915px) {
  .gallerie1 li {
    font-size: 36px;
  }
}
.gallerie1 li a {
  text-decoration: none;
  color: #ebebeb;
}
.gallerie1 img {
  max-width: 100%;
  height: 300px;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 50px;
  margin-left: 27%;
}
@media (max-width: 915px) {
  .gallerie1 img {
    margin-left: 29%;
  }
}
.gallerie1 span {
  color: #ebebeb;
  position: relative;
  margin-left: -395px;
  top: 15px;
  font-size: x-large;
  font-weight: bold;
}
@media (max-width: 915px) {
  .gallerie1 span {
    margin-left: -195px;
    top: -48px;
    font-size: xx-large;
  }
}

/*****carrousel 3d avec navigation*****/
.caroussel_diapo {
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
.caroussel_diapo img {
  width: 350px;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.caroussel_diapo input {
  position: absolute;
  left: -9999px;
}
.caroussel_diapo .contenu_carou {
  max-width: 100%;
  width: 300px;
  perspective: 5000px;
  margin: auto;
}
.caroussel_diapo .caroussel {
  transform-style: preserve-3d;
  position: relative;
  width: 300px;
  height: 400px;
  transition: 1s;
}

.caroussel img {
  position: absolute;
  top: 35px;
  left: -30px;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 1s;
}

.caroussel img {
  filter: blur(3px);
  opacity: 0.8;
}

.caroussel img:nth-child(1) {
  transform: translate3d(0, 0, 350px) scale(0.8);
}

.caroussel img:nth-child(2) {
  transform: rotateY(45deg) translateZ(350px) scale(0.8);
}

.caroussel img:nth-child(3) {
  transform: rotateY(90deg) translateZ(350px) scale(0.8);
}

.caroussel img:nth-child(4) {
  transform: rotateY(135deg) translateZ(350px) scale(0.8);
}

.caroussel img:nth-child(5) {
  transform: rotateY(180deg) translateZ(350px) scale(0.8);
}

.caroussel_diapo input[type=radio] + label {
  cursor: pointer;
  background: #000000;
  display: inline-block;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}

.caroussel_diapo input[type=radio]:checked + label {
  background: #e8431d;
}

.caroussel_diapo label {
  background: #e8431d;
}

.caroussel_diapo input[name=rotation]:checked ~ .contenu_carou .caroussel img:nth-child(n) {
  filter: drop-shadow(12px 12px 7px hsla(0deg, 0%, 0%, 0.5));
}

/*gauche*/
.caroussel_diapo #carou_un:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px);
}

.caroussel_diapo #carou_deux:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-45deg);
}

.caroussel_diapo #carou_trois:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-90deg);
}

.caroussel_diapo #carou_quatre:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-135deg);
}

.caroussel_diapo #carou_cinq:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-180deg);
}

.caroussel_diapo #carou_six:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-225deg);
}

.caroussel_diapo #carou_sept:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-280px) rotateY(-270deg);
}

.caroussel_diapo #carou_huit:checked ~ .contenu_carou .caroussel {
  transform: translateZ(-540px) rotateY(-315deg);
}

/*droite*/
.caroussel_diapo #carou_un:checked ~ .contenu_carou .caroussel img:nth-child(1) {
  transform: translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_deux:checked ~ .contenu_carou .caroussel img:nth-child(2) {
  transform: rotateY(45deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_trois:checked ~ .contenu_carou .caroussel img:nth-child(3) {
  transform: rotateY(90deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_quatre:checked ~ .contenu_carou .caroussel img:nth-child(4) {
  transform: rotateY(135deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_cinq:checked ~ .contenu_carou .caroussel img:nth-child(5) {
  transform: rotateY(180deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_six:checked ~ .contenu_carou .caroussel img:nth-child(6) {
  transform: rotateY(225deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_sept:checked ~ .contenu_carou .caroussel img:nth-child(7) {
  transform: rotateY(270deg) translateZ(540px) scale(1);
  opacity: 1;
}

.caroussel_diapo #carou_huit:checked ~ .contenu_carou .caroussel img:nth-child(8) {
  transform: rotateY(315deg) translateZ(540px) scale(1);
  opacity: 1;
}

footer a img {
  width: 20px;
}
footer .link h4 {
  margin-left: 25%;
}
@media (max-width: 915px) {
  footer .bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -10%;
  }
}
footer h4 {
  text-align: center;
  margin-left: 10%;
}
footer .link h4 {
  margin-left: 17%;
}
footer ol {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
footer li {
  text-align: center;
}
footer p {
  font-size: x-small;
  margin-top: 20px;
}
@media (max-width: 915px) {
  footer p {
    margin-left: 10%;
  }
}
footer a {
  text-decoration: none;
}

.bloc_gallerie {
  background-image: url(../assets/gallerie/sommaire.webp);
  background-repeat: round;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: small;
}
@media (max-width: 915px) {
  .bloc_gallerie {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bloc_gallerie h4 {
  text-align: center;
  color: #ebebeb;
}
.bloc_gallerie ul {
  list-style: none;
  text-align: center;
}
@media (max-width: 915px) {
  .bloc_gallerie ul {
    margin-left: -14%;
  }
}
.bloc_gallerie ol {
  display: flex;
  flex-direction: row;
  padding: 4px;
  color: #ebebeb;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
}
.bloc_gallerie li {
  text-align: center;
  color: #ebebeb;
  padding: 2px;
}
.bloc_gallerie p {
  font-size: x-small;
  color: #ebebeb;
  margin-top: 6%;
}
@media (max-width: 915px) {
  .bloc_gallerie p {
    margin-left: -6%;
  }
}
.bloc_gallerie a {
  color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.bloc_gallerie img {
  filter: invert(100%);
}/*# sourceMappingURL=style.css.map */
