@media screen and (max-width: 1049px) {
  .menu {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding-top: 2%;
    font-size: 24px;
  }
  .menu a {
    display: block;
    margin: auto;
  }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    width: 90%;
  }
  .menu ul li {
    margin-left: -4%;
    list-style-type: none;
    text-align: center;
    margin-bottom: .5%;
    width: 100%;
  }
  .menu ul li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
  }
  .menu ul li a img {
    width: 50%;
  }
    .menu ul li .survol:hover {
    color: white;
    background-color: #D04A4A;
  }
  .presentation {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5%;
  }
  .presentation__backto80 {
    margin-top: 2%;
    border-radius: 8px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding-bottom: 1%;
  }
  .presentation__backto80 img {
    width: 100%;
  }
  .presentation__backto80 h3 {
    padding: 3%;
  }
  .presentation__backto80 p {
    width: 80%;
    padding: 3%;
  }
  .presentation__backto80 .btn {
    background-color: #D04A4A;
    width: 30%;
    padding: 2%;
  }
  .presentation__backto80 .btn a {
    text-decoration: none;
    color: white;
  }
  .presentation__backto80 .btn:hover {
    background-color: #373737;
  }
  .presentation__psy {
    margin-top: 2%;
    border-radius: 8px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding-bottom: 1%;
  }
  .presentation__psy img {
    width: 100%;
  }
  .presentation__psy h3 {
    padding: 3%;
  }
  .presentation__psy p {
    width: 80%;
    padding: 3%;
  }
  .presentation__psy .btn {
    background-color: #D04A4A;
    width: 30%;
    padding: 2%;
  }
  .presentation__psy .btn a {
    text-decoration: none;
    color: white;
  }
  .presentation__psy .btn:hover {
    background-color: #373737;
  }
  .presentation__darkness {
    border-radius: 8px;
    margin-top: 2%;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 1%;
    width: 100%;
  }
  .presentation__darkness img {
    width: 100%;
  }
  .presentation__darkness h3 {
    padding: 3%;
  }
  .presentation__darkness p {
    width: 80%;
    padding: 3%;
  }
  .presentation__darkness .btn {
    background-color: #D04A4A;
    width: 30%;
    padding: 2%;
  }
  .presentation__darkness .btn a {
    text-decoration: none;
    color: white;
  }
  .presentation__darkness .btn:hover {
    background-color: #373737;
  }
  .reservation {
    text-align: center;
    margin-top: 8%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4%;
  }
  .reservation__btn {
    display: inline-block;
    width: 70%;
    background-color: #D04A4A;
  }
  .reservation__btn a {
    background-color: #D04A4A;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 5%;
  }
  .reservation__btn a:hover {
    background-color: #373737;
  }

  .chequevacances {
    background-color: rgba(0,0,0,.4); 
    text-align: center; 
    color: white; 
    padding-bottom: 2%;
  }

  .chequevacances img {
    width: 50%;
  }

  .chequevacances p {
    width: 80%;
  }

  .tarifs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tarifs__content--players {
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #575757;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .contact__coordonnees {
    width: 90%;
  }
  .contact h3 {
    text-align: center;
    color: white;
    margin-top: 5%;
  }
  .contact img {
    width: 100%;
  }
  .contact ul {
    text-align: center;
    list-style-type: none;
    color: #D04A4A;
    margin-top: 2%;
  }
  .contact ul li {
    margin-left: -5%;
    margin-top: .5%;
  }
  .contact__form {
    width: 95%;
    margin-top: 5%;
  }
  .contact__form input {
    background-color: white;
    border: 2px solid white;
    width: 100%;
    padding: 2%;
    margin-top: 2%;
    margin-left: -3%;
    border-radius: 8px 8px 8px 8px;
  }
  .contact__form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form ::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form textarea {
    background-color: white;
    border: 2px solid white;
    margin-top: 2%;
    margin-left: -3%;
    width: 100%;
    padding: 2%;
    border-radius: 8px 8px 8px 8px;
  }
  .contact__form .submit {
    margin: auto;
    display: block;
    margin-top: 1%;
    margin-left: -3%;
    background-color: #D04A4A;
    border: 2px solid #D04A4A;
    color: white;
    width: 105%;
    margin-bottom: 5%;
  }
  .contact__form .submit:hover {
    background-color: #d04a4a7c;
    border: 2px solid #d04a4a7c;
  }
  .contact .btn {
    margin-top: 3%;
    background-color: #D04A4A;
    padding: 2%;
    border-radius: 8px 8px 8px 8px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 50%;
    margin-bottom: 3%;
  }
  .contact .btn:hover {
    background-color: #d04a4a7c;
  }
  #map_google {
    display: none;
  }
}

