html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, cite,
em, img, small, strong, sub, sup, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption, footer,
header, hgroup, menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
::selection {
  background: ;
}

::-webkit-scrollbar {
  width: ;
}

::-webkit-scrollbar-track {
  background: ;
}
*/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.mw {
  max-width: 1024px;
  margin: 0 auto;
}

.vc {
  display: table;
  width: 100%;
  height: 100%;
}

.vc > * {
  display: table-cell;
  vertical-align: middle;
}

.grid > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.grid > .subtitle {
  width: 23%;
  margin-right: 2%;
  text-align: center;
}

.grid > div.subtitle {
  width: 14%;
  text-align: left;
}

.grid > .subtitle > img:first-child {
  display: block;
  width: 100%;
}

.grid > .subtitle + * {
  width: 74%;
  margin-left: 1%;
}

.grid > div.subtitle + * {
  width: 79%;
  margin-left: 5%;
}

.grid-3 > * {
  width: 33%;
}

.grid-4 > * {
  width: 25%;
}

.grid-x > * {
  width: auto
}

h1, h2, h3, p, small, span, ul, li, a {
  font-family: 'PT Sans', sans-serif;
  color: #18407E;
}

h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

small * {
  font: inherit !important;
}

small strong {
  font-weight: bold !important;
}

.subtitle {
  padding-top: 7px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

p, small, span, ul, li, a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.35;
}

p, p a, small {
  margin-bottom: 7px;
}

p:last-child, p a:last-child, small:last-child {
  margin-bottom: 7px;
}

strong {
  font-weight: bold
}

body > nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

body > nav {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
}

body > nav > div:first-child {
  padding: 1em 0;
  background-color: rgba(255,255,255,0.98);
}

body > nav > div:first-child > div > * {
  display: inline-block;
  vertical-align: top;
}

body > nav > div:first-child > div > a {
  margin-left: 25%
}

body > nav > div:first-child > div > a > img {
  display: block;
}

body > nav > div:first-child > div > ul {
  margin-left: 2em
}

body > nav > div:first-child > div > ul a {
  position: relative;
  display: block;
  padding-right: 1em;
  font-size: 15px;
  line-height: 27px;
  color: #9D9D9C;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body > nav > div:first-child > div > ul a.active:after {
  content: "";
  position: absolute;
  left: 1em;
  right: 2em;
  bottom: 0;
  height: 1px;
  background-color:#E85012;
  display: block;
}

body > nav > div + div {
  background-color: rgba(24,65,126,0.98);
}

body > nav > div + div * {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

body > nav > div + div span {
  padding: 0.25em 0em;
  margin-right: 1em;
}

body > nav > div + div span:first-child {
  padding: 0.25em 0.5em;
  margin-left: 25%;
  background: #009FE3;
}

body > nav > div + div span + span {
  color: #009FE3;
}

body > nav > div:first-child > div > button {
  display: none
}

body > div {
  padding: 4em 0;
}

.fleche-para {
  position: absolute;
  left: 69px;
  top: -5em;
  width: 75px;
  transform: translateY(-3em)
}

#p1 {
  margin-top: 81px;
  padding: 4em 0;
  background: url(imgs/geste1_spray.jpg) no-repeat center center;
  background-size: cover;
}

.page-3 #p1 {
  background: url(imgs/geste1_raclette.jpg) no-repeat center center;
  background-size: cover;
}

#p1 > div {
  height: 100%;
}

#p1 > div > div > div > div {
  width: 75%;
  max-width: 620px;
}

#p1 p {
  padding: 1em 0 0 2em;
  color: white;
}

.page-1 #p2 {
  padding-top: 81px;
}

#p2 .mw {
  position: relative;
}

#p2 > .grid > a {
  position: relative;
  padding-top: 23%;
  width: 23%;
  margin: 0 1%;
  overflow: hidden;
}

#p2 > .grid > a:first-child {
  margin: 0 2% 0 0;
}

#p2 > .grid > a:last-child {
  margin: 0 0 0 2%;
}

#p2 > .grid > a > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F6F6F6;
  text-align: center;
}

#p2 > .grid > a > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#p2 > .grid > a > div > div > div{
  position: absolute;
  bottom: 30px;
  width: 100%;
}

