@charset "UTF-8";
.menu-toggle i:after {
  margin: 8px 0 0 0;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local("Raleway"), url("fonts/Raleway-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), url("fonts/Raleway-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway"), url("fonts/Raleway-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway"), url("fonts/Raleway-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway"), url("fonts/Raleway-Bold.woff2") format("woff2");
}
/* fontello */
@font-face {
  font-family: "icones";
  src: url("fonts/icones.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
body {
  font-size: 17px;
  line-height: 1.2;
  background-color: #f7f7f7;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.closebtn:focus, button:focus:not(:focus-visible) {
  outline: 2px solid blue !important;
}

.form-control::placeholder, .select2-search__field::placeholder, .main option, .main label, .main button, .main a, .main p {
  font-size: 12px;
  line-height: 14.4px;
}
@media (min-width: 576px) {
  .form-control::placeholder, .select2-search__field::placeholder, .main option, .main label, .main button, .main a, .main p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .form-control::placeholder, .select2-search__field::placeholder, .main option, .main label, .main button, .main a, .main p {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media (min-width: 1200px) {
  .form-control::placeholder, .select2-search__field::placeholder, .main option, .main label, .main button, .main a, .main p {
    font-size: 20px;
    line-height: 24px;
  }
}

.main p {
  margin: 0;
  line-height: 30px;
}
.main h1 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26.4px;
  line-height: 39.6px;
}
@media (min-width: 576px) {
  .main h1 {
    font-size: 33px;
    line-height: 49.5px;
  }
}
@media (min-width: 1200px) {
  .main h1 {
    font-size: 44px;
    line-height: 66px;
  }
}
.main h2 {
  margin: 0;
  font-size: 21.6px;
  font-weight: 600;
  line-height: 32.4px;
  color: #4DB0A4;
}
@media (min-width: 576px) {
  .main h2 {
    font-size: 27px;
    line-height: 40.5px;
  }
}
@media (min-width: 992px) {
  .main h2 {
    font-size: 32.4px;
    line-height: 48.6px;
  }
}
@media (min-width: 1200px) {
  .main h2 {
    font-size: 36px;
    line-height: 54px;
  }
}
.main h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
}
@media (min-width: 576px) {
  .main h3 {
    font-size: 22.5px;
    line-height: 33.75px;
  }
}
@media (min-width: 992px) {
  .main h3 {
    font-size: 27px;
    line-height: 40.5px;
  }
}
@media (min-width: 1200px) {
  .main h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.main a {
  text-decoration: none;
  color: #4DB0A4;
}
.main a:focus {
  outline: 2px solid blue !important;
}
.main button {
  font-weight: 600;
}
.main .info {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .main .info {
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media (min-width: 992px) {
  .main .info {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .main .info {
    font-size: 20px;
    line-height: 30px;
  }
}

.control-label {
  margin-bottom: 5px;
}

select{
  border: none;
  background-image: url(img/icon-select.svg) !important;
  background-position: right 1rem top 1.5rem;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--multiple {
  border: none;
  background-image: url(img/icon-select.svg) !important;
  background-position: right 1rem top 1rem;
  background-repeat: no-repeat;
}
select{
  height: unset !important;;
  line-height: 1.2 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #f7f7f7;
  border-top: 1px solid grey;
}
.select2-container--default .select2-results__option[aria-selected] {
  display: block;
  padding: 0.5em 1em;
  color: #3e3e3e;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 22px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d8d4d4;
  font-style: italic;
}

li {
  font-size: 12px;
  line-height: 14.4px;
}
@media (min-width: 576px) {
  li {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  li {
    font-size: 14.4px;
    line-height: 17.28px;
  }
}
@media (min-width: 1200px) {
  li {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.select2-search__field::placeholder {
  color: #000;
  font-weight: 400;
}

.form-control {
  box-sizing: border-box;
  padding: 1.6em 1em;
  position: relative;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.form-control:focus {
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.form-control::placeholder {
  opacity: 1;
  font-weight: 300;
  font-style: italic;
  color: gray;
}

select {
  padding: 1.6em !important;
}

.site-title .header--logo {
  width: 120px !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .site-title .header--logo {
    width: 100% !important;
  }
}
.page-header {
    margin-top: -25px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
}
.site-header {
   padding: 0;
/*  position: fixed;*/
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
/*  z-index: 999; */
  width: 100%;
}
.site-header .img-logo {
  background-color: #fff;
  padding: 13px 18px;
  border-radius: 0 40px 40px 0;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  margin: 0;
  z-index: 1;
}
.site-header .menu > li > a {
    text-transform: uppercase;
}
#menutop {
    margin-bottom: 25px;
}
@media (min-width: 992px) {
  .site-header .img-logo {
    background-color: #fff;
    padding: 25px 46px 25px 30px;
    border-radius: 0 0 90px 0;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    align-items: center;
  }
  .page-header {
     height: 500px;
  }
}
.menu__left-side {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.menu li {
   margin-right: 0;
   padding: 0;
}
.menu a {
  font-weight: 500;
  position: relative;
  padding-top: 0;
  padding-bottom: 0.6em;
  background-color: transparent;
  color: #000 !important;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.menu a:before {
  display: block;
  content: "";
  position: absolute;
  left: 14px;
  bottom: -7px;
  width: 0;
  height: 7px;
  background: #4DB0A4;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.menu a:hover {
  color: #4DB0A4 !important;
  background-position: 0%;
}
.menu a:hover:before {
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .menu a {
    font-size: 1.563rem;
    line-height: 1.875rem;
  }
  .collection-item:has(input[type="checkbox"]) div {
    display:grid ;
    grid-template-columns: repeat(2, 1fr); /* Creates two equal columns */
    gap: 10px; /* Adds space between the grid items */
  }
}
@media (min-width: 992px) {
  .menu a {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .menu a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.nav.nos-reseaux {
  margin-right: 25px;
  margin-bottom: 25px;
}
.nav.nos-reseaux a {
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.nav.nos-reseaux a:hover {
  background-color: #c7c7c7 !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li > a {
  display: inline-grid;
  padding: 5px;
  background-color: #c7c7c7;
  border-radius: 50%;
}
.nav a svg {
  width: 20px;
  fill: #fff;
}
.nav a svg path {
  fill: #fff;
}

.mobile-menu-trig i:after {
  content: " ";
  position: absolute;
  right: 0px;
  width: 30px;
  top: 14px;
  height: 3px;
  border-radius: 2px;
  background: #4DB0A4;
  transition: 350ms ease all;
}
.mobile-menu-trig i:before {
  content: " ";
  position: absolute;
  right: 0px;
  width: 30px;
  top: 7px;
  height: 3px;
  border-radius: 2px;
  background: #4DB0A4;
  transition: 350ms ease all;
}

.mobile-menu-trig i {
  position: absolute;
  right: 45px;
  width: 30px;
  top: 40px;
  display: block;
  margin: 0 auto;
  height: 3px;
  background: #4DB0A4;
  border-radius: 2px;
  transition: 350ms ease all;
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 0.5;
}

.overlay-content {
  background-color: #4DB0A4;
  color: #fff;
  border-radius: 0 0 50vw 50vw;
  padding: 2.5em 2.5em 50vw 2em;
  z-index: 6;
  width: 100%;
  position: absolute;
  top: -1000px;
  transition: 0.5s;
}
.overlay-content .closebtn {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 45px;
  font-weight: 300;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  color: #000;
}
.overlay-content .closebtn:hover {
  text-decoration: none !important;
}
.overlay-content .menu {
  display: grid !important;
  justify-content: start;
}
.overlay-content .menu .menu-title {
  font-size: 1.875rem;
  font-weight: 600;
  padding-left: 25px;
  line-height: 45px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .overlay-content .menu .menu-title {
    font-size: 37.5px;
    line-height: 45px;
  }
}
.overlay-content .menu li {
  padding: 0.75em;
  border-bottom: 2px dotted #4DB0A4;
}
.overlay-content .menu a {
  position: relative;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  white-space: pre-wrap;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .overlay-content .menu a {
    font-size: 1.563rem;
    line-height: 1.875rem;
  }
}
.overlay-content .nav {
  justify-content: center;
  margin: 10px 0;
}
.overlay-content .nav a {
  background-color: #fff;
}
.overlay-content .nav a svg {
  width: 20px;
  fill: #4DB0A4;
}
.overlay-content .nav a svg path {
  fill: #4DB0A4;
}

.site-nav-breadcrumbs a {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .site-nav-breadcrumbs a {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .site-nav-breadcrumbs a {
    font-size: 14.4px;
    line-height: 17.28px;
  }
}
@media (min-width: 1200px) {
  .site-nav-breadcrumbs a {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.site-nav-breadcrumbs {
  padding: 1em 0;
  list-style-type: none;
  gap: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  color: #000;
  font-family: "Raleway", sans-serif;
}
.site-nav-breadcrumbs li {
  color: #89c1c5;
  font-weight: 600;
}
.site-nav-breadcrumbs li:hover {
  text-decoration: underline;
  color: #000;
}
.site-nav-breadcrumbs a {
  color: #c7c7c7;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}
.site-nav-breadcrumbs a::after {
  position: relative;
  content: "/";
  margin-right: 20px;
  left: 15px;
  top: 3px;
}
.site-nav-breadcrumbs a:hover {
  text-decoration: underline;
  color: #000;
}
.site-main {
   margin-bottom: 2em;
}
.site-main.candidature {
  background-color: #f7f7f7;
}
div#section-filter {
  display: none;
}
.ebtn.postuler_offre, .ebtn, .btn, .ebtn.btn_back, #filter #search_offre_action_search_offre_submit, #filter .btn-link.pull-right {
  border-radius: 1.2em;
  font-weight: 600;
  color: #000;
  padding: 0.6em 1em;
}

.section-content {
  margin-left: 15px;
  margin-right: 15px;
}

#section-offres, #offre_libre{
  margin-top: 1em;
}
.bloc_result {
  padding-top: 0;
}

#offre_libre {
  background-color: #fff;
  padding: 1em;
  border-radius: 1.25em 0 0 1.25em;
  display: grid;
  row-gap: 15px;
  display: none;
}

#offre_libre a:hover, #offre_libre a:focus{
  background-color: #faec74 !important;
  border: 2px solid #faec74 !important;
}

#offre_libre a {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 2px solid #4DB0A4 !important;
    background-color: #4DB0A4 !important;
    padding: 0.6em 0;
    color: #000;
    line-height: 1;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}

/*section offres*/
#section-offres .accordion-header-offre a {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}
@media (min-width: 576px) {
  #section-offres .accordion-header-offre a {
    font-size: 22.5px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  #section-offres .accordion-header-offre a {
    font-size: 27px;
    line-height: 32.4px;
  }
}
@media (min-width: 1200px) {
  #section-offres .accordion-header-offre a {
    font-size: 30px;
    line-height: 36px;
  }
}

#section-offres #liste {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#section-offres #liste .offre {
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}
#section-offres .accordion-header-offre {
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5em 1.75em 0.5em 0.75em;
  border-radius: 2em;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section-offres .accordion-header-offre.active {
  border-radius: 2em 2em 0em 0em;
  border-bottom: 2px dotted #c7c7c7;
}
#section-offres .accordion-header-offre a {
  color: black;
}
#section-offres .accordion-header-offre a:hover {
  color: #4DB0A4;
  text-decoration: underline;
}
#section-offres .accordion-header-offre::after {
  content: "❯";
  text-align: center;
  font-size: 18.75px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-offres .accordion-body-offre {
  border-radius: 0 0 2em 2em;
  background-color: #fff;
  padding: 0.625em 1.75em;
  display: none;
}
#section-offres .accordion-body-offre.active {
  display: block;
}

/* filter */

#offre_libre .block-title {
    color: #000;
    font-size: 1.3em;
    line-height: 1.1;
    padding: 11px 20px 9px 60px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: initial;
    background-color: #fbb900;
    margin: -20px 0 20px -40px;
    text-transform: uppercase;
}
#filter {
  padding-top: 0;
}
#filter .control-label {
  display: none;
}
#filter .filter_fields {
  display: flex;
  flex-wrap: wrap;
}
#filter .filter_fields > .form-group {
  margin-right: 10px !important;
}
#filter .actions {
  display: flex;
  flex-wrap: nowrap;
}
#filter .btn-link.pull-right {
  background-color: #c7c7c7;
}
#filter .btn-link.pull-right:hover {
  background-color: #faec74;
  text-decoration: none;
}
#filter .btn-link.pull-right:focus {
  background-color: #faec74;
}
#filter #search_offre_action_search_offre_submit {
  background-color: #fbb900;
  border: none;
  margin-right: 10px !important;
}
#filter #search_offre_action_search_offre_submit:hover {
  background-color: #faec74;
}
#filter #search_offre_action_search_offre_submit:focus {
  background-color: #faec74;
}
#filter #search_offre_action_search_offre_submit:active {
  border: none;
}
#filter .form-control {
  box-sizing: border-box;
  padding: 1.6em 1em;
  position: relative;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 1.5em;
}
#filter .form-control:focus {
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
#filter .select2-selection.select2-selection--multiple {
  box-sizing: border-box;
  padding: 0.5em 3em 0.5em 1em;
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  appearance: none;
  border: none;
  border-radius: 1.5em;
}

