/** END FONCTIONS **/
.bg_vert {
  background-color: #81BB27;
}
.bg_rose {
  background-color: #FBDBCC;
}
.bg_turquoise {
  background-color: #3AC8DF;
}
.bg_bleuf {
  background-color: #324A97;
}
.bg_creme {
  background-color: #FDF3E8;
}
.center {
  text-align: center;
}
.fw300 {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.dflex {
  display: flex;
}
.aic {
  align-items: center;
}
.jce {
  justify-content: end;
}
.strong {
  font-weight: bold;
}
.vague {
  padding-bottom: 25px;
  position: relative;
}
.vague:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/vague.svg);
  width: 90px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  color: #222;
}
.conteneur {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
.conteneur_medium {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.padding_section {
  padding: 50px 20px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span,
label,
input,
button,
textarea,
legend {
  font-family: 'Roboto', sans-serif;
}
.fl-rich-text p,
.fl-rich-text li,
.fl-rich-text h1,
.fl-rich-text h2,
.fl-rich-text h3,
.fl-rich-text h4,
.fl-rich-text h5,
.fl-rich-text h6 {
  font-size: 16px;
  font-weight: 300;
  color: currentColor;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fl-rich-text p strong,
.fl-rich-text li strong,
.fl-rich-text h1 strong,
.fl-rich-text h2 strong,
.fl-rich-text h3 strong,
.fl-rich-text h4 strong,
.fl-rich-text h5 strong,
.fl-rich-text h6 strong {
  font-weight: bold;
}
.fl-rich-text p a,
.fl-rich-text li a,
.fl-rich-text h1 a,
.fl-rich-text h2 a,
.fl-rich-text h3 a,
.fl-rich-text h4 a,
.fl-rich-text h5 a,
.fl-rich-text h6 a {
  font-weight: 500;
  border-bottom: 1px solid;
  color: #81BB27;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text p a:hover,
.fl-rich-text li a:hover,
.fl-rich-text h1 a:hover,
.fl-rich-text h2 a:hover,
.fl-rich-text h3 a:hover,
.fl-rich-text h4 a:hover,
.fl-rich-text h5 a:hover,
.fl-rich-text h6 a:hover {
  color: #324A97;
}
.btn,
#main a.fl-button,
#main .gform_footer input[type="submit"],
#main .gform_page_footer input[type="submit"],
#main .gform_footer input[type="button"],
#main .gform_page_footer input[type="button"] {
  border: 2px solid #81BB27;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  height: inherit;
  padding: 17px 20px 13px 20px;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 700;
  border-radius: 10px;
  background-color: #81BB27;
  border: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 4px 7px 18px 0 rgba(0, 26, 45, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn span,
#main a.fl-button span,
#main .gform_footer input[type="submit"] span,
#main .gform_page_footer input[type="submit"] span,
#main .gform_footer input[type="button"] span,
#main .gform_page_footer input[type="button"] span {
  color: #fff;
}
.btn:hover,
#main a.fl-button:hover,
#main .gform_footer input[type="submit"]:hover,
#main .gform_page_footer input[type="submit"]:hover,
#main .gform_footer input[type="button"]:hover,
#main .gform_page_footer input[type="button"]:hover {
  background-color: #3AC8DF;
}
.btn.mt,
#main a.fl-button.mt,
#main .gform_footer input[type="submit"].mt,
#main .gform_page_footer input[type="submit"].mt,
#main .gform_footer input[type="button"].mt,
#main .gform_page_footer input[type="button"].mt {
  margin-top: 20px;
}
/** HEADER **/
#header_top {
  padding: 5px 20px;
}
#header_top .nom {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  border-right: 1px solid #B1B1B1;
  padding-right: 35px;
  margin-right: 35px;
  display: none;
}
#header_top .tel span {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 5px;
  display: none;
}
#header_top .tel a {
  display: inline-block;
}
#header_top .urgence {
  margin-left: 34px;
  border-radius: 6px;
  background-color: #FF7D5D;
  padding: 0 18px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
  letter-spacing: 1px;
  display: inline-block;
  box-shadow: 2px 3px 10px rgba(245, 136, 109, 0.33);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#header_top .urgence img {
  display: none;
}
#header_top .urgence:hover {
  background-color: #3AC8DF;
}
#sticky {
  position: fixed;
  right: 10px;
  left: 10px;
  bottom: 0;
  z-index: 20;
  box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  overflow: hidden;
}
#sticky ul {
  display: flex;
}
#sticky ul li {
  width: 25%;
}
#sticky ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sticky ul li a .picto {
  margin-bottom: 10px;
  font-size: 20px;
}
#sticky ul li a:hover {
  background-color: #3AC8DF;
  color: #fff !important;
}
header#masthead.mobile {
  background-color: #fff;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 5px 0 #00000020;
}
header#masthead.mobile #header {
  padding: 0 20px;
}
header#masthead.mobile #header .conteneur {
  position: relative;
  justify-content: space-between;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: max-content;
  margin: 0 auto;
}
header#masthead.mobile #logo img {
  box-sizing: content-box;
  z-index: 10;
  position: relative;
  z-index: 1;
}
header#masthead.mobile #logo:before {
  content: '';
  width: 220px;
  height: 48px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/soutien-logo.svg);
  background-position: center bottom;
  background-size: 100%;
}
header#masthead.mobile .btn_toggle {
  height: 60px;
  width: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header#masthead.mobile .btn_toggle span {
  width: 30px;
  height: 3px;
  background-color: #324A97;
  margin: 3px auto;
  border-radius: 2px;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .top {
  position: relative;
}
header#masthead.mobile .sidebar .top .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  background-color: #39509b1a;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
  padding-top: 52px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.2s;
}
header#masthead.mobile .sidebar .menu-menu-principal-container {
  height: 100%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu {
  overflow: auto;
  padding-bottom: 62px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item {
  position: relative;
  overflow: hidden;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item:not(:last-of-type):before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  width: auto;
  background-color: #000;
  opacity: 0.2;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item span {
  color: #324A97;
  padding: 20px 30px;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children span {
  padding-right: 50px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 100%;
  height: 48px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .next:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu > .menu-item.menu-item-has-children .next:after {
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #324A97;
  border-bottom: 2px solid #324A97;
  position: absolute;
  top: 23px;
  right: 33px;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
/** END HEADER **/
#bandeau {
  padding: 30px 20px;
  text-align: center;
}
#bandeau h1 {
  margin-bottom: 0;
}
#breadcrumbs {
  margin-bottom: 10px;
  font-size: 0.8em;
}
#breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
#reseaux_sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
}
#reseaux_sociaux a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #3AC8DF;
  margin: 2px;
  font-size: 20px;
}
/** FOOTER **/
footer {
  text-align: center;
  margin-bottom: 80px;
}
footer #footer_haut {
  padding: 50px 20px;
}
footer #footer_bas {
  padding: 20px;
}
footer #reseaux_sociaux {
  margin-top: 20px;
}
footer #menu_footer {
  display: flex;
  flex-wrap: wrap;
}
footer #menu_footer a,
footer #menu_footer span {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
  margin-right: 10px;
}
footer #membre {
  text-align: center;
  margin-bottom: 30px;
}
footer #membre p {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
}
footer #membre img {
  margin: 0 auto;
}
footer #logo {
  display: block;
  margin-bottom: 30px;
}
footer #logo img {
  display: inline-block;
}
footer #footer_adresse {
  border-top: 2px solid #566AA9;
  padding-top: 30px;
}
footer #footer_adresse .titre {
  font-weight: bold;
}
footer #footer_adresse p,
footer #footer_adresse a,
footer #footer_adresse span {
  color: #fff;
  line-height: 1.4;
}
footer .scrolltop {
  padding: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #81BB27;
  border-radius: 2px;
}
footer .scrolltop p {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
footer .scrolltop p:before {
  content: '';
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 0px 4px 6px 4px;
  border-color: transparent transparent #000000 transparent;
}
/** END FOOTER **/
#main {
  overflow: hidden;
}
#primary {
  padding: 30px 0;
}
#primary .fl-builder-content {
  margin: -20px 0;
}
#annuaire_bloc {
  margin-top: 30px;
  box-shadow: 4px 7px 18px 0 rgba(0, 26, 45, 0.34);
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px;
  text-align: left;
}
#annuaire_bloc.interne {
  margin: 0 20px;
  margin-top: -40px;
}
#annuaire_bloc form label {
  font-size: 25px;
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 300;
  margin-bottom: 10px;
  display: block;
}
#annuaire_bloc form select,
#annuaire_bloc form input[type="text"] {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  color: #222;
  display: block;
  width: 100%;
  width: -webkit-fill-available;
}
#annuaire_bloc form .groupe {
  margin-bottom: 30px;
}
#annuaire_bloc form ::placeholder {
  font-size: 16px;
  color: #222;
}
#annuaire_bloc form input[type="submit"] {
  padding: 17px 20px 13px 20px;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 700;
  border-radius: 10px;
  background-color: #81BB27;
  border: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 4px 7px 18px 0 rgba(0, 26, 45, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#annuaire_bloc form input[type="submit"]:hover {
  background-color: #3AC8DF;
}
#liste_praticiens {
  padding: 50px 20px;
}
#liste_praticiens .item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#liste_praticiens .item img {
  border-radius: 50%;
}
#liste_praticiens .item .spe {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 5px;
}
#liste_praticiens .item .titre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 20px;
  margin-bottom: 5px;
}
#liste_praticiens .item a {
  display: inline-block;
}
/* Version 768 */
@media (min-width: 768px) {
  #liste_praticiens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  #liste_praticiens .item {
    margin-bottom: 0px;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #liste_praticiens {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #bandeau {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
  #bandeau h1 {
    margin-bottom: 10px;
  }
  #bandeau .conteneur {
    padding-left: 500px;
  }
  #breadcrumbs {
    margin-bottom: 0px;
  }
  .padding_section {
    padding: 80px 20px;
  }
  #header_top .nom {
    display: inline-block;
  }
  #header_top .tel span {
    display: inline-block;
  }
  #header_top .urgence {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  #header_top .urgence img {
    display: inline-block;
    margin-right: 15px;
  }
  #sticky {
    position: fixed;
    right: 0;
    left: inherit;
    bottom: inherit;
    top: 180px;
    border-radius: 8px 0 0 8px;
  }
  #sticky ul {
    display: flex;
    flex-direction: column;
  }
  #sticky ul li {
    width: 100%;
  }
  #sticky ul li a {
    font-size: 13px;
    display: flex;
    text-align: left;
    flex-direction: row;
    justify-content: left;
    padding: 15px 10px;
    width: 140px;
  }
  #sticky ul li a .picto {
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 20px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vague:before {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: linear-gradient(to right, #C9C9C9 35%, transparent 35%, transparent 65%, #C9C9C9 65%);
    height: 1px;
    width: 500px;
  }
  .fl-rich-text p,
  .fl-rich-text li,
  .fl-rich-text h1,
  .fl-rich-text h2,
  .fl-rich-text h3,
  .fl-rich-text h4,
  .fl-rich-text h5,
  .fl-rich-text h6 {
    font-size: 18px;
  }
  #annuaire_bloc {
    padding: 50px 80px;
  }
  #annuaire_bloc form {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  #annuaire_bloc form .groupe {
    width: 380px;
    margin-bottom: 0;
  }
  #annuaire_bloc form input[type="submit"] {
    width: 210px;
  }
  #liste_praticiens {
    grid-gap: 30px;
  }
  #liste_praticiens .item {
    padding: 30px;
    position: relative;
  }
  #liste_praticiens .item img {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    position: sticky;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #logo {
    z-index: 10;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: max-content;
  }
  header#masthead #logo img {
    box-sizing: content-box;
    z-index: 10;
    position: relative;
    z-index: 1;
  }
  header#masthead #logo:before {
    content: '';
    width: 500px;
    height: 130px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/soutien-logo.svg);
    background-position: 35px bottom;
    background-size: 450px;
    background-repeat: no-repeat;
  }
  header#masthead #header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .conteneur {
    height: 60px;
    justify-content: end;
  }
  header#masthead #header #reseaux_sociaux {
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #B1B1B1;
    height: 28px;
    display: flex;
    align-items: center;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: center;
    display: flex;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    margin-left: 5px;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    display: block;
    padding: 14px 0;
    margin-left: 20px;
    color: #324A97;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "mozaic-geo-variable", sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a:after,
  header#masthead #header .sidebar ul#primary-menu > li > span:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #81BB27;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > a,
  header#masthead #header .sidebar ul#primary-menu > li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > span,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > span,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span {
    color: #81BB27;
  }
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > a:after,
  header#masthead #header .sidebar ul#primary-menu > li:hover > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-item > span:after,
  header#masthead #header .sidebar ul#primary-menu > li.current-menu-parent > span:after,
  header#masthead #header .sidebar ul#primary-menu > li:hover > span:after {
    width: 100%;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul {
    border-radius: 5px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 20px);
    width: max-content;
    left: 0;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    height: 20px;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > span {
    display: block;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li.current-menu-item > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li.current-menu-item > span,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:hover > span {
    background-color: rgba(129, 187, 39, 0.2);
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  header#masthead #header .sidebar ul#primary-menu > li:last-of-type.menu-item-has-children > ul {
    left: initial;
    right: 0;
  }
  #primary {
    padding: 50px 0;
  }
  footer {
    margin-bottom: 0;
  }
  footer #logo,
  footer #membre {
    margin-bottom: 0;
  }
  footer #footer_adresse {
    border-top: 0;
    padding-top: 0;
    text-align: left;
  }
  footer #footer_bas {
    text-align: center;
  }
  footer #footer_haut .conteneur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .padding_section {
    padding: 80px 0px;
  }
}
