@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

#tarteaucitronRoot * {
  font-family: "Montserrat", sans-serif !important;
}

#tarteaucitronIcon #tarteaucitronManager {
  background: no-repeat center center url(../images/cookie.svg) !important;
  width: 40px;
  height: 40px;
}
#tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}

.mobilebarmaximenuck {
  z-index: 2000;
}

.bouton {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.bouton:hover, .bouton:active, .bouton:focus {
  background: #e1003b;
  text-decoration: none;
  color: #fff;
}

#maximenuck230-mobile {
  position: fixed !important;
}

#menu-bouton {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: auto 0;
}
#menu-bouton i {
  font-size: 40px;
}
#menu-bouton span {
  color: #e1003b;
  font-size: 12px;
  text-transform: uppercase;
}

#menu-wrapper {
  position: fixed;
  right: 0px;
  display: none;
  width: 500px;
  background: #e1003b;
  z-index: 2000;
  padding: 50px 90px;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#menu-wrapper #close {
  position: absolute;
  right: -50px;
  top: -30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
#menu-wrapper #close:hover {
  color: #ffe5ec;
}
#menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-wrapper ul li.headingck {
  margin-bottom: 30px;
}
#menu-wrapper ul li.level1 > span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
#menu-wrapper ul li.level1 > span:hover {
  color: #ffe5ec;
}
#menu-wrapper ul li.level2.parent:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
}
#menu-wrapper ul li.level2.parent.active:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
}
#menu-wrapper ul li ul {
  line-height: 1.2em;
}
#menu-wrapper ul li.level2 {
  margin-left: 15px;
  margin-bottom: 5px;
  position: relative;
  /* &.parent {
  font-size: 50px !important;


  } */
}
#menu-wrapper ul li.level2 > span, #menu-wrapper ul li.level2 > a {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}
#menu-wrapper ul li.level2 > span:hover, #menu-wrapper ul li.level2 > a:hover {
  color: #ffe5ec;
}
#menu-wrapper ul li.level2 ul {
  display: none;
  margin-left: 40px;
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
#menu-wrapper ul li.level3 {
  margin-bottom: 2px;
  font-size: 13px;
}
#menu-wrapper ul li .titreck {
  white-space: no-wrap !important;
}
#menu-wrapper a {
  color: #fff;
}
#menu-wrapper a:hover, #menu-wrapper a:focus, #menu-wrapper a:active {
  text-decoration: none;
  color: #ffe5ec;
}

div#maximenuck230 ul.maximenuck li.level1.parent li.parent > span.separator:after,
div#maximenuck230.maximenuckv ul.maximenuck li.level1.parent > span.separator:after {
  content: none;
}

#menu-wrapper::-webkit-scrollbar {
  display: none;
}

header {
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1500;
  transition: all ease-in 0.3s;
}
@media (max-width: 766px) {
  header {
    margin-top: 30px;
  }
}
header #menu-header {
  display: flex;
  text-align: right;
  padding-top: 30px;
  justify-content: flex-end;
  transition: padding-top ease-in 0.3s;
}
@media (max-width: 800px) {
  header #menu-header {
    display: block;
  }
}
header .custom-logo {
  margin-bottom: 20px;
}
header .custom-logo h1, header .custom-logo .logo-interieur {
  margin: 0;
  width: 145px;
  height: 115px;
  background: url(/images/template/logo-new2.png) no-repeat;
  transition: height ease-in 0.3s;
}
header .custom-logo h1 a, header .custom-logo .logo-interieur a {
  display: block;
  width: 100%;
  height: 100%;
}
header #header-don {
  text-align: center;
}
@media (max-width: 766px) {
  header #header-don {
    display: none;
  }
}
header #header-don #bulle-don {
  background: #e1003b;
  width: 150px;
  height: 150px;
  border-radius: 80px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8em;
  padding-top: 38px;
  z-index: 1000;
  position: absolute;
  margin-left: -75px;
  border: 5px solid #fff;
  transition: all ease-in 0.3s;
  left: 50%;
}
header #header-don #bulle-don a {
  color: #fff;
}
header #header-don #bulle-don a:hover {
  text-decoration: none;
}
header #header-don #bulle-don span {
  font-size: 37px;
}
header.scroll {
  background: #EDF2F5;
}
header.scroll .custom-logo {
  margin-bottom: 20px;
}
header.scroll .custom-logo h1, header.scroll .custom-logo .logo-interieur {
  margin: 0;
  width: 81px;
  height: 64px;
  background: url(/images/template/logo-new-clown.png) no-repeat;
}
@media (max-width: 766px) {
  header.scroll #header-don {
    display: block;
  }
}
header.scroll #header-don #bulle-don {
  width: 120px;
  height: 120px;
  font-size: 12px;
  padding-top: 32px;
  line-height: 1.8em;
  margin-left: -60px;
}
header.scroll #header-don #bulle-don span {
  font-size: 30px;
}
header.scroll #menu-header {
  padding-top: 5px;
}
header.scroll #menu-header .nl, header.scroll #menu-header .profil {
  display: none;
}
@media (max-width: 800px) {
  header.scroll #menu-header {
    display: block;
  }
}
header ul#menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: auto 0;
}
header ul#menu-top li {
  display: inline-block;
  margin-right: 30px;
  padding: 15px 0;
}
@media (max-width: 800px) {
  header ul#menu-top li {
    margin-right: 10px;
  }
}
header ul#menu-top li:last-child {
  border-right: 1px solid #c9c9ca;
  padding-right: 30px;
}
@media (max-width: 800px) {
  header ul#menu-top li:last-child {
    padding-right: 0;
    border-right: none;
  }
}