.site-main.candidature {
  padding: 0;
  margin-top: 1em;
}
#offre_libre > .col-lg-12.quest:first-of-type {
  display: none;
}
.col-lg-12.quest {
  font-weight: 400;
  padding-left: 1.5em;
}
.col-lg-12.quest a {
  color: #4DB0A4;
  overflow-wrap: anywhere;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.col-lg-12.quest a:hover {
  color: #000;
}

.quest span {
  display: none;
}

#alerte {
  margin-top: 20px;
}

#list-offres {
  margin-top: 20px;
}

.ebtn.btn_back {
  background-color: #c7c7c7;
}
.ebtn.btn_back:hover {
  background-color: #faec74;
  text-decoration: none;
}
.ebtn.btn_back:focus {
  background-color: #faec74;
}

.ebtn.postuler_offre, .ebtn, .btn {
  background-color: #fbb900;
  border: none;
  margin-right: 0 !important;
  color: #000 !important;
}
.ebtn:hover, .btn:hover {
  background-color: #faec74;
}
.ebtn:focus, .btn:focus {
  background-color: #faec74;
}
.ebtn:active, .btn:active {
  border: none;
}

#details-offre {
  margin-top: 20px;
}

.col-sm-4.infos {
  background-color: #fff !important;
  padding: 1em !important;
  border-radius: 1.25em 0 0 1.25em;
  height: 100vw;
}