#p2 > .grid > a > div img {
  display: block;
  width: 10%;
  margin: 0 auto;
}

#p2 > .grid > a > div img:first-child {
  width: 30%;
}

#p2 > .grid > a > div span {
  display: block;
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
}

#p2 > .grid > a > div:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: bottom 350ms ease;
  background: -moz-linear-gradient(top, rgba(173,200,22,0) 30%, rgba(173,200,22,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(173,200,22,0) 30%,rgba(173,200,22,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(173,200,22,0) 30%,rgba(173,200,22,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E85012', endColorstr='#E85012',GradientType=0 ); /* IE6-9 */
}

#p2 > .grid > a + a > div:before {
  background: -moz-linear-gradient(top, rgba(232, 80, 18,0) 30%, rgba(232, 80, 18,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(232, 80, 18,0) 30%,rgba(232, 80, 18,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(232, 80, 18,0) 30%,rgba(232, 80, 18,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E85012', endColorstr='#E85012',GradientType=0 ); /* IE6-9 */
}

#p2 > .grid > a + a + a > div:before {
  background: -moz-linear-gradient(top, rgba(0, 159, 227,0) 30%, rgba(0, 159, 227,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 159, 227,0) 30%,rgba(0, 159, 227,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 159, 227,0) 30%,rgba(0, 159, 227,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009FE3;', endColorstr='#009FE3;',GradientType=0 ); /* IE6-9 */
}

#p2 > .grid > a + a + a + a > div:before {
  background: -moz-linear-gradient(top, rgba(245, 157, 15,0) 30%, rgba(245, 157, 15,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 157, 15,0) 30%,rgba(245, 157, 15,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 157, 15,0) 30%,rgba(245, 157, 15,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F59D0F', endColorstr='#F59D0F',GradientType=0 ); /* IE6-9 */
}

#p2 > .grid > a:hover > div:before {
  bottom: -15%;
}

#p2 > .grid-4 {
  padding-top: 4em;
}

#p3 {
  position: relative;
}

#p3:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #FEFEFB
}

#p3:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  background-color: #F8FAED
}

#p3 > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  background: url(imgs/shape.svg) no-repeat top right;
  background-size: auto 100%;
}

#p3 > div > .subtitle,
#p3 > div > .subtitle + div {
  position: relative;
  z-index: 2;
}

#smile span:nth-child(odd) {
  font-size: 23px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  color: #ADC816;
  text-transform: none;
  opacity: 0;
}

#smile  span:nth-child(even)  {
  display: block;
  margin: 5px 0;
  font-size: 46px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #ADC816;
  text-transform: none;
  opacity: 0;
}

#smile {
  text-align: center;
}

#smile .smile {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  opacity: 1 !important;
}

#smile .smile img {
  display: block;
  width: 69%;
  margin: 20px auto 0;
}

#smile .smile span {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FEFEFB;
  margin: 0 !important;
  opacity: 1 !important;
}

#p3 > div > .subtitle + div {
  width: 57%;
  margin-left: 18%
}

#p3 .grid-3 {
  position: relative;
  left: -14%;
  width: 140%;
  margin-top: 4em;
}

#p3 .grid-3 > a {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

#p3 .grid-3 > a > img {
  display: block;
  width: 30%;
  margin: 0 auto 10px
}

#p3 .grid-3 > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -10px;
  background: #ADC816;
}

#p3 .grid-3 > a:last-child:before {
  background: #F59D0F;
}

#p3 .grid-3 > a:first-child:before {
  content: none;
}

#p3 .grid-3 > a {
  color: #ADC816;
}

#p3 .grid-3 > a + a {
  color: #F59D0F;
}

#p3 .grid-3 > a + a + a {
  color: #18407E;
}

#p4 .subtitle {
  padding: 0;
  line-height: 1.2

}

#p4 h2 img {
  display: inline;
}

#p4 .grid-4 {
  margin-top: 4em;
  text-align: center;
}

#p4 .grid-4 a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#p4 .grid-4 img {
  display: block;
  width: 20%;
  margin: 0 auto 13px;
}

#p5 {
  background-color: #FFF8EC
}

#p5 .mw {
  position: relative;
}


#p5 .grid-2 > img + div {
  vertical-align: middle;
  padding-right: 10%;
}

