@import url("../bootstrap/css/bootstrap.min.css");

@import url("../animate/animate.min.css");
@import url("../lightbox/css/lightbox.min.css");

/*@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Manjari:wght@100;400;700&display=swap');*/
/*@font-face {*/
/*    font-family: "Amatic SC";*/
/*    src: url("/fonts/Amatic_SC/AmaticSC-Bold.woff2") format("woff2"),*/
/*    url("/fonts/Amatic_SC/AmaticSC-Bold.ttf") format("ttf");*/
/*}*/
/*@font-face {*/
/*    font-family: "Manjari";*/
/*    src: url("fonts/Manjari/Manjari-Thin.ttf") format("ttf"),*/
/*    url("fonts/Manjari/Manjari-Thin.ttf") format("ttf");*/
/*}*/
@media (max-width: 767px) {
    .sticky-top {
        position: fixed;
        top: 0;
        z-index: 1020
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}
html, body {
    max-width: 99.92%;
}

.site-content {
    position: relative; /* Position relative pour les enfants positionnés par rapport à cela */
    z-index: 1; /* Assure que le contenu principal est au-dessus de l'overlay */
}

body{
    background-image: url("illustrations/body.jpg");
    background-size: cover;
    background-attachment: fixed;

}
main{
    min-height: calc(80vh - 40px)
}

header{
    background-image: url('illustrations/header.jpg'); background-size: cover; height: 160px;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 2em;
    border-bottom: #6AC0AE 1px solid;
}
@media screen and (max-width: 768px) {
    body{
        background-image: none;
    }
    header{
        background-image: none;
        /*background-image: url('images/structure/montagnes3.webp'); background-size: cover; height: 175px;*/
    }
}
footer{
    background-color: #4E2564 ;
}
.titlePage{
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 5em;
    color: #4E2564 ;
    text-shadow: 1px 1px 2px #4E2564;
    background-color: rgba(255, 255, 255, 0.6);
}
h1{
    padding-top: 10px;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 3em;
    color: #4E2564 ;
    overflow: hidden;

}
h1:after {
    content:"";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #4E2564;
}
h1:before {
    content:"";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: 10px;
    margin-left: -100%;
    border-top: 2px solid #4E2564;
}
h2{
    padding-top: 10px;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 3.5em;
    color: #6AC0AE ;
    overflow: hidden;

}
h2:after {
    content:"";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #F49D04;
}
h3{
    text-decoration: none;
    padding-top: 10px;
    font-family: 'Manjari', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #6AC0AE ;
    overflow: hidden;

}
h4{
    text-decoration: none;
    font-family: 'Manjari', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    color: #62317d;
    overflow: hidden;

}
h5{
    padding-top: 10px;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 3.5em;
    color: #6AC0AE ;
    overflow: hidden;

}
h6{
    padding-top: 10px;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 3em;
    color: #4E2564 ;
    overflow: hidden;

}
h6:after {
    content:"";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #F49D04;
}
h6:before {
    content:"";
    display: inline-block;
    height: 0.3em;
    vertical-align: bottom;
    width: 100%;
    margin-right: 10px;
    margin-left: -100%;
    border-top: 2px solid #F49D04;
}
.manjari{
    font-family: 'Manjari', sans-serif;
}
.navbarSite{
    font-size: 1.1em;
}
.navbarSite li{
    display:inline; text-align:center;padding-left: 5px; padding-right:5px;
    color: white;
}
.navbarSite li:hover{
    color: #4E2564;
    /*background-color: coral;*/
}


#navbarSupportedContent a{
    color:#ffffff;
    /*text-shadow: 2px 2px 2px #F49D04;*/
}
.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#navbarSupportedContent a:hover{
    color: #ffffff;
    text-shadow: 2px 2px 2px #24403A;
    transform: scale(1.2);
}
.dropdown-item:hover{
    border-radius: 5px 50px 0px 50px;
    background-color: #F69C05;
    color:#4E2665;
}
#navbarSupportedContent .dropdown-menu a {
    color: #ffffff;
}
#navbarSupportedContent .dropdown-menu a:hover {
    color: #4E2665;
    text-shadow: none;
}
.text{
    font-family: 'Manjari', sans-serif;
    text-align: justify;
    font-size: 1.1em;
}
.bg-blanc{
    background-color: rgba(255, 255, 255, 0.95);
}
.text-blanc{
    color: #ffffff;
    text-decoration-color: #ffffff;
    text-decoration: none;
}
.cadre{
    margin-left: 15px;
}

