/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  color: #ffffff;
}
body {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  background-color: #cccfd8;
}
strong {
  font-weight: bold;
}
.row {
	margin: 0!important;
}
a {
  color: #c4db9b;
  text-decoration: none;
}
a:actif, a:focus, a:visited, a:link {
  color: #ffffff !important;
}
img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.linone {
	list-style: none;
}
/* -------------------------------- 
Wave haut
-------------------------------- */
.custom-shape-divider-top-1615882989 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1615882989 svg {
  position: relative;
  display: block;
  width: calc(252% + 1.3px);
  height: 168px;
  transform: rotateY(180deg);
}
.custom-shape-divider-top-1615882989 .shape-fill {
  fill: #FFFFFF8D;
}
/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-top-1615882989 svg {
    width: calc(300% + 1.3px);
    height: 157px;
  }
}
/* -------------------------------- 
Wave commune
-------------------------------- */
.custom-shape-divider-top-1615886543 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1615886543 svg {
  position: relative;
  display: block;
  width: calc(143% + 1.3px);
  height: 133px;
  transform: rotateY(180deg);
}
.custom-shape-divider-top-1615886543 .shape-fill {
  fill: #cccfd8;
}
/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-top-1615886543 svg {
    width: calc(300% + 1.3px);
    height: 157px;
  }
}
/* -------------------------------- 
Wave footer
-------------------------------- */
.custom-shape-divider-bottom-1615915871 {
  position: absolute;
  bottom: -1;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1615915871 svg {
  position: relative;
  display: block;
  width: calc(149% + 1.3px);
  height: 129px;
  transform: rotateY(180deg);
}
.custom-shape-divider-bottom-1615915871 .shape-fill {
  fill: #FFFFFF;
}
/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-bottom-1615915871 svg {
    width: calc(300% + 1.3px);
    height: 157px;
  }
}
/* -------------------------------- 

Stretchy MENU

-------------------------------- */
.cd-stretchy-nav {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 20px;
  pointer-events: none;
}
.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #6fb092;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -moz-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
  background-color: #6fb092;
	
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 calc(1em + 60px) 0 1em;
  color: #1b1e22;
  font-size: 1rem;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-stretchy-nav ul a::after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .6;
  background: url("../img/cd-sprite-4.svg") no-repeat 0 0;
}
.cd-stretchy-nav ul a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #1b1e23;
}
.cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background-position: -32px 0;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -64px 0;
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: 0 0;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -16px 0;
}
.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active {
  color: #6fb092;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #6fb092;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
/* -------------------------------- 

main content basic style

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 1;
  min-height: 50vh;
  padding: 120px 0;
  width: 100%;
  margin: 0 auto;
}
.retrait {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.retrait > ul {
  padding-left: 30px;
  line-height: 2rem;
}
.fab, .far {
  font-weight: 400;
  font-size: 2rem;
  padding-right: 20px;
}
.fa, .fas {
  font-weight: 600;
  padding-right: 20px;
  font-size: 2rem;
}
h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #1b1e22;
}
h2 {
  font-size: 2.4rem;
  /*  border-right: 5px solid;
  padding-right: 20px;*/
  text-transform: uppercase;
  text-align: center;
  margin: 3% 0;
  font-weight: 600;
  color: #1b1e22;
}
h3 {
  padding: 30px 0 30px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1b1e22;
  text-align: center;
}
.accordion-header {
  padding: 0!important;
	border-bottom: solid 1px #ffffff;
}
#presentation img {
  width: 80%;
   margin-bottom: 20px;
}
h1 > img {
  width: 7%;
  padding-right: 15px;
  display: inline;
  text-align: left;
  color: #1b1e22;
}
p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 20px 0;
  color: #1b1e22;
}
.txtpad {
  padding: 2%;
}
.txtpadlogo {
  padding:4% 2% 1% 2%;
}
.center {
  text-align: center;
}
.algleft {
  text-align: left !important;
}
.anis {
  color: #c4db9b;
	font-weight: bold;	
}
.bganis {
background-color: #c4db9b;
	font-weight: bold;	
	  padding: 5px;
}
.bgjaune {
  background-color: #fcd97c;
  padding: 5px;
  font-weight: bold;	
}
.jaune {
  color: #fcd97c;
	font-weight: bold;	
}
.orange {
  color: #f6a872;
	font-weight: bold;	
}
.bgorange {
  background-color: #f6a872;
	font-weight: bold;	
	  padding: 5px;
}
.rouge {
  color: #fe6f6f;
	font-weight: bold;	
}
.bgrouge {
  background-color: #fe6f6f;
	font-weight: bold;	
	  padding: 5px;
}
.vert {
  color: #70b193;
	font-weight: bold;	
}
.violet {
  color: #bca3ce;
font-weight: bold;	
}
.bgviolet1 {
  background-color: #bba2ce;
	font-weight: bold;	
	  padding: 5px;
}
.bgviolet {
  background-color: #bba2ce;
  padding: 20px;
  border-left: solid 15px #886ba0;
  margin-top: 50px;
  font-weight: 600;
  border-top-right-radius: 50px;
}
.bgblanc {
  background-color: #ffffff;
}
.gris {
  color: #404654;
}
.bggris {
  background-color: #404654!important;
}
.cadre{
	border:solid 1px #ffffff;
	margin: 0 5px 0 5px;
	width: 31.7%;
	background-color: rgb(255, 255, 255, 0.3);
}
.noir {
  color: #1b1e23;
		font-weight: bold;
}
.picto {
  max-width: 30%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.pictoalerte {
  max-width: 80%;
  margin: 0px auto;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.transp_beige {
	border-bottom: dotted 1px;
    padding: 20px;
	color: #ffffff;
}
.pt {
  font-size: 0.8rem;
}
#logoimail, #logoexeco {
  margin: 50px auto;
  max-width: 60%;
}
.margg {
  padding-left: 2%;
}
.margd {
  padding-right: 2%;
}
#slider {
  padding: 120px 0 80px 0;
  width: 100%;
  margin: 0 auto;
}
#FAQ {
  background: rgb(204, 207, 216);
  background: -webkit-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
}
#presentation {
  background: rgb(154, 159, 177);
  background: -webkit-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
}
#fonctions {
  background: rgb(154, 159, 177);
  background: -webkit-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
}
#fonctions p {
  text-align: center;
  padding:0; 
}
#fonctions h3 {
  text-align: center;
	padding-top:5%;
}
#origine {
  background: rgb(154, 159, 177);
  background: -webkit-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(204, 207, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
}
.accordion-button:not(.collapsed) {
    color: #1b1e22;
    background-color:rgb(187,162,206,0.8);
	font-weight: bold;
}
.accordion-button {
    color: #1b1e22;
    background-color:rgb(187,162,206,0.5);
	font-size: 1.2rem;
}
.accordion-item {
    background-color: rgba(255,255,255,.4);
    border: 0;
}
.accordion-item:last-of-type {
    border: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255,255,255,.25);
}
#contact {
  background: #9aa0b2;
  width: 100%;
}
#footer {
  min-height: 150px;
  background-color: #c4db9b;
  border-top: solid 1px #ffffff;
}
#footer a {
  color: #1b1e23 !important;
}
#footer a:hover {
  color: #ffffff !important;
}
#footer p {
  color: #1b1e23 !important;
}
#footer img {
  width: 35% !important;
}
/* -------------------------------- 
BOUTON ANIME
-------------------------------- */
.bouton {
  background-color: #6fb092;
  margin: 30px auto;
  color: #1b1e23;
  text-align: center;
  width: 50%;
  display: block;
  cursor: pointer;
  font-size: 28px;
  border-radius: 50px;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: #1b1e23;
}
.hvr-underline-from-left:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #ffffff;
  background-color: #70b193;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fe6f6f;
  height: 10px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* -------------------------------- 
