@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
Import RockYeahSans font font-face {
  font-family: "merriweather";
  src: url("./fonts/Merriweather-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}

.path-frontpage #navdesk {
  display: none;
}
.path-frontpage #logoHeader #block-headerlogo {
  margin-left: 70px;
}

@media (min-width: 1280px) {
  .path-frontpage #logoHeader #block-headerlogo {
    top: 0;
  }
}
.menu_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#002712, #001717);
  display: none;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
}
.menu_block #navigation {
  width: 100%;
  height: auto;
}
.menu_block #navigation #block-menulogo {
  height: 40px;
  width: 129px;
  height: 129px;
  margin: 0 auto;
}
.menu_block #navigation #block-menulogo p {
  text-align: center;
  margin-top: 45px;
  z-index: 9999;
  position: relative;
  cursor: pointer;
}
.menu_block #navigation #block-menulogo img {
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
}
.menu_block #navigation #block-menulogo img:hover {
  transform: scale(1.2);
}
.menu_block #navigation #block-sociaux-menu {
  position: absolute;
  z-index: 9999;
  right: 65px;
  bottom: -120px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.menu_block #navigation #block-sociaux-menu .text-formatted {
  display: block ruby;
}
.menu_block #navigation #block-sociaux-menu p {
  display: flex;
  width: 95%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 32px;
}
.menu_block #navigation #block-sociaux-menu a {
  transition: 500ms;
  margin: 5px;
}
.menu_block #navigation #block-sociaux-menu a img {
  width: 30px;
  height: auto;
}
.menu_block #navigation #block-sociaux-menu a:hover {
  transition: 500ms;
  transform: scale(1.1);
}
.menu_block #navigation nav .menu .menu-item {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
.menu_block #navigation nav .menu .menu-item a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: white;
  font-size: 15px;
}
.menu_block #navigation #block-menu .field__item {
  width: 95%;
  margin: 0 auto;
}
.menu_block #navigation #block-menu .field__item .lien {
  margin-bottom: 50px;
}
.menu_block #navigation #block-menu .field__item .lien a .menu p:first-child {
  font-family: "rockyeahsans" !important;
  margin: 0;
  font-size: 30px;
  color: white;
  position: relative;
  z-index: 0;
  width: 95%;
  margin: 0 auto 10px;
  text-align: center;
}
.menu_block #navigation #block-menu .field__item .lien a .menu p:last-child {
  display: none;
  font-size: 14px !important;
  line-height: 16px;
  text-transform: initial;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.menu_block #navigation #block-menu .field__item .lien a .menu hr {
  width: 50px;
  margin: 0 auto;
  color: white;
  box-sizing: content-box;
  height: 0;
  padding: 0;
}

