body, html {
min-height: 100%;
min-width: 1024px;
margin: 0;
padding: 0;
font-family: 'Muli',sans-serif;
color: #4D4D4D;
font-weight: 300;
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
}
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
}
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
}
/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
}
/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
}
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
}
/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
}
/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
}
/*Laptops*/
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}
/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}
H1{font-size: 1.8em; font-weight: 300;}
H2{font-size: 3.5em;  color: white;}
H3{font-family: 'Montserrat', sans-serif; font-size: 2.5em; font-weight: 300;}
H4{font-family: 'Montserrat', sans-serif; font-size: 3.5em; font-weight: 700; color: #FF6600;}
H5{font-family: 'Montserrat', sans-serif; font-size: 1.5em; font-weight: 700; color: #37374b;}
.tar_val{font-size: 3.5em; line-height: 1.2em; font-weight: 400; text-align: center;}
.tar_text{font-size: 1.5em; line-height: 1.5em; font-weight: 400; text-align: center;}
.tar_services{font-size: 1.3em; font-weight: 400;  text-align: center;}
a:visited {color: white;}
#titre{display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;width: 100%;min-width:1024px;background: white;top:0;position: fixed;z-index: 100;}
#slogan{height: 100%;text-align:center;float: left;}
.coordonnees{height: 30px;margin-left: auto;margin-right: auto;color: white;background: none;position: relative;font-size: 1.6em;line-height: 1.2em;top: 30%;}
#presentation{margin-top:80px;width: 100%;height: 480px;background: rgba(31, 31, 31, 0.72);position: relative;text-align: center;}
.headers{width: 100%;top: 20%;position: relative;}
.bouton {width: 120px;height: 46px;margin-left: auto;margin-right: auto;color: white;background: #FF6600;top: 25%;position: relative;font-family: 'Montserrat', sans-serif;font-size: 2em;line-height: 1.3em;font-weight: 300;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-topleft: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.bandeau{width: 100%;height: 60px;position: relative;text-align: center;font-size: 1.2em;line-height: 1em;background: rgba(255,255,255,0.92);}
.chapitre{width: 100%;height: 500px;background: rgba(255,255,255,0.92);position: relative;text-align: center;}
.argument{width: 33.33%;top: 0;float: left;position: relative;background: none;text-align: center;}
.liste_chapitre{margin: 0;padding: 0;list-style-type: none;font-size: 1.4em;line-height: 1.8em;color: #4D4D4D;}
.trois_tarifs{width: 100%;height: 600px;background: rgba(255,255,255,0.96);position: relative;}
.tarifs{width: 33.33%;height: 100%;top: 0;float: left;position: relative;text-align: center;}
.services{width: 100%;/*min-width: 1024px;*/height: 680px;background: rgba(255,255,255,0.92);position: relative;text-align: center;}
.theme{width: 33.333%;height: 340px;top: 0;left: 0;float: left;position: relative;text-align: center;}
.bandeau_fin{width: 100%;position: relative;top: 0;text-align: center;font-size: 1.2em;line-height: 3em;background: #4D4D4D;z-index:50;color: white;}
#commander{width: 100%;height: 60px;position: fixed;z-index: 100;border: none;bottom: 0;background: rgba(31, 31, 31, 0.9);text-align: center;}
.cartouche{border: none;height: 32px;margin-top: 14px;margin-right: auto;margin-left: auto;background: #FFFFFF;-moz-border-radius-bottomright: 16px;-moz-border-radius-bottomleft: 16px;-moz-border-radius-topright: 16px;-moz-border-radius-topleft: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-right-radius: 16px;border-top-left-radius: 16px;line-height: 32px;text-align: center;font-weight: 400;font-size: 1.2em;}
.bandeau_fin p{margin: 0px; padding: 10px 10px; line-height:25px;}.bandeau_fin{padding-bottom:65px;}#tarifs{scroll-margin-top:100px;}



/* ----------- Cookies ----------- */
.cookie-consent{
  position: fixed;
bottom: 60px;
left: 0px;
z-index: 100;
padding: 20px 15px;
color: #fff;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #292929;
z-index: 120;
border-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  display: flex;
  align-items: center;
}



.allow-button, .reject-button{
  margin-left: 10px;
      height: 20px;
    color: #fff;
cursor: pointer;
    font-size: 13px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid #FF6600;
    background-color: #FF6600;
}