#p5 .subtitle {
  padding: 0 0 20px 0;
  margin: 0;
  color: #E85012;
}

.carousel {
  vertical-align: middle;
  overflow: hidden;
}

.carousel > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 35px;
  overflow: hidden;
}

.carousel > button {
  width: 10%;
  height: 35px;
  border: 0;
  background: transparent url('imgs/fleche_gauche.svg') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.carousel > div + button {
  background: transparent url('imgs/fleche_droite.svg') no-repeat center center;
  background-size: contain;
}

.carousel > button:focus {
  outline: none
}

.carousel >  div > div {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-33.34%, 0%) matrix(1, 0, 0, 1, 0, 0)
}

.carousel p {
  line-height: 35px;
  white-space: nowrap;
  margin: 0;
}

.carousel p span {
  line-height: 35px;
  white-space: nowrap;
  margin: 0;
}

#p6 .grid .grid > div {

  margin-top: 2em
}

#p6 > div > div:first-child > img {
  display: block;
  margin: 0 0 20px;
}

#p6 > div > div:first-child > img + p {
  padding-right: 33%;
}

#p6 .grid .grid > div > p {
  font-size: 13px;
}

#p6 .grid .grid > div > p > img {
  float: left;
  margin-right: 10px;
}

#p6 .grid .grid > div > p > span {
  font-size: 18px;
  font-weight: bold;
}

#p6 .grid .grid > div > p:first-child + p {
  margin-bottom: 2em;
  font-style: italic;
}

#p6 .grid .grid > div > p:first-child + p + p + p {
  margin-bottom: 2em;
  font-style: italic;
}

#p6 .grid .grid > div > a {
  display: block;
  width: 75%;
  font-size: 13px;
  padding: 7px 10px;
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #18407E;
}

#p6 .grid .grid > div > a span {
  white-space: nowrap;
  font: inherit;
  color: inherit;
}

#p6 .grid .grid > div > a + a {
  margin-top: 2em;
  background-color: #009FE3;
}

#p6 small {
  display: block;
  width: 100%;
  margin-top: 4em;
  border-top: 1px solid currentColor;
  padding-top: 1em;
  font-size: 9px;
}

#p6 #map + div {
  display: none !important;
}

#p6 #map + div span {
  font-size: 10px;
  font-weight: bold;
}

#p6 #map + div img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px
}

#p6 #map + div img + span {
  display: inline-block;
  vertical-align: middle;
}

#p6 #map + div > span {
  width: 30%;
}

#p6 #map + div > span + span {
  width: 25%;
}

#p6 #map + div > span + span + span {
  width: 20%;
}

#p6 #map + div > span + span + span + span {
  width: 25%;
}

#p6 #map {

  height: 483px;
  margin: 0 2em 0;
}

.page-1 .mw {
  position: relative;
  z-index: 10;
}

#p7 {
  position: relative;
  margin-bottom: 4em;
  background-color: #FEF0E7
}

.prestation > header {
  padding-bottom: 2em;
}

.prestation > header > img {
  display: block;
  float: left;
  margin-right: 1em;
}

.prestation > header > img + p {
  margin: 0;
  padding-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E85012;
}

.prestation > header > h2 {
  font-size: 28px;
  white-space: nowrap;
}

.prestation > header + p {
  width: 75%;
  padding-bottom: 2em;
}

.prestation > div  {
  width: 70%;
}

.prestation > div + div {
  margin-top: 2em;
}

.prestation > div > h3 {
  float: left;
  width: 158px;
  margin-right: 44px;
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  color: #E85012;
  background: url(imgs/lt_rouge.svg) no-repeat left top, url(imgs/rb_rouge.svg) no-repeat right bottom;
  background-size: 20px auto, 20px auto;
  text-align: center
}

.prestation > div > ul {
  float: left;
  width: 60%;
}

.prestation > div li {
  margin-bottom: 0.25em;
  line-height: 1.25
}

.prestation > div li li {
  padding-left: 2em;
}

.prestation > div li span {
  color: #E85012;
}

#p8 {
  position: relative;
  margin-bottom: 4em;
  background-color: #F8FAED
}

#p8 .mw {
  left: 7em;
}

