/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-color: #d5bdce;
    /* background-color: #abe2e2; */
    /* background-color: #eaea; */
}

a {
    color: black;
}

h1 {
    /* color: whitesmoke; */
    text-align: center;
    margin: 6px;
}


/* ------------------------------ menu principal ----------------------------------- */

.bloc_nav_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px auto 8px 8px;
}

.bloc_nav_logo .nav_fenetre a img {
    width: 30px;
    margin: auto 8px;
    padding: 3px;
}


/* .bloc_nav_menu {} */

.p1 {
    position: sticky;
    top: 0;
    z-index: 99;
}

.nav_master {
    /* nav */
    padding: 5px;
    padding-bottom: 0px;
    background-color: whitesmoke;
    padding-bottom: 2px;
    margin-bottom: 12px;
}


/* .nav_list {} */

.bloc_nav_logo .nav_fenetre a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    /* color: wheat; */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bloc_nav_logo .droite_menu_hamburger a {
    color: #330000;
}

.bloc_nav_menu {
    padding: 14px 2px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
}

.nav_menu_de_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

#marker_active {
    background-color: #6C63FF;
    position: absolute;
    left: 0;
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.nav_fenetre a {
    font-size: 13px;
    margin: 1px 5px;
    /* color: wheat; */
    border-radius: 4px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}


/* ---------------------------- création du menu hamburger ----------------------------- */

#menu {
    width: 35px;
    height: 30px;
    margin: auto 12px auto 12px;
    cursor: pointer;
}

.bar {
    height: 5px;
    width: 100%;
    background-color: #6C63FF;
    /* background-color: rgb(139, 94, 94); */
    display: block;
    border-radius: 5px;
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
}

#bar1 {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}

#bar3 {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
}

.change .bar {
    background-color: rgb(226, 185, 72);
}

.change #bar1 {
    -webkit-transform: translateY(4px) rotateZ(-45deg);
        -ms-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotateZ(-45deg);
}

.change #bar3 {
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
}

.change #bar2 {
    opacity: 0;
}

.ul_nav {
    padding: 0;
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
    display: none;
}

.ul_nav li {
    padding: 4px 2px;
}

.ul_nav li a {
    display: block;
    color: #330000;
    padding: 7px;
    border-bottom: 1px solid black;
    /* border-radius: 7px; */
    border-radius: 0px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.ul_nav li a:hover {
    color: rgb(80, 79, 76);
    background-color: #e4c1bd;
}

.active_menu {
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
}

.active_menu .ul_nav {
    display: block;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    padding: 6px;
    right: 30px;
    left: 30px;
    border-left: 3px solid rgb(245, 243, 243);
    background-color: rgb(245, 243, 243);
}


/* .active_menu .ul_nav li {
    border-bottom: 1px solid rgb(245, 243, 243);
} */

.active_menu .ul_nav li a {
    display: block;
    width: 100%;
    /* color: rgb(245, 243, 243); */
    text-align: left;
}

.change {
    display: block;
    z-index: 15;
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
}

.le_z_index {
    z-index: 0;
}


/* ---------- li menu_import notification ------------ */

.menu_hamburger #ul_nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* ------------------------------ page non active --------------------------- */

.non_active a {
    background-color: #d5bdce;
    /* color: whitesmoke; */
    padding: 4px 12px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}


/* ----------------------------------- page active ------------------------------------ */

.active a,
.bloc_nav_logo .active a,
.bloc_nav_logo a:hover,
.bloc_nav_menu a:hover {
    background-color: #6C63FF;
    color: whitesmoke;
    padding: 4px 12px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}


/* --------------------------------------- footer ----------------------------- */

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: whitesmoke;
    /* background-color: rgb(212, 205, 205); */
}

footer a {
    color: black;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

footer a:hover {
    background-color: #6C63FF;
    color: whitesmoke;
}

.les_liens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px;
    text-align: left;
}

.les_liens a {
    padding: 5px;
    margin: 3px;
}

.mentions a {
    color: wheat;
    outline: none;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
    text-align: left;
}

.mentions p {
    color: black;
}

.mentions a:hover {
    text-decoration: underline;
}


/* ------------------------ bouton pour monter au dessus de la page ------------------------ */

.btn_monter_haut_de_page {
    height: 40px;
    width: 40px;
    /* background-color: crimson; */
    background-color: #e0ddd1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 89;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.btn_monter_haut_de_page:hover {
    background-color: #c5abab;
}

.place_gauche {
    left: 20px;
}

.btn_monter_haut_de_page img {
    width: 35px;
}


/* ------------------------------- message de confirmation ------------------------------- */

.echec_reponse,
.succes_reponse {
    position: fixed;
    margin: auto;
    width: 280px;
    left: 10%;
    bottom: 25%;
    padding: 6px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: 1px solid orange;
    border-radius: 8px;
    -webkit-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    z-index: 80;
}

.succes_reponse {
    background-color: green;
}

.echec_reponse {
    background-color: red;
}

.echec_reponse #echec_1,
.succes_reponse #succes_1 {
    padding: 9px;
    border-radius: 4px;
}

