@font-face {
    font-family: "CaviarDreams";
    src: url("../font/CaviarDreams.ttf");

}

/*MOBILE*/
@media only screen and (max-width : 992px) {
    .computer {
        display: none;
    }
    .mobile {
        display: block;
    }

    body {
        font-family: CaviarDreams;
    }

    .carousel-size {
        width: 80%;
        height: auto;
        margin: auto;
    }

}

/*ORDINATEUR*/
@media only screen and (min-width : 993px) {
    .computer {
        display: block;
    }
    .mobile {
        display: none;
    }
    .carousel-size {
        width: 50%;
        height: auto;
        margin: auto;
    }

    body {
        font-family: CaviarDreams;
        background-image: url("../images/LOGO/logo_polygon_top.png");
        background-repeat: no-repeat;
        background-size: 25%;
        background-position: top right;
        background-attachment: fixed;

    }

    .navbarLogo {
        position: absolute;
        float: left;
    }
}

/* scroll behavior for the link anchels */
html{
    scroll-behavior: smooth;
    height: 100%;

}

.logoPommeNavbar {
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: top;
    height: 32px;
    width: 32px;
}

/* color of the jumbotron (head and title of each page) */
.jumbotron {
    background-color: #F4E8F3;
}

/* change the background color of the navbar */
.navbar-custom {
    background-color: #F9EBDE;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color : black;
}
/* change the link color of the navbar */
.navbar-custom .navbar-nav .nav-link {
    color: black;
}

/* change the color of active or hovered links of the navbar */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #6e6e6e;
}

/* couleur du dropdown dans la navbar*/
.dropdown-menu{
    background-color: #F9EBDE;
}

/* couleur de la navbar et du petit et dernier footer */
.headfoot{
    background-color: #F9EBDE;
}

/* couleur du gros footer */
.footcolor{
    background-color: #F7D6B9;
}
/* barre de séparation pour le dropdown */
.dropdown-divider{
    border-color: black;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.83); /* Black w/ opacity */
    padding-top: 10px;
    overflow: auto;
}

.close {
    color: darkgrey;
    top: 10px;
    right: 26px;
    position: fixed;
    z-index: 2;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.fullScreen {
    color: darkgrey;
    top: 45px;
    right: 26px;
    font-size: 25px;
    font-weight: bold;
    position: fixed;
}

.close:hover,
.close:focus
{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.fullScreen:hover {
    color: white;
}

.onePhoto {
    display: block;
    background-color: rgba(0, 0, 0, 0.66);
}

.cursor {
     cursor: pointer;
 }

#previmg,
#nextimg {
    position: fixed;
    width: auto;
    padding: 13px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;

}

#nextimg {
    right: 10px;
    border-radius: 3px 0 0 3px;
}

#previmg {
    left: 0;
    border-radius: 3px 0 0 3px;
}


#imgOnePhoto {
    width: 100%;
    display: block;

}

.custom-toggler.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.35);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0,0,0,0.65)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.carousel-control-prev,
.carousel-control-next{
    height: 80%;
}

.whatthefuck {
    display: none;
}

.logoarche {
    width: 30%;
    margin: auto;
    display: block;

}

.rdv {
    background-color: #F9EBDE;
    border-color: rgba(0, 0, 0, 0.31);
    border-width: 1px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 16px 10px;
    font-weight: bold;
    transition-duration: 0.4s;
    border-radius: 5px;
}

.rdv:hover {
    background-color: #F7D6B9;
}


#fbbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

#messengerbutton {
    text-align: center;
}

.accordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #F9EBDE;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.more0, .more1, .more2, .more3,
.more4, .more5, .more6, .less0,
.less1, .less2, .less3, .less4,
.less5, .less6 {
    float: right;
    pointer-events: none;
}

.colorbox {
    background-color: #F9EBDE;
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    border : 1px solid;
    border-color: black;
    width: 300px;
    min-height: 500px;
    border-radius: 5px;
}

.carouselformation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.carousel-control-prev-iconperso,
.carousel-control-next-iconperso {
    filter: invert(100%) !important;
}

.carousel-item {
    background-color: #fff !important;
}