#frise {
  background: url(/images/template/frise-bas.jpg) no-repeat bottom center;
  height: 259px;
}

footer {
  background: #edf2f4;
  padding: 50px 0;
}
footer h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
}
footer h3 strong {
  color: #e1003b;
  font-weight: 500;
}
footer h3 i, footer h3 em {
  font-weight: 400;
  font-style: normal !important;
}
footer .moduletable-footer-col1 ul {
  padding: 10px;
  list-style: none;
}
footer .moduletable-footer-col1 ul li {
  background: url(/images/template/puces-plus.png) no-repeat left center;
  color: #090909;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 12px;
}
footer .moduletable-footer-col1 ul li a {
  color: #090909;
}
footer .moduletable-footer-col1 ul li a:hover {
  color: #e1003b;
  text-decoration: none;
}
footer #suivez-nous {
  margin-bottom: 20px;
}
footer .moduletable.acymailing {
  margin-top: 20px;
  background: url(/images/template/enveloppe-biais.png) no-repeat;
  padding-left: 80px !important;
  min-height: 48px;
}
footer .moduletable.acymailing p {
  float: left;
}
footer .moduletable.acymailing .btn-primary {
  background: none;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 0;
}
footer .moduletable.acymailing .btn-primary:hover {
  background: none;
}
footer .fieldacyemail input[type=text] {
  background: none !important;
  border: none;
  border-bottom: 2px solid #000;
  padding: 4px 10px;
  font-size: 14px;
  color: #000;
  outline: 0;
  margin-right: 20px;
}
footer #suiveznous .picto {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
footer #autres-pictos .picto {
  float: left;
  margin-right: 5px;
}
@media (max-width: 800px) {
  footer #autres-pictos .picto {
    text-align: center;
    float: none;
  }
}
@media (max-width: 800px) {
  footer #autres-pictos {
    margin-top: 30px;
  }
}

#adresse {
  background: #090909;
  padding: 20px 0;
  color: #fff;
}
@media (max-width: 800px) {
  #adresse {
    text-align: center;
  }
}
#adresse .moduletable-adresseBottom p {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  #adresse .moduletable-adresseBottom p {
    margin-bottom: 15px;
  }
}
#adresse a {
  color: #fff;
}
@media (max-width: 800px) {
  #adresse ul {
    text-align: center;
  }
}
#adresse ul li {
  padding: 0;
}
@media (max-width: 800px) {
  #adresse ul li {
    float: none;
    display: inline-block;
  }
}
#adresse ul li a {
  padding: 0 15px;
}
@media (max-width: 800px) {
  #adresse ul li a {
    padding: 0 8px 0 0;
  }
}
#adresse ul li a:hover, #adresse ul li a:focus, #adresse ul li a:active {
  background: none;
  color: #555;
}

#mention-footer {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

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