.cadreIllustration{
    padding: 15px ;
}
.grayscale div .img-thumbnail1 {
    max-height : 50%;
    width : auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale div:hover .img-thumbnail1 {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
/* Rotation */
.rotate div .img-thumbnail1 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rotate div:hover .img-thumbnail1 {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

/* Dézoomer */
.zoom-out div .img-thumbnail1  {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zoom-out div:hover .img-thumbnail1  {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
/* Image ronde */
.rounded div .img-thumbnail1 {

    -webkit-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}
.rounded div:hover .img-thumbnail1:hover {
    width: 150px; /* on affiche l'image au carré */
    height: 150px;
    border-radius: 50%;
}
/* Reflet */
.shine div {
    position: relative;
}
.shine div::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine div:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* Halo lumineux */
.light div {
    position: relative;
}
.light div::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.light div:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.myButton {
    /*box-shadow:inset 0px 1px 0px 0px #a4e271;*/
    background:linear-gradient(to bottom, #2c8370 5%, #6AC0AE 100%);
    background-color:#89c403;
    border-radius:3px;
    /*border:1px solid #74b807;*/
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528009;
}
.myButton:hover {
    background:linear-gradient(to bottom, #6AC0AE 5%, #2c8370 100%);
    background-color:#77a809;
    color:#4E2564;
}
.myButton:active {
    position:relative;
    top:1px;
}
.dropdown-menu{
    background-color: #4E2665;
    min-width: 250px;
}
#scrollUp
{
    position: fixed;
    bottom : 10px;
    right: -50px;
    opacity: 0.5;
}
.scale1:hover{
    transform: scale(2);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 2000;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 320px;*/
    /*max-width: 480px;*/
    /*max-height: 360px;*/
    /*width: 48%;*/
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/*.grid figure figcaption > a {*/
/*    z-index: 1000;*/
/*    text-indent: 200%;*/
/*    white-space: nowrap;*/
/*    font-size: 0;*/
/*    opacity: 0;*/
/*}*/

.grid figure h5 {

    text-decoration: none;
    font-family: 'Manjari', sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #6AC0AE ;
    overflow: hidden;
    /*word-spacing: -0.15em;*/
}

.grid figure h5 span {
    font-weight: 800;
}

.grid figure h5,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-zoe figcaption {
    top: auto;
    width: 101%;
    bottom: 0;
    padding: 1em;
    height: 3em;
    background: #fff;
    color: #6AC0AE;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h5 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 2em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h5,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h5 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h5,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h5 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.rs {
    color: #62317d;
}
.rs:hover {
    color: #f59d05;
}
.btn-rs{
    font-size: 1.2em;
    border:2px solid #62317d;
    color: #62317d;
}
.btn-rs:hover{
    font-size: 1.2em;
    background-color: #62317d;
    border:2px solid #f59d05;
    color: #f59d05;
}
.rs-b {
    color: #ffffff;
}
.rs-b:hover {
    color: #f59d05;
}
.btn-rs-b{
    font-size: 1.2em;
    border:2px solid #ffffff;
    color: #ffffff;
}
.btn-rs-b:hover{
    font-size: 1.2em;
    background-color: #62317d;
    border:2px solid #f59d05;
    color: #f59d05;
}
.btn-menthe{
    font-size: 1.2em;
    border:2px solid #6AC0AE;
    color: #6AC0AE;
}
.btn-menthe:hover{
    font-size: 1.2em;
    background-color: #6AC0AE;
    border:2px solid #f59d05;
    color: #ffffff;
}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px;
}

.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px;
}

.ribbon-wrapper.ribbon-xl .ribbon {
    right: 4px;
    top: 47px;
    width: 240px;
}

.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}

.ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute;
}

.ribbon-wrapper .ribbon::before {
    left: 0;
}

.ribbon-wrapper .ribbon::after {
    right: 0;
}
.text-xl {
    font-size: 1rem !important;
}
.bg-gray {
    background-color: #6c757d !important;
}

.bg-gray,
.bg-gray > a {
    color: #fff !important;
}
.carousel-caption{
    text-align: left;
    bottom: 3.3rem;
}
.carousel-caption h5{
    /*color:#000;*/

}
.carousel-caption p{
    color:#000;
}
.active{
    background-color: #6AC0AE;
}