#p8 .prestation > div li span,
#p8 .prestation > header > img + p,
#p8 .prestation > div > h3 {
  color: #ADC816;
}

#p8 .prestation > div > h3 {
  background: url(imgs/lt_vert.svg) no-repeat left top, url(imgs/rb_vert.svg) no-repeat right bottom;
  background-size: 20px auto, 20px auto;
}

#p9 {
  position: relative;
  margin-bottom: 4em;
  background-color: #EAF6FE
}

#p9 .prestation > div li span,
#p9 .prestation > header > img + p,
#p9 .prestation > div > h3 {
  color: #009FE3;
}

#p9 .prestation > div > h3 {
  background: url(imgs/lt_bleu.svg) no-repeat left top, url(imgs/rb_bleu.svg) no-repeat right bottom;
  background-size: 20px auto, 20px auto;
}

#p10 {
  position: relative;
  background-color: #FFF8EC
}

#p9:target,
#p7:target,
#p8:target,
#p10:target {
  padding-top: 8em;
}

#p10 .prestation > div li span,
#p10 .prestation > header > img + p,
#p10 .prestation > div > h3 {
  color: #F59D0F;
}

#p10 .prestation > div > h3 {
  background: url(imgs/lt_orange.svg) no-repeat left top, url(imgs/rb_orange.svg) no-repeat right bottom;
  background-size: 20px auto, 20px auto;
}

#p10 .prestation > div {
  width: 100%;
}


#p10 .prestation > div > ul {
  float: left;
  width: 36%;
  padding-left: 3%;
}

#p10 .prestation > p + div > ul >  li {
  margin-bottom: 2em;
}

.illustration {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.illustration > img {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
}

.illustration > img + img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: auto;
  height: 150%;
}

#p7 .illustration {
  right: 0;
  bottom: 0;
  width: 500px;
}

#p8 .illustration {
  left: 0;
  bottom: 0;
  width: 500px;
}

#p9 .illustration {
  right: 0;
  bottom: 0;
  width: 470px;
}

#p10 .illustration {
  left: 0;
  bottom: 0;
  width: 500px;
}

#p11 {
  margin-top: 81px;
  padding-top: 4em;
  background-color: #F8FAED
}

#p11 > .grid > div {
  width: 65%;
  vertical-align: middle
}

#p11 > .grid > div:first-child {
  width: 37%
}

#p11 > .grid > div:first-child + div {
  width: 63%;
  padding-left: 13%;
  margin-bottom: 4em
}

#p11 > .grid > div:first-child + div > img {
  display: block;
  margin-bottom: 2em;
}

#p11 > .grid > div:first-child + div > img + p {
  margin-bottom: 1em;
}

#p11 > .grid > #p3 {
  width: 100%
}

#p11 > .grid > #p3 > div:before,
#p11 > .grid > #p3:before,
#p11 > .grid > #p3:after {
  display: none
}

#p11 >.grid .moyen1,
#p11 >.grid .moyen2 + div,
#p11 >.grid .moyen3 {
  width: 35%;
  padding-left: 10%;
}

#p11 .moyen1,
#p11 .moyen3 {
  transform: translateX(-150px);
  opacity: 0;
}

#p11 .moyen2 + div {
  transform: translateX(150px);
  opacity: 0;
}

#p11 >.grid .moyen1 + div,
#p11 >.grid .moyen2,
#p11 >.grid .moyen3 + div {
  padding: 4em 6em;
  background-color: white
}

#p11 >.grid .moyen1 + div {
  border-radius: 0 0 150px 0;
}

#p11 >.grid .moyen2 {
  border-radius: 150px 0 0 0;
}

#p11 >.grid .moyen3 + div {
  border-radius: 0 150px 0 0;
}

#p11 hr {
  display: block;
  width: 75%;
  height: 5px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(173,200,22,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(173,200,22,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(173,200,22,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc816', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#p11 .moyen2 + div + hr {
  display: block;
  width: 75%;
  height: 5px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(245, 157, 15,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(245, 157, 15,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(245, 157, 15,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc816', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#p11 #smile .smile span {
  background-color: #F8FAED;
}

#p11 #smile .smile img {
  width: 75%;
}

#p11 #smile span:nth-child(odd) {
    font-size: 30px;
}

#p11 #smile span:nth-child(even) {
    font-size: 60px;
}

#p11 #p3 .grid-3 {
  width: 130%;
  margin-bottom: 4em
}

#p11 .grid-3 > a > img {
  width: 15%;
}

