html {
  font-size: 62.5%;
}

.baseline {
  font-size: 6rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #000000;
}

.baselineSmall {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #ffffff;
}

.blink {
  /*animation-duration*/
  -webkit-animation-duration: 100s;
  -moz-animation-duration: 100s;
  -ms-animation-duration: 100s;
  -o-animation-duration: 100s;
  animation-duration: 100s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /*animation-name*/
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -ms-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  /*animation-timing-function*/
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;

  transition: all 50s ease-out;
}

@-webkit-keyframes blink {
  0% {
    color: #ffffff;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: black;
  }
}

.baselineSmallBold {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #ffffff;
}

.transformed-state {
  transition-duration: 5s;
  color: #672527;

  background-color: #333;
  transition: all 10s ease-out;
  transition-timing-function: ease-in-out;
}

.baseline-bold {
  font-size: 6rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #000000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texte {
  font-size: 14px;
  font-family: "UniRennes-Light", sans-serif;
  color: #000000;
  line-height: 28px;
  text-align: left;
}

h3 {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #00abe4;
}

h2 {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
  letter-spacing: 2px;
}

.voeux {
  font-size: 1.6rem;
  font-family: "UniRennes-Light", sans-serif;

  letter-spacing: 3px;
  line-height: 26px;
}

.footer {
  font-family: "UniRennes-Light", sans-serif;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 5px;
}

.year {
  font-family: "UniRennes-Bold", sans-serif;
  color: #5f5a54;
  font-size: 24px;
  letter-spacing: 5px;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
  z-index: 10;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.slide .slide__content--headings {
  text-align: center;
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 102);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

html {
  font-size: 62.5%;
}

.baseline {
  font-size: 6rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #000000;
}

.baselineSmall {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #ffffff;
}

.blink {
  /*animation-duration*/
  -webkit-animation-duration: 100s;
  -moz-animation-duration: 100s;
  -ms-animation-duration: 100s;
  -o-animation-duration: 100s;
  animation-duration: 100s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /*animation-name*/
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -ms-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  /*animation-timing-function*/
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;

  transition: all 50s ease-out;
}

@-webkit-keyframes blink {
  0% {
    color: #ffffff;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #65b32e;
  }
}

.baselineSmallBold {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #ffffff;
}

.transformed-state {
  transition-duration: 5s;
  color: #65b32e;

  background-color: #333;
  transition: all 10s ease-out;
  transition-timing-function: ease-in-out;
}

.baseline-bold {
  font-size: 6rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #000000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texte {
  font-size: 14px;
  font-family: "UniRennes-Light", sans-serif;
  color: #000000;
  line-height: 28px;
  text-align: left;
}

h3 {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #00abe4;
}

h2 {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
}

h4 {
  font-family: "UniRennes-Light", sans-serif;
  color: #65b32e;
  letter-spacing: 2px;
}

.footer {
  font-family: "UniRennes-Light", sans-serif;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 5px;
}

.year {
  font-family: "UniRennes-Bold", sans-serif;
  color: #5f5a54;
  font-size: 24px;
  letter-spacing: 5px;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
  z-index: 10;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.slide .slide__content--headings {
  text-align: center;
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 102);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

html {
  font-size: 62.5%;
}

.baseline {
  font-size: 6rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #000000;
}

.baselineSmall {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #ffffff;
}

.blink {
  /*animation-duration*/
  -webkit-animation-duration: 100s;
  -moz-animation-duration: 100s;
  -ms-animation-duration: 100s;
  -o-animation-duration: 100s;
  animation-duration: 100s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /*animation-name*/
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -ms-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  /*animation-timing-function*/
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;

  transition: all 50s ease-out;
}

@-webkit-keyframes blink {
  0% {
    color: #ffffff;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #000000;
  }
}

.baselineSmallBold {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #ffffff;
}

.transformed-state {
  transition-duration: 5s;
  color: #672527;

  background-color: #333;
  transition: all 10s ease-out;
  transition-timing-function: ease-in-out;
}

.baseline-bold {
  font-size: 6rem;
  font-family: "UniRennes-Bold", sans-serif;
  color: #000000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texte {
  font-size: 14px;
  font-family: "UniRennes-Light", sans-serif;
  color: #000000;
  line-height: 26px;
  text-align: left;
}

h3 {
  font-size: 1.8rem;
  font-family: "UniRennes-Inline", sans-serif;
  color: #00abe4;
}

h2 {
  font-size: 1.8rem;
  font-family: "UniRennes-Bold", sans-serif;
}

h4 {
  font-family: "UniRennes-Light", sans-serif;
  color: #65b32e;
  letter-spacing: 2px;
}

.footer {
  font-family: "UniRennes-Light", sans-serif;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 5px;
}

.year {
  font-family: "UniRennes-Bold", sans-serif;
  color: #5f5a54;
  font-size: 24px;
  letter-spacing: 5px;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
  z-index: 10;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  z-index: 1;
}

.slide .slide__content--headings {
  text-align: center;
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 5s ease;
  text-align: center;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 102);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}