#dynamic_form {
  display: grid;
}
#dynamic_form #dynamic_form_date_naissance {
  display: flex;
}

/*pagination*/
.pagination a {
  color: #89c1c5 !important;
}
.pagination span {
  background-color: #89c1c5 !important;
  border-color: #89c1c5 !important;
}

#cookie-space {
  background: transparent;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 9000px #000;
  padding: 0;
  border-radius: 20px;
}
#cookie-space .cookie-message {
  border-radius: 20px;
  min-width: 285px;
  background: #333;
  color: #fff;
  font-size: 21px !important;
  border: none;
  padding: 0;
  padding: 35px 25px;
  box-shadow: 0 0 9000px #000;
}
#cookie-space .cookie-message p {
  font-size: 21px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 10px 0 30px;
}
#cookie-space .container {
  padding-left: 0px;
  padding-right: 0px;
}
#cookie-space .btn {
  background: #008300;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
}

.site-footer {
  display: block;
}

.footer-widgets a, .footer-widgets p {
  font-size: 12px;
  line-height: 14.4px;
}
@media (min-width: 576px) {
  .footer-widgets a, .footer-widgets p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .footer-widgets a, .footer-widgets p {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media (min-width: 1200px) {
  .footer-widgets a, .footer-widgets p {
    font-size: 20px;
    line-height: 24px;
  }
}

/* footer style */
.footer-widgets {
  background-color: #4DB0A4;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 576px) {
  .footer-widgets {
    font-size: 0.938rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 992px) {
  .footer-widgets {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .footer-widgets {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.footer-widgets p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer-widgets .row::before {
  display: none;
}
.footer-widgets .row::after {
  display: none;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets img {
  max-width: 100%;
  height: auto;
}
.footer-widgets li {
  margin-bottom: 15px;
  list-style-type: none;
}
.footer-widgets ul.menu-footer {
  padding: 0;
}
.footer-widgets #custom_html-5 {
  display: flex;
  align-items: center;
}
.footer-widgets .btn-yellow {
  display: inline-block;
  max-width: none;
  margin-bottom: 20px;
  padding: 1.25em 1.5em;
  color: #000;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 600;
  border: 0;
  border-radius: 2em;
  text-decoration: none;
  background: #fbb900;
  transition: all 0.2s ease-in-out;
}
.footer-widgets .btn-yellow:hover {
  background-color: #faec74;
}
@media (min-width: 576px) {
  .footer-widgets .btn-yellow {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (min-width: 992px) {
  .footer-widgets .btn-yellow {
    font-size: 0.938rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .footer-widgets .btn-yellow {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.footer-widgets .allo {
  display: flex;
  align-items: center;
  padding: 3em 1.5em 3em;
  color: #000;
  background-color: #fbb900;
  width: 41.66666667%;
}
@media (min-width: 992px) {
  .footer-widgets .allo .textwidget p:not(:first-child) {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 576px) {
  .footer-widgets .allo {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .allo {
    width: 25%;
  }
}
.footer-widgets .mairie {
  padding: 2em 1.5em 3em;
  justify-content: space-around;
}
.footer-widgets.container-fluid .row {
  display: flex;
  justify-content: space-between;
}
.footer-widgets.container-fluid .flex-md-row {
  display: grid;
}
@media (min-width: 768px) {
  .footer-widgets.container-fluid .flex-md-row {
    display: flex;
    align-items: start;
  }
}

/* scroll to top */
.scroll-to-top {
  font-size: 1.125rem;
  display: none;
  position: fixed;
  bottom: 32px;
  right: 0;
  line-height: 1.8;
  width: 36px;
  height: 36px;
  background: #000;
  color: #fbb900;
  text-align: center;
  cursor: pointer;
}
.scroll-to-top.fixe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-to-top svg {
  fill: rgb(251, 185, 0);
  width: 25px;
}
@media (min-width: 1200px) {
  .scroll-to-top {
    bottom: 0;
    width: 48px;
    height: 48px;
  }
}

.tarteaucitronIcon {
  background: transparent;
  position: fixed;
  width: auto;
  z-index: 999;
  bottom: 0;
}
.tarteaucitronIcon .tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 8px;
  border: none;
  background-color: transparent;
  border-radius: 7px 7px 2px 2px;
}
.tarteaucitronIcon .tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

/*# sourceMappingURL=spec.css.map */

#dynamic_form_date_naissance{
	align-items: center;
}
#dynamic_form_date_naissance select{
	min-width: 10%;
}