@media (min-width: 411px) {
  .menu_block #navigation #block-menu {
    margin-top: 15px;
  }
  .menu_block #navigation #block-menu .field__item .lien {
    margin-bottom: 35px;
  }
  .menu_block #navigation #block-menu .field__item .lien a .menu p {
    margin: 10px auto;
  }
}
@media (min-width: 1280px) {
  .menu_block {
    background: #012011;
    overflow: hidden;
    border-bottom: 5px solid rgb(92, 186, 112);
  }
  .menu_block #navigation #block-sociaux-menu {
    height: 35px;
    right: 50px;
    top: 55px;
    left: unset;
  }
  .menu_block #navigation #block-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .menu_block #navigation #block-menu .field__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .menu_block #navigation #block-menu .field__item .lien {
    margin-top: -15px;
    width: 25%;
    position: relative;
  }
  .menu_block #navigation #block-menu .field__item .lien:nth-child(1) {
    overflow: auto;
    box-sizing: content-box;
    scrollbar-width: none;
  }
  .menu_block #navigation #block-menu .field__item .lien:nth-child(1)::-webkit-scrollbar {
    display: none;
  }
  .menu_block #navigation #block-menu .field__item .lien:nth-child(1) p:nth-child(2) {
    display: block;
    position: relative;
    top: 500px;
    text-align: center;
    transition: 500ms;
  }
  .menu_block #navigation #block-menu .field__item .lien a {
    color: white;
  }
  .menu_block #navigation #block-menu .field__item .lien a:hover .bg {
    background: linear-gradient(180deg, rgb(5, 74, 41) 0%, rgb(92, 186, 112) 100%) !important;
    opacity: 1;
  }
  .menu_block #navigation #block-menu .field__item .lien a .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 800ms linear;
    opacity: 0;
  }
  .menu_block #navigation #block-menu .field__item .lien a .menu {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
  }
  .menu_block #navigation #block-menu .field__item .lien a .menu p:first-child {
    display: block;
    width: 64%;
    margin: 0 auto;
    position: relative;
    top: 45vh;
    bottom: 2%;
    font-size: 30px !important;
    text-align: center;
    z-index: 0;
    top: unset;
  }
  .menu_block #navigation #block-menu .field__item .lien a .menu p:last-child {
    display: block;
    text-align: center;
    top: unset;
  }
  .menu_block #navigation #block-menu .field__item .lien a .menu hr {
    position: relative;
    width: 50px;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 15px;
  }
  .menu_block #navigation #block-menu .field__item .lien:last-child a p:first-child {
    margin-top: 32px;
  }
}
#logoHeader #block-navigationprincipale-2,
#logoHeader #block-navigationprincipale {
  display: none;
}
#logoHeader #block-secondmenu-2,
#logoHeader #block-secondmenu {
  display: none;
}
@media (min-width: 1280px) {
  #logoHeader .center {
    width: 100%;
  }
  #logoHeader .region-logo {
    width: 100%;
    border-bottom: 3px solid #147347;
    height: 80px;
  }
  #logoHeader .region-logo .centerHeader {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
    width: 1200px;
    margin: 0 auto;
  }
  #logoHeader .region-logo .centerHeader p {
    margin-top: 0;
  }
  #logoHeader #block-navigationprincipale-2,
  #logoHeader #block-navigationprincipale {
    display: none;
    width: 450px;
  }
  #logoHeader #block-navigationprincipale-2 ul,
  #logoHeader #block-navigationprincipale ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  #logoHeader #block-navigationprincipale-2 ul li,
  #logoHeader #block-navigationprincipale ul li {
    list-style: none !important;
  }
  #logoHeader #block-navigationprincipale-2 ul li a,
  #logoHeader #block-navigationprincipale ul li a {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #147347;
    font-weight: 600;
    font-size: 14px;
    transition: 500ms;
  }
  #logoHeader #block-navigationprincipale-2 ul li a:before,
  #logoHeader #block-navigationprincipale ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    display: block;
    width: 20px;
    height: 3px;
    background: #85cb92;
    opacity: 0;
    transition: 500ms;
  }
  #logoHeader #block-navigationprincipale-2 ul li a:hover,
  #logoHeader #block-navigationprincipale ul li a:hover {
    color: #85cb92;
  }
  #logoHeader #block-navigationprincipale-2 ul li a:hover::before,
  #logoHeader #block-navigationprincipale ul li a:hover::before {
    opacity: 1;
  }
  #logoHeader #block-headerlogo img {
    position: relative;
    top: 5px;
    width: 140px !important;
    height: auto !important;
  }
  #logoHeader #block-secondmenu-2,
  #logoHeader #block-secondmenu {
    display: none;
    width: 450px;
  }
  #logoHeader #block-secondmenu-2 ul,
  #logoHeader #block-secondmenu ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  #logoHeader #block-secondmenu-2 ul li,
  #logoHeader #block-secondmenu ul li {
    list-style: none !important;
  }
  #logoHeader #block-secondmenu-2 ul li a,
  #logoHeader #block-secondmenu ul li a {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #147347;
    font-weight: 600;
    font-size: 14px;
    transition: 500ms;
  }
  #logoHeader #block-secondmenu-2 ul li a:before,
  #logoHeader #block-secondmenu ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    display: block;
    width: 20px;
    height: 3px;
    background: #85cb92;
    opacity: 0;
    transition: 500ms;
  }
  #logoHeader #block-secondmenu-2 ul li a:hover,
  #logoHeader #block-secondmenu ul li a:hover {
    color: #85cb92;
  }
  #logoHeader #block-secondmenu-2 ul li a:hover::before,
  #logoHeader #block-secondmenu ul li a:hover::before {
    opacity: 1;
  }
  #logoHeader #block-btnsearch-2 {
    top: 20px !important;
    right: 40px !important;
  }
  #logoHeader #block-btnsearch-2 p {
    width: 40px !important;
    height: 40px !important;
    padding: 6px 0 !important;
  }
  #logoHeader #block-btnsearch-2 p img {
    width: 20px !important;
    height: 20px !important;
  }
  #logoHeader #block-callbackbtn-2 {
    top: 20px !important;
    right: 0px !important;
    width: 40px !important;
  }
  #logoHeader #block-callbackbtn-2 p {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    color: rgba(0, 0, 0, 0) !important;
  }
  #logoHeader #block-callbackbtn-2 p img {
    margin-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media (min-width: 1400px) {
  #logoHeader #block-navigationprincipale-2,
  #logoHeader #block-navigationprincipale {
    display: block;
  }
  #logoHeader #block-secondmenu-2,
  #logoHeader #block-secondmenu {
    display: block;
  }
}
@media (min-width: 1600px) {
  #logoHeader {
    margin-top: 25px;
  }
  #logoHeader .center {
    width: 100%;
  }
  #logoHeader .region-logo {
    width: 100%;
    border-bottom: 3px solid #147347;
  }
  #logoHeader .region-logo .centerHeader {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 25px;
    justify-content: center;
  }
  #logoHeader #block-navigationprincipale-2,
  #logoHeader #block-navigationprincipale {
    display: block;
  }
  #logoHeader #block-secondmenu-2,
  #logoHeader #block-secondmenu {
    display: block;
  }
  #logoHeader #block-btnsearch-2 {
    top: 10px !important;
    right: 40px !important;
  }
  #logoHeader #block-callbackbtn-2 {
    top: 10px !important;
    right: 0px !important;
  }
}
#navdesk {
  z-index: 9999;
  background: #fff;
  border-bottom: 3px solid #147647;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
