@charset "UTF-8";
/*
Theme Name: CVS Marketing
Author: la tête dans la toile
Author URI: https://www.latetedanslatoile.fr
Description: Thème CVS Marketing
Version: 1.1.0
Requires PHP: 7.2
Tested up to: 7.2
License: (c) CVS Marketing
Text Domain: cvs
*/
body #header {
  padding: 27px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
}
body #header .bandeau {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
body #header .bandeau > .menuContact {
  display: flex;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
}
body #header .bandeau > .menuContact a {
  cursor: pointer;
  margin: 0 0 0 20px;
  transform: scale(1.2);
}
@media (min-width: 600px) {
  body #header .bandeau > .menuContact a {
    margin: 0 20px 0 20px;
  }
}
body #header .bandeau > .menuContact a img.svg {
  min-width: 50px;
}
body #header .bandeau > .menuContact .wpml-ls-legacy-list-horizontal {
  font-size: 0;
  border-width: 0;
  padding: 0;
}
body #header .bandeau > .menuContact .wpml-ls-legacy-list-horizontal a {
  font-size: 0;
  padding: 0;
}
body #header .bandeau #logo img {
  max-height: 47px;
}
@media (min-width: 600px) {
  body #header .bandeau #logo img {
    max-height: 77px;
  }
}
body #informations {
  display: none;
  position: fixed;
  right: 0;
  bottom: 40%;
  background-color: #19879F;
  z-index: 10000;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  padding: 10px 60px;
  font-size: 1.2em;
  color: white;
  cursor: pointer;
}
@media (min-width: 768px) {
  body #informations {
    display: block;
  }
}
body #informations img {
  position: absolute;
  top: -17px;
  left: -10px;
  transform: rotate(90deg);
}

body > footer {
  background-color: #22637D;
  /*border-top:10px solid $bleuFonce;*/
  text-shadow: 0 3px 0 #123543;
}
body > footer .colonnes {
  text-align: left;
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  body > footer .colonnes {
    display: flex;
    justify-content: space-evenly;
  }
}
body > footer .colonnes h1, body > footer .colonnes h2, body > footer .colonnes h3, body > footer .colonnes h4, body > footer .colonnes h5, body > footer .colonnes h6 {
  color: white;
  margin: 0 0 10px 0;
}
body > footer .colonnes > div {
  padding: 10px 30px 4px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  body > footer .colonnes > div {
    width: 33%;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
body > footer .colonnes > div:last-child {
  margin-bottom: 20px;
  border-right: 0px solid rgba(255, 255, 255, 0.2);
}
body > footer .colonnes .menu {
  list-style-type: none;
  margin: 20px 0 10px 0;
  padding: 0;
}
body > footer .colonnes .menu li {
  text-align: left;
  margin: 0;
  padding: 0;
}
body > footer .colonnes .menu li a {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  color: white;
  transition: all ease 0.3s;
}
body > footer .colonnes .menu li a:hover {
  text-decoration: underline;
}
body > footer .copyright {
  text-shadow: 0 0 0 white;
  text-align: center;
  font-size: 11px;
  color: white;
  padding: 20px 10px;
}
body > footer .copyright a {
  color: white;
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #123543;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 1000;
  box-sizing: border-box;
  padding: 60px;
}
#overlay a {
  text-decoration: none;
  color: white;
  display: block;
  transition: all ease 0.3s;
}
#overlay a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#overlay ul, #overlay li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#overlay > div {
  width: fit-content;
  min-height: 100%;
  margin: auto;
  display: flex;
}
#overlay > div nav {
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  align-items: center;
  justify-items: center;
  min-height: 100%;
}
#overlay > div nav ul.menu {
  flex-grow: 1;
  max-width: 1100px;
  width: fit-content;
  /*display: flex;
  flex-direction: column;
  align-content: flex-end;*/
}
@media (min-width: 600px) {
  #overlay > div nav ul.menu {
    /*flex-direction: row;
    flex-wrap: wrap;*/
  }
}
#overlay > div nav ul.menu > li {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  #overlay > div nav ul.menu > li {
    width: 45%;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  #overlay > div nav ul.menu > li {
    width: 30%;
    padding: 30px;
  }
}
#overlay > div nav ul.menu > li > a {
  font-size: 59px;
  line-height: 32px;
  font-weight: normal;
  padding-bottom: 20px;
}
#overlay > div nav ul.menu > li ul li > a {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#overlay > div nav ul.menu > li ul li.separateur > a {
  border-bottom: 0 solid white;
  font-size: 25px;
  font-weight: normal;
  margin: 20px 0 0 0;
}
#overlay > div #fermerMenu {
  position: absolute;
  top: 40px;
  right: 40px;
}