#p11 h2 {
  margin-top: 5px;
  font-weight: normal;
  font-style: italic;
}

#p11 p:first-child {
  margin: 0 0 1em 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #ADC816;
}

#p11 li span {
  color: #ADC816;
}

#p11 .moyen2 > p:first-child {
  color: #F59D0F;
}

#p11 .moyen3 + div > p:first-child {
  color: #9D9D9C;
}

#p11 .moyen3 + div li span{
  color: #9D9D9C;
}

#p11 p {
  margin: 1em 0 0;
}


#p11 li {
  padding: 0 0 0 2em;
  margin-top: 1em
}

#p12 .mw {
  position: relative;
}

#p12 .grid-4 {
  text-align: left;
}

#p12 .grid-4 a {
  width: 33%;
  text-decoration: none;
  border-right: 1px solid #009FE3;
}

#p12 .grid-4 a:first-child + a  {
  width: 33%;
  border-color: #E85012
}

#p12 .grid-4 a:first-child + a + a {
  width: 33%;
  border-color: #ADC816
}



#p12 .grid-4 > a > div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#p12 .grid-4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}

#p12 .grid-4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#p13 > div > div > img:first-child {
  float: left;
  width: auto;
  padding-left: 15%;
}

#p13 > div > div > * {
  width: 100%;
  padding-left: 30%;
  padding-right: 10%;
}

#p13 > div > div:first-child > h2 {
  color: #009FE3;
}

#p13 > div > div:first-child + div > h2 {
  color: #ADC816;
}

#p13 > div > div:first-child + div + div > h2 {
  color: #FBBA07;
}

#p13 > div > div:first-child + div + div + div > h2 {
  color: #FBBA07;
}

#p13 > div > div > hr {
  width: 25%;
  height: 2px;
  padding: 0;
  margin: 4em 0 4em 30%;
  border: 0;
}

#p13 > div > div:first-child > hr {
  background-color: #009FE3;
}

#p13 > div > div:first-child + div > hr {
  background-color: #E85012;
}

#p13 > div > div:first-child + div + div > hr {
  background-color: #ADC816;
}

#p13 > div > div:first-child + div + div + div > hr {
  background-color: #FBBA07;
}

#p13 > div > div > blockquote {
  width: 70%;
  padding: 0;
  margin-left: 30%;
  margin-top: 4em;
}

#p13 > div > div > blockquote > * {
  display: inline-block;
  vertical-align: top;
}

#p13 > div > div > blockquote > cite {
  width: 16%;
  color: #18407E;
  font-weight: bold;
  text-align: right;
  margin-right: 4%
}

#p13 > div > div > blockquote > div {
  width: 80%;
}

#p13 > div > div > blockquote span,
#p13 > div > div > blockquote p {
  font-style: italic;
  color: #706F6F;
  font-weight: normal;
}

#p13 #frise ul {
  width: 100%;
  padding: 0;
  margin: 4em 0 0;
}

#frise li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14.2857142857%;
  height: 170px;
  padding: 0 3%;
  background-color: #18407E;
  font-size: 12px;
  color: white;
  text-align: center;
  opacity: 0
}

#frise li:first-child + li,
#frise li:first-child + li + li + li + li + li {
  background-color: #009FE3
}

#frise li:first-child + li + li + li + li,
#frise li:first-child + li + li {
  background-color: #5BC5F2
}

#frise li:first-child + li + li + li {
  background-color: #83D0F5
}

#frise li > div:first-child {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 36px;
  padding: 10px 7px;
  background-color: white;
  color: gray;
  transform: translate(-50%, -50%);
}

#frise li:first-child > div:first-child:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 10px;
  border-color: transparent transparent transparent #ffffff;
}

#frise p {
  font-size:  18px;
  height: 48px;
  color:white ;
  margin: 0;
  font-weight:  bold
}

#frise li strong {
  display: block;
  font-size: 15px;
  height: 48px;
}

#frise li span  {
  font-size:  12px;
  display: block;
  color:white ;
  height: 32px;
  line-height:  32px;
  margin: 5px 0;
}