#navdesk .toggle {
  position: absolute;
  top: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#navdesk .toggle span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #147647;
}
#navdesk .toggle span:nth-child(2) {
  top: 5px;
}
#navdesk .toggle span:nth-child(3) {
  top: 10px;
}
#navdesk .region-navdesk #block-logonavdesk {
  margin-left: 50px;
}
#navdesk .region-navdesk #block-btnsearchwhite {
  width: 40px;
  height: 40px;
  right: 60px;
  top: 17px;
}
#navdesk .region-navdesk #block-btnsearchwhite p {
  border-color: #257534;
  width: 40px;
  height: 40px;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
#navdesk .region-navdesk #block-btnsearchwhite p img {
  position: relative;
  left: 0px;
  top: 9px;
  width: 20px;
  height: 20px;
}
#navdesk .region-navdesk #block-callbackbtnwhite {
  width: 40px;
  height: 40px;
  right: 10px;
  top: 17px;
}
#navdesk .region-navdesk #block-callbackbtnwhite p {
  border-color: #257534;
  width: 40px;
  height: 40px;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
#navdesk .region-navdesk #block-callbackbtnwhite p img {
  position: relative;
  left: 25px;
  top: 1px;
  width: 20px;
  height: 20px;
}

#logoHeader .toggle {
  position: absolute;
  top: 40px;
  left: 20px;
  display: block;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#logoHeader .toggle span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #147647;
}
#logoHeader .toggle span:nth-child(2) {
  top: 5px;
}
#logoHeader .toggle span:nth-child(3) {
  top: 10px;
}

#menumobile {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: #fffafa;
  padding: 100px 0;
  border-right: 1px solid #e3e3e3;
  transition: left 500ms;
}
#menumobile #closeMenuMobile {
  position: absolute;
  top: -10px;
  right: -15px;
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #147647;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
#menumobile .navigation {
  margin-left: 20px;
}
#menumobile .navigation ul li {
  list-style: none !important;
  margin-bottom: 25px;
}
#menumobile .navigation ul li a {
  font-size: 18px;
  color: #2b7653;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
#menumobile .navigation ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  display: block;
  width: 20px;
  height: 3px;
  background: #85cb92;
  opacity: 0;
  transition: 500ms;
}
#menumobile .navigation ul li a:hover {
  color: #85cb92;
}
#menumobile .navigation ul li a:hover::before {
  opacity: 1;
}
#menumobile #block-socialmenumobilegreen {
  width: 80%;
  margin: 100px auto 0;
  border-top: #147647 1px solid;
  padding-top: 25px;
}
#menumobile #block-socialmenumobilegreen p {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#menumobile #block-socialmenumobilegreen p a {
  display: block;
  width: 44px;
  height: 44px;
  transition: 500ms;
}
#menumobile #block-socialmenumobilegreen p a img {
  width: 100%;
  height: auto;
}
#menumobile #block-socialmenumobilegreen p a:hover {
  transition: 500ms;
  transform: scale(1.1);
}