.echec_reponse #echec_2,
.succes_reponse #succes_2 {
    padding: 4px;
    font-weight: bold;
}

.echec_reponse #echec_1 {
    background-color: black;
    color: red;
}

.echec_reponse #echec_2 {
    color: whitesmoke;
}

.succes_reponse #succes_1 {
    background-color: wheat;
    color: green;
}

.succes_reponse #succes_2 {
    color: whitesmoke;
}

#css_global_affichage_agent {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}


/* image chargement */

.image_loader {
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto;
}

.image_loader img {
    width: 150px;
}

.image_loader .mode_invisible {
    display: none;
}


/* ------------------------------------ pagination ----------------------------------------- */

.div_pagination {
    border-top: 1px solid white;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto;
    padding: 10px;
    font-size: 13px;
}

.a_pagination_suivant_precedent {
    margin: auto 12px;
    padding: 10px;
    background-color: wheat;
    color: #330000;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.a_page_pagination {
    margin: auto 8px;
    padding: 8px;
    color: white;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.active_pagination {
    color: wheat;
    background-color: brown;
    border-radius: 10%;
    margin: auto 8px;
    padding: 10px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.a_pagination_suivant_precedent:hover {
    background-color: black;
    color: wheat;
}

.a_page_pagination:hover {
    background-color: darkorange;
}


/* --------------------- classe display_none pour gérer l'affichage ----------------------- */

.display_none {
    display: none;
}


/* ------------------------------- message de confirmation ------------------------------- */

.echec_reponse,
.succes_reponse {
    position: fixed;
    margin: auto;
    width: 280px;
    left: 10%;
    bottom: 25%;
    padding: 6px;
    font-size: 18px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid orange;
    border-radius: 8px;
    -webkit-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}

.succes_reponse {
    background-color: green;
}

.echec_reponse {
    background-color: red;
}

.echec_reponse #echec_1,
.succes_reponse #succes_1 {
    padding: 9px;
    border-radius: 4px;
}

.echec_reponse #echec_2,
.succes_reponse #succes_2 {
    padding: 4px;
    font-weight: bold;
}

.echec_reponse #echec_1 {
    background-color: black;
    color: red;
}

.echec_reponse #echec_2 {
    color: whitesmoke;
}

.succes_reponse #succes_1 {
    background-color: wheat;
    color: green;
}

.succes_reponse #succes_2 {
    color: whitesmoke;
}

#css_global_affichage_agent {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}


/* image chargement */

.image_loader {
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto;
}

.image_loader img {
    width: 150px;
}

.image_loader .mode_invisible {
    display: none;
}


/* ------------------------------------ pagination ----------------------------------------- */

.div_pagination {
    border-top: 1px solid white;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto;
    padding: 10px;
    font-size: 13px;
}

