/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */






 body {
    font-family: 'Calibri';
    /* font-family: 'Minion Pro'; */
    letter-spacing: .0625em;
    /*font-size: 100px;*/
    /*padding-top: 100px;*/
}
/*
a {
    color: white;
    /* font-style: CaviarDreams_BoldItalic 
    font-family: 'Calibri';
    letter-spacing: .0625em;
    font-size: 1rem;
}
*/

u {
    /*text-decoration-line: underline; */
    color: rgb(0, 0, 0);
    text-decoration-color: rgb(0, 0, 0);
    text-decoration-style: solid;
    text-decoration: 2px;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3c6360
}

.bg-black {
    background-color: #161616 !important
}

.bg-primary {
    background-color: #64a19d !important
}

.text-primary {
    color: #64a19d !important
}


#mainNav {
    min-height: 56px;
    background-color: #fff
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #1ca857;
    border: 1px solid #64a19d
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav img{
    width: 35px;
    max-height: 41px;
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    margin-left: 1rem;
}

#mainNav .navbar-nav .nav-item:hover {
    color: rgb(65,113,74);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}


@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        /* background-color: transparent;*/
        transition: background-color .3s ease-in-out
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgb(65,113,74)
    }

    #mainNav .nav-link {
        transition: none;
        color: rgb(65,113,74);
        padding: 2rem 1.5rem;
    }

    #mainNav .nav-link:hover {
        color: rgb(65,113,74);
    }

    #mainNav .nav-link:active {
        color: #fff
    }

    #mainNav.navbar-shrink {
        background-color: #fff
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: rgb(65,113,74)
    }

    #mainNav.navbar-shrink .nav-link {
        color: rgb(117,150,132);
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #467370
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: 0;
        border-bottom: .25rem solid #64a19d
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    /*min-height: 35rem;*/
    /*padding-top: 15rem 0;*/
}

.masthead h1 {
    font-family: 'Berlin Sans FB Demi';
    color: rgb(65,113,74);
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .8rem;
}

.masthead h2 {
    font-family: 'Berlin Sans FB Demi';
    max-width: 20rem;
    font-size: 1rem;
}

.masthead h3{
    padding-bottom: 1rem;
}

@media (min-width:350px) {
    .masthead {
        /*height: 100vh;*/
        padding-top: 140px
    }

    .masthead h1 {
        font-size: 2rem;
        line-height: 4rem;
        letter-spacing: .8rem
    }

    .masthead h2 {
        font-family: 'Berlin Sans FB Demi';
        max-width: 30rem;
        font-size: 1.25rem
    }
    
}


@media (min-width:768px) {
    .masthead {
        /*height: 100vh;*/
        padding-top: 100px
    }
}

@media (min-width:768px) {
    .masthead {
        /*height: 100vh;*/
        padding-top: 100px
    }

    .masthead h1 {
        font-family: 'Berlin Sans FB Demi';
        font-size: 3rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .masthead {
        /*height: 100vh;*/
        padding-top: 100px
    }

    .masthead h1 {
        font-size: 3rem;
        line-height: 4rem;
        letter-spacing: .8rem
    }

    .masthead h2 {
        font-family: 'Berlin Sans FB Demi';
        max-width: 30rem;
        font-size: 1.25rem
    }
    
}





.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    /*padding: 1.25rem 2rem;*/
    /*font-family: 'CaviarDreams';*/
    font-family: 'Minion pro';
    color: rgb(0, 0, 0);
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
    /*width: auto;*/
    color: rgb(255, 255, 255);
    background-color: rgb(65,113,74);
}


.btn-primary {
    /*background-color: rgb(218,227,222);*/
    background-color: #4f837f;
    color: rgb(255, 255, 255);
}

.btn-primary:hover {
    background-color: rgb(65,113,74);
    /*background-color: #4f837f*/
}

.btn-primary:focus {
    /*background-color: #4f837f;*/
    color: #fff;
    background-color: #4f837f
    /*background-color: rgb(65,113,74);*/
}

.btn-primary:active {
    background-color: #467370 !important
}


.citation {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: rgb(255, 255, 255)
}


.services-section {
    padding-top: 2rem;
    background-color: #64a19d

}

.card-columns {
    column-count: 2;
}

.card{
    border: 3;
    border-color: rgb(218,227,222);
}

.card-header{
    background-color: rgb(218,227,222);

}

.btn-services {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1rem 1rem;
    /* font-family: 'CaviarDreams'; */
    font-family: 'Minion Pro';
    font-size: 80%;
    width: auto;
    color: white;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
    background-color: rgb(117,150,132)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.section-carousel h5{
    text-shadow: 1px 1px 2px black;
}

.section-carousel p{
    text-shadow: 1px 1px 2px black;
}

.tales {
    width: 100%;
  }
.carousel-inner{
    width:auto;
    max-height: 500px;
    /*max-height: 200px !important;*/
    /*align-items: center;*/
}
.carousel-inner img {
    width: auto;
    max-height: 500px;
    /*align-self: inherit;*/
}


.section-carousel {
    background-color: rgba(255, 255, 255, .3);
}

.btn-services:hover {
    background-color: rgb(117,150,132);
}

.btn-services:focus {
    background-color: #4f837f;
    color: #fff
}

.btn-services:active {
    background-color: #467370 !important
}

.section-title h2 {
    color:rgb(65,113,74);
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    font-family: 'Berlin Sans FB Demi';
    padding-top: 3rem;
    padding-bottom: 2rem;
}


.section-title h2:before,
.section-title h2:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.section-title h2:after {
    margin: 0 0 0 20px;
}

.section-content h4 {
    color:rgb(65,113,74);
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    font-family: 'Minion Pro';
}

.section-content a{
    font-family: 'calibri';
    color:rgb(65,113,74);
    letter-spacing: .0625em;
    font-size: 1rem;
}

.me-contacter p{
    margin-bottom: 0.5em
}


.contact-section {
    padding: 5rem 0 0
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #64a19d
}

.contact-section .card h4 {
    font-size: .8rem;
    /* font-family: 'CaviarDreams'; */
    font-family: 'Minion Pro';
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 3rem
}

.contact-section .social {
    margin-top: 5rem
}

.social a {
    text-align: center;
    padding-top: 10px;
    height: 3rem;
    width: 3rem;
    background: rgb(117,150,132);
    border-radius: 100%;
    line-height: 3rem;
    font-size: 2rem;
    color: rgb(255, 255, 255);
    font-family: 'Minion Pro';
}
.contact-section a {
    text-align: center;
    padding-top: 10px;
    height: 10rem;
    width: 10rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 100%;
    line-height: 3rem;
    font-size: 5rem;
    color: rgba(255, 255, 255, .3)
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, .5)
}

.contact-section .social a:active {
    color: #fff
}



a {
    color: black;
}