:root {
  scrollbar-width: 12px;
  scrollbar-color: #081E31 #3188C3;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-weight: 500;
  background-color: #081E31;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *,
body *:before,
body *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body a {
  font-size: 1.4rem;
  color: #364D65;
  text-decoration: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body a:hover {
  color: rgba(54,77,101,0.75);
  text-decoration: none;
}
body p {
  font-size: 1.4rem;
  color: #3188C3;
  font-family: 'Montserrat', sans-serif;
  line-height: 2.4rem;
  margin: 0 0 24px;
}
body ul {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  list-style-type: none;
}
body h1 {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 4rem;
  line-height: 1.1;
  margin: 0px 0px 23px;
  font-weight: bold;
}
body h2,
body .h2like {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0px 0px 43px;
  font-weight: bold;
}
body h2.chapeau {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  color: #3188C3;
  margin: 0px 0px 59px;
  line-height: 2.4rem;
  font-weight: 500;
}
body h3,
body .h3like {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0px 0px 28px;
  font-weight: bold;
}
body h4,
body .h4like {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0px 0px 28px;
  font-weight: bold;
}
body h5,
body .h5like {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0px 0px 20px;
  font-weight: bold;
}
body h6,
body .h6like {
  font-family: 'Montserrat', sans-serif;
  color: #3188C3;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0px 0px 20px;
  font-weight: bold;
}
body [target="_blank"] {
  cursor: alias !important;
}
body ::-moz-selection {
  color: #ffffff;
  background: #3188C3;
}
body ::selection {
  color: #ffffff;
  background: #3188C3;
}
body ::-webkit-input-placeholder {
  color: #3188C3;
}
body ::-moz-placeholder {
  color: #3188C3;
}
body :-ms-input-placeholder {
  color: #3188C3;
}
body :-moz-placeholder {
  color: #3188C3;
}
body::-webkit-scrollbar-track {
  background-color: #3188C3;
  border-radius: 0;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #3188C3;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #081E31;
}
body .imgcropCtn {
  position: relative;
  overflow: hidden;
}
body .imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body .imgcrop.contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  object-position: center;
  min-height: 100%;
}
body main {
  margin: 0px 35px 0px;
}
body .grecaptcha-badge {
  visibility: hidden;
}
.pswp {
  z-index: 99999;
}
form.searchpageform {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchpageform input[type="text"] {
  border: 1px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  background-color: #1F3343;
  color: #ffffff;
  font-weight: 500;
  background-image: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
  padding: 15px 30px;
  margin: 0px 10px 0px 0px;
  line-height: 1;
}
.searchpageform input[type="submit"] {
  outline: 0;
  border: 0;
  line-height: 1.4rem;
  border-radius: 4px;
  -webkit-appearance: none;
  background: #081E31;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
  padding: 15px;
  color: #3188C3;
  font-weight: 500;
  border: 2px solid #3188C3;
  cursor: pointer;
  display: block;
  margin: auto;
}
.searchpageform input[type="submit"]:hover {
  color: #081E31;
  background-color: #3188C3;
}
header.hdr {
  height: 70px;
  padding: 5px 30px;
  background-color: transparent;
  width: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
header.hdr .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
header.hdr .inner a.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 280px;
}
header.hdr .inner a.logo img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
header.hdr .inner nav.mainmenu {
  flex-grow: 1;
}
header.hdr .inner nav.mainmenu > div > ul {
  display: flex;
  align-items: center;
}
header.hdr .inner nav.mainmenu > div > ul > li {
  margin: 0 20px;
  position: relative;
}
header.hdr .inner nav.mainmenu > div > ul > li > a {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}
header.hdr .inner nav.mainmenu > div > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 50%;
  bottom: -10px;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.hdr .inner nav.mainmenu > div > ul > li > a:hover {
  color: #ffffff;
}
header.hdr .inner nav.mainmenu > div > ul > li > a:hover::after {
  content: "";
  position: absolute;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  -webkit-transform: translate(-50%,20px);
  -moz-transform: translate(-50%,20px);
  -ms-transform: translate(-50%,20px);
  -o-transform: translate(-50%,20px);
  transform: translate(-50%,20px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li {
  position: relative;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #3188C3;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > a:hover {
  background: #3188C3;
  color: #ffffff;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  width: max-content;
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul > li > a {
  display: block;
  color: #3188C3;
  background: #ffffff;
  padding: 10px 20px;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul > li > a:hover {
  background: #3188C3;
  color: #ffffff;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li > ul ul {
  display: none;
}
header.hdr .inner nav.mainmenu > div > ul > li > ul.sub-menu > li:hover > ul {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  pointer-events: auto;
}
header.hdr .inner nav.mainmenu > div > ul > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  pointer-events: auto;
}
header.hdr .inner .secondmenu {
  position: relative;
  display: flex;
  width: 10%;
  height: 60px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 215px;
}
header.hdr .inner .secondmenu::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  top: 50%;
  left: 58%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
}
header.hdr .inner .secondmenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
header.hdr .inner .secondmenu ul li {
  padding: 0px 20px 0px 0px;
  line-height: 1rem;
}
header.hdr .inner .secondmenu ul li a i {
  color: #ffffff;
  font-size: 16px;
}
header.hdr .inner .secondmenu ul li span {
  cursor: pointer;
  text-transform: uppercase;
}
header.hdr .inner .secondmenu ul li span i {
  color: #ffffff;
  font-size: 21px;
}
header.hdr .inner .secondmenu ul li:last-child {
  padding: 0px;
}
header.hdr .inner .secondmenu ul .panier a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  position: relative;
}
header.hdr .inner .secondmenu ul .panier a i {
  color: #1F447E;
  font-size: 22px;
}
header.hdr .inner .secondmenu ul .panier a span {
  position: absolute;
  bottom: 1px;
  right: 4px;
  line-height: 1.9rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  background: #F00239;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.hdr .inner .secondmenu ul .langue {
  display: flex;
  align-items: center;
}
header.hdr .inner .secondmenu .border-menu {
  height: 100%;
  width: 2px;
  background-color: #ffffff;
}
.loupe-menu {
  position: relative;
  color: white;
  cursor: pointer;
}
header.hdr.stickyHeader {
  height: 127px;
  top: 0;
  z-index: 9998;
  position: fixed;
}
header.hdr.stickyHeader.scrolling {
  height: 70px;
  background-color: #081E31;
}
.headerinside > .pictos {
  display: none;
}
.mainmenu-mobile-inner > div > ul > li:nth-child(3) {
  display: block;
}
.scroll-mobile {
  right: 20px !important;
  top: 10px !important;
  transition: 0.3s all ease-in-out;
}
.menu-mobile {
  display: none;
}
.mainmenu-mobile {
  position: relative;
  left: -100vw;
  opacity: 0;
  background-color: #3188C3;
}
.mainmenu-mobile a {
  color: white;
}
.mainmenu-mobile ul.menu-menu-principal .sub-menu {
  position: initial;
  top: unset;
  left: unset;
  height: max-content;
}
.mainmenu-mobile ul.sub-menu li a {
  display: block;
  width: max-content;
  color: white;
  padding: 15px;
  white-space: nowrap;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.mainmenu-mobile ul.sub-menu li:hover>a {
  color: #E3001B;
  transition: 0.3s all ease-in-out;
}
.mainmenu-mobile .sub-menu {
  display: none;
  background-color: transparent;
  list-style: none;
}
.mainmenu-mobile .activeSub {
  display: block;
  position: initial;
}
.active-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0px;
  z-index: 999;
  transition: 0.5s all ease-in-out;
}
.menu-mobile span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}
.active-menuSymbole span {
  background-color: white;
}
.active-menuSymbole span:first-child {
  transform: rotate(135deg) translateY(-10px) translateX(10px);
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.active-menuSymbole span:nth-child(2) {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.active-menuSymbole span:nth-child(3) {
  transform: rotate(-135deg) translateY(10px) translateX(10px);
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.sub-menu .sub-menu {
  padding-left: 15px;
}
header.stickyHeader {
  top: 0;
}
.menu-mobile {
  flex-direction: column;
  position: fixed;
  opacity: 1;
  right: 20px;
  top: 30px;
  height: 55px;
  width: 55px;
  justify-content: space-evenly;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s all ease-in-out;
}
.scrolling .menu-mobile {
  top: 8px;
  transition: 0.3s all ease-in-out;
}
.scrolling .menu-mobile span {
  background-color: white;
}
.active-menuSymbole {
  transition: 0.3s all ease-in-out;
}
.mainmenu-mobile-inner {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  height: max-content;
  width: 80%;
  left: 50%;
  top: 50%;
}
.mainmenu-mobile-inner > div > ul {
  height: 100%;
  padding-left: 0;
  list-style: none;
}
.mainmenu-mobile-inner > div > ul > li.activeParent {
  opacity: 1;
  transition: 0.8s all ease-in-out;
}
.mainmenu-mobile-inner > div > ul > li {
  opacity: 0.9;
  transition: 0.8s all ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer.ftr {
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  background: #EFEFEF;
}
footer.ftr > .inner {
  width: 95%;
  padding: 80px 0px;
  margin: auto;
  min-height: 200px;
}
footer.ftr .footer__logos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer.ftr .footer__logos .footer__logos--inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 8%;
}
footer.ftr .footer__logos .footer__logos--inner img {
  display: block;
  width: 100%;
  height: auto;
}
footer.ftr .footer__logos .footer__logos--inner .footer__logos--rs {
  display: flex;
  flex-direction: row;
  flex-direction: nowrap;
  justify-content: flex-start;
  padding: 35px 0px;
}
footer.ftr .footer__logos .footer__logos--inner .footer__logos--rs a {
  display: block;
  width: 50px;
  height: auto;
}
footer.ftr .footer__logos .footer__logos--inner .footer__logos--rs a i {
  color: #081E31;
  font-size: 20px;
}
footer.ftr .footer__logos .footer__logos--inner i {
  width: 100%;
  font-size: 16vw;
  color: #3188C3;
}
footer.ftr .footer__adresses {
  background: #081E31;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 20px;
}
footer.ftr .footer__adresses div {
  position: relative;
  padding: 0px 0px 20px 0px;
  min-height: unset;
}
footer.ftr .footer__adresses div.footer__premiereadresse:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #3188C3;
}
footer.ftr .footer__adresses div:nth-child(2) {
  padding: 20px 0px 0px 0px;
}
footer.ftr .footer__adresses div p {
  color: #ffffff;
  margin: 0;
}
footer.ftr .footer__adresses .yataclock--day--item .inner {
  margin: 0;
}
footer.ftr .footer__adresses .yataclock--day--item .inner p {
  color: #3188C3;
}
footer.ftr .footer__listes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer.ftr .footer__listes .footer__listitem {
  display: block;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
footer.ftr .footer__listes .footer__listitem a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #3188C3;
  width: 100%;
  height: 100%;
  min-height: 85px;
  padding: 20px 30px;
  border: 1px solid #3188C3;
  transition: 0.3s all ease-in-out;
}
footer.ftr .footer__listes .footer__listitem a i {
  font-size: 20px;
}
footer.ftr .footer__listes .footer__listitem a:hover {
  color: #ffffff;
  background-color: #3188C3;
  transition: 0.3s all ease-in-out;
}
footer.ftr .footer__liens {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer.ftr .footer__liens .footer__listitem {
  display: block;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
footer.ftr .footer__liens .footer__listitem a {
  display: block;
  color: #081E31;
  width: 100%;
  height: 100%;
}
footer.ftr .footer__liens .footer__listitem a span {
  font-weight: 900;
  text-decoration: underline #081E31;
}
footer.ftr .footer__cartes img {
  width: 85%;
}
footer.ftr .copyright {
  text-align: center;
  padding: 15px 30px;
  color: #3188C3;
  font-size: 1.6rem;
  background: #04111b;
}
footer.ftr .copyright p {
  margin: 0;
}
footer.ftr .copyright a {
  color: #3188C3;
}
footer.ftr .copyright a:hover {
  color: #ffffff;
}
footer.ftr .madebyYata {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #24263F;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px 10px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
footer.ftr .madebyYata span {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
}
footer.ftr .madebyYata img {
  width: 50px;
}
footer.ftr .madebyYata:hover {
  background: #ffd926;
}
.btn__yt {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.boutVide {
  line-height: 1.2rem;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px;
  background-color: transparent;
  color: #3188C3;
  font-weight: 500;
  border-color: #3188C3;
}
.boutVide:hover {
  color: #081E31;
  background-color: #3188C3;
}
.boutVideGrand {
  line-height: 1.6rem;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  border: 2px solid;
  border-radius: 4px;
  padding: 20px 40px;
  background-color: transparent;
  color: #3188C3;
  border-color: #3188C3;
  font-weight: 500;
}
.boutVideGrand:hover {
  color: #081E31;
  background-color: #3188C3;
}
.boutPlus {
  display: inline-flex;
  align-items: center;
  color: #3188C3;
}
.boutPlus span.icbout {
  position: absolute;
  font-size: 3.2rem;
  display: inline-block;
  transform: translateY(-1px);
}
.boutPlus span.textbout {
  padding-left: 40px;
}
.boutPlus:hover {
  padding-left: 10px;
  color: #5DBBFA;
}
.boutCarre {
  flex: 1 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #081E31;
  background-color: #CCD772;
}
.boutCarre:before {
  content: '';
  padding-top: 100%;
}
.boutCarre .textbout {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}
.boutCarre .textbout .lien_icone {
  font-size: 5rem;
  margin-bottom: 20px;
  text-align: right;
  flex: 1 1 100%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.boutCarre .textbout .lien_titreHaut {
  font-size: 1.8rem;
  font-weight: bold;
  flex: 1 1 100%;
  line-height: 2.6rem;
}
.boutCarre .textbout .lien_titreBas {
  font-size: 2.6rem;
  flex: 1 1 100%;
  line-height: 2.8rem;
  text-transform: lowercase;
}
.boutCarre:hover {
  color: rgba(8,30,49,0.75);
}
.boutCarre:hover .lien_icone {
  right: 10px;
}
.section-blogpage {
  margin: 100px 0px;
}
.gtranslate-edit {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 10vw;
}
.gtranslate-edit a {
  padding: 10px;
  background: #1f2124;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.gtranslate-edit a img {
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
.gtranslate-edit a:hover {
  background: #ffae1f;
  color: #1f2124;
}
#google_language_translator select.goog-te-combo {
  color: white !important;
  border: none !important;
  background: transparent !important;
}
#google_language_translator select.goog-te-combo option {
  text-transform: uppercase;
  color: white !important;
  border: none !important;
  background-color: transparent !important;
}
form.wpcf7-form,
form#gdrf-form {
  width: 100%;
  overflow: hidden;
}
form.wpcf7-form br,
form#gdrf-form br {
  display: none;
}
form.wpcf7-form textarea,
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="number"],
form#gdrf-form textarea,
form#gdrf-form input[type="text"],
form#gdrf-form input[type="email"],
form#gdrf-form input[type="tel"],
form#gdrf-form input[type="number"] {
  border: 1px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  background-color: #1F3343;
  font-weight: 500;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  padding: 15px 30px;
  margin: 0px 0px 10px;
  line-height: 1;
}
form.wpcf7-form textarea,
form#gdrf-form textarea {
  width: 100%;
  padding: 15px 30px 0;
  resize: vertical;
}
form.wpcf7-form textarea:focus,
form.wpcf7-form input:focus,
form#gdrf-form textarea:focus,
form#gdrf-form input:focus {
  border: 1px #3188C3 solid;
}
form.wpcf7-form input[type="submit"],
form#gdrf-form input[type="submit"] {
  outline: 0;
  border: 0;
  line-height: 1.4rem;
  border-radius: 4px;
  -webkit-appearance: none;
  background: #081E31;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  padding: 15px;
  color: #3188C3;
  font-weight: 500;
  border: 2px solid #3188C3;
  cursor: pointer;
  display: block;
  margin: auto;
}
form.wpcf7-form input[type="submit"]:hover,
form#gdrf-form input[type="submit"]:hover {
  background: #3188C3;
  color: #081E31;
}
form.wpcf7-form .checkbox_container,
form#gdrf-form .checkbox_container {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 1.3rem;
  line-height: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.wpcf7-form .checkbox_container input,