@media (min-width: 1280px) {
  #navdesk {
    display: none;
  }
  #navdesk .toggle {
    left: 25px;
  }
  #navdesk .toggle span {
    transition: 500ms;
  }
  #navdesk .toggle.cross span {
    transition: 500ms;
  }
  #navdesk .toggle.cross span:nth-child(1) {
    top: 4px;
    transform: rotate(45deg);
  }
  #navdesk .toggle.cross span:nth-child(2) {
    top: 2px;
    transform: rotate(-45deg);
  }
  #navdesk .toggle.cross span:nth-child(3) {
    opacity: 0;
  }
  #navdesk .region-navdesk #block-logonavdesk {
    margin-left: 0;
  }
  #navdesk .region-navdesk #block-btnsearchwhite {
    right: 47px !important;
  }
  #navdesk .region-navdesk #block-btnsearchwhite p img {
    top: 6px;
  }
  #navdesk .region-navdesk #block-callbackbtnwhite {
    right: 0px !important;
  }
  #navdesk .region-navdesk #block-callbackbtnwhite p img {
    left: 31px;
  }
  #logoHeader .toggle {
    top: 17px;
    left: 25px;
    z-index: 10001;
  }
  #logoHeader .toggle span {
    transition: 500ms;
  }
  #logoHeader .toggle.cross span {
    transition: 500ms;
  }
  #logoHeader .toggle.cross span:nth-child(1) {
    top: 4px;
    transform: rotate(45deg);
  }
  #logoHeader .toggle.cross span:nth-child(2) {
    top: 2px;
    transform: rotate(-45deg);
  }
  #logoHeader .toggle.cross span:nth-child(3) {
    opacity: 0;
  }
  #menumobile {
    top: 80px;
    width: 420px;
    left: -420px;
  }
  #menumobile #closeMenuMobile {
    display: none;
  }
  #menumobile .navigation {
    margin-left: 110px;
  }
  #menumobile .navigation ul li a {
    position: relative;
    transition: 500ms;
  }
  #menumobile .navigation ul li a:before {
    left: -35px;
  }
  #menumobile .navigation ul li a:hover {
    margin-left: 35px;
  }
  #menumobile #block-socialmenumobilegreen {
    width: 271px;
  }
}
@media (min-width: 1366px) {
  #navdesk .toggle {
    position: absolute;
    left: 8%;
  }
  #navdesk .region-navdesk {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  #logoHeader .toggle {
    display: none;
  }
}
@media (min-width: 1600px) {
  #navdesk .toggle {
    left: 85px;
  }
  #navdesk .region-navdesk {
    width: 1400px;
  }
  #navdesk .region-navdesk #block-logonavdesk {
    margin-left: 0;
  }
  #logoHeader .toggle {
    display: none;
  }
}
@media (min-width: 1600px) {
  #navdesk .toggle {
    left: 125px;
  }
}
@media (min-width: 1920px) {
  #navdesk .toggle {
    left: 245px;
  }
}
@media (min-width: 2560px) {
  #navdesk .toggle {
    left: 565px;
  }
}
@media (min-width: 2736px) {
  #navdesk .toggle {
    left: 655px;
  }
}
@media (min-width: 3840px) {
  #navdesk .toggle {
    left: 1205px;
  }
}
footer {
  background: #054A29;
}
footer #footerUp .footerBlock .region-footer1 .text-formatted p {
  text-transform: capitalize;
}
footer #footerUp .footerBlock .region-footer2 {
  width: auto;
  margin: 0;
}
footer #footerUp .footerBlock .region-footer2 .text-formatted p {
  text-transform: capitalize;
}
footer #footerUp .footerBlock .region-footer3 {
  width: auto;
  text-align: left;
  border: none;
}
footer #footerUp .footerBlock .region-footer3 .text-formatted p {
  text-transform: capitalize;
}
footer #footerUp .footerBlock .region-footer4 {
  width: 250px;
}
footer #footerUp .footerBlock .region-footer4 .text-formatted {
  text-align: left;
}
footer #footerUp .footerBlock .region-footer4 p:nth-child(1) {
  font-size: 20px !important;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
footer #footerUp .footerBlock .region-footer4 p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footerUp .footerBlock .region-footer4 p:nth-child(2) a {
  display: block;
  width: 47px;
  height: 47px;
  transition: 500ms;
}
footer #footerUp .footerBlock .region-footer4 p:nth-child(2) a:hover {
  transition: 500ms;
  transform: scale(1.1);
}
footer #footerUp .footerBlock .region-footer4 p:nth-child(2) a img {
  width: 100%;
  height: auto;
}
footer #footerUp .footerBlock .block {
  width: 250px;
  margin-bottom: 35px;
}
footer #footerUp .footerBlock .block p {
  margin: 0;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
