/*------------------------------------------------------------------------
# Based on Free Splash HTML Templates
--------------------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: black;
  background-color: #fff;
}

p {
  margin-top: 0;
}

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

a:hover {
  color: purple;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.slick-container {
  display: none;
}

.slick-initialized {
  display: block;
}


.slick-dots {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 570px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 990px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* here can be the missings */

h1,
.h1 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: black;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33333;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 3.75rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.875rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 3.75rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.btn, button, input[type="submit"], input[type="button"] {
  display: inline-block;
  line-height: 1.625;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  padding: 1rem 3.125rem;
  border: 1px solid transparent;
  border-radius: 50px;
  outline: none !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
}

.btn-outline-bleublanc {
  color: black;
  background-image: none;
  background-color: white;
  border-color: #708090;
}

.btn-outline-bleublanc:hover {
  color: white;
  background-color: #778899;
  border-color: #708090;
}

.btn-outline-bleublanc:focus, .btn-outline-bleublanc.focus {
  color: white;
  background-color: #778899;
  border-color: #708090;
}

.btn-outline-bleublanc:active, .btn-outline-bleublanc.active,
.open > .btn-outline-bleublanc.dropdown-toggle {
  color: white;
  background-color: #778899;
  border-color: #708090;
}

.btn-outline-bleublanc:active:hover, .btn-outline-bleublanc:active:focus, .btn-outline-bleublanc:active.focus, .btn-outline-bleublanc.active:hover, .btn-outline-bleublanc.active:focus, .btn-outline-bleublanc.active.focus,
.open > .btn-outline-bleublanc.dropdown-toggle:hover,
.open > .btn-outline-bleublanc.dropdown-toggle:focus,
.open > .btn-outline-bleublanc.dropdown-toggle.focus {
  color: white;
  background-color: #778899;
  border-color: #708090;
}

.btn-outline-bleublanc.disabled:focus, .btn-outline-bleublanc.disabled.focus, .btn-outline-bleublanc:disabled:focus, .btn-outline-bleublanc:disabled.focus {
  border-color: #708090;
}

.btn-outline-bleublanc.disabled:hover, .btn-outline-bleublanc:disabled:hover {
  border-color: #708090;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: " ";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: " ";
}

[dir="rtl"] .slick-prev:before {
  content: " ";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: " ";
}

[dir="rtl"] .slick-next:before {
  content: " ";
}

/* Dots */
.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;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  font-family: " ";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}