.a_pagination_suivant_precedent {
    margin: auto 12px;
    padding: 10px;
    background-color: wheat;
    color: #330000;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.a_page_pagination {
    margin: auto 8px;
    padding: 8px;
    color: black;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.active_pagination {
    color: wheat;
    background-color: brown;
    border-radius: 10%;
    margin: auto 8px;
    padding: 10px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.a_pagination_suivant_precedent:hover {
    background-color: black;
    color: wheat;
}

.a_page_pagination:hover {
    background-color: darkorange;
}


/* ------------------------------------- tableau affichage admin ---------------------------- */

.affichage_data .p_one_line {
    margin: 4px;
    padding: 4px;
    font-size: 12px;
    color: rgb(99, 98, 98);
}

.affichage_data .p_one_line span {
    font-size: 17px;
    color: black;
}

.affichage_data .btn_a,
.btn_a_traitement {
    width: 180px;
    padding: 5px 9px;
    margin: 8px auto;
    margin-bottom: 6px;
    cursor: pointer;
    background: none;
    background-color: brown;
    color: white;
    border: 1px solid brown;
    border-radius: 4px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.affichage_data .btn_a:hover,
.btn_a_traitement:hover {
    background-color: white;
    color: brown;
}

.admin_bouton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.affichage_data .btn_admin {
    width: 110px;
    padding: 4px;
    margin: 7px;
    cursor: pointer;
    background: none;
    background-color: rgb(140, 128, 155);
    color: white;
    /* border: 1px solid rgb(42, 165, 149); */
    border-radius: 3px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    text-align: center;
}

.affichage_data .btn_admin:hover {
    background-color: brown;
}


/* --------------------------------------- formulaire admin ---------------------------------- */

.form_design_option form {
    width: 280px;
    margin: 10px auto;
    padding: 9px;
    background-color: rgb(228, 199, 204);
    border-radius: 4px;
}

.form_design_option form label {
    margin: 3px;
    padding: 4px;
    font-size: 12px;
}

.form_design_option form select {
    width: 100px;
    border: none;
    padding: 3px;
    border-bottom: 1px solid black;
    background-color: rgb(204, 181, 185);
    outline: none;
    margin: 3px;
    /* align-self: center; */
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.form_design_option form input[type=number],
.form_design_option form input[type=date],
.form_design_option form input[type=text] {
    width: 70px;
    border: none;
    padding: 3px;
    border-bottom: 1px solid black;
    background-color: rgb(204, 181, 185);
    outline: none;
    margin: 3px;
    /* align-self: center; */
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.form_design_option form textarea {
    width: 240px;
    font-size: 13px;
    border: none;
    padding: 3px;
    border-bottom: 1px solid black;
    background-color: rgb(204, 181, 185);
    outline: none;
    margin: 3px;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.form_design_option form [type=submit] {
    width: 80px;
    padding: 5px 9px;
    margin: 8px auto;
    margin-bottom: 6px;
    cursor: pointer;
    background: none;
    background-color: brown;
    color: white;
    border: 1px solid brown;
    border-radius: 4px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form_design_option form [type=submit]:hover {
    background-color: white;
    color: brown;
}


/* ------------------------------------ pour facture / calcul ------------------------ */

.etape_vente_jweb {
    font-size: 12px;
    padding: 4px;
    background-color: #d5bdce;
}

.action_terminee_etape {
    color: whitesmoke;
    background-color: rgb(70, 158, 70);
}

.etape_vente_jweb span {
    display: block;
    text-align: right;
    color: whitesmoke;
}


/* ------------------------ pour zoom image au clic----------------------------- */

img {
    cursor: pointer;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    z-index: 170;
    /* display: block; */
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: none;
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 8px auto 8px;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 9px;
    /* box-shadow: 15px 20px 0 rgba(173, 207, 218, 0.5); */
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}


/* .popup h2 {} */

.btnClose {
    /* float: right; */
    cursor: pointer;
    font-size: 45px;
}

.fullsize_img_version_1 {
    width: 280px;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    z-index: 70;
    border: 3px solid #6C63FF;
    border-radius: 9px;
    display: block;
    position: fixed;
    left: 10px;
    top: 140px;
    /* transform: translate(-50%, -50%); */
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.fullsize_img {
    width: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    border: 3px solid #6C63FF;
    border-radius: 9px;
    margin: auto;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    /* transform: translate(-50%, -50%); */
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}


/* 
un exemple pour centre un objet fixed avec transform
.test_full {
    border: 5px solid #6C63FF;
    z-index: 70;
    cursor: zoom-out;
    width: 350px;
    object-fit: contain;
    display: block;
    position: fixed;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    border-radius: 9px;
} */


/* --------------------------- pour bouton whatsapp & partage ------------------------------ */

.image_button {
    width: 30px;
    height: 30px;
    /* padding: 2px; */
    border-radius: 9px;
    margin: 2px;
    margin-right: 9px;
}


/* --------------------------- partage WhatsApp ---------------------------------------- */

.btn_partage_whatsapp {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 6px;
    background-color: rgb(191, 197, 175);
    border-radius: 9px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.btn_partage_whatsapp:hover {
    background-color: #afc4c5;
}

.btn_partage_whatsapp span {
    font-size: 11px;
}


/* -------------------------------------------- whatsapp bouton -------------------------- */

.btn_whatsapp_a {
    padding: 2px 10px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 40px;
    left: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px 1px #cfd7e4;
            box-shadow: 2px 2px 2px 1px #cfd7e4;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    background: none;
    background-color: #051937;
    color: #cfd7e4;
    /* background-color: #6C63FF; */
    /* color: #051937; */
}

.btn_whatsapp_a:hover {
    -webkit-box-shadow: 2px 2px 2px 1px #051937;
            box-shadow: 2px 2px 2px 1px #051937;
    color: #051937;
    background-color: #6C63FF;
    /* background-color: #051937; */
}


/* ------------------------------------------- partage bouton ------------------------------- */

.btn_partage_div {
    padding: 2px 7px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 190px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    /* box-shadow: 2px 2px 2px 1px #051937; */
    -webkit-box-shadow: 2px 2px 2px 1px #cfd7e4;
            box-shadow: 2px 2px 2px 1px #cfd7e4;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    background: none;
    background-color: #051937;
    color: #cfd7e4;
}

.btn_partage_div:hover {
    /* box-shadow: 2px 2px 2px 1px #cfd7e4; */
    -webkit-box-shadow: 2px 2px 2px 1px #051937;
            box-shadow: 2px 2px 2px 1px #051937;
    color: #051937;
    background-color: #6C63FF;
    /* background-color: #051937; */
}


/* .btn_partage_div .btn_partage {} */


/* -------------------------------------- responsive design ---------------------------------- */

@media screen and (min-width:450px) {
    .fullsize_img {
        width: 300px;
    }
}

@media screen and (min-width:600px) {
    .fullsize_img {
        width: 420px;
    }
}


/* 
@media screen and (min-width:700px) {
    .fullsize_img {
        width: 280px;
    }
}

@media screen and (min-width:900px) {
    .fullsize_img {
        width: 280px;
    }
}

@media screen and (min-width:1200px) {
    .fullsize_img {
        width: 280px;
    }
} */