@charset "UTF-8";
/*
Theme Name: Shuttle Enfant
Description: Theme enfant de Shuttle. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: shuttle
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;700&family=Nunito:wght@400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: black;
  margin-bottom: 15px;
  line-height: 40px;
}

h2 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
  margin-bottom: 10px;
  line-height: 30px;
}

h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 25px;
}

p,
li {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#body-core,
#header {
  background: none;
}

.wp-block-button__link,
.paoc-popup-button,
.wpforms-submit {
  color: black !important;
  min-width: 200px;
  background: #b279a7 !important;
  border: 2px solid #B279A7 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
}

.wp-block-button__link:hover,
.popupaoc-button:hover,
.wpforms-submit:hover {
  color: black !important;
  background: none !important;
  box-shadow: none !important;
}

.little-link {
  color: #767676;
  text-decoration: underline;
}

.little-link:hover {
  text-decoration: none !important;
}

.popupaoc-button {
  margin: 0 30%;
  width: 40% !important;
  min-width: 0 !important;
}

.paoc-popup-modal {
  background: none;
  box-shadow: none;
}
.paoc-popup-modal .paoc-popup-modal-cnt {
  border-radius: 30px;
  border: 2px solid #048ba8;
  padding: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#header .site-title,
#header-sticky .site-title {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: white;
  margin: auto;
  color: black;
  padding: 4px 0;
  position: relative;
}
#header .site-title:after,
#header-sticky .site-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -3px;
  background: linear-gradient(90.29deg, rgba(178, 121, 167, 0.5) 20.67%, rgba(4, 139, 168, 0.25) 100%);
}
#header .menu .current_page_item a,
#header-sticky .menu .current_page_item a {
  color: black !important;
  text-decoration: none;
}
#header .menu li a,
#header-sticky .menu li a {
  font-family: "Nunito", sans-serif;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: black;
  text-decoration: none;
}
#header .menu li a:hover,
#header-sticky .menu li a:hover {
  color: #b279a7 !important;
  text-decoration: underline #b279a7;
}

#content {
  padding: 0;
}
#content #content-core {
  max-width: none;
}
#content #content-core .mid-width {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 10px;
}
#content #content-core .google-map {
  border: 2px solid #048ba8;
  border-radius: 30px;
}
#content #content-core .google-map .uagb-google-map__iframe {
  border-radius: 30px;
}
#content #content-core .left-box {
  margin-right: 50px;
}
#content #content-core .right-box {
  margin-left: 50px;
}
#content #content-core .border-box {
  border: 2px solid #048ba8;
  padding: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#content #content-core .border-radius {
  border-radius: 30px;
}
#content #content-core .img-round img {
  border-radius: 100%;
  margin: 0 25%;
  width: 50%;
}
#content #content-core .img-border img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #048ba8;
}
#content #content-core .wp-block-image {
  margin-bottom: 0;
}
#content #content-core .uagb-columns__inner-wrap {
  max-width: none;
}
#content #content-core .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap {
  padding: 0;
}
#content #content-core .bandeau {
  padding: 20px 0;
  background: linear-gradient(90.29deg, rgba(178, 121, 167, 0.5) 20.67%, rgba(4, 139, 168, 0.25) 100%);
}
#content #content-core .left-underline {
  background: white;
  margin: auto;
  padding: 4px 0;
  position: relative;
  margin-bottom: 20px;
}
#content #content-core .left-underline:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -3px;
  width: 25%;
  background: #b279a7;
}
#content #content-core .title-dash:before {
  content: "-";
  color: #048ba8;
}
#content #content-core .title-dash:after {
  content: "-";
  color: #048ba8;
}

footer {
  background: #27261D;
}
footer #sub-footer {
  background: none;
  border: none !important;
  margin: 0 auto;
  max-width: 1290px;
  padding-top: 30px !important;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer #sub-footer .footer1_4 {
  width: 25%;
}
footer #sub-footer .footer2_4 {
  width: 32.5%;
}
footer #sub-footer .footer3_4 {
  width: 27.5%;
}
footer #sub-footer .footer4_4 {
  width: 15%;
}
footer #sub-footer div {
  margin: auto 0;
}
footer #sub-footer div ul {
  list-style: none;
}
footer #sub-footer div ul li {
  margin: 5px 0;
}
footer #sub-footer div nav a {
  color: white;
}
footer #sub-footer div nav a:hover {
  color: #048ba8;
}
footer #sub-footer div #footer-logo {
  text-align: center;
}
footer #sub-footer div #footer-logo h2 {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
footer #sub-footer div #footer-logo h3 {
  color: white;
}
footer #sub-footer div #social-nav {
  padding-left: 20px;
}
footer #sub-footer div #social-nav i {
  font-size: 20px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  body #header .site-title:after,
body #header-sticky .site-title:after {
    margin-right: 50%;
  }
  body #content #content-core .wp-block-spacer {
    height: 0 !important;
  }
  body #content #content-core .wp-block-uagb-column {
    margin-top: 50px;
  }
  body #content #content-core .mid-width {
    padding: 0 20px;
  }
  body #content #content-core .right-box,
body #content #content-core .left-box {
    margin-left: 0;
    margin-right: 0;
  }
  body footer .footer1_3,
body footer .footer2_3,
body footer .footer3_3 {
    width: 100% !important;
    margin: 25px 0 !important;
  }
  body footer div ul {
    margin: 0 !important;
  }
  body footer div #social-nav {
    padding: 0 !important;
  }
  body footer div #footer-nav {
    margin-top: 0 !important;
  }
}