* {
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-image: url("../img/briques.webp"); /* url("../img/fond7.jpg"); */
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (min-width: 1050px) {
  .menu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: .5%;
    height: 5rem;
  }
  .menu ul {
    margin-top: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu ul li {
    list-style-type: none;
    width: 20%;
    text-align: center;
  }

  .menu ul .link-menu {
    height: 15vh;
  }
  .menu ul li a {
    padding-bottom: 4%;
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }
  .menu ul li a img {
    width: 50%;
  }
    .menu ul li .survol:hover {
    color: #D04A4A;
    border-bottom: 4px solid #D04A4A;
    transition: 0.4s;
  }
}

@media screen and (min-width: 1050px) {
  .presentation {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 5%;
  }
  .presentation__backto80 {
    border-radius: 12px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 25%; /* 24% */
    padding-bottom: 1%;
  }
  .presentation__backto80 img {
    width: 100%;
  }
  .presentation__backto80 h3 {
    padding: 3%;
  }
  .presentation__backto80 p {
    width: 80%;
    padding: 3%;
  }
  .presentation__backto80 .btn {
    background-color: #D04A4A;
    width: 50%;
    padding: 2%;
    border-radius: 8px;
  }
  .presentation__backto80 .btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
  }
  .presentation__backto80 .btn:hover {
    background-color: #d04a4a7c; /* #373737 */
    transition: 0.4s;
  }
  .presentation__psy {
    border-radius: 12px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 23.5%; /* 21.5%; */
    padding-bottom: 1%;
  }
  .presentation__psy img {
    width: 100%;
  }
  .presentation__psy h3 {
    padding: 3%;
  }
  .presentation__psy p {
    width: 80%;
    padding: 3%;
  }
  .presentation__psy .btn {
    background-color: #D04A4A;
    width: 50%;
    padding: 2%;
    border-radius: 8px;
  }
  .presentation__psy .btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
  }
  .presentation__psy .btn:hover {
    background-color: #d04a4a7c;
    transition: 0.4s;
  }
  .presentation__darkness {
    border-radius: 12px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 1%;
    width: 24%;
  }
  .presentation__darkness img {
    width: 100%;
  }
  .presentation__darkness h3 {
    padding: 3%;
  }
  .presentation__darkness p {
    width: 80%;
    padding: 3%;
  }
  .presentation__darkness .btn {
    background-color: #D04A4A;
    width: 50%;
    padding: 2%;
    border-radius: 8px;
  }
  .presentation__darkness .btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
  }
  .presentation__darkness .btn:hover {
    background-color: #373737;
  }
}

@media screen and (min-width: 1050px) {
  .reservation {
    text-align: center;
    margin-top: 3.5%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4%;
  }
  .reservation__btn {
    display: inline-block;
    width: 20%;
  }
  .reservation__btn a {
    background-color: #D04A4A;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 6%;
  }
  .reservation__btn a:hover {
    background-color: #d04a4a7c;
    transition: 0.4s;
  }

  .chequevacances {
    background-color: rgba(0,0,0,.4); 
    text-align: center; 
    color: white; 
    padding-bottom: 2%;
  }

  .chequevacances img {
    width: 20%;
  }

  .chequevacances p {
    width: 80%;
  }
}

.tarifs {
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  color: white;
  font-weight: bold;
  background-image: url("../img/fond9.jpg");
  opacity: 0.7;
  background-size: cover;
}

.tarifs h3 {
  text-align: center;
  font-size: 30px;
  color: white;
}

.tarifs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.tarifs__content--players {
  margin-top: 2%;
  font-size: 20px;
}

.tarifs__content--players img {
  width: 100%;
}

@media screen and (min-width: 1050px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .contact__coordonnees {
    margin-top: 1%;
    width: 50%;
    vertical-align: top;
  }
  .contact h3 {
    text-align: center;
    color: white;
    margin-top: 1%;
    margin-left: 5%;
    font-size: 30px;
  }
  .contact img {
    width: 50%;
  }
  .contact ul {
    list-style-type: none;
    color: #D04A4A;
    margin-top: 5%;
  }
  .contact ul li {
    text-align: center;
    margin-top: .5%;
    margin: auto;
    width: 50%;
    font-size: 20px;
  }
  .contact__form {
    width: 95%;
    margin-top: 2%;
  }
  .contact__form input {
    background-color: white;
    border: 2px solid white;
    width: 28%;
    padding: 2%;
    margin-top: 2%;
    border-radius: 8px 8px 8px 8px;
  }
  .contact__form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form ::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  .contact__form textarea {
    background-color: white;
    border: 2px solid white;
    margin-top: 2%;
    width: 98.5%;
    border-radius: 8px 8px 8px 8px;
  }
  .contact__form .submit {
    margin: auto;
    display: block;
    margin-top: 1%;
    background-color: #D04A4A;
    border: 2px solid #D04A4A;
    color: white;
    font-weight: bold;
  }
  .contact__form .submit:hover {
    background-color: #d04a4a7c;
    border: 2px solid #d04a4a7c;
    transition: 0.4s;
  }
  .contact .btn {
    margin-top: 4%;
    margin-bottom: 4%;
    background-color: #D04A4A;
    padding: 2%;
    border-radius: 8px 8px 8px 8px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 25%;
  }
  .contact .btn:hover {
    background-color: #d04a4a7c;
    transition: 0.4s;
  }
}

