body {
    background-image: url('/images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: inherit;
}

.b {
    margin-bottom: 3%;
}

.millieupage {
    padding-top: 0px;
}

.blocimgtxtrond {
    float: left;
    width: 33.333%;
    text-align: center;
    display: block;
    margin-bottom: 3%;

}

@media (max-width: 560px) {
    .blocimgtxtrond {
        width: 50%;
    }
}

@media (max-width: 330px) {
    .blocimgtxtrond {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .rapide {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .rapideb {
        width: 50% !important;
    }
}

@media (max-width: 330px) {
    .rapideb {
        width: 100% !important;
    }
}

@media (max-width: 330px) {
    .rapidec {
        width: 50% !important;
    }
}

.bloctxtrond {
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    padding-bottom: 3.5px;
    padding-top: 3.5px;
    border-radius: 50%;
    width: 80%;
    text-align: center;
    transition: all 0.5s;
    margin: auto;
    border-style: double;
    background-color: transparent;
}

@media (max-width: 1450px) {
    .bloctxtrond {
        border-radius: 15px;
    }
}

@media (max-width: 1100px) {
    .bloctxtrond {
        width: 90%;
    }
}

@media (max-width: 810px) {
    .bloctxtrond {
        font-size: 13px;
        padding-top: 1.5px;
    }
}

@media (max-width: 720px) {
    .bloctxtrond {
        font-size: 12.5px;
        padding-top: 1.5px;
    }
}

@media (max-width: 560px) {
    .bloctxtrond {
        padding-top: 3.5px;
        width: 75%;
    }
}

@media (max-width: 460px) {
    .bloctxtrond {
        width: 85%;
    }
}

@media (max-width: 400px) {
    .bloctxtrond {
        font-size: 11.5px;
    }
}

@media (max-width: 370px) {
    .bloctxtrond {
        width: 95%;
    }
}

@media (max-width: 330px) {
    .bloctxtrond {
        font-size: 10px;
    }
}

.imgchapitrerond {
    width: 90%;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: transparent;
}

.imgchapitrerond:hover {
    border-radius: 5%;
}

.blocimgtxt2rondad {
    width: 80%;
    margin: auto;
    border-radius: 4px;
}

@media (max-width: 1300px) {
    .blocimgtxt2rondad {
        width: 100%;
    }
}

.blocimgtxt2rondb {
    width: 75%;
    margin: auto;
    border-radius: 4px;
}

@media (min-width: 2750px) {
    .blocimgtxt2rondb {
        width: 89%;
    }
}

@media (max-width: 1200px) {
    .blocimgtxt2rondb {
        width: 90%;
    }
}

@media (max-width: 900px) {
    .blocimgtxt2rondb {
        width: 80%;
    }
}

@media (max-width: 450px) {
    .blocimgtxt2rondb {
        width: 92%;
    }
}

@media (max-width: 330px) {
    .blocimgtxt2rondb {
        width: 50%;
    }
}

@media (max-width: 650px) {
    .blocimgtxt2rond {
        width: 100%;
    }
}

.fond {
    padding: 1%;
    margin-top: 2%;
}

.footer_banner {
    margin-top: 0px;
}

.textdiv {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 8px;
    display: inline-block;
    padding-bottom: 2.5%;
    width: 100%;
}

.blocarticle {
    white-space: initial;
    font-weight: normal;
    height: 100px;
    color: black;
    font-size: 14px;
    padding-top: 2%;
    padding-left: 2%;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 615px) {
    .blocarticle {
        height: inherit;
        padding-bottom: 2%;
    }
}

.blocimgtxt {
    width: 25%;
    padding-top: 20px;
}

@media (max-width: 1300px) {
    .blocimgtxt {
        width: 50%;
    }
}

@media (max-width: 615px) {
    .blocimgtxt {
        width: 100%;
    }
}

.tableau {
    width: 95%;
    margin-bottom: 1%;
    border-bottom: 1px dotted;
    margin: auto;
}


.blocimgtxt2 {
    box-shadow: initial;
    border-radius: initial;
    position: relative;
    background-color: transparent;
    font-family: arial, sans-serif;
}

.blocimgtxt2:hover {
    cursor: auto;
    background-color: initial;
}



@media (min-width: 1000px) {
    .blocimgtxt2:hover span {
        padding-right: auto;
    }
}

@media (min-width: 1000px) {
    .blocimgtxt2:hover span:after {
        opacity: unset;
        right: unset;
    }
}

@media (min-width: 1000px) {
    .blocimgtxt2 span {
        cursor: auto;
        display: inline-block;
        transition: 0s;
    }
}

@media (min-width: 1000px) {
    .blocimgtxt2 span:after {
        content: none;
        position: initial;
        opacity: 0;
        top: 0;
        right: 0px;
        transition: 0s;
    }
}

.imgchapitre {
    width: 100%;
    background-image: linear-gradient(white, #ccc, rgb(0, 56, 136));
}

.imgchapitre:hover {
    transform: initial;
    transition: initial;
}



@media screen and (min-width: 565px) and (max-width: 900px) {
    .titrepad {
        padding-left: 7%;
        padding-right: 7%;
    }
}

.bloctitrediv {
    color: rgb(0, 56, 136);
    font-weight: bold;
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: large;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content {
    opacity: 0;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
}

.blocimgtxt2 .content:hover {
    opacity: 0.9;
}

.blocimgtxt2 .content .text {
    height: 0;
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.4s;
}

.blocimgtxt2 .content:hover .text {
    opacity: 1;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.blocarticleprix {
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
}

.blocarticleprix table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1%;
}

.blocarticleprix td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.button.achat {
    color: white;
    background: rgb(0, 56, 136);
    width: 100%;
}

.button.achat:hover {
    background-color: green;
    color: white;
}

@media (max-width: 1300px) {
    .content {
        display: none;
    }
}

/* Add padding and center-align text to the container */
.containerachat {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    /*   background-color: #474e5d;*/
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #f0f0f0;
    margin: 5% auto 15% auto;
    /*  border: 1px solid #888;*/
    width: 80%;
    border-radius: 5px;
}


/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}


.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {

    .cancelbtn,
    .deletebtn {
        width: 100%;
    }
}

.buttonpaniertel {
    display: none;
    margin-top: 1.5%;
    width: 100%;
    height: 30px;
    background-color: rgb(0, 56, 136);
    color: white;
    border: none;
}

@media (max-width: 1300px) {
    .buttonpaniertel {
        display: block;
    }
}

.titrebleu {
    text-align: center;
    letter-spacing: 2px;
}

.titreb {
    color: #003888;
}

#filtre {
    width: 32%;
    height: 45px;
    background-color: #2b303b;
    border-radius: 4px;
    border: none;
    display: inline-block;
    font: inherit;
    font-family: helvetica;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    color: #FFFFFF;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#filtre {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#FFFFFF 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}

#filtre:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        radial-gradient(gray 70%, transparent 72%);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}



@media (max-width: 800px) {
    #filtre {
        width: 60%;
    }
}

@media (max-width: 455px) {
    #filtre {
        width: 80%;
    }
}

.divsearch {
    margin-bottom: 2%;
    margin-top: 2%;
}