
/* GENERAL HOME */

.home-container {
    position: relative;
    padding: 80px 0 80px 50px;
}
.home-container-bottom {
    display: flex;
    justify-content: flex-end;
}
.home-container h2{
    font-size :36px;
    margin-bottom: 20px;
}
.home-container h2 span{
    font-weight: 500;
}

/* CARROUSEL */

.banner{
    padding: 0;
}
.banner-container {
    position: relative;
    margin-top: 40px;
    margin-left: 50px;
}
.banner-title {
    display: inline-block;
    background: var(--fifth-color);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 10px 50px 8px 20px;
    z-index: 2;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    transition: .2s;
}
.banner-title:hover {
    background: #fff;
    color: var(--fifth-color);
}
.banner-title h2 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    text-transform: initial;
}
.banner-container img {
    width: 100%;
    height: 500px;
    background-color: var(--default-text-color);
    object-fit: cover;
}
.banner-item{
    position: relative;
    height: 500px;
    border-radius: 15px;
}
.banner-item iframe {
    height: 500px;
    width: 100%;
}
.banner-item .btn-black-fill {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 4;
    background-color: var(--fifth-color);
}
.banner-item .btn-black-fill:hover{
    background-color: #fff;
    color: var(--fifth-color);
    border-color: var(--fifth-color);
}
.splide__track{
    border-radius: 15px;
}
.splide__arrow {
    background: transparent;
    height: 2.5em;
    opacity: 1;
    width: 2.5em;
    z-index: 1;
    border: 3px solid #fff;
    transition: .2s;
}
.splide__arrow svg {
    fill: #fff;
    transition: .2s;
}
.splide__arrow:hover {
    border-color: var(--fifth-color);
}
.splide__arrow:hover svg {
    fill: var(--fifth-color);
}


.presentation-container {
    position: relative;
    padding: 80px 0 0 50px;
    color: var(--default-text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.presentation-content{
    max-width: 720px;
}
.presentation-container > .decoration:first-of-type {
    top: 40px;
    left: 70px;
    width: 84px;
}
.presentation-container > .decoration:last-of-type {
    bottom: -70px;
    right: 30px;
    width: 130px;
}

/* BLOCK BLOG */

.infos h2{
    color: var(--third-color);
    margin-bottom: 30px;
}
.infos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.infos-item-img {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.infos > .decoration:first-of-type {
    bottom: 70px;
    right: 450px;
}
.infos > .decoration:nth-of-type(2) {
    bottom: -80px;
    left: 220px;
    width: 120px;
}
.infos > .decoration:last-of-type {
    bottom: -450px;
    right: 220px;
    width: 120px;
}

/* ACTIVITIES BLOCK */

.home-container.activities {
    background-color: var(--fifth-color);
    margin-left: 50px;
    border-radius: 15px;
    padding: 50px 50px;
}
.activities h2{
    color: #fff;
    margin-bottom: 20px;
}
.activities-container {
    align-items: center;
}
.activities-container .left-col {
  width: 50%;
}
.activities-container .right-col {
  width: 50%;
}
.activities-container .left-col img {
    height: 300px;
    background: var(--default-text-color);
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.activities-container .right-col p {
    margin-bottom: 0;
    color: #fff;
}
.activities .banner-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.activities .banner-title {
    padding: 10px 30px 8px 15px;
    bottom: 30px;
}

/* NEWSLETTER BLOCK */

.newsletter h2{
    color: var(--fourth-dark-color);
}
.newsletter-container .left-col {
    width: 60%;
}
.newsletter-container .left-col p {
    color: var(--default-text-color);
}
.newsletter-container .right-col {
    width: 40%;
}
.newsletter-container .right-col form {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.newsletter-container .right-col form input {
    width: 100%;
    border-radius: 5px;
    border: none;
    font-family: 'Strawford';
    padding: 8px 15px 5px 15px;
    border: 2px solid var(--fourth-dark-color);
}
.home-container form input:focus-visible{
    outline: 1px solid var(--fourth-dark-color);
}

/* MAP BLOCK */

.places {
    padding-top: 10px;
    padding-bottom: 20px;
}
.places h2{
    color: var(--third-dark-color);
    text-align: center;
    width: 100%;
}
.places-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.places-item {
    box-shadow: 0px 0 15px rgba(0,0,0,0.15);
    padding: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
}

.places > .decoration:first-of-type {
    top: 60px;
    left: 170px;
    width: 44px;
}
.places > .decoration:last-of-type {
    top: -20px;
    right: 190px;
    width: 30px;
}

.places-item img {
    width: 120px;
}
.places-item.bleu:hover {
    background-color: var(--fourth-color);
}
.places-item.rose:hover {
    background-color: var(--primary-color);
}
.places-item.jaune:hover {
    background-color: var(--second-color);
}
.places-item:nth-of-type(2) {
    margin: 0 80px;
}
.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.gm-style-iw-d > div {
    display: flex;
}
.gm-style-iw-d > div img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.marker-infos {
    display: flex;
    flex-direction: column;
}
.marker-infos h3 {
    font-weight: 900;
    margin-bottom: 5px;
}
.marker-infos p {
    margin-bottom: 0;
} 
.marker-infos .marker-address {
    margin-bottom: 0;
    font-size: 16px;
} 
.gm-style .gm-style-iw-c {
    padding: 25px 10px 15px 20px !important;
}
.gm-style .gm-style-iw-d {
    padding: 0 !important;
    border: 0 !important;
}
.link-site,
.link-tel {
    margin: 5px 0;
    padding: 0;
    font-style: italic;
    font-size: 16px;
}
.link-site:hover,
.link-tel:hover {
    text-decoration: underline;
    color: inherit;
}
.img-marker{
    display : none;
}

.bottom-container-popup .btn-black-fill {
    padding: 5px 10px;
    font-size: 12px;
}
.bottom-container-popup {
    margin-top: 20px;
    height: 23px;
}