#frise li span.caen  {
  font-size:  12px;
  display: block;
  color:white ;
  height: 32px;
  line-height:  16px;
  margin: 5px 0;
}


footer {
  width: 100%;
  height: 4em;
  background-color: #EDEDED
}


#totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background: url('imgs/top.svg') no-repeat center center;
  background-size: contain;
  opacity: 0
}

@media (max-width: 1400px) {

  #p8 .illustration {
    left: -10%;
  }

  #p9 .illustration {
    right: -10%;
  }

  #p10 .illustration {
    left: -10%;
  }

}

@media (max-width: 1100px) {

  .mw {
    max-width: 798px;
  }

  #p2 > .grid > a > div img:first-child {
    width: 25%;
  }

  body > nav > div:first-child > div > a {
      margin-left: 10%;
  }

  .grid > div.subtitle {
    display: none
  }

  .grid > div.subtitle + * {
    width: 100%;
    margin-left: 0%;
  }

  .prestation > header > h2 {
    white-space: normal;
  }

  #p8 .mw {
    left: 10em;
  }

  #p8 .illustration {
    left: -25%;
  }

  #p9 .illustration {
    right: -20%;
  }

  #p10 .illustration {
    left: -25%;
  }

  #p12 .grid-4 a {
   height: 110px
  }

  #p12 .grid-4 img {
    display: block;
    vertical-align: middle;
    margin: 0 auto 10px;
  }

  #p12 .grid-4 span {
    text-align: center;
  }
}

