@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-10rem);
  }
  80% {
    transform: translate(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(20rem);
  }
  80% {
    transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLCA {
  0% {
    transform: translateY(6rem);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes AmineSlogan {
  0% {
    opacity: 1;
    transform: translateY(3rem);
    color: #000;
  }
  100% {
    color: #967554;
    opacity: 1;
    transform: translate(0);
  }
}
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1920px) {
  body {
    width: 1920px;
    margin: auto;
  }
}
h2 {
  font-size: 3em;
  background: linear-gradient(90deg, transparent 0%, #f1f1f1 5%, white 50%, #f1f1f1 95%, transparent 100%);
  text-shadow: 0 2px 2px #000000;
  color: #33535a;
  margin: 25px 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}

h3 {
  font-size: 2em;
  background: linear-gradient(90deg, transparent 0%, #f1f1f1 10%, white 50%, #f1f1f1 90%, transparent 95%);
  text-shadow: 0 2px 2px #000000;
  color: #967554;
  margin: 25px 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 1.5rem;
  }
}
.u-center-text {
  text-align: center;
}

.u-margin-bottom-small {
  margin-bottom: 2rem;
}

.u-margin-bottom-mediun {
  margin-bottom: 4rem;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-top-small {
  margin-top: 2rem;
}

.u-margin-top-mediun {
  margin-top: 4rem;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}
.btn--blue {
  background-color: #33535a;
  color: #fff;
}
.btn--blue::after {
  background-color: #33535a;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #967554;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #967554;
  padding: 3px;
  transition: all 0.2s;
}
.btn-text:hover {
  background-color: #967554;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.contact {
  position: relative;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: radial-gradient(circle at 84% 82%, rgba(217, 217, 217, 0.03) 0%, rgba(217, 217, 217, 0.03) 21%, transparent 21%, transparent 100%), radial-gradient(circle at 75% 56%, rgba(3, 3, 3, 0.03) 0%, rgba(3, 3, 3, 0.03) 30%, transparent 30%, transparent 100%), radial-gradient(circle at 74% 53%, rgba(153, 153, 153, 0.03) 0%, rgba(153, 153, 153, 0.03) 95%, transparent 95%, transparent 100%), radial-gradient(circle at 86% 43%, rgba(209, 209, 209, 0.03) 0%, rgba(209, 209, 209, 0.03) 83%, transparent 83%, transparent 100%), radial-gradient(circle at 64% 88%, rgba(192, 192, 192, 0.03) 0%, rgba(192, 192, 192, 0.03) 2%, transparent 2%, transparent 100%), radial-gradient(circle at 73% 77%, rgba(205, 205, 205, 0.03) 0%, rgba(205, 205, 205, 0.03) 18%, transparent 18%, transparent 100%), radial-gradient(circle at 57% 51%, rgba(161, 161, 161, 0.03) 0%, rgba(161, 161, 161, 0.03) 64%, transparent 64%, transparent 100%), radial-gradient(circle at 40% 84%, rgba(115, 115, 115, 0.03) 0%, rgba(115, 115, 115, 0.03) 14%, transparent 14%, transparent 100%), linear-gradient(90deg, rgb(51, 83, 90), rgb(51, 83, 90));
  background-size: cover;
}

.contact .contact_content {
  width: 100%;
  margin: auto;
  text-align: center;
}

.contact .contact_content h2 {
  background: #fff;
}

.contact .contact_content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.contact .contact_content p {
  font-weight: 300;
  color: #fff;
}

.contact_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.contact_container .contact_info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact_container .contact_info .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}

.contact_container .contact_info .box .icon {
  min-width: 60px;
  height: 60px;
  background: #fff;
  color: #967554;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.contact_container .contact_info .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.contact_container .contact_info .box .text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #967554;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  background: none !important;
}

.contact_form {
  width: 40%;
  padding: 40px;
  background: #fff;
}

.contact_form h2 {
  font-size: 30px;
  color: #967554;
  font-weight: 500;
}

.contact_form .inputbox {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact_form .inputbox input,
.contact_form .inputbox textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #967554;
  outline: none;
  resize: none;
}

.contact_form .inputbox span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
}

.contact_form .inputbox input:focus ~ span,
.contact_form .inputbox input:valid ~ span,
.contact_form .inputbox textarea:focus ~ span,
.contact_form .inputbox textarea:valid ~ span {
  color: #967554;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact_form .inputbox input[type=submit] {
  width: 100%;
  background: #967554;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .contact {
    padding: 20px;
  }
  .contact_container {
    flex-direction: column;
  }
  .contact_container .contact_info,
  .contact_container .contact_form {
    margin-bottom: 40px;
    width: 100%;
  }
}
.row {
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}

.accueil {
  width: 100%;
  height: 90vh;
  background-image: url(../img/la-riviera-blackground.jpg);
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.accueil-annexe {
  background-image: url(../img/accueil-la-riviera-ancelle-annexe.jpg);
  width: 100%;
  height: 70vh;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.accueil-annexe-hiver {
  background-image: url(../img/accueil-la-riviera-ancelle-annexe-hiver.jpg);
  width: 100%;
  height: 70vh;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.accueil-annexe-automne {
  background-image: url(../img/accueil-la-riviera-ancelle-annexe-automne.jpg);
  width: 100%;
  height: 70vh;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.accueil-annexe-printemps {
  background-image: url(../img/accueil-la-riviera-ancelle-annexe-printemps.jpg);
  width: 100%;
  height: 70vh;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.logo-tams {
  border-radius: 50%;
  width: 180px;
  display: block;
  margin: 180px auto 0;
}

.accueil-content {
  width: 1000px;
  margin: auto;
}

.accueil-content h1, .accueil-annexe h1 {
  font-size: 6em;
  text-shadow: 0 2px 2px #000000;
  color: #fff;
  margin: 10px 0 0 0;
  padding-left: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
}

.accueil-content span {
  position: absolute;
  transform: rotate(-5deg);
  top: 75px;
  color: #967554;
  font-size: 65px;
  text-shadow: 0 2px 2px #000000;
  font-family: "Poppins", sans-serif;
}

.accueil-content h2 {
  font-size: 2em;
  background: linear-gradient(90deg, transparent 0%, #f1f1f1 10%, white 50%, #f1f1f1 90%, transparent 95%);
  text-shadow: 0 2px 2px #000000;
  color: #33535a;
  margin: 25px 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.accueil-content p {
  width: 600px;
  margin: 10px 0 0 0;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.sous-titre {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #f1f1f1;
  margin: 5px 0;
  text-shadow: 0 0 10px #000;
}

.header-content {
  margin-left: 50%;
  width: 50%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.header-content-annexe {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.titre {
  position: relative;
  right: 0px;
}

.info {
  position: relative;
  top: 50px;
  width: 700px;
  margin: auto;
}

.header-menu {
  margin: 20px auto;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box {
  text-align: center;
}

.img-box img {
  width: 60%;
  margin: 0 auto;
}

.main-annexe-img {
  width: 40% !important;
}

@media screen and (max-width: 500px) {
  .accueil, .accueil-annexe {
    width: 100%;
  }
  .accueil-content h1, .accueil-annexe h1 {
    font-size: 3rem;
    padding: 0;
  }
  .img-box img {
    width: 250px;
  }
  .accueil span {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 3rem;
  }
  .accueil h2 {
    font-size: 1.2rem;
    text-align: center;
  }
  h3 {
    font-size: 1rem;
    text-align: center;
  }
  .accueil p {
    width: 100%;
    font-size: 10px;
    background: rgba(150, 117, 84, 0.6);
    padding: 2px;
  }
  .info {
    position: relative;
    left: 0px;
    top: 50px;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.contact-footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.contact-footer h3 {
  font-size: 16px;
  background: none;
  text-shadow: none;
  font-weight: 900;
}

.contact-footer .sommaire {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.contact-footer .sommaire a {
  color: #33535a;
  text-decoration: none;
}

.piedfooter {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  background-color: #967554;
  color: #fff;
}

.piedfooter a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.contact_info-footer .box {
  position: relative;
  padding: 10px 0;
  display: flex;
}

.contact_info-footer .box .icon {
  min-width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
  background: #33535a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}

.contact_info-footer .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 14px;
  color: #33535a;
  flex-direction: column;
  font-weight: 300;
}

.contact_info-footer .box .text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #967554;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  background: none !important;
  text-shadow: none;
  font-weight: 800;
}

.social {
  margin: 20px 0 0 0;
  text-align: center;
}

.social a {
  padding: 0 10px;
}

.social a span {
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #967554;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.social a span:hover {
  color: #fff;
  background-color: #33535a;
}

.bottom center {
  padding: 5px;
  font-size: 1rem;
  background: #fff;
}

.bottom center span {
  color: #967554;
  font-size: 1rem;
}

.bottom center a {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}

.bottom center a:hover {
  text-decoration: underline;
}

.footer-centre .logo {
  width: 150px;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .contact-footer {
    flex-direction: column;
    padding: 10px;
  }
}
/* Navigation - Menu */
nav {
  width: 100%;
  height: 80px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  background: #33535a;
}

.logo {
  width: 120px;
  cursor: pointer;
  margin-left: 50px;
  z-index: 100;
}

.liste-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  position: fixed;
  z-index: 100;
  padding-right: 50px;
}

.item-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #33535a;
  padding: 5px;
}

.item-nav a {
  font-size: 15px;
  color: #f1f1f1;
  text-decoration: none;
  margin: 0 20px;
}

.item-nav a::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #87defd;
  transition: all 0.2s ease-in-out;
}

.item-nav a:hover::after {
  width: 100%;
}

.logo-menu {
  display: none;
}

.tel, .mail, .rsociaux {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 200;
}

.rsociaux i {
  color: #fff;
  font-size: 25px;
  padding: 10px;
}

.rsociaux a i:hover {
  color: #87defd !important;
}

@media screen and (max-width: 500px) {
  .logo {
    width: 70px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .logo-menu {
    display: block;
    width: 50px;
    z-index: 200;
    margin-right: 20px;
  }
  .liste-nav {
    display: none;
    flex-direction: column;
    background: #33535a;
  }
  .liste-nav.active {
    display: block;
  }
  .item-nav {
    height: 70px;
    background: #33535a;
  }
  .item-nav:nth-child(1) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .title {
    font-size: 1.5rem;
  }
}
.type_sejours {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.type_item {
  position: relative;
  width: 350px;
  text-align: center;
  transition: 1s;
}

.type_item img {
  width: 350px;
}

.type_item h2 {
  width: 100%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 10px;
  text-transform: uppercase;
  color: #967554;
  transition: 1s;
}

.type_item:hover {
  transform: rotate(25deg);
  transition: 1s;
}

.type_item:hover h2 {
  color: #33535a;
  font-size: 25px;
  left: 25px;
  transform: rotate(-25deg);
  transition: 1s;
}

/* galerie photos */
.galerie1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerie1 img {
  width: 300px;
  padding: 10px;
}

.galerie3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerie3 img {
  width: 300px;
  padding: 10px;
}

.galerie4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerie4 img {
  width: 450px;
  padding: 10px;
}

/* Section Bienvenue */
.lariviera {
  width: 90%;
  margin: auto;
}

.lecentre-index, .ancelle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lecentre-index img, .ancelle img {
  width: 800px;
}

.lecentre-index .textebox p, .ancelle .textebox p {
  text-align: justify;
  padding: 10px;
}

.plan {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}

.plan img {
  max-width: 800px;
  height: auto;
}

.pointadresse img {
  position: absolute;
  width: 20px;
  left: 910px;
  top: 245px;
}

.pointadresse p {
  position: absolute;
  left: 935px;
  top: 240px;
  color: #33535a;
  font-size: 20px;
  font-weight: 800;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup p {
  position: relative;
  left: 0;
  top: 0;
}

.popup img {
  position: relative;
  left: 0;
  top: 0;
  width: 350px;
}

.pointadresse:hover .popup {
  display: block;
}

.montagne {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.montagne img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .lecentre, .ancelle {
    flex-direction: column;
  }
  .imgbox img {
    width: 300px;
  }
  .type_sejours {
    flex-direction: column;
  }
  .galerie1, .galerie3, .galerie2, .galerie4 {
    flex-direction: column;
  }
  .galerie1 img, .galerie2 img, .galerie3 img, .galerie4 img {
    width: 300px;
    padding: 10px;
  }
  .lecentre-index, .ancelle {
    flex-direction: column;
  }
  .plan {
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
  }
  .plan img {
    max-width: 300px;
    height: auto;
  }
  .pointadresse img {
    position: absolute;
    width: 15px;
    left: 160px;
    top: 95px;
  }
  .pointadresse p {
    position: absolute;
    left: 180px;
    top: 90px;
    color: #33535a;
    font-size: 15px;
    font-weight: 800;
  }
}
.lecentre-presentation h3 {
  text-align: center;
  background: linear-gradient(90deg, transparent 0%, #33535a 10%, white 50%, #33535a 90%, transparent 95%);
}

.imagescentre {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lecentre-presentation {
  padding-bottom: 30px;
}

.lecentre-presentation h4 {
  text-align: center;
}

.width800 {
  width: 800px !important;
}

.content-lecentre-presentation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-lecentre-presentation .textebox {
  width: 600px;
}

.content-lecentre-presentation .textebox p {
  text-align: justify;
  padding: 20px;
}

.imagescentre-presentation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagescentre-presentation img, .content-lecentre-presentation img {
  width: 600px;
  height: auto;
}

.planning {
  text-align: center;
}

.planning img {
  width: 600px;
}

@media screen and (max-width: 500px) {
  .imagescentre-presentation img, .content-lecentre-presentation img {
    width: 300px;
    height: auto;
  }
  .content-lecentre-presentation .textebox {
    width: 300px;
  }
  .lecentre-presentation .textebox p {
    padding: 10px;
    text-align: justify;
  }
  .imagescentre-presentation {
    flex-direction: column;
  }
  .imagescentre {
    flex-direction: column;
  }
  .content-lecentre-presentation {
    flex-direction: column;
    padding: 10px;
  }
  .width800 {
    width: 300px !important;
  }
}
.activites {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.item-activite {
  width: 300px;
  height: auto;
  text-align: center;
}

.item-activite img {
  width: 250px;
  width: 250px;
}

h4 {
  text-align: center;
  color: #33535a;
}

/*# sourceMappingURL=tams-editions.css.map */