IMAGE ANIME
-------------------------------- */
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* -------------------------------- 
Formulaire CONTACT
-------------------------------- */
input {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  color: #22283f;
  margin: 15px 0;
  padding-left: 10px;
}
#formulaire p {
  padding: 10px 0;
}
#formulaire textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  color: #22283f;
  padding-left: 10px;
  margin: 15px 0;
}
#go {
  background-color: #1b1e23;
  margin: 30px auto;
  color: #ffffff;
  text-align: center;
  width: 300px;
  display: block;
  cursor: pointer;
  font-size: 18px;
}
#go:hover {
  background-color: #c4db9b;
  color: #1b1e23;
}
#miel {
  visibility: hidden;
}
#date {
  visibility: hidden;
}
.error, .alerte {
  color: #212121;
  font-size: 12px;
  text-align: left;
  line-height: 0.5;
}
#envoye {
  color: #c4db9b;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
#formulaire a {
  color: #212121;
  text-decoration: none;
}
.btn-primary {
  color: #212121;
  background-color: #c4db9b;
  border-color: #c4db9b;
}
.btn-primary:hover {
  color: #212121;
  background-color: #ffffff;
  border-color: #c4db9b;
}
/*
---------------------------------------------------
MEDIA W<=990
---------------------------------------------------
*/
@media screen and (max-width:992px) {
.picto, .pictoalerte {
  max-width: 45%;
  margin: 20px auto;
  text-align: center;
  display: block;
  vertical-align: middle;
}
}

/*
---------------------------------------------------
MEDIA W<=720
---------------------------------------------------
*/
@media screen and (max-width:768px) {
  .txtpad {
    padding: 0%;
  }
  #fonctions p {
    text-align: justify;
  }
  #fonctions h3 {
    text-align: left;
  }
  #origine h3 {
    font-size: 1.4rem;
  }
	.picto {
  max-width:80%;
  margin: 50px auto;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.cadre {
   width: 98%;
	}
}
/*	
---------------------------------------------------
MEDIA W<=576
---------------------------------------------------
*/
@media screen and (max-width:576px) {
  .xxs {
    width: 100%;
  }
  .none {
    display: none;
  }
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.8rem;
}
	.cadre{
	border:solid 0px #ffffff;
	background-color: rgb(255, 255, 255, 0);
}
}
/*
---------------------------------------------------
MEDIA W<=360
---------------------------------------------------
*/
@media screen and (max-width:360px) {
  .retrait {
    width: 95%;
  }
  h1 > img {
    width: 12%;
  }
	.bouton {
  text-align: center;
  width: 80%;
  font-size: 18px;
  border-radius: 50px;
}
}
/*		
/* -------------------------------- 

keyframes

-------------------------------- */
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}