@media (max-width: 898px) {

  body > nav > div:first-child > div {
    position: relative;
  }

  body > nav > div:first-child > div > a {
    display: inline-block;
  }

  body  a.active {
    font-weight: bold !important;
  }

  body > nav > div:first-child > div > ul a.active:after {
    display: none
  }

  body > nav > div:first-child > div > button {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    border: 0;
    background: transparent url('imgs/burger.svg') no-repeat right center;
    background-size: contain;
  }

  body > nav > div:first-child > div > button:focus {
    outline: none;
  }

  body > nav > div:first-child > div > ul {
    margin-left: 0;
    height: 0;
    overflow-x: hidden;
    transition: height 350ms ease
  }

  body > nav > div:first-child > div.open > ul {
    height: 200px;
  }

  body > nav > div:first-child > div > ul > li:first-child {
    margin-top: 2em;
  }

  body > nav > div:first-child > div > * {
    display: block;
    vertical-align: top;
  }

  body > nav > div:first-child > div > a {
    margin-left: 0%;
  }

  body > nav > div + div span:first-child {
    display: none !important;
  }

  body > nav > div + div {
    padding: 0.25em 0;
  }

  body > div + div {
    padding: 2em 0;
  }

  .grid > * {
    display: block;
    width: 100%;
  }

  .grid > .subtitle {
      width: 100%;
      padding: 0;
      margin-right: 0%;
      margin-bottom: 1em;
  }

  .grid > .subtitle + * {
      width: 100%;
      margin-left: 0%;
  }

  .fleche-para {
    display: none !important
  }

  .mw {
    width: 86%;
    margin: 0 auto;
  }

  #p1 {


  }

  #p1 > div > div > div > div {
    width: 100%;
  }

  #p1 img {
    width: 200px;
    height:auto
  }

  #p1 p {

  }

  #p2 > .grid > a {
    display: inline-block;
    padding-top: 48%;
    width: 48%;
    margin: 0 0 4% 2%;
  }

  #p2 > .grid > a:nth-child(odd) {
    margin: 0 2% 4% 0;
  }

  #p2 > .grid > a > div > div > div {
    bottom: 20px;
  }

  #p2 > .grid > a > div img:first-child {
    width: 20%;
  }

  #p3 {
    background-color: #F8FAED
  }

  #p3 *:before,
  #p3:after,
  #p3:before {
    display: none;
  }

  #p3 span {
    opacity: 1 !important
  }

  #smile .smile img {
    width: 25%;
    margin: 10px auto 0;
  }

  #smile .smile span {
    opacity: 0 !important
  }

  #p3 > div > .subtitle + div {
    width: 100%;
    margin-left: 0%;
    margin-top: 2em;
  }

  #p3 .grid-3 {
    left: 0%;
    width: 100%;
  }

  #p3 .grid-3 > a {
    margin-top: 2em;
  }

  #smile span:nth-child(odd) {
    font-size: 15px;
  }

  #smile span:nth-child(even) {
    font-size: 30px;
  }

  #p4 .grid-4 {
      margin-top: 0em;
  }

  .grid-4 > * {
    display: inline-block;
    width: 50%;
    margin-top: 2em;
  }

  #p5 span,
  #p5 button {
    display: none;
  }

  #p5 .carousel span,
  #p5 .carousel p {
    white-space: normal;
  }

  .carousel > * {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .carousel > div > div {
    position: static;
    transform: none !important;
  }

  .carousel p {
    line-height: 20px;
  }

  #p6 > div > div:first-child > img + p {
    padding-right: 0%;
    margin-bottom: 2em;
  }

  #p6 > div > div:first-child .grid > div:first-child {
    margin-bottom: 2em;
  }

  #p6 small {
    width: 100%;
    margin-bottom: 2em;
  }

  #p6 #map {
    height: 250px;
    margin-bottom: 0em;
  }

  #p6 #map + div {
    text-align: center
  }

  #p6 #map + div img {
    display: block;
    margin: 0 auto 0.5em;
  }

  .illustration {
    display: none !important
  }

 .prestation > header > h2 {
    font-size: 20px;
  }

  .prestation > header > img {
    float: none
  }

  .prestation > header > img + p {
    padding-top: 15px;
  }

  .prestation > div,
  .prestation > header + p {
    width: 100% !important
  }

  .prestation > div > h3 {
    float: none;
    margin-bottom: 2em
  }

  .prestation > div > ul {
    float: none !important;
    width: 100% !important
  }

  #p11 .grid > div {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  #p11  #p3,
  #p11 #smile {
    display: none
  }

  #p11 h2 br {
    display: none
  }

  #p11 .moyen1,
  #p11 .moyen2 + div,
  #p11 .moyen3 {
    display: none
  }


  #p11 .grid .moyen1 + div,
  #p11 .grid .moyen2,
  #p11 .grid .moyen3 + div {
    padding: 2em !important;
  }

  #p12  {
    display: none
  }

  #p13 > div > div > img:first-child {
    margin: 0 15px 15px 0;
    padding: 0;

  }

  #p13 > div > div > p {
    clear: left;
  }

  #p13 > div > div > * {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  #p13 > div > div > blockquote {
    width: 100%;
    padding: 0;
    margin-left: 0%;
    margin-top: 4em;
  }

  #p13 > div > div > blockquote > cite {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 1em
  }

  #p13 > div > div > blockquote > div {
    display: block;
    width: 100%;
    text-align: left;
  }

  #frise li {
      position: relative;
      display: block;
      vertical-align: middle;
      width: 100%;
      height: auto;
      padding: 10% 20%;
      background-color: #18407E;
      font-size: 12px;
      color: white;
      text-align: center;
      opacity: 0;
  }

  #p8 .mw {
    left: 0em;
  }

  .page-1 #p2 {
    display: none;
  }

  .page-1 #p7 {
    margin-top: 112px;
  }

}

@media (min-width: 2000px) {

  .mw {
    max-width: 1280px;
  }

}

#p14 {
  margin-top: 81px;
  padding-top: 4em;
  background-color: #F8FAED
}

#p14 form {
  margin-top: 2em;
}

#p14 form label {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #18407E;
}

#p14 form textarea,
#p14 form select,
#p14 form div input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #18407E;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 35px;
  color: #18407E;
}

#p14 form textarea:focus,
#p14 form select:focus,
#p14 form div input:focus {
  outline: none;
}

#p14 form select {
   -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

#p14 form fieldset {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 5%;
}

#p14 form fieldset + fieldset {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0;
  padding-left: 5%;
}

#p14 form textarea {
  height: 70px;
  line-height: 1.25;
}

#p14 form input[type=submit] {
  display: block;
  width: auto;
  height: auto;
  padding: 5px 20px;
  border: 0;
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: white;
  background-color: rgba(24,65,126,0.98);
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 900px) {

  #p14 form fieldset {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }

}