@charset "utf-8";

/* CSS Document */
.AllPresta {
    background: #be234e !important;
    color: #fff !important;
}

.Rea {
    padding: 15px 2%;
    padding-bottom: 80px;
    width: 96%;
    position: relative;
    clear: both;
    justify-content: center;
    background-color: #212121;
}

.ReaWhite {
    background-color: unset;
}

.ReaTitre {
    clear: both;
    display: flex;
    justify-content: center;
}

.ReaTitre h4 {
    max-width: 1200px;
    width: 100%;
    clear: both;
    font-size: 3em;
    letter-spacing: -2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 47px 0 8px 0;
    border: none;
    padding: 0;
    text-align: left;
    font-family: 'Exo 2', sans-serif;
}

.ReaWhite .ReaTitre h4 {
    color: #3a3a3a;
}

.ReaTitre h4 span {
    color: #8cbe23;
}

.ReaContent {
    /*max-width: 1200px;*/
    display: flex;
    width: 100%;
    z-index: 1;
}

.ReaContent ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
}

.ReaContent ul li {
    width: 24%;
    float: left;
    padding: 0.5%;
    list-style: none;
    position: relative;
    /*overflow: hidden;*/
}

.ReaContent ul li .ReaItem {
    width: 100%;
    position: relative;
    float: inherit;
    padding-top: 70%;
    margin: 0;
    overflow: hidden;
}


.ReaContent ul li .ReaItem img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    max-width: 100%;
    z-index: 0;
    filter: brightness(0.5);
    transition: all 0.5s;
}

.ReaContent ul li .ReaItem:hover img {
    filter: none;

}

.ReaContent ul li .ReaItem:before {
    content: "";
    position: absolute;
    right: 60%;
    top: 122%;
    /* width: 0; */
    /* height: 0;*/
    border-radius: 50%;
    background-color: #8cbe23e6;
    z-index: 1;
    transition: all 0.5s;
}

.ReaContent ul li .ReaItem:hover:before {
    right: -22%;
    top: -32%;
    width: 106%;
    height: 150%;
}

.ReaContent ul li .ReaItem:hover .ReaItemTitle {
    right: 0;
}

.ReaContent ul li .ReaItem .ReaItemTitle {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 0;
    right: -100%;
    text-align: right;
    padding: 10%;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    transition: all 1s;
    z-index: 2;
}

