/********** Template CSS **********/
:root {
    --primary: #8adcb0;
    --secondary: #3c8955;
    --light: #F2F2F2;
    --dark: #272630;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}


.custom_numb {
    width: 60px;
    /* background-color: #fdf118; */
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    /* border: 1px solid wheat; */
    /* box-shadow: 2px 3px 5px black; */
}

.bg-primary {

    background-color: var(--bs-success) !important;
}

.underBg {
    width: 60%;
    background-image: url(../img/morbihan.jpg);

}

.text-primary {

    color: white !important;
}

.bg-hero {

    /* background-position: center; */
    box-shadow: 2px 3px 4px;
}


#map {
    height: 250px;
}


.slogan2 {
    font-size: 13px;
    /* font-family: 'Freehand', cursive; */
    margin-left: 70px;

}

.slogan {
    font-family: 'Freehand', cursive;
    color: #8cc641;
    font-size: 1.5rem;
    margin-left: 0%;
}

h2,
.h2 {
    font-size: 2rem;
    background: #060505;
    display: inline-block;
    padding: 20px;
    color: #fbfffc;
}

.bouton-search {
    background-color: black;

}

.bouton-search:hover {
    background-color: gray;
    transition: 0.5s;
}

.display-1 {
    color: #0646a5 !important;
    text-shadow: 1px 1px 1px black !important;
    /* background: #af4444; */
    font-family: 'Roboto Condensed';
    /* background-color: white; */
    text-align: center;
    /* transform: rotate(0deg); */
}

@media (max-width: 1291.98px) {
    .display-1 {
        color: #f18b3c !important;
        text-shadow: 1px 1px 1px black !important;
    }

}




@media (max-width: 991.98px) {

    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    broder-r: 2px solid white;
    border-radius: 50px;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    < !-- // background: url(../img/service.jpg) top center no-repeat;-->
    background-size: cover;
    transition: .5s;
    transition: .5s;
    box-shadow: 8px 12px 18px;
    border-radius: 20px;
}

.service-item:hover,
.contact-item:hover {
    background-size: cover;
    transition: .5s;
    box-shadow: 8px 12px 18px;
    border-radius: 20px;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: url(../img/team.jpg) bottom center no-repeat; */
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
    background-color: #8adcb0;
    /* box-shadow: -3px 2px 5px black inset; */
    color: black;
}

.img-fluid {
    filter: grayscale(1);
    border-radius: 10px;
    box-shadow: 4px 5px 8px;

}

.team-social {
    display: none;
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {

    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }

    .slogan {
        font-family: 'Freehand', cursive;
        color: #8cc641;
        font-size: 1.2rem;
        margin-left: 0%;
        position: absolute;
        bottom: 2px;
        left: 40%;
    }
}

.slogan2 {

    font-size: .7em;

    margin-left: 13%;

    vertical-align: top;
}

.slogan {
    font-family: 'Freehand', cursive;
    color: #8cc641;
    font-size: 1.2rem;
    margin-left: 0%;
    position: absolute;
    bottom: 2px;
    left: 30%;
}

.navbar-dark .navbar-nav .nav-link {

    font-size: 1.1em;

    text-align: center;
}



@media (max-width: 991.98px) {
    .display-5 {

        text-align: center;
    }

    .site-name {

        font-size: 1em;

    }

    .slogan {
        font-family: 'Freehand', cursive;
        color: #3b8855;
        font-size: 1.2rem;
        position: absolute;
        bottom: 10px;
        left: 50%;
    }

    .slogan2 {

        font-size: .5em
    }

}

.slog3 {
    /* text-shadow: 1px 1px 1px white; */
    font-size: 1.2em;
    font-family: 'Freehand';
    font-family: 'Dancing Script', cursive;
}

@media (min-width: 800px) and (max-width: 1250px) {
    .navbar-dark .navbar-nav .nav-link {
        /* margin-left: 0; */
        padding: 10px 0;
    }



    .site-name {

        font-size: 1.6em;

    }




}

.imageLib {
    width: 100px;
    padding: 1%;
    box-shadow: 2px 2px 3px black;
    padding: 10px;
}

a {
    color: black;
    text-decoration: none;
}

#inlineFrameExample {
    /* border: 1px dashed gray; */
    /* margin-left: 30%; */
    /* position: absolute; */
    right: 0px;
    width: auto;
    width: 100%;
    height: 100%;
}



#buttonLib {

    background: #633535;
    /* height: 50px; */
    /* width: 50px; */
    /* position: absolute; */
    left: -30px;
    text-align: center;
    padding: 5px;
    left: -30px;
    position: absolute;
    border-radius: 10px;
}

.ful .fullSize {

    transition-duration: 0, 2s;
    width: 30%;

}

.good {
    transition-duration: 0, 2s;


    width: 10%;
}

.iconAssu {

    font-size: 7em;

    /* box-shadow: 1px 2px 5px black; */
}

.cardReassurance {

    text-align: center;

    box-shadow: 1px 2px 10px;

    margin: 10px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 4%);
    border-radius: 8px;
}


.logout {
    position: absolute;
    color: #f22b2b;
    right: 10%;
    text-align: right;
    /* margin-left: 70%; */
    top: 10px;
    right: 10px;
    font-size: 9px;
    text-shadow: 1px 1px 1px white;
}




.card-admin {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 4%);
    border-radius: 8px;
    box-shadow: 2px 2px 3px;
}


#blocListImage {

    position: absolute;
    border-radius: 10%;
    border: 2px dashed;
    width: 0px;
    right: 0;
    height: 600px;
}

html {
    height: 100%;


}

body {

    height: 100%;
}

.fond-tab {
    background-color: white !important;


}

.overflow-hidden {

    width: 80%;
    margin: auto;

}




.titlesBlocHome {

    color: #0846a5;

    background-color: #faf6f6;

    text-align: center;

    border-radius: 20px;

    font-family: 'Dancing Script';

    box-shadow: 2px 3px 5px black;

    padding: 5px 5px 5px 5px;

    padding-bottom: 5px;

    vertical-align: top;

    font-family: emoji;

    line-height: 1;
}

.contenu-carte {

    color: #090706;

    font-size: 1.4em;

    text-align: center;

    padding: 20px;

    font-family: 'Roboto';

    text-align: left;

    /* background: #ffffff5c; */
}

.text-secondary {
    color: #8adcb0 !important;
}

.text-dark {

    /* text-shadow: 1px 1px 1px white; */

    color: #fffdfc !important;

    font-size: 2em !important;

    /* margin-left: 5%; */
}

.slogan {
    font-family: cursive;
    color: #8adcb0;
    font-size: 1.2rem;
    margin-left: 0%;
    position: absolute;
    bottom: 2px;
    left: 30%;
}

.bg-primary {
    background-color: #8adcb0 ! important;
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}





@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}





@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}



@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}

.table {

    background-color: white;


}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}


.copy {

    font-size: 0.5em;



}

.metiers {
    color: white;


}


@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 2rem;
    }

}


.histoire {


    /* margin: 20px; */
    margin-bottom: 50px;
    font-size: 1.4em;



}

.monsieur {
    margin: -20px;


}

.lesbadges {
    /* border: 2px solid red; */
    /* color: blue !important; */
    display: inline-block;
    margin: 5px;
}