.parallax {
  background-attachment: fixed !important;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.title-01 {
  z-index: 1;
  position: relative;
}

.title__sub {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2e4bfd;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}

.title__action:last-child {
  margin-bottom: 0;
}

.title-01--11 .title__heading {
  font-size: 2.5rem;
}

@media (max-width: 575px) {
  .title-01--11 .title__heading {
    font-size: 1.5rem;
  }
  .title-01--11 .title__description {
    font-size: 1.25rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 576px) {
  .title-01--11 .title__heading {
    font-size: 1.75rem;
	
  }
  .title-01--11 .title__description {
    font-size: 1.25rem;
    padding: 0 10rem;
  }
}

@media (min-width: 768px) {
  .title-01--11 .title__heading {
    font-size: 2.0rem;
  }
  .title-01--11 .title__description {
    font-size: 1.75rem;
    padding: 0 10rem;
  }
}

@media (min-width: 992px) {
  .title-01--11 .title__heading {
    font-size: 2.0rem;
  }
  .title-01--11 .title__description {
    font-size: 1.75rem;
    padding: 0 10rem;
  }
}

@media (min-width: 1200px) {
  .title-01--11 .title__heading {
    font-size: 2.5rem;
  }
  .title-01--11 .title__description {
    font-size: 2.25rem;
    padding: 0 10rem;
  }
}

.title-01--11 .title__description {
  margin-bottom: 50px;
}


.alphasection,
.alphasection__wrap {
  position: relative;
  overflow: hidden;
  
}

.alphasection .container,
.alphasection__wrap .container {
  z-index: 2;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alphasection__wrap {
  height: 100vh;
}

.alphasection__wrap .title__heading {
  text-align: center;
}

.alphasection__wrap .title__heading > span + strong.alphasection__words {
  text-align: left;
} 

.alphasection__option {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin-left: auto;  /* CLA  */
  margin-right: auto; /* CLA  */
  width: 1500px; /* CLA depends on the image chosen */
  height: 1001px; /* CLA depends on the image chosen */
}

.alphasection__option img {
  top: 0;
  bottom: 0;
  position: absolute;
  
}

/* CLA 
Jusqu’à 479px : smartphone en portrait
De 480px à 959px : smartphone en paysage, tablette en portrait et petite tablette en paysage
De 960px à 1280px : tablette en paysage, écran d’ordinateur de taille petite et moyenne
1281px et au delà : grand écran d’ordinateur (21″ et + en plein écran )
*/
/*
@media (max-width: 375px) { 
  .alphasection__option img {
    position: static;
    max-width: 20%;
	height: 95%;
  }
}

@media (min-width: 376px) { 
  .alphasection__option img {
    position: static;
    max-width: 40%;
	height: 95%;
  }
}
*/
@media (max-width: 875px) {
  .alphasection__option img {
    position: static;
    width: 80%;
	height: 80%;
  }
}
@media (min-width: 876px) {
  .alphasection__option img {
    position: static;
    width: 90%;
	height: 90%;
  }
}

@media (min-width: 992px) {
  .alphasection__option img {
    position: static;
	width: 80%;
	height: 100%;
  }
}

@media (min-width: 1500px) {
  .alphasection__option img {
    position: static;
	width: 100%;
	height: 100%;
	margin-left:none;
  }
}

.alphasection--image::before {
  content: "";
  display: block;
  /*background-color: rgba(0, 0, 0, 0.6); CLA kinds of opacity*/
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.alphasection--image * {
  color: #708090;  /* CLA grey text color */
}

.alphasection--color .alphasection__option {
  background-color: #cce6ff;
}

.alphasection--color * {
  color: white;
}

.alphasection--slider .alphasection__wrap::before {
  content: "";
  display: block;
  /*background-color: rgba(0, 0, 0, 0.6); CLA opacitylike */
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.alphasection--slider * {
  /*color: #fff; CLA for the text inside the down button*/
}

.alphasection--slider .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9;
  opacity: 0.7;
  border: 2px solid #fff;
  border-radius: 100%;
}

.alphasection--slider .slick-arrow:before {
  color: #fff;
  display: inline-block;
  opacity: 1;
  border: 10px solid transparent;
  font-size: 1rem;
}

.alphasection--slider .slick-arrow:hover {
  opacity: 1;
}

.alphasection--slider .slick-prev {
  left: 20px;
}

.alphasection--slider .slick-prev:before {
  border-right-color: #fff;
  margin-left: 0;
}

.alphasection--slider .slick-next {
  right: 20px;
}

.alphasection--slider .slick-next:before {
  border-left-color: #fff;
  margin-right: -20px;
}

.alphasection--slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.alphasection--slider .slick-dots {
  bottom: 20px;
  z-index: 9;
}

.alphasection--slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border: 2px solid #000; /*#fff; couleur des petits ronds du slider*/
  border-radius: 100%;
  font-size: 0;
}

.alphasection--slider .slick-dots li.slick-active button:before {
  background-color: #000; /*#fff; couleur a l interieur des petits ronds du slider*/
}

.alphasection--slider .slick-active button:before {
  content: "\f111";
  opacity: 1 !important;
}

.alphasection--video::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.alphasection--video * {
  color: #fff;
}

.alphasection__words {
  position: relative;
}

.alphasection__words .title__effect {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
}

.alphasection__words .title__effect.is-visible {
  position: relative;
  opacity: 1;
}

.no-js .alphasection__words .title__effect {
  opacity: 0;
}

.no-js .alphasection__words .title__effect.is-visible {
  opacity: 1;
}

/* --------------------------------

xrotate

-------------------------------- */
.alphasection.rotate .alphasection__words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.alphasection.rotate .title__effect {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.alphasection.rotate .title__effect.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-in 1.2s;
  animation: cd-rotate-in 1.2s;
}

.alphasection.rotate .title__effect.is-hidden {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-out 1.2s;
  animation: cd-rotate-out 1.2s;
}

@-webkit-keyframes cd-rotate-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* --------------------------------

xslide

-------------------------------- */
.alphasection.slide span {
  display: inline-block;
  padding: .2em 0;
}

.alphasection.slide .alphasection__words {
  overflow: hidden;
  vertical-align: top;
}

.alphasection.slide .title__effect {
  opacity: 0;
  top: .2em;
}

.alphasection.slide .title__effect.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.alphasection.slide .title__effect.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* --------------------------------

xzoom

-------------------------------- */
.alphasection.zoom .alphasection__words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.alphasection.zoom .title__effect {
  opacity: 0;
}

.alphasection.zoom .title__effect.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.alphasection.zoom .title__effect.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* --------------------------------

xpush

-------------------------------- */
.alphasection.push .title__effect {
  opacity: 0;
}

.alphasection.push .title__effect.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.alphasection.push .title__effect.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* --------------------------------

xclip

-------------------------------- */
.alphasection.clip .title__heading > span,
.alphasection.clip .title__effect {
  display: inline-block;
  padding: .2em 0;
}

.alphasection.clip .alphasection__words {
  overflow: hidden;
  vertical-align: top;
}

.alphasection.clip .alphasection__words::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.alphasection.clip .title__effect {
  opacity: 0;
}

.alphasection.clip .title__effect.is-visible {
  opacity: 1;
}

.button-group{
  position: fixed; /* CLA */
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.button-sm{
  padding: 10px 15px;
  font-size: 8px;
}
.encadrement{ /* CLA */
  position:static;
  text-align:center;
  width:100%;
  /* max-width:1500px; */
  height:100%;
  border:8px;
  padding:4px;
  /*border-width:99%;*/
  border-style:solid;
  border-color:#708090;
  border-radius:80px;
}
.untitre{
  color:#708090;  
}
.unesection{
  color:#708090;
  text-align:left;
  border-left-width:25px;
  padding-left:25px;
  border-left-style:solid;
  border-left-color:#708090; 
}
.unequestion{
  color:black;
  text-align:left;
  padding-left:25px;
}
.unereponse{
  color:blue;
  text-align:left;
  padding-left:100px;
}
.lieux-phone {
  display: none;
}

.lieux-desktop {
  display: inherit;
}

@media (max-width: 1500px) {
  .lieux-phone {
    display: inherit;
  }
  .lieux-desktop {
    display: none;
  }
}
.accueil-phone {
  display: none;
}

.accueil-desktop {
  display: inherit;
}

@media (max-width: 991px) {
  .accueil-phone {
    display: inherit;
  }
  .accueil-desktop {
    display: none;
  }
}