footer #footerUp .footerBlock .block p strong {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer #footerUp .footerBlock .block p a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
footer #footerUp .footerBlock .block p a strong {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer #footerDown #block-copyright {
  width: 95%;
  margin: 0 auto 35px;
}
footer #footerDown #block-copyright p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  color: white;
}
footer #footerDown #block-copyright p img {
  width: 100%;
  height: auto;
}
footer #footerDown #block-footerbas {
  width: 95%;
  margin: 0 auto !important;
}
footer #footerDown #block-footerbas p {
  line-height: 40px;
  font-size: 16px !important;
}
footer #footerDown #block-footerbas p a {
  margin-right: 20px;
}
footer #footerDown #block-footerbas p a:before {
  content: ".";
  position: relative;
  top: -4px;
  left: -10px;
  font-size: 30px;
  color: white;
}
footer #footerDown #block-footerbas p a:nth-child(1):before {
  display: none;
}
footer #footerDown #block-footerbas p a:last-child:before {
  display: none;
}
footer #footerDown #block-footerbas p a img {
  position: relative;
  top: 8px !important;
  width: 30px;
  height: auto;
}

@media (min-width: 600px) {
  footer #footerDown #block-copyright {
    width: 280px;
  }
}
@media (min-width: 960px) {
  footer #footerUp {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer #footerUp .footerBlock {
    width: auto;
    display: block;
  }
  footer #footerUp .footerBlock .region-footer1 .text-formatted {
    display: block;
  }
  footer #footerUp .footerBlock .region-footer3 {
    padding: 0;
  }
  footer #footerUp .footerBlock .block p {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  footer #footerUp {
    padding: 75px 0 25px;
  }
  footer #footerUp .footerBlock .region-footer1 {
    padding: 0;
  }
  footer #footerUp .footerBlock .region-footer4 p:nth-child(2) {
    justify-content: flex-start;
    margin-left: -10px;
  }
  footer #footerUp .footerBlock .region-footer4 p:nth-child(2):first-child {
    margin-left: 0;
  }
  footer #footerDown {
    width: 88%;
    margin: 0 auto;
  }
  footer #footerDown .region-footerdown {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  footer #footerDown #block-copyright {
    width: 560px;
    margin: 0;
  }
  footer #footerDown #block-copyright .text-formatted {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  footer #footerDown #block-copyright p {
    margin: 0;
    width: auto;
  }
  footer #footerDown #block-copyright p:nth-child(1) {
    display: block;
    width: 123px;
  }
  footer #footerDown #block-copyright p:nth-child(2) {
    margin-left: 25px;
  }
  footer #footerDown #block-copyright p img {
    position: relative;
    top: 5px;
    width: 123px;
    height: auto;
  }
  footer #footerDown #block-footerbas {
    margin: 0;
  }
  footer #footerDown #block-footerbas p {
    text-align: right !important;
    margin: 0 !important;
    width: 100%;
    text-transform: capitalize;
  }
}
@media (min-width: 1920px) {
  footer #footerDown .region-footerdown {
    width: 95%;
  }
}
.structure #equipe #block-views-block-equipe-block-block-1 .view-equipe-block .view-content .views-row .views-field-nothing .field-content .ajust .block2 .body p {
  font-size: 11px !important;
}

.articlebaseTemplate .contenu h1 span {
  font-family: "rockyeahsans", sans-serif;
  font-size: 45px;
  text-transform: uppercase;
}
.articlebaseTemplate .contenu .center .region-content #block-rkfredonidf-content .field--name-field-categorie-actu .field__item {
  margin-bottom: 30px;
}
.articlebaseTemplate .contenu .center .region-content #block-rkfredonidf-content .field--name-body p strong {
  font-weight: 500;
}

.page-node-type-article h1 {
  padding: unset;
  text-align: left;
}

.field--name-body p {
  text-align: left;
}
.field--name-body p em {
  font-family: "merriweather", serif;
  font-size: 20px !important;
}
.field--name-body h2 {
  font-family: "rockyeahsans", sans-serif;
  font-size: 24px !important;
  text-transform: uppercase;
  text-align: left !important;
}
.field--name-body p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
  text-align: left;
}

#search form #edit-actions input {
  font-style: normal;
}

.carousel__next,
.carousel__prev {
  right: 2px;
}

ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
  font-size: 17px;
}

.wp-block-gallery {
  display: block;
  margin: 0 auto;
  width: 25%;
}
.wp-block-gallery.is-cropped {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .articlebaseTemplate .contenu {
    margin-top: -81px;
  }
}/*# sourceMappingURL=style.css.map */