.ReaContent ul li .ReaItem .ReaItemTitle span {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.ReaContent ul li .ReaItem .ReaItemLocal {
    position: absolute;
    height: auto;
    bottom: 2%;
    left: 2%;
    text-align: center;
    padding: 5px;
    font-size: 0.6em;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    transition: all 0.3s;
    z-index: 2;
    background-color: #8cbe23;
    border-radius: 5px;
}

.ReaContent ul li .ReaItem:hover .ReaItemLocal {
    background-color: #000;
}

.ReaContent ul li .ReaItem .ReaItemAvis {
    position: absolute;
    height: auto;
    top: 2%;
    left: 300%;
    text-align: center;
    padding: 3px 6px;
    font-size: 0.8em;
    font-weight: normal;
    color: white;
    transition: all 1.3s;
    z-index: 2;
    background-color: #ff0087;
    border-radius: 5px;
}

.ReaContent ul li .ReaItem .ReaItemAvis:before {
    content: "\f141";
    font-family: "Ionicons";
    font-size: 0.8rem;
    margin-right: 5px;
}

.ReaContent ul li .ReaItem:hover .ReaItemAvis {
    left: 2%;
}

.ReaPlus {
    clear: both;
    display: flex;
    justify-content: center;
}

.ReaPlusContent {
    max-width: 100%;
    width: 100%;
    clear: both;
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #212121;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.showUl {
    float: left;
    width: 300px;
}

.ReaPlusContent h5 {
    font-family: initial;
    FONT-SIZE: 1.3em;
    line-height: 30px;
    font-weight: lighter;
    color: #fff;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: all 1s;
}

.ReaWhite .ReaPlusContent h5 {
    color: #8cbe23;
}

.ReaPlusContent h5 small {
    font-family: 'Exo 2', sans-serif;
    FONT-SIZE: 0.3em;
    font-weight: bold;
    position: absolute;
    padding-left: 6px;
    transition: all 1s;
}

/*.ReaPlusContent:before {
        content: "";
    width: 100%;
    height: 100%;
    position: absolute;
        background-color: aquamarine;
}*/

.ReaPlusContent .showUl:hover ul {
    display: block;
}

.ReaPlusContent .showUl:hover h5 {
    padding-left: 50px;
}

.ReaPlusContent:hover h5 small {
    color: #3a3a3a;
    letter-spacing: 0;
}

.ReaPlusContent ul {
    padding: 10px 0 20px;
    margin: 0;
    display: none;
    transition: all 1s;
    position: absolute;
    background: #212121f5;
    box-shadow: 0px 0px 15px #000000;
    z-index: 5;
}

.ReaPlusContent ul li {
    float: left;
    width: 25%;
    /* align-content: center; */
    text-align: center;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    line-height: 0.7em;
}

.ReaPlusContent ul li a {
    font-size: 0.4em;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: -1px;
    padding: 3px 10px;
    position: relative;
    transition: all 0.5s;
    color: #000;
    background: #c5c5c5;
}

.ReaPlusContent ul li a:hover {
    border-radius: 10px;
    color: #000;
    background: #8cbe23;
}

.ReaLinkAll {
    width: 99%;
    padding: 20px 0;
}

.ReaLinkAll a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.ReaLinkAll a:before {
    content: "\f216";
    font-family: "Ionicons";
    font-size: 2.5rem;
    margin-right: 5px;
    text-decoration: none;
    color: #8cbe23;
}

.ReaLinkAll a:hover {
    color: #8cbe23;
}

.ReaLinkAll a:hover:before {
    color: #fff;
}

.ContentAvisClientFiche {
    background: #8cbe23;
    /* padding: 10%; */
    margin: 120px 0 15px;
}

.AvisClientText {
    padding: 5% 10% 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.AvisClientText::before {
    content: "Avis client";
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.7em;
    position: absolute;
    height: 30px;
    top: -50px;
    left: 50%;
    translate: -50% 0;
    background: #212121;
    color: white;
    padding: 10px 20px;

}

.AvisClientText p {
    color: #fff;
    font-style: italic;
}

.ClientID {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.ClientID .PhotoID {
    width: 50px;
    padding-bottom: 50px;
    clip-path: circle(50% at center);
    filter: grayscale(1);
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
}

.ClientID span {
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    margin: 6px 60px 0 60px;
}

.ClientID small {
    float: left;
    clear: left;
    color: #5e5e5e;
    line-height: 160%;
    margin: 0 60px;
}

.ClientID time {
    float: left;
    clear: left;
    width: fit-content;
    color: #ffffff;
    border: solid 1px;
    margin: 10px 0 10px 60px;
    padding: 1px 4px;
    font-size: 0.8em;
}

.AvisClientReponse {
    padding: 5% 10% 20%;
    background: #d0eb98;
    position: relative;
}

.AvisClientReponse::before {
    content: "";
    clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
    background: #d0eb98;
    width: 100%;
    height: 81px;
    position: absolute;
    top: -80px;
    left: 0;
}

.AvisClientReponse p {
    color: #282828;
    font-size: 1em;
}

.DateRea {
    background: #6d6d6d;
    color: white;
    padding: 5px;
    font-size: 0.8em;
}

.ContentMarquesRea {
    padding: 2%;
    width: 96%;
    position: relative;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.MarquesRea {
    float: left;
    clear: left;
    font-size: 1.1em !important;
    margin: 0px;
}

.MarquesReaTag {
    color: #3a3a3a;
    margin: 0px 10px 0px 5px;
    float: left;
    transition: all 0.5s;
    white-space: nowrap;
    position: relative;
    font-size: 0.7em;
    text-decoration: none;
}

.MarquesReaTag:before {
    content: "+";
    color: #8cbe23;
    margin-right: 12px;
}

.ficheTech {
    clear: both;
    float: left;
    padding: 6px;
    color: #8cbe23;
    text-decoration-line: none;
    border: solid 1px;
    margin: 5px;
    font-size: 0.8em;
    transition: all 0.3s;
}

.ficheTech::before {
    content: "\f367";
    font-family: "Ionicons";
    font-size: 1rem;
    margin-right: 12px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX START Formulaire de contact XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.SuperForm {
    display: flex;
    position: fixed;
    top: 0;
    padding: 25px 0;
    left: 100%;
    width: 100%;
    justify-content: center;
    background: #3a3a3a00;
    z-index: 1000;
    transition: all 0.5s;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

@media (max-width: 767.98px) {
    .SuperForm {
        bottom: 0;
        top: auto;
    }
}

.SuperForm span {
    display: flex;
    color: #ffffff;
    align-items: center;
    line-height: 40px;
    font-size: 1em;
}

.SuperForm span img {
    height: 25px;
    margin: 0 10px 6px;
}

.SuperForm a {
    padding: 15px;
    margin: 0;
    text-decoration: none;
    background: #8cbe23;
    color: #fff;
    border-radius: 10px;
    font-size: 1.2em;
    transition: all 0.3s;
}

.SuperForm a::before {
    content: "\f376";
    font-family: "Ionicons";
    margin-right: 10px;
    opacity: 0.5;
}

.SuperForm a:hover {
    transform: scale(1.1);
}

.stickyForm {
    left: 0;
    background: #3a3a3a;
}

.Contact {
    padding: 80px 2% 15px;
    padding-bottom: 80px;
    width: 96%;
    position: relative;
    clear: both;
    justify-content: center;
    background-color: #8cbe23;
    /*background-image: url(img/logo.png);*/
    z-index: 1002;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX END Formulaire de contact XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .ReaContent ul li {
        width: 32%;
        padding: 0.5%;
    }

    .ReaContent ul li .ReaItem .ReaItemTitle {
        font-size: 1.3em;
    }

    .ReaPlusContent ul li {
        width: 33%;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .ReaContent ul li {
        width: 48%;
        padding: 1%;
    }

    .ReaContent ul li .ReaItem:before {
        display: none;
    }

    .ReaContent ul li .ReaItem .ReaItemTitle {
        width: 100%;
        height: auto;
        padding: 0;
        font-size: 1em;
        position: absolute;
        top: unset;
        bottom: 0;
        right: unset;
        left: 0;
        transform: none;
        display: block;
    }

    .ReaContent ul li .ReaItem .ReaItemTitle span {
        width: 90%;
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        padding: 10px 5% 12px;
        display: inline-block;
        text-align: center;
    }

    .ReaContent ul li .ReaItem .ReaItemTitle::before {
        content: "";
        background: rgb(0 0 0 / 67%);
        width: 100%;
        height: -webkit-fill-available;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    @-moz-document url-prefix() {
        .ReaContent ul li .ReaItem .ReaItemTitle::before {
            height: 120px;
            bottom: unset;
            top: 0;
        }
    }

    .ReaContent ul li .ReaItem img {
        filter: brightness(1);
    }

    .ReaPlusContent ul li {
        width: 50%;
    }

    .ReaContent ul li .ReaItem .ReaItemLocal {
        bottom: unset;
        top: 2%;
        box-shadow: 1px 2px 2px #212121;
    }

    .ReaContent ul li .ReaItem .ReaItemAvis {
        left: unset !important;
        right: 2%;
        width: fit-content;
    }

    .ReaPlusContent h5 {
        line-height: 60px;
    }

    .ReaPlusContent ul {
        max-height: 50vh;
        overflow: auto;
        padding: 30px 0;
        top: 0;
    }

    .ReaPlusContent ul li {
        margin: 15px 0;
    }

    .ReaPlusContent ul li a {
        padding: 15px 15px;
        border-radius: 10px;
        background: #8cbe23;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .ReaContent ul li {
        width: 98%;
        padding: 5px 1% 15px 1%;
    }

    .ReaContent ul li .ReaItem .ReaItemTitle {}

    .ReaTitre h4 {
        font-size: 2em;
        letter-spacing: -2px;
    }

    .ReaPlusContent ul li {
        width: 100%;
    }

    .ReaContent ul li .ReaItem:before {
        right: -33%;
        top: 20%;
        width: 40%;
        height: 56%;
        border-radius: 0%;
        transform: rotate(45deg);
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 575.98px) {
    .ReaContent ul li .ReaItem .ReaItemTitle {}

    .ReaTitre h4 {
        font-size: 1.6em;
        letter-spacing: -2px;
        padding: 0;
        margin: 11px 0 8px 0;
    }

    .ReaContent ul li .ReaItem img {
        filter: brightness(0.9);
    }

    .ReaContent ul li .ReaItem:before {
        right: -33%;
        top: 20%;
        width: 40%;
        height: 56%;
        border-radius: 0%;
        transform: rotate(45deg);
    }
}

/*tooltip avis clients*/
.tooltip-avis-client {
    position: relative;
    /*    display: inline-block;
    float: right;*/
    /*border-bottom: 1px dotted black;*/
}

.tooltip-avis-client i {
    /*color: #a1a1a1;*/
    font-size: 16px
}

.tooltip-avis-client .tooltip-avis-client-texte {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    color: grey;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -18px;
    right: 150%;
    font-size: 10px;
    box-shadow: 1px 1px 1px 1px grey;
    opacity: 0;
    height: 0;
    /*overflow: hidden;*/
    transition: opacity 0.6s ease, height 0.3s ease;
}


.tooltip-avis-client .tooltip-avis-client-texte::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent grey;
}

.tooltip-avis-client:hover .tooltip-avis-client-texte {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    height: auto;
}

.tooltip-avis-client:hover {
    cursor: pointer;
}