#map_google {
  width: 50%;
  height: 40rem;
}

.footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 1%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #D04A4A;
  transition: 0.4s;
}

@media screen and (min-width: 1050px) {
  .titre_bons_cadeaux {
    color: #D04A4A;
    text-align: center;
    margin-top: 6%;
  }
  .cadeaux {
    width: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .cadeaux__about {
    width: 35%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2%;
    color: white;
  }
  .cadeaux__about p {
    padding: 2%;
    text-align: center;
  }
  .cadeaux__about .btn {
    background-color: #D04A4A;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 2%;
  }
  .cadeaux__about .btn:hover {
    background-color: #373737;
  }
  .cadeaux img {
    width: 55%;
  }
  .info {
    text-align: center;
    margin-top: 2%;
    color: white;
    padding-bottom: 1%;
  }
}

@media screen and (max-width: 1049px) {
  .titre_bons_cadeaux {
    margin-top: 3%;
    color: #D04A4A;
    text-align: center;
  }
  .cadeaux {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2%;
  }
  .cadeaux__about {
    width: 95%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2%;
    color: white;
  }
  .cadeaux__about p {
    padding: 2%;
    text-align: center;
  }
  .cadeaux__about .btn {
    background-color: #D04A4A;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    margin: auto;
    display: block;
    text-align: center;
    padding: 2%;
  }
  .cadeaux__about .btn:hover {
    background-color: #373737;
  }
  .cadeaux img {
    width: 99.9%;
    margin-top: 2%;
  }
  .info {
    text-align: center;
    margin-top: 2%;
    color: white;
    margin-bottom: 2%;
  }
}
/*# sourceMappingURL=styles.css.map */
@media screen and (min-width: 1050px) {
  /* MODAL */

  .informations {
    text-align: center;
    color: white;
  }

  .informations img {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 30%;

  }

  .informations h3 {
    color: #D04A4A;
  }

  .informations .conditions-participations {
    font-weight: bold;
  }

  .modal-details-movie, .info-details p {
    color: rgb(177, 177, 177);
  }

  .info-details {
    font-size: 14px;
  }

  .info-details .resume-movie {
    color: white;
  }

  .info-details p .actors, .info-details p .directors, .info-details p .score-imdb, p .box-office {
    color:#13649F;
  }

  .modal .overlay {
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #333333d3;
  }

  .modal .content {
    padding: .5%;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    position: fixed;
    top: 20%;
    left: 15%;
    width: 70%;
  }

  .modal .content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1%;
    background-color: #D04A4A;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: 2px solid rgba(0, 0, 0, 0.9);
    transition: background-color 0.4s ease-out;
  }

  .modal .content .btn-close:hover {
    background-color: #d04a4a9c;
  }
}


@media screen and (max-width: 1049px) {
  /* MODAL */

  .informations {
    text-align: center;
    color: white;
  }

  .informations img {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 30%;

  }

  .informations h3 {
    color: #D04A4A;
  }

  .informations .conditions-participations {
    font-weight: bold;
  }

  .modal-details-movie, .info-details p {
    color: rgb(177, 177, 177);
  }

  .info-details {
    font-size: 14px;
  }

  .info-details .resume-movie {
    color: white;
  }

  .info-details p .actors, .info-details p .directors, .info-details p .score-imdb, p .box-office {
    color:#13649F;
  }

  .modal .overlay {
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #333333d3;
  }

  .modal .content {
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    position: fixed;
    top: 20%;
    left: 5%;
    width: 90%;
  }

  .modal .content .btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 1%;
    background-color: #D04A4A;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: 2px solid rgba(0, 0, 0, 0.9);
    transition: background-color 0.4s ease-out;
  }

  .modal .content .btn-close:hover {
    background-color: #d04a4a9c;
  }
}