form#gdrf-form .checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form.wpcf7-form .checkbox_container label,
form#gdrf-form .checkbox_container label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 2rem;
}
form.wpcf7-form .checkbox_container .wpcf7-list-item,
form#gdrf-form .checkbox_container .wpcf7-list-item {
  margin-left: 34px;
}
form.wpcf7-form .checkbox_container .wpcf7-list-item-label::before,
form#gdrf-form .checkbox_container .wpcf7-list-item-label::before {
  margin-right: 16px;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #3188C3;
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0.8rem;
}
form.wpcf7-form .checkbox_container .wpcf7-list-item-label::after,
form#gdrf-form .checkbox_container .wpcf7-list-item-label::after {
  visibility: hidden;
  position: absolute;
  top: 9.5px;
  left: 8.5px;
  font-size: 0.8rem;
  content: "\e93a";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
form.wpcf7-form .checkbox_container:hover input ~ .wpcf7-list-item-label::before,
form#gdrf-form .checkbox_container:hover input ~ .wpcf7-list-item-label::before {
  border: 1px solid #5DBBFA;
}
form.wpcf7-form .checkbox_container:hover label,
form#gdrf-form .checkbox_container:hover label {
  color: #5DBBFA;
}
form.wpcf7-form .checkbox_container input:checked ~ .wpcf7-list-item-label::after,
form#gdrf-form .checkbox_container input:checked ~ .wpcf7-list-item-label::after {
  visibility: visible;
}
form.wpcf7-form ::placeholder,
form#gdrf-form ::placeholder {
  color: #3188C3;
}
form.wpcf7-form div.wpcf7-recaptcha>div,
form#gdrf-form div.wpcf7-recaptcha>div {
  margin: auto;
}
form.wpcf7-form span.recaptcha > span > div,
form#gdrf-form span.recaptcha > span > div {
  margin: auto;
}
form[aria-label="Formulaire de contact"] input[type=number] {
  color: #3188C3;
  width: auto;
  padding: 5px 10px;
}
form[aria-label="Formulaire de contact"] input[type=radio] {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e67800;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #ffffff;
  font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e62300;
  font-size: 1.6rem;
  color: #ffffff;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.pagination__ctn nav {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.pagination__ctn nav > a,
.pagination__ctn nav > span {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 10px;
  color: #1e1e1e;
}
.pagination__ctn nav > span.current {
  color: #3188C3;
}
.pagination__ctn nav a:hover {
  color: #3188C3;
}
body.sizeplus .main p {
  font-size: 2rem;
}
body.lineplus .main p {
  line-height: 2;
}
body.typeplus .main p,
body.typeplus .main h1,
body.typeplus .main h2,
body.typeplus .main h3,
body.typeplus .main h4,
body.typeplus .main h5,
body.typeplus .main h6,
body.typeplus .main li,
body.typeplus .main a {
  font-family: Courier, serif;
}
.section-enconstruction {
  height: 100vh;
  background: #081E31;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-enconstruction h1 {
  margin: 0 0 10px;
}
.section-enconstruction h1 img {
  width: 220px;
  height: auto;
}
.section-enconstruction h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #3188C3;
}
@keyframes animmodal {
  from {
    margin-top: -10vw;
    opacity: .1;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes miniscale {
  from {
    transform: scale(0.3);
    opacity: .3;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animtitreside {
  from {
    transform: translateX(20px);
    opacity: .1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt200 {
  margin-top: 200px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 100px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.ml60 {
  margin-left: 60px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.ml140 {
  margin-left: 140px;
}
.ml160 {
  margin-left: 160px;
}
.ml170 {
  margin-left: 170px;
}
.ml180 {
  margin-left: 180px;
}
.ml200 {
  margin-left: 200px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr60 {
  margin-right: 60px;
}
.mr80 {
  margin-right: 80px;
}
.mr100 {
  margin-right: 100px;
}
.mr120 {
  margin-right: 120px;
}
.mr140 {
  margin-right: 140px;
}
.mr160 {
  margin-right: 160px;
}
.mr170 {
  margin-right: 170px;
}
.mr180 {
  margin-right: 180px;
}
.mr200 {
  margin-right: 200px;
}
.container.w760 {
  max-width: 760px;
}
.container.w770 {
  max-width: 770px;
}
.container.w780 {
  max-width: 780px;
}
.container.w790 {
  max-width: 790px;
}
.container.w800 {
  max-width: 800px;
}
.container.w810 {
  max-width: 810px;
}
.container.w820 {
  max-width: 820px;
}
.container.w830 {
  max-width: 830px;
}
.container.w840 {
  max-width: 840px;
}
.container.w850 {
  max-width: 850px;
}
.container.w860 {
  max-width: 860px;
}
.container.w870 {
  max-width: 870px;
}
.container.w880 {
  max-width: 880px;
}
.container.w890 {
  max-width: 890px;
}
.container.w900 {
  max-width: 900px;
}
.container.w910 {
  max-width: 910px;
}
.container.w920 {
  max-width: 920px;
}
.container.w930 {
  max-width: 930px;
}
.container.w940 {
  max-width: 940px;
}
.container.w950 {
  max-width: 950px;
}
.container.w960 {
  max-width: 960px;
}
.container.w970 {
  max-width: 970px;
}
.container.w980 {
  max-width: 980px;
}
.container.w990 {
  max-width: 990px;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1010 {
  max-width: 1010px;
}
.container.w1020 {
  max-width: 1020px;
}
.container.w1030 {
  max-width: 1030px;
}
.container.w1040 {
  max-width: 1040px;
}
.container.w1050 {
  max-width: 1050px;
}
.container.w1060 {
  max-width: 1060px;
}
.container.w1070 {
  max-width: 1070px;
}
.container.w1080 {
  max-width: 1080px;
}
.container.w1090 {
  max-width: 1090px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1110 {
  max-width: 1110px;
}
.container.w1120 {
  max-width: 1120px;
}
.container.w1130 {
  max-width: 1130px;
}
.container.w1140 {
  max-width: 1140px;
}
.container.w1150 {
  max-width: 1150px;
}
.container.w1160 {
  max-width: 1160px;
}
.container.w1170 {
  max-width: 1170px;
}
.container.w1180 {
  max-width: 1180px;
}
.container.w1190 {
  max-width: 1190px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1210 {
  max-width: 1210px;
}
.container.w1220 {
  max-width: 1220px;
}
.container.w1230 {
  max-width: 1230px;
}
.container.w1240 {
  max-width: 1240px;
}
.container.w1250 {
  max-width: 1250px;
}
.container.w1260 {
  max-width: 1260px;
}
.container.w1270 {
  max-width: 1270px;
}
.container.w1280 {
  max-width: 1280px;
}
.container.w1290 {
  max-width: 1290px;
}
.container.w1300 {
  max-width: 1300px;
}
.container.w1310 {
  max-width: 1310px;
}
.container.w1320 {
  max-width: 1320px;
}
.container.w1330 {
  max-width: 1330px;
}
.container.w1340 {
  max-width: 1340px;
}
.container.w1350 {
  max-width: 1350px;
}
.container.w1360 {
  max-width: 1360px;
}
.container.w1370 {
  max-width: 1370px;
}
.container.w1380 {
  max-width: 1380px;
}
.container.w1390 {
  max-width: 1390px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1410 {
  max-width: 1410px;
}
.container.w1420 {
  max-width: 1420px;
}
.container.w1430 {
  max-width: 1430px;
}
.container.w1440 {
  max-width: 1440px;
}
.container.w1450 {
  max-width: 1450px;
}
.container.w1460 {
  max-width: 1460px;
}
.container.w1470 {
  max-width: 1470px;
}
.container.w1480 {
  max-width: 1480px;
}
.container.w1490 {
  max-width: 1490px;
}
.container.w1500 {
  max-width: 1500px;
}
.container.w1510 {
  max-width: 1510px;
}
.container.w1520 {
  max-width: 1520px;
}
.container.w1530 {
  max-width: 1530px;
}
.container.w1540 {
  max-width: 1540px;
}
.container.w1550 {
  max-width: 1550px;
}
.container.w1560 {
  max-width: 1560px;
}
.container.w1570 {
  max-width: 1570px;
}
.container.w1580 {
  max-width: 1580px;
}
.container.w1590 {
  max-width: 1590px;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1610 {
  max-width: 1610px;
}
.container.w1620 {
  max-width: 1620px;
}
.container.w1630 {
  max-width: 1630px;
}
.container.w1640 {
  max-width: 1640px;
}
.container.w1650 {
  max-width: 1650px;
}
.container.w1660 {
  max-width: 1660px;
}
.container.w1670 {
  max-width: 1670px;
}
.container.w1680 {
  max-width: 1680px;
}
.container.w1690 {
  max-width: 1690px;
}
.container.w1700 {
  max-width: 1700px;
}
.container.w1710 {
  max-width: 1710px;
}
.container.w1720 {
  max-width: 1720px;
}
.container.w1730 {
  max-width: 1730px;
}
.container.w1740 {
  max-width: 1740px;
}
.container.w1750 {
  max-width: 1750px;
}
.container.w1760 {
  max-width: 1760px;
}
.container.w1770 {
  max-width: 1770px;
}
.container.w1780 {
  max-width: 1780px;
}
.container.w1790 {
  max-width: 1790px;
}
.container.w1800 {
  max-width: 1800px;
}
.container.w1810 {
  max-width: 1810px;
}
.container.w1820 {
  max-width: 1820px;
}
.container.w1830 {
  max-width: 1830px;
}
.container.w1840 {
  max-width: 1840px;
}
.container.w1850 {
  max-width: 1850px;
}
.container.w1860 {
  max-width: 1860px;
}
.container.w1870 {
  max-width: 1870px;
}
.container.w1880 {
  max-width: 1880px;
}
.container.w1890 {
  max-width: 1890px;
}
.container.w1900 {
  max-width: 1900px;
}
.container.w1910 {
  max-width: 1910px;
}
.container.w1920 {
  max-width: 1920px;
}
.backtotop {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 100px;
  right: 70px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.backtotop i {
  font-size: 40px;
  opacity: 0.5;
}
.backtotop:hover i {
  opacity: 1;
}
.wpml-ls {
  display: inline-block;
  width: 60px !important;
  float: right;
  margin: 8px 23px;
}
.wpml-ls-legacy-dropdown a {
  color: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  background-color: #ffffff !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
  color: #1e1e1e !important;
  background-color: #ffffff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 30px !important;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 2px !important;
}
#glt-translate-trigger {
  display: none;
}
.selectlangue {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: 0px solid #ffffff;
}
.selectlangue span:after {
  content: '▼';
  margin-left: 7px;
}
#listlg {
  background-color: #3188C3;
  display: none;
  position: absolute;
  border: 1px solid #ffffff;
  left: 0px;
}
a.nturl {
  display: block;
  padding: 3px 19px;
}
a.nturl:hover {
  color: #3188C3;
  background-color: #ffffff;
}
.fondModal {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
.fondModal .modalclosebackground {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fondModal .modalinner {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  animation-name: animmodal;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.fondModal .modalinner .modalContent {
  border-radius: 4px;
  background-color: #081E31;
  margin: 0px;
  padding: 15px;
}
.fondModal .modalinner .modalContent .modalClose {
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #3188C3;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.fondModal .modalinner .modalContent .modalClose:hover {
  color: #A1BADD;
}
.fondModal .modalinner .modalContent .titremodal {
  margin: 5px 0px 15px 0px;
  font-size: 2rem;
  font-weight: bold;
}
.fondModal .modalinner .modalContent .accessoption {
  padding: 5px 10px;
  border: 1px solid #3188C3;
  border-radius: 4px;
  margin-top: 8px;
}
.fondModal .modalinner .modalContent .accessoption p.formtexte {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle {
  margin-top: -10px;
  margin-bottom: 0;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle {
  margin: 5px 15px;
}
.fondModal .modalinner .modalContent .accessoption p.formtoggle span.toggle input + label {
  margin-left: 63px;
  color: #3188C3;
}
#modalaccess .modalinner {
  max-width: 307px;
}
.bloclienrech {
  max-width: 900px;
  display: block;
  margin: auto;
  margin-bottom: 70px;
}
.bloclienrech div.miniimgrech {
  margin-right: 20px;
  float: left;
  width: 250px;
  height: 117px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.bloclienrech h2.entry-title {
  margin: 15px 0px 0px 0px;
  text-align: left;
  font-size: 2rem;
}
.bloclienrech h2.entry-title:after {
  margin: 20px auto 20px auto !important;
}
.bloclienrech:hover h2.entry-title {
  color: #1e1e1e;
}
form.searchpageform {
  text-align: center;
}
p.searchresults {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
#wpc-weather,
#wpc-weather.small .now .location_name {
  font-size: 24px !important;
}
#wpc-weather.small .now .time_symbol svg {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 20px !important;
}
#wpc-weather.small .now .time_temperature {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
#wpc-weather .short_condition {
  font-size: 20px !important;
  margin: 5px 0 !important;
  text-align: center !important;
}
#wpc-weather.wpc-xs {
  padding: 0px 10px;
}
.toggle {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 5px 10px;
}
.toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.toggle input + label {
  margin-left: 40px;
  cursor: pointer;
  color: #3188C3;
}
.toggle input:checked + label {
  color: #3188C3;
}
.toggle label {
  margin-top: 1px;
}
.toggle input + label::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
  background-color: #969696;
  display: inline-block;
  height: 18px;
  width: 34px;
  border-radius: 10px;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}
.toggle input + label::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 2px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
}
.toggle input:checked + label::before {
  background-color: #3188C3;
}
.toggle input:checked + label::after {
  -webkit-transform: translate(16px,0);
  -moz-transform: translate(16px,0);
  -ms-transform: translate(16px,0);
  -o-transform: translate(16px,0);
  transform: translate(16px,0);
}
.slick-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.slick-slider .slick-slide {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: inline-block;
  border: 0;
  font-size: 0;
  background-color: transparent;
  width: 27px;
  height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 5;
  background-image: url('/wp-content/themes/yatatheme/img/arrow.svg');
  background-size: 100% 100%;
  filter: brightness(0.3);
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  filter: brightness(0.5) sepia(1) hue-rotate(-170deg) saturate(30) !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev {
  transform: rotate(180deg);
  left: -30px;
}
.slick-slider .slick-next {
  right: -30px;
}
.slick-slider ul.slick-dots {
  margin-top: 10px;
  list-style-type: none;
  text-align: center;
  padding: 0px;
}
.slick-slider ul.slick-dots > li {
  display: inline-block;
}
.slick-slider ul.slick-dots > li button {
  box-sizing: border-box;
  font-size: 0px;
  cursor: pointer;
  border: 1px solid #1e1e1e;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  background-color: transparent;
  transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slick-slider ul.slick-dots > li button:before {
  display: none;
}
.slick-slider ul.slick-dots > li button:hover {
  background-color: #3c3c3c;
}
.slick-slider ul.slick-dots > li.slick-active button {
  background-color: #3c3c3c;
}
.container-fluid .slick-slider {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.container-fluid .slick-slider .slick-prev {
  left: 30px;
  filter: brightness(10);
}
.container-fluid .slick-slider .slick-next {
  right: 30px;
  filter: brightness(10);
}
.sidemenu {
  position: absolute;
  right: 30px;
  top: 270px;
  z-index: 60;
}
.sidemenu a {
  display: block;
  text-align: right;
  cursor: pointer;
}
.sidemenu a em {
  display: inline-block;
  padding: 15px;
  background-color: transparent;
  vertical-align: middle;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sidemenu a em img {
  width: 50px;
  height: 50px;
}
.sidemenu a span {
  display: none;
  background-color: #3188C3;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  animation-name: animtitreside;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
.sidemenu a:hover em {
  background-color: #3188C3;
}
.sidemenu a:hover span {
  display: inline-block;
}
.sidemenu a:hover em img {
  filter: brightness(0.5) sepia(1) hue-rotate(370deg) saturate(145);
}
.gdpr-data-request-block {
  padding: 40px 20px;
  background: #f5f5f5;
}
.gdpr-data-request-block form {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
.gdpr-data-request-block form .gdrf-field-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-radio-label {
  margin-bottom: 30px;
  font-size: 2rem;
  width: 100%;
}
.gdpr-data-request-block form .gdrf-field-action .gdrf-data-type-label {
  margin: 0;
}
.gdpr-data-request-block form .gdrf-field-action input {
  margin-right: 10px;
}
.gdpr-data-request-block form .gdrf-field-action #gdrf-data-type-remove {
  margin-left: 20px;
}
.gdpr-data-request-block form .gdrf-field {
  margin-bottom: 20px;
}
.gdpr-data-request-block form .gdrf-field label {
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}
.ariane .contenuariane {
  font-size: 1.2rem;
  line-height: 3rem;
}
.ariane .contenuariane a {
  color: #3188C3;
  font-size: 1.2rem;
}
.ariane .contenuariane a:hover {
  color: #5DBBFA;
}
.ariane ol {
  list-style-type: none;
  display: inline-flex;
}
.imgMiseAvant {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.blacky {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0,0,0,0.2);
}
.contenuPage {
  position: relative;
}
a.bloglistitem {
  width: 47%;
  display: inline-block;
  padding: 1%;
  transition: all 0.3s ease;
  margin: 13px 0px;
}
a.bloglistitem:hover {
  transform: scale(1.05);
  background-color: #2f3652;
}
a.bloglistitem div.categimage {
  width: 40%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
a.bloglistitem div.categcont {
  width: 58%;
  display: inline-block;
  margin-left: 1%;
  vertical-align: top;
}
a.bloglistitem h3 {
  margin: 0px 0px 20px 0px;
  line-height: 0.9em;
}
a.bloglistitem:hover h3,
a.bloglistitem:hover p {
  color: white;
}
div.moteurliste {
  z-index: 200;
}
div.moteurliste form.theformlist {
  top: 70px;
  position: sticky;
  position: -webkit-sticky;
  padding: 21px 22px;
  border-radius: 4px;
  border: 2px solid #3188C3;
  margin-bottom: 24px;
}
div.moteurliste form.theformlist .onglets {
  margin: 0 0 20px;
}
div.moteurliste form.theformlist .onglets p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3188C3;
  padding: 12px 16px;
  border-radius: 4px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 12px;
  cursor: pointer;
}
div.moteurliste form.theformlist #contain_dates {
  text-align: center;
}
div.moteurliste form.theformlist #contain_dates .icbout {
  font-size: 2.4rem;
}
div.moteurliste form.theformlist #contain_dates .btnPrec {
  line-height: 1em;
  cursor: pointer;
}
div.moteurliste form.theformlist #contain_dates .btnPrec .icbout {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
div.moteurliste form.theformlist #contain_dates .btnPrec:hover {
  color: #5DBBFA;
}
div.moteurliste form.theformlist #contain_dates .btnSuiv {
  line-height: 1em;
  margin: 0;
  cursor: pointer;
}
div.moteurliste form.theformlist #contain_dates .btnSuiv .icbout {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.moteurliste form.theformlist #contain_dates .btnSuiv:hover {
  color: #5DBBFA;
}
div.moteurliste form.theformlist #contain_dates .carousel p {
  border: 1px solid #3188C3;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
div.moteurliste form.theformlist #contain_dates .carousel p:hover {
  background-color: #3188C3;
  color: #081E31;
}
div.moteurliste form.theformlist h4 {
  font-size: 1.4rem;
  margin: 0 0 12px;
}
div.moteurliste form.theformlist .checkbox_bloc {
  margin-left: 23px;
}
div.moteurliste form.theformlist .checkbox_container {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 1.3rem;
  line-height: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.moteurliste form.theformlist .checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
div.moteurliste form.theformlist .checkbox_container label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
div.moteurliste form.theformlist .checkbox_container .checkbox_checkmark {
  margin-right: 16px;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #3188C3;
}
div.moteurliste form.theformlist .checkbox_container .checkbox_checkmark:before {
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0.8rem;
}
div.moteurliste form.theformlist .checkbox_container:hover input ~ label .checkbox_checkmark {
  border: 1px solid #5DBBFA;
}
div.moteurliste form.theformlist .checkbox_container:hover input ~ label {
  color: #5DBBFA;
}
div.moteurliste form.theformlist .checkbox_container input:checked ~ label .checkbox_checkmark:before {
  visibility: visible;
}
div.moteurliste form.theformlist .range {
  width: calc(100% - 60px);
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 10px 30px;
}
div.moteurliste form.theformlist .range span.libelle-range {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
}
div.moteurliste form.theformlist .range #slider-range {
  background: #E3E3E3;
  border: none;
  border-radius: 50px;
  height: 0.55em;
}
div.moteurliste form.theformlist .range #slider-range .ui-slider-range {
  background: #3188C3;
}
div.moteurliste form.theformlist .range #slider-range .ui-slider-handle {
  border-radius: 50px;
  background: #081E31;
  border: 1px solid #3188C3;
  width: 1.1em;
  height: 1.1em;
  top: -0.26em;
}
div.moteurliste form.theformlist .range #min,
div.moteurliste form.theformlist .range #max {
  line-height: 1.3em;
}
div.moteurliste form.theformlist select {
  width: 100%;
  background: #081E31;
  border: 1px solid #3188C3;
  color: #3188C3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  font-size: 1.3rem;
  line-height: 1rem;
}
div.map-list .nbResultats {
  color: #18486B;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 32px;
}
div.colonnemap {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
  padding-top: 30px;
}
div.colonnemap>div.themap {
  width: 100%;
  height: calc(-110vh);
}
div.loadmore {
  text-align: center;
  clear: both;
}
div.listloader {
  display: block;
  text-align: center;
}
.catViewItem .catViewItem_img {
  display: block;
  height: 181px;
  margin: 0px 0px 10px;
}
.catViewItem .catViewItem_img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.catViewItem .catViewItem_img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.catViewItem .catViewItem_classement {
  margin: 0px 0px 18px;
  line-height: 1rem;
}
.catViewItem .catViewItem_classement .icbout {
  font-size: 1.1rem;
  margin-right: 4px;
}
.catViewItem h3 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin: 0px 0px 6px;
}
.catViewItem h3 a {
  color: #3188C3;
}
.catViewItem h3 a:hover {
  color: #5DBBFA;
}
.catViewItem .catViewItem_dates {
  color: #A1BADD;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0px 0px 4px;
}
.catViewItem .catViewItem_dates .icbout {
  font-size: 1.2rem;
  margin-right: 2px;
}
.catViewItem .catViewItem_commune {
  color: #A1BADD;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0px 0px 24px;
}
.catViewItem .catViewItem_commune .icbout {
  font-size: 1.2rem;
  margin-right: 2px;
}
.catViewItem .catViewItem_desc {
  padding: 0px 14px;
  line-height: 1.6rem;
  font-size: 1.3rem;
}
.nbresultat {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #555047;
  margin-top: 20px;
}
#nbrResultContainer {
  display: inline;
  margin-right: 6px;
}
#nbrResultContainer p {
  display: inline;
}
.moteurwrap {
  position: relative;
  top: -9vw;
}
.moteurwrap .container {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px 20px 40px;
  box-shadow: 0px 4px 8px #b8b7b7;
}
.moteurwrap .row > div {
  padding: 0px 10px;
  text-align: center;
}
.moteurwrap .row > div .libel {
  display: block;
  color: #555047;
  font-size: 0.9em;
}
.moteurwrap .ui-widget-header {
  background: #E51A29;
}
.moteurwrap .ui-widget.ui-widget-content {
  border: 1px solid #848484;
}
.moteurwrap .ui-state-active,
.moteurwrap .ui-widget-content .ui-state-active {
  background: #E51A29;
}
.moteurwrap .slide-img svg {
  transform: translateY(-50%);
}
.moteurwrap .libel-range {
  width: 100%;
  display: block;
  color: #E51A29 !important;
  font-weight: 700;
  padding: 7px 17px 7px 44px;
  font-size: 1.2em;
  background-color: #fff;
  margin-bottom: 15px;
}
.moteurwrap .row > div svg {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 27px;
}
.moteurwrap .row > div svg g,
.moteurwrap .row > div svg path {
  fill: #848484;
}
.moteurwrap .row > div select {
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  display: block;
  color: #2f3652;
  font-weight: 300;
  border: 1px solid #848484;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 7px 17px 7px 44px;
  font-size: 1.2em;
  background-color: #fff;
}
.moteurwrap .row > div input[type="submit"] {
  transition: all 0.3s ease;
  outline: none;
  bottom: -24px;
  position: relative;
  border: none;
  font-weight: 700;
  font-size: 1.2em;
  background-color: #2f3652;
  color: #fff;
  border-radius: 40px;
  padding: 9px 24px;
}
.moteurwrap .row > div input[type="submit"]:hover {
  background-color: #555047;
}
.slideshow-container {
  position: relative;
  overflow: hidden;
}
.mySlides {
  display: none;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 4px 5px 7px black;
  transition: 0.3s ease;
  user-select: none;
}
.next {
  right: 0;
}
.prev:hover,
.next:hover {
  color: #2f3652;
  text-decoration: none;
}
.slidein {
  animation-name: slidein;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slidein {
  from {
    margin-left: -10vw;
    width: 100%;
    opacity: .1;
  }
  to {
    margin-right: 0px;
    width: 100%;
    opacity: 1;
  }
}
.pageitem h2 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.pageitem p {
  margin: 20px 0px;
}
.communeitem,
.typeitem {
  font-size: 1.5em;
  letter-spacing: -1px;
  display: inline-block;
}
.communeitem img,
.typeitem img {
  width: 50px;
}
.typeitem {
  margin-left: 50px;
}
.coorditem {
  padding-left: 50px;
}
.coorditem p,
.coorditem a {
  font-size: 1.3em;
}
.coorditem hr {
  border-top: 3px solid #555047;
  width: 100px;
  margin-left: 0px;
}
.coorditem a {
  line-height: 1.5em;
  transition: all 0.3s ease;
}
.coorditem a:hover {
  color: #2f3652;
}
.coorditem a.boutfb {
  border-radius: 20px;
  margin: 15px 0px;
  display: inline-block;
  border: 2px solid #2f3652;
  color: #2f3652;
  background-color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.coorditem a.boutfb:hover {
  color: #fff;
  background-color: #2f3652;
  border: 2px solid #fff;
}
.coorditem a.boutweb {
  border-radius: 20px;
  margin: 15px 0px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  background-color: #2f3652;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.coorditem a.boutweb:hover {
  color: #2f3652;
  background-color: #fff;
  border: 2px solid #2f3652;
}
.infosdetailinside {
  padding: 10px 0px 100px 0px;
  min-height: 650px;
}
.infosdetailinside h3 {
  margin-top: 50px;
}
.picto {
  padding: 10px;
  display: inline-block;
}
.picto .img_picto {
  text-align: center;
}
.nom_picto {
  line-height: 1em;
}
.blocmapitem {
  width: 100%;
  max-width: 450px;
  height: 500px;
  float: right;
  margin-top: 50px;
}
.contenuItemhorscadre .catViewItem {
  width: 29%;
}
.titrecross {
  font-family: 'Daniel', sans-serif;
  font-size: 2.5em;
  color: #2f3652;
  text-align: center;
  margin: 20px 0px;
}
@media (max-width: 1600px) {
  .boutCarre .textbout .lien_icone {
    font-size: 3.2rem;
  }
}
@media (max-width: 1450px) {
  header.hdr .inner nav.mainmenu > div > ul > li > a {
    font-size: 1.2rem;
  }
  header.hdr .inner a.logo {
    width: 175px;
  }
  .boutCarre .textbout {
    left: 14px;
    bottom: 20px;
    width: calc(100% - 28px);
  }
  .boutCarre .textbout .lien_icone {
    margin-bottom: 10px;
  }
  .boutCarre .textbout .lien_titreHaut {
    font-size: 1.4rem;
  }
  .boutCarre .textbout .lien_titreBas {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1200px) {
  .menu {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .mainmenu-mobile-inner .menu {
    position: initial;
    z-index: 1;
    opacity: 1;
  }
  .secondmenu {
    position: absolute;
    margin-right: 70px;
    margin-left: 20px;
    min-width: 205px !important;
  }
  .secondmenu::after {
    left: 60% !important;
  }
  .menu-mobile {
    display: flex;
  }
}
@media (max-width: 992px) {
  .boutCarre .textbout {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .boutCarre .textbout .lien_icone {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  .boutCarre .textbout .lien_titreHaut {
    font-size: 1.8rem;
  }
  .boutCarre .textbout .lien_titreBas {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  .section-paragraphe table {
    width: 100% !important;
  }
  footer.ftr .inner {
    width: 80%;
  }
  footer.ftr .yataclock--day .inner {
    width: 100%;
  }
  footer.ftr .footer__adresses div {
    text-align: center;
  }
  footer.ftr .footer__adresses div.footer__premiereadresse:after {
    left: 0;
  }
  footer.ftr .footer__logos .footer__logos--inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 30px 0px;
  }
  footer.ftr .footer__logos .footer__logos--inner img {
    width: 20%;
  }
  footer.ftr .footer__logos .footer__logos--inner .footer__logos--rs {
    width: 20%;
    justify-content: space-between;
  }
  footer.ftr .footer__logos .footer__logos--inner .footer__logos--rs a {
    width: auto;
  }
  footer.ftr .footer__logos .footer__logos--inner i {
    width: 20%;
  }
  footer.ftr .footer__adresses,
  footer.ftr .footer__listes,
  footer.ftr .footer__liens {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  body h1,
  body .h1like {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  body h2,
  body .h2like {
    margin: 0px 0px 20px;
  }
  body h3,
  body .h3like {
    margin: 0px 0px 18px;
  }
  body p {
    margin: 0px 0px 14px;
  }
  body h2.chapeau {
    margin: 0px 0px 39px;
  }
  .slick-slider button.slick-arrow {
    display: none !important;
  }
  .boutCarre {
    height: 200px;
  }
  .mb170 {
    margin-bottom: 70px;
  }
  .backtotop {
    bottom: 80px;
    right: 5px;
  }
}
@media (max-width: 576px) {
  .section-paragraphe .row > .col-12 {
    overflow-x: auto;
  }
  .section-paragraphe .row > .col-12 table {
    min-width: 576px;
  }
  .fondModal .modalinner {
    max-width: 307px;
  }
}
@media (max-width: 450px) {
  .header.hdr {
    padding: 5px 20px;
  }
  .secondmenu {
    margin-right: 55px;
    margin-left: 15px;
    min-width: 185px !important;
  }
  .secondmenu::after {
    left: 60% !important;
  }
  header.hdr .inner .secondmenu ul .panier a {
    width: 36px;
    height: 36px;
    padding: 5px;
  }
  header.hdr .inner .secondmenu ul .panier a i {
    font-size: 1.8rem;
  }
  header.hdr .inner .secondmenu ul .panier a span {
    line-height: 1.4rem;
    font-size: 0.9rem;
    width: 14px;
    height: 14px;
  }
  .menu-mobile {
    top: 35px;
    right: 15px;
    width: 45px;
  }
  .menu-mobile span {
    width: 40px;
  }
}
@media (max-width: 360px) {
  .fondModal .modalinner {
    max-width: none;
    width: auto;
    margin: 0 20px;
  }
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  width: 100%;
  margin: 0 0 10px;
}
.woocommerce-MyAccount-navigation ul li a {
  line-height: 1.2rem;
  transition: all 0.3s ease;
  display: block;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}
.woocommerce-page .product .images,
.woocommerce-product-gallery.images {
  float: left;
  width: 30% !important;
  margin-right: 10%;
}
.woocommerce-page .product .summary,
.woocommerce-product-gallery.summary {
  width: 60% !important;
}
.woocommerce select {
  width: 100%;
  border: 1px solid #3188C3;
  color: #3188C3;
  padding: 5px;
  font-size: 1.3rem;
  line-height: 1rem;
}
.select2-container--default .select2-selection--single {
  width: 100%;
  border: 1px solid #3188C3;
  color: #3188C3;
  padding: 5px;
  font-size: 1.3rem;
  line-height: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3188C3 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3188C3;
}
.woocommerce nav.woocommerce-pagination {
  position: relative;
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
  position: relative;
}
@media (max-width: 767.98px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }
  .woocommerce-page .product .images,
  .woocommerce-product-gallery.images {
    width: 100% !important;
    margin: auto;
    margin-bottom: 50px !important;
  }
  .woocommerce-page .product .summary,
  .woocommerce-product-gallery.summary {
    width: 100% !important;
  }
}
.woocommerce-products-header {
  margin-top: 195px;
}
.woocommerce-products-header .woocommerce-products-header__title.page-title {
  margin-left: 16.6666%;
  max-width: 33.3333333%;
  padding: 0 7.5px;
}
.produit-single {
  margin: 195px 0 80px;
}
.woocommerce-MyAccount-navigation ul li a {
  border: 2px solid;
  border-radius: 4px;
  background-color: transparent;
  color: #3188C3;
  border-color: #3188C3;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #081E31;
  background-color: #3188C3;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #081E31;
  background-color: #3188C3;
}
.woocommerce-MyAccount-content .mark,
.woocommerce-MyAccount-content mark {
  background: rgba(31,51,67,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 2px;
  color: #3188C3;
  font-weight: bold;
  padding: 5px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: 2px solid #3188C3;
}
.woocommerce .woocommerce-result-count {
  color: #18486B;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 32px;
}
.woocommerce-page .product .images .woocommerce-product-gallery__wrapper > div,
.woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-page .product .summary .price,
.woocommerce-product-gallery.summary .price {
  display: none;
}
.woocommerce select {
  background: #081E31;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select2-container--default .select2-selection--single {
  background: #081E31;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3188C3 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3188C3;
}
table.wc-product-table.dtr-column>tbody>tr>td.control:before,
table.wc-product-table.dtr-column>tbody>tr>th.control:before,
table.wc-product-table.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.wc-product-table.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  top: 50% !important;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #CCD772 !important;
}
table.wc-product-table.dtr-column>tbody>tr.parent>td.control:before,
table.wc-product-table.dtr-column>tbody>tr.parent>th.control:before,
table.wc-product-table.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.wc-product-table.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  color: #9EA4C8 !important;
}
.woocommerce table {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #3188C3 !important;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce table thead tr {
  background-color: rgba(31,51,67,0.75);
}
.woocommerce table thead tr th {
  font-weight: bold;
  text-align: center;
  padding: 20px 20px !important;
  color: #3188C3;
  border-bottom: 0 !important;
}
.woocommerce table tbody tr:nth-child(even) {
  background-color: rgba(31,51,67,0.75);
}
.woocommerce table tbody tr:nth-child(even):last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce table tbody tr:nth-child(even):last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce table tbody tr:nth-child(odd) {
  background: transparent;
}
.woocommerce table tbody th {
  padding: 14px 20px !important;
  vertical-align: middle !important;
}
.woocommerce table tbody td {
  padding: 14px 20px !important;
  vertical-align: middle;
  text-align: center;
}
.woocommerce table tbody td.product-remove {
  font-size: 2rem;
}
.woocommerce table tbody td.product-remove a {
  color: #9EA4C8 !important;
}
.woocommerce table tbody td.product-remove a:hover {
  color: #081E31 !important;
  background-color: #9EA4C8;
}
.woocommerce table tbody td .in-stock {
  color: #CCD772 !important;
}
.woocommerce table tbody td input.input-text {
  border: 1px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(54,77,101,0.75);
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1;
  padding: 15px 0;
  color: #3188C3;
  margin: 0;
}
.woocommerce table tbody td input.input-text:focus {
  border: 1px solid #3188C3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: 1px solid #3188C3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: #3188C3;
  background: none;
  border: 2px solid #3188C3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #3188C3;
  color: #081E31;
  border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: #3188C3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #081E31;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #3188C3;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product-name {
  text-align: left;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product-name a {
  color: #3188C3;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border: 2px solid #3188C3;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  background-color: rgba(31,51,67,0.75);
}
.woocommerce nav.woocommerce-pagination ul {
  border: 2px solid #3188C3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li:nth-child(odd) {
  background: rgba(31,51,67,0.75);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  padding: 15px;
  color: #3188C3;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #3188C3;
  color: #081E31;
}
.woocommerce .product-name dl.variation {
  display: flex;
  align-items: center;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid transparent;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  background-color: #1F3343;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1;
  padding: 15px 30px;
  color: #3188C3;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border: 1px solid #3188C3;
}
.woocommerce form .form-row .show-password-input {
  top: 1em;
}
.woocommerce form .form-row .required {
  color: #9EA4C8;
}
.woocommerce form fieldset {
  padding: 0;
  margin-top: 40px;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account #respond input#submit,
.woocommerce-account a.button,
.woocommerce-account button.button,
.woocommerce-account input.button {
  line-height: 1.2rem;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px;
  background-color: transparent;
  color: #3188C3;
  font-weight: 500;
  border-color: #3188C3;
  text-align: center;
}
.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account #respond input#submit:hover,
.woocommerce-account a.button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover {
  color: #081E31;
  background-color: #3188C3;
}
ul.products li.product .button,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .return-to-shop .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-orders-table__cell .button {
  line-height: 1.2rem;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px !important;
  background-color: transparent;
  color: #3188C3;
  font-weight: 500;
  border-color: #3188C3;
  text-align: center;
}
ul.products li.product .button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-orders-table__cell .button:hover {
  color: #081E31 !important;
  background-color: #3188C3 !important;
}
.woocommerce input.button {
  font-size: inherit !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 15px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  background-color: #1F3343;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #3188C3;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px 11px 12px;
  display: inline-block;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #1F3343;
  color: #3188C3;
  border-color: #9EA4C8;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #9EA4C8;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #A1BADD;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: rgba(161,186,221,0.75);
}
.woocommerce-message {
  border-color: #CCD772;
}
.woocommerce-message::before {
  color: #CCD772;
}
.woocommerce-info {
  border-color: #3188C3;
}
.woocommerce-info::before {
  color: #3188C3;
}
.wc-product-table-wrapper .cart-error {
  color: #9EA4C8 !important;
}
.wc-product-table-wrapper .cart-success {
  color: #CCD772 !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: none;
}