#contact {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #22637D;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 1000;
  color: white;
  padding: 60px;
}
#contact > div {
  width: fit-content;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #contact > div {
    flex-direction: row;
    align-items: center;
    justify-items: center;
  }
}
#contact > div #fermerContact {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (min-width: 768px) {
  #contact > div .formulaire {
    padding-right: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#contact > div .formulaire h2 {
  color: white;
  font-size: 59px;
  font-weight: normal;
}
#contact > div .formulaire input[type=text], #contact > div .formulaire input[type=email], #contact > div .formulaire textarea {
  font-family: masqualero;
  background-color: transparent;
  border: 0 solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  margin-bottom: 3px;
  width: 100%;
  font-size: 18px;
}
#contact > div .formulaire input[type=text]::placeholder, #contact > div .formulaire input[type=email]::placeholder, #contact > div .formulaire textarea::placeholder {
  font-family: masqualero;
  font-size: 18px;
  color: white;
}
#contact > div .formulaire input[type=submit] {
  font-family: masqualero;
  background-color: white;
  color: #123543;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all ease 0.3s;
  padding: 5px 15px;
  font-size: 18px;
}
#contact > div .formulaire input[type=submit]:hover {
  background-color: #123543;
  color: white;
}
#contact > div .coordonnees {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  #contact > div .coordonnees {
    border-bottom: 0 solid rgba(255, 255, 255, 0.2);
    padding-left: 60px;
  }
}
#contact > div .coordonnees .contenu {
  padding-left: 43px;
}
#contact > div .coordonnees .contenu h2 {
  color: white;
  font-size: 59px;
  line-height: 32px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
#contact > div .coordonnees .contenu .nom {
  font-size: 18px;
  margin-bottom: 30px;
}
#contact > div .coordonnees .contenu .telephone {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
}
#contact > div .coordonnees .contenu .reseaux a {
  color: white;
  text-decoration: none;
  transition: all ease 0.3s;
}
#contact > div .coordonnees .contenu .reseaux a:hover {
  color: rgba(255, 255, 255, 0.2);
}
#contact > div .coordonnees .contenu .reseaux span {
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
}

.bouton a, .bouton button {
  font-family: masqualero !important;
  background-color: #ECF1F7 !important;
  color: #123543 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  cursor: pointer !important;
  transition: all ease 0.3s !important;
  padding: 5px 15px !important;
}
.bouton a:hover, .bouton button:hover {
  background-color: #123543 !important;
  color: white !important;
}

#menuPied ul, #menuPied li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menuPied ul li {
  display: inline-block;
}
#menuPied ul li a {
  display: block;
  padding: 3px 5px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: masqualero;
  font-size: 17px;
}
body main {
  padding: 0 20px;
  max-width: 1200px;
  margin: 107px auto 0 auto;
}
@media (min-width: 600px) {
  body main {
    /*margin-top: 137px;*/
  }
}

.bleu {
  color: #194f6b;
}

.vert {
  color: #108971;
}

.bleuPied {
  color: #22637D;
}

h1 {
  color: #19879F;
}

h2 {
  color: #194f6b;
}

h3 {
  color: #123543;
}

/*# sourceMappingURL=style.css.map */
