/*HEADER*/

.body1 {
    background-color: rgb(205,159,132);
}

.body2 {
    background-image: url(./Images/background_formulaire.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: rgb(15, 15, 15);
    width: 100%;
}

.body3 {
	background-color: rgb(218, 186, 168);
}

.message{
    width: 100%;
    background-color: red;
    color: white;
    font-size: 1rem;
}

.background_header {
    background-image: url(./Images/bandeau_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
}

.logo_razzi{
    width: 225px;
    position: absolute;
    top: 0px;
    left: 20px;
    display: block;
}

.flex_enseigne{
    display: flex;
    justify-content: center;
}

.bandeau_navbar{
    width: 433px;
    position: absolute;
    top: 0px;
}

.icone_panier {
    width: 215px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.badge{
    position: absolute;
    font-size: 1.35rem;
    width: 40px;
    height: 40px;
    top: 60px;
    right: 65px;
    border: 1px solid greenyellow;
}

.badge_2{
    padding-left: 2px;
    padding-right: 2px;
}

.bande_separation {
    background-color: rgb(111,67,67);
    height: 6px;
}

.bande_separation_2 {
    background-color: rgb(205,159,132);
    height: 3px;
}

.bande_separation_3 {
    height: 3px;
    width: 100%;
    background-color: white;
}

.bande_separation_4 {
    background-color: rgb(111,67,67);
    height: 2px;
}

.navbar-toggler{
    width: 55px;
    height: 40px;
}

.navbar-toggler-icon{
    width: 30px;
    height: 25px;
}

.margin_navbar2 {
    margin-inline: 22px;
}

.taille_lien{
    font-size: 1.5rem;
}

.taille_lien2{
    font-size: 1.2rem;
}

.taille_texte_tableau{
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.navigation2 {
    font-family:'Times New Roman', Times, serif;
    color: rgb(205,159,132);
    text-shadow: black;
}

.navigation2:hover {
    color: white;
}

@media screen and (width:992px) {
    .background_header {height: 220px;}
    .logo_razzi{width: 225px;}
    .bandeau_navbar{width: 433px;}
    .icone_panier {width: 215px;}
    .badge{font-size: 1.35rem; width: 40px; height: 40px; top: 60px; right: 65px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .background_header {height: 185px;}
    .logo_razzi{width: 182px;}
    .bandeau_navbar{width: 365px;}
    .icone_panier {width: 172px;}
    .badge{font-size: 1.17rem; width: 35px; height: 35px; top: 47px; right: 57px;}
    .taille_lien{font-size: 1.2rem;}
    .taille_lien2{font-size: 1.1rem;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .background_header {height: 122px;}
    .logo_razzi{width: 123px; left: 5px;}
    .bandeau_navbar{width: 240px;}
    .icone_panier {width: 113px; right: 5px;}
    .badge{font-size: 0.84rem; width: 25px; height: 25px; top: 29px; right: 28px;}
    .navbar-toggler{width: 40px; height: 34px;}  
    .taille_lien{font-size: 1.2rem;}
    .taille_lien2{font-size: 1.1rem;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .background_header {height: 102px;}
    .logo_razzi{display: none;}
    .flex_enseigne{justify-content: flex-start;}
    .bandeau_navbar{width: 199px;}
    .icone_panier {width: 95px; right: 5px;}
    .badge{font-size: 0.65rem; width: 20px; height: 20px; top: 26px; right: 25px;}
    .navbar-toggler{width: 40px; height: 34px;} 
    .taille_lien{font-size: 1.2rem;}
    .taille_lien2{font-size: 1.1rem;}
    .message{font-size: 0.9rem;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .background_header {height: 102px;}
    .logo_razzi{display: none;}
    .flex_enseigne{justify-content: flex-start;}
    .bandeau_navbar{width: 199px;}
    .icone_panier {width: 95px; right: 5px;}
    .badge{font-size: 0.65rem; width: 20px; height: 20px; top: 26px; right: 25px;}
    .navbar-toggler{width: 40px; height: 34px;} 
    .taille_lien{font-size: 1rem;}
    .taille_lien2{font-size: 1rem;}
    .message{font-size: 0.8rem;}
}

/*ACCUEIL*/

.img_carousel{
    animation-name: carousel;
    animation-duration: 8s;
}

@keyframes carousel{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}

.carousel-caption{
position: absolute;
top: 50px;
}

.titre_carousel {
    opacity: 0;
    font-family: police_titre2;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    font-size: 10rem;
    color: white;
    animation-name: carousel_titre;
    animation-duration: 6s;
}

@keyframes carousel_titre{
    0%{
        opacity: 0;
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@font-face {
    font-family: 'police_titre2';
    src: url(./Police/photograph_signature/Photograph\ Signature.ttf);
}

.titre_article {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: police_titre2;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgb(111,67,67);
}

.decoration_titre_article {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bande_decoration {
    background-color: rgb(111,67,67);
    height: 2px;
    width: 300px;
}

.taille_titre {
    font-size: 5rem;
}

.decoration_titre{
    width: 3%;
}

.anim_card {
    width: 100%;
    height: 85vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: rgb(205,159,132);
    margin-top: -50px;
    
}

.card_1 {
    width: var(--card-width);
    height: var((--card-height)/2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    perspective: 2500px;
    padding: 0 25px;
    margin: 0 30px;
}
  
.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
  
.wrapper {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    z-index: -1;
    border: 2px solid rgb(111,67,67);
}
  
.card_1:hover .wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}
  
.wrapper::before, .wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
}

.wrapper::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(
      to top,
      transparent 46%,
      rgba(205,159,132, 0.5) 68%,
      rgba(205,159,132) 97%
    );
}

.wrapper::after {
    bottom: 0;
    opacity: 1;
}
  
.card_1:hover .wrapper::before, .wrapper::after {
    opacity: 1;
}
  
.card_1:hover .wrapper::after {
    height: 120px;
}

.a{
    text-decoration: none;
    color: rgb(205,159,132);
    margin-bottom: 220px;
    margin-top: 500px;
}

.title {
    opacity: 0;
    text-align: center;
    font-size: 2.5rem;
    width: 100%;
    transition: transform 0.5s;
    color: rgb(111,67,67);
}

.card_1:hover .title {
    opacity: 1;
    transform: translate3d(0%, 100px, 100px);
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
}

.title_2 {
    opacity: 1;
    margin-top: 30px;
    text-align: center;
    font-size: 2.5rem;
    width: 100%;
    transition: transform 0.5s;
    color: rgb(111,67,67);
}
  
.character {
    width: 140%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
}
  
.card_1:hover .character {
    opacity: 1;
    transform: translate3d(0%, 15%, 100px);
}

.bandeau{
    width: 100%;
    position: absolute;
    margin-top: -120px;
}

.artisan_2{
    background-image: url(./Images/background_formulaire.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 300px;
}

.artisan{
    padding-top: 10px;
    padding-bottom: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(205,159,132) 100%);
}

.artisan_3{
    padding-top: 10px;
    padding-bottom: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgb(205,159,132) 0%, rgb(255, 255, 255) 100%);
}

.artisan_4{
    padding-top: 10px;
    padding-bottom: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(205,159,132) 100%);
}

.tasse{
    width: 500px;
    height: 400px;
}

.flex_artisan{
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: row;
}

.texte_artisan{
    font-family: serif;
    font-size: 1.7rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgb(111,67,67);
    margin-left: 5%;
    margin-right: 5%;
}

.texte_artisan_3{
    font-family: police_titre2;
    font-size: 4.5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgb(111,67,67);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
}

.presentation{
    width: 30%;
    margin-top: 50px;
    border-radius: 50%;
    border: 2px solid rgb(111,67,67);
}

.presentation_fin{
    width: 100%;
    margin-top: 50px;
}

@media screen and (width:1400px) {
    .decoration_titre_article {padding-top: 80px;} 
    .bande_decoration {height: 2px; width: 300px;}
    .taille_titre {font-size: 5rem;}
    .decoration_titre{width: 3%;}
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .carousel-caption{top: 30px;}
    .titre_carousel {font-size: 8rem;}
    .decoration_titre_article {padding-top: 70px;} 
    .bande_decoration {height: 2px; width: 200px;}
    .taille_titre {font-size: 4rem;}
    .decoration_titre{width: 4%;}
    .wrapper {width: 70%;}
    .character {width: 100%;}
    .anim_card {height: 62vh; flex-direction: row;}
    .card_1 {padding: 0 25px; margin: 0 -40px;}
    .a{margin-bottom: 300px; margin-top: 500px;}
    .title {font-size: 2rem;}
    .title_2 {margin-top: 20px; font-size: 2rem;}
    .card_1:hover .title {transform: translate3d(0%, 80px, 100px);}
    .bandeau{margin-top: -85px;}
    .flex_artisan{flex-direction: row;} 
    .texte_artisan{font-size: 1.4rem;}
    .texte_artisan_3{font-size: 3.7rem; margin-top: 30px;}
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .carousel-caption{top: 20px;}
    .titre_carousel {font-size: 6rem;}
    .decoration_titre_article {padding-top: 70px;} 
    .bande_decoration {height: 2px; width: 190px;}
    .taille_titre {font-size: 4rem;}
    .decoration_titre{width: 4%;}
    .wrapper {width: 70%;}
    .character {width: 100%;}
    .anim_card {height: 62vh; flex-direction: row;}
    .card_1 {padding: 0 25px; margin: 0 -40px;}
    .a{margin-bottom: 300px; margin-top: 500px;}
    .title {font-size: 2rem;}
    .title_2 {margin-top: 20px; font-size: 2rem;}
    .card_1:hover .title {transform: translate3d(0%, 80px, 100px);}
    .bandeau{margin-top: -85px;}
    .artisan_2{height: 200px;}
    .flex_artisan{flex-direction: row;} 
    .texte_artisan{font-size: 1.2rem;}
    .texte_artisan_3{font-size: 3.3rem; margin-top: 30px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .carousel-caption{top: 0px;}
    .titre_carousel {font-size: 5rem;}
    .decoration_titre_article {padding-top: 50px;} 
    .bande_decoration {height: 2px; width: 130px;}
    .taille_titre {font-size: 3rem;}
    .decoration_titre{width: 4%;}
    .wrapper {width: 50%;}
    .character {width: 70%;}
    .anim_card {height: 43vh; flex-direction: row;}
    .card_1 {padding: 0 -25px; margin: 0 -90px;}
    .a{margin-bottom: 400px; margin-top: 550px;}
    .title {font-size: 1.2rem;}
    .title_2 {margin-top: 15px; font-size: 1.2rem;}
    .card_1:hover .title {transform: translate3d(0%, 60px, 50px);}
    .bandeau{margin-top: -55px;}
    .artisan_2{height: 150px;}
    .flex_artisan{flex-direction: column-reverse;} 
    .texte_artisan{font-size: 1.1rem;}
    .texte_artisan_3{font-size: 3rem; margin-top: 30px;}
    .presentation{width: 50%; margin-top: 50px; border: 2px solid rgb(111,67,67);}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .carousel-caption{top: 0px;}
    .titre_carousel {font-size: 4rem;}
    .decoration_titre_article {padding-top: 30px;} 
    .bande_decoration {height: 2px; width: 30px;}
    .taille_titre {font-size: 2.2rem;}
    .decoration_titre{width: 4%;}
    .wrapper {width: 40%;}
    .character {width: 55%;}
    .anim_card {height: 36vh; flex-direction: row;}
    .card_1 {padding: 0 -25px; margin: 0 -110px;}
    .a{margin-bottom: 430px; margin-top: 550px;}
    .title {font-size: 1.2rem;}
    .title_2 {margin-top: 10px; font-size: 1.2rem;}
    .card_1:hover .title {transform: translate3d(0%, 52px, 50px);}
    .bandeau{margin-top: -55px;}
    .artisan_2{height: 120px;}
    .flex_artisan{flex-direction: column-reverse;} 
    .texte_artisan{font-size: 1rem;}
    .texte_artisan_3{font-size: 2.2rem; margin-top: 30px;}
    .presentation{width: 50%; margin-top: 50px; border: 2px solid rgb(111,67,67);}
}

@media screen and (min-width:300px) and (max-width:575px) {
    .decoration_titre_article {padding-top: 30px;} 
    .bande_decoration {height: 0px; width: 0px;}
    .taille_titre {font-size: 1.8rem;}
    .decoration_titre{width: 10%;}
    .artisan_2{height: 100px;}
    .tasse{width: 300px; height: 220px;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .carousel-caption{top: 80px;}
    .titre_carousel {font-size: 6rem;}
    .wrapper {width: 80%;}
    .character {width: 100%;}
    .anim_card {height: 78vh; flex-direction: column; margin-top: 550px;}
    .card_1 {padding: 0 -25px; margin: 0 0px;}
    .a{margin-bottom: 270px; margin-top: 30px;}
    .title {font-size: 1.2rem;}
    .title_2 {margin-top: 40px; font-size: 1.2rem;}
    .card_1:hover .title {transform: translate3d(0%, 80px, 100px);}
    .bandeau{margin-top: -30px;}
    .tasse{width: 400px; height: 300px; margin-left: 0%; margin-top: 3%;}
    .flex_artisan{flex-direction: column-reverse;} 
    .texte_artisan{font-size: 1rem;}
    .texte_artisan_3{font-size: 1.6rem; margin-top: 30px;}
    .presentation{width: 50%; margin-top: 50px; border: 2px solid rgb(111,67,67);}
    
}

@media screen and (min-width:300px) and (max-width:424px) {
    .carousel-caption{top: 90px;}
    .titre_carousel {font-size: 4rem;}
    .decoration_titre{width: 7%;}
    .wrapper {width: 70%;}
    .character {width: 100%;}
    .anim_card {height: 90vh; flex-direction: column; margin-top: 550px;}
    .card_1 {padding: 0 -25px; margin: 0 0px;}
    .a{margin-bottom: 230px; margin-top: 30px;}
    .title {font-size: 1.2rem;}
    .title_2 {margin-top: 40px; font-size: 1.2rem;}
    .card_1:hover .title {transform: translate3d(0%, 80px, 100px);}
    .bandeau{margin-top: -20px;}
    .tasse{width: 300px; height: 230px; margin-left: 0%; margin-top: 3%;}
    .flex_artisan{flex-direction: column-reverse;} 
    .texte_artisan{font-size: 1rem;}
    .texte_artisan_3{font-size: 1.2rem; margin-top: 30px;}
    .presentation{width: 60%; margin-top: 30px; border: 2px solid rgb(111,67,67);}
}

/*FOOTER*/

#cookie-banner {
    display: block;
    border: 2px solid #6f4343;
    background-color: #c7b4b4;
    color: #6f4343;
    opacity: 90%;
    position: fixed;
    bottom: 0;
    width: 75%;
}

.lien_cookies{
    color: #6f4343;
}

.footer {
    background-color:#6f4343;
    width: 100%;
}

.footer_black {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.espace_footer {
    line-height: 0.8;
    text-align: center;
    margin-top: 15px;
}

.decoration_titre_footer{
    width: 3%;
}

.text_color1_footer {
    color: #c7b4b4;
    font-size: 3rem;
    font-family: police_titre2;
}

.text_color2_footer {
    color: rgb(205,159,132);
    text-decoration: none;
    font-size: 1.1rem;
    font-family: serif;
}

.text_color2_footer:hover {
    color: white;
}

.text_color3_footer {
    color: white;
    font-size: 1rem;
    font-family: serif;
}

.text_color4_footer {
    color: white;
    font-size: 1.8rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    font-family: serif;
}

.color_horraire{
    color: rgb(205,159,132);
}

.bande_decoration_2 {
    background-color: white;
    height: 1px;
    width: 300px;
}

.flex_footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-top: 10px;
}

.flex_footer2 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
}

.logo_footer {
    width: 380px;
    height: 380px;
    margin-top: -20px;
    margin-right: 5%;
    margin-left: 5%;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .text_color4_footer {font-size: 1.4rem; margin-left: 5%; margin-top: 30px; margin-right: 5%;}
    .logo_footer {width: 250px; height: 250px; margin-top: 0px; margin-right: 5%; margin-left: 5%;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .espace_footer {line-height: 0.8; margin-top: 15px;}
    .text_color1_footer {font-size: 2.5rem;}
    .text_color3_footer {font-size: 0.9rem;}
    .text_color4_footer {font-size: 1.2rem; margin-left: 5%; margin-top: 30px; margin-right: 5%;}
    .bande_decoration_2 {width: 300px;}
    .flex_footer {flex-direction: row; padding-top: 10px;}
    .flex_footer2 {flex-direction: row; padding-top: 20px;}
    .logo_footer {width: 280px; height: 280px; margin-top: -20px; margin-right: 5%; margin-left: 5%;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .espace_footer {line-height: 0.8; margin-top: 15px;}
    .text_color1_footer {font-size: 2.5rem;}
    .text_color3_footer {font-size: 0.6rem;}
    .text_color4_footer {font-size: 1.2rem; margin-left: 5%; margin-top: 10px; margin-right: 5%;}
    .bande_decoration_2 {width: 300px;}
    .flex_footer {flex-direction: column; justify-content: center; padding-top: 10px;}
    .flex_footer2 {flex-direction: column; text-align: center; padding-top: 20px; align-items: center;}
    .logo_footer {width: 280px; height: 280px; margin-top: -20px; margin-right: 0%; margin-left: 0%;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .espace_footer {line-height: 0.8; margin-top: 15px;}
    .text_color1_footer {font-size: 2.2rem;}
    .text_color3_footer {font-size: 0.7rem; text-align: center;}
    .text_color4_footer {font-size: 1.2rem; margin-left: 5%; margin-top: 10px; margin-right: 5%;}
    .bande_decoration_2 {width: 300px;}
    .flex_footer {flex-direction: column; justify-content: center; padding-top: 10px;}
    .flex_footer2 {flex-direction: column; text-align: center; padding-top: 20px; align-items: center;}
    .logo_footer {width: 200px; height: 200px; margin-top: -20px; margin-right: 0%; margin-left: 0%;}
    .decoration_titre_footer{width: 6%;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .espace_footer {line-height: 0.8; margin-top: 15px;}
    .text_color1_footer {font-size: 2rem;}
    .text_color3_footer {font-size: 0.7rem; text-align: center;}
    .text_color4_footer {font-size: 0.9rem; margin-left: 5%; margin-top: 10px; margin-right: 5%;}
    .bande_decoration_2 {width: 300px;}
    .flex_footer {flex-direction: column; justify-content: center; padding-top: 10px;}
    .flex_footer2 {flex-direction: column; text-align: center; padding-top: 20px; align-items: center;}
    .logo_footer {width: 150px; height: 150px; margin-top: -20px; margin-right: 0%; margin-left: 0%;}
    .decoration_titre_footer{width: 7%;}
}

/*ANNONCE*/

.card-title_10 {
    font-size: 1.8rem;
    color: rgb(205,159,132);
}

.card-title10 {
    font-size: 1rem;
}

.card-text_10 {
    font-size: 1rem;
}

.card-text10 {
    font-size: 2rem;
}

.card_box {
    background: linear-gradient(170deg, rgb(151, 101, 101) 0%, rgb(111,67,67) 100%);
    transition: all .3s;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: row;
}

.card_box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 50px rgb(255, 255, 255);
}

.card_box .span2 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -115px;
    left: -105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_annonce{
    width: 40%;
}

#pageTitle {
	margin-top: 30px;
    margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
    color: rgb(111,67,67);
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .card-title_10 {font-size: 1.6rem;}
    .card-title10 {font-size: 1rem;}
    .card-text_10 {font-size: 1rem;}
    .card-text10 {font-size: 1.2rem;}
    .card_box {width: 90%;}
    #pageTitle {font-size: 2rem;}
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .card-title_10 {font-size: 1.6rem;}
    .card-title10 {font-size: 1rem;}
    .card-text_10 {font-size: 0.9rem;}
    .card-text10 {font-size: 1.2rem;}
    .card_box {width: 90%;}
    #pageTitle {font-size: 2rem;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .card-title_10 {font-size: 1.6rem;}
    .card-title10 {font-size: 1rem;}
    .card-text_10 {font-size: 0.9rem;}
    .card-text10 {font-size: 1.2rem;}
    .card_box {width: 100%; flex-direction: row;}
    .img_annonce{width: 40%;}
    #pageTitle {font-size: 2rem;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .card-title_10 {font-size: 1.6rem;}
    .card-title10 {font-size: 1rem;}
    .card-text_10 {font-size: 0.9rem;}
    .card-text10 {font-size: 1.2rem;}
    .card_box {width: 100%; flex-direction: row;}
    .img_annonce{width: 40%;}
    .card_box .span2 {width: 200px; height: 200px; top: -75px; left: -75px;}
    #pageTitle {font-size: 1.8rem;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .card-title_10 {font-size: 1rem;}
    .card-title10 {font-size: 0.8rem;}
    .card-text_10 {font-size: 0.8rem;}
    .card-text10 {font-size: 0.8rem;}
    .card_box {width: 100%; flex-direction: row;}
    .img_annonce{width: 40%;}
    .card_box .span2 {width: 200px; height: 200px; top: -75px; left: -70px;}
    #pageTitle {font-size: 1.4rem;}
}

/*DESCRIPTIF*/

.uppercase{
    text-transform: uppercase;
}

body {
	font-family: serif;
	font-size: 16px;
	color: #ffffff;
	text-rendering: optimizeLegibility;
	font-weight: initial;
}

.light {
	background: rgb(218, 186, 168);
}

a, a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
    color: rgb(111,67,67);
}

.postcard {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    box-shadow: 0 10px 40px -12px rgba(196, 144, 144, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
  
    &.light {
        background-color: rgb(205,159,132);
    }
  
    a {
      color: inherit;
    }
      
    h1,	.h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
      
    .small {
        font-size: 80%;
    }
  
    .postcard__title {
      font-size: 1.75rem;
    }
  
    .postcard__img {
      max-height: 180px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }
  
    .postcard__img_link {
      display: contents;
    }
  
    .postcard__bar {
      width: 5%;
      height: 10px;
      margin: 10px 0;
      border-radius: 5px;
      background-color: #ffffff;
      transition: width 0.2s ease;
    }
  
    &:hover .postcard__bar {
      width: 90%;
    }
  
    .postcard__text {
      padding: 1.5rem;
      position: relative;
      display: flex;
      flex-direction: column;
    }
  
    .postcard__preview-txt {
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
      height: 100%;
      font-size: 1.2rem;
    }
  
    .postcard__tagbox {
      display: flex;
      flex-flow: row wrap;
      font-size: 14px;
      margin: 20px 0 0 0;
      padding: 0;
      justify-content: center;
     }

    .tag__item {
        display: inline-block;
        background: rgba(83, 83, 83, 0.4);
        border-radius: 3px;
        padding: 2.5px 10px;
        margin: 0 5px 5px 0;
        cursor: default;
        user-select: none;
        transition: background-color 0.3s;
  
      }
    
    &:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(-70deg, rgb(111,67,67), transparent 50%);
      opacity: 1;
      border-radius: 10px;
    }
}
  
.postcard__text:before {
      background: rgb(205,159,132);
}
  
.postcard {
    flex-wrap: inherit;
  
    .postcard__title {
        font-size: 2rem;
    }
  
    .postcard__tagbox {
        justify-content: start;
    }
  
    .postcard__img {
        max-width: 570px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }
  
    .postcard__text {
        padding: 3rem;
        width: 100%;
    }
  
    &:hover .postcard__img {
        transform: scale(1.05);
    }
  
    &:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
  
    &:nth-child(2n+1) .postcard__text::before {
        right: -12px !important;
        transform: rotate(1deg);
    }
}
  
.postcard__text {
    padding: 2rem 3.5rem;
}
          
.postcard__text:before {
    content: "";
    position: absolute;
    display: block;    
    top: -20%;
    height: 130%;
    width: 47px;
}
      
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.bouton_rond{
    border-radius: 50px;
}

.bouton_retour{
    position: absolute;
    width: 5%;
    margin-left: 10px;
    margin-top: 10px;
}

.fleche {
    width: 80px;
    margin-left: -30px;
}

.taille_icone_panier {
    width: 80px;
}

.taille_panier {
    font-size: 1rem;
}

.card_descriptif{
    background-color: rgb(205,159,132);
}

.text_card_descriptif_1{
    font-family: serif;
    font-size: 1.6rem;
    padding-right: 10%;
    padding-left: 10%;
}

.text_card_descriptif_2{
    font-family: serif;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
    font-size: 1.2rem;
    padding-right: 10%;
    padding-left: 10%;
}

@media screen and (min-width:1200px) and (max-width:1399px) {   
    .postcard {.postcard__img {max-width: 570px;}}    
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .postcard {.postcard__img {max-width: 500px;} 
    &:nth-child(2n+1) {flex-direction: column;}
    .postcard__bar {width: 5%; height: 3px;}
    .postcard__img_link {display: flex; justify-content: center;}} 
    .postcard__text:before {top: -110%; height: 300%; width: 47px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .postcard {.postcard__img {max-width: 700px;} 
    .postcard__bar {width: 5%; height: 5px;}
    &:nth-child(2n+1) {flex-direction: column;}}
    .postcard__text:before {top: -155%; height: 300%; width: 47px;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .postcard {.postcard__img {max-width: 520px;} 
    .postcard__bar {width: 5%; height: 3px;}
    &:nth-child(2n+1) {flex-direction: column;}}
    .postcard__text:before {top: -100%; height: 300%; width: 47px;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .postcard {.postcard__img {max-width: 520px;} 
    .postcard__bar {width: 5%; height: 3px;}
    &:nth-child(2n+1) {flex-direction: column;}}
    .postcard__text:before {top: -85%; height: 300%; width: 47px;}
    .taille_icone_panier {width: 50px;}
    .taille_panier {font-size: 0.8rem;}
    .fleche {width: 70px;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .postcard {.postcard__img {max-width: 270px;}
    .postcard__title {font-size: 1.5rem; text-align: center;}
    .small {font-size: 70%; text-align: center;} 
    .postcard__tagbox {font-size: 10px;}
    .postcard__preview-txt {font-size: 0.9rem;}
    .postcard__bar {width: 0%; height: 0px;}
    &:nth-child(2n+1) {flex-direction: column;}}
    .postcard__text:before {top: -90%; height: 0%; width: 47px;}
    .taille_icone_panier {width: 70px;}
    .taille_panier {font-size: 0rem;}
    .fleche {width: 60px;}
    .text_card_descriptif_2{font-size: 0.9rem;}
}

/*CATÉGORIES*/

.titre_icone2 {
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    color: rgb(111,67,67);
    font-size: 1.5rem;
}

.photo_icone {
    border-radius: 50%;
    border: 5px solid rgb(111,67,67);
    width: 300px;
    height: 300px;
    box-shadow: 0px 0px 70px rgb(111,67,67);
    
}

.figure{
    transition-property: box-shadow;
    transition-duration: 0.5s;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.figure:hover{
transform: scale(1.05);
}

.photo_icone:hover {
    box-shadow: 0px 0px 60px rgb(255, 255, 255);
    border: 5px solid rgb(255, 255, 255);  
}

@media screen and (min-width:992px) and (max-width:1399px) { 
    .titre_icone2 {font-size: 1.3rem;}
    .photo_icone {width: 200px;height: 200px;}  
}

@media screen and (min-width:768px) and (max-width:991px) {
    .titre_icone2 {font-size: 1.1rem;}
    .photo_icone {width: 150px;height: 150px;} 
}

@media screen and (min-width:576px) and (max-width:767px) {
    .photo_icone {width: 250px;height: 250px;border: 3px solid rgb(111,67,67);}
    .photo_icone:hover {border: 3px solid rgb(255, 255, 255);}
    .titre_icone2 {font-size: 1.2rem;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .photo_icone {width: 200px;height: 200px;border: 3px solid rgb(111,67,67);}
    .photo_icone:hover {border: 3px solid rgb(255, 255, 255);}
    .titre_icone2 {font-size: 1.1rem;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .photo_icone {width: 180px;height: 180px;border: 3px solid rgb(111,67,67);}
    .photo_icone:hover {border: 3px solid rgb(255, 255, 255);}
    .titre_icone2 {font-size: 1rem;}
}

/*FORMULAIRE*/

.titre_article3 {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgb(111,67,67);
    font-family: serif;
    font-size: 2rem;
}

.remember_form{
    margin-left: 70px;
}

.mdp_oublie{
    margin-right: 105px;
}

.flex_remember{
    display: flex;
    justify-content: space-between;
}

.button2 {
    transition: .4s ease-in-out;
    color: white;
    background-color:rgb(205,159,132);
    border-radius: 50px;
}

.button2:hover {
    background-color: green;
    color: white;
}

.alert{
    font-size: 1rem;
}

.alert_valide {
    width: 100%;
    height: auto;
    background-color: green;
    font-size: 1.2rem;
}

.alert_refuse {
    width: 100%;
    height: auto;
    background-color: red;
    font-size: 1.2rem;
}

.taille_texte_tableau {
    font-size: 1rem;
}

.erreur {
    font-size: 0.8rem;
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .remember_form{margin-left: 55px;}
    .mdp_oublie{margin-right: 90px;}
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .remember_form{margin-left: 40px;}
    .mdp_oublie{margin-right: 80px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .remember_form{margin-left: 20px;}
    .mdp_oublie{margin-right: 60px;}
    .taille_descriptif {font-size: 0.8rem;}
    .alert_valide{font-size: 1rem;}
    .alert_refuse{font-size: 1rem;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .remember_form{margin-left: -35px;}
    .mdp_oublie{margin-right: 0px;}
    .taille_texte_tableau {font-size: 0.9rem;}
    .alert_valide{font-size: 0.9rem;}
    .alert_refuse{font-size: 0.9rem;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .remember_form{margin-left: -35px;}
    .mdp_oublie{margin-right: 0px;}
    .titre_article3 {font-size: 1.5rem;}
    .taille_texte_tableau {font-size: 0.9rem;}
    .alert_valide{font-size: 0.9rem;}
    .alert_refuse{font-size: 0.9rem;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .remember_form{margin-left: -40px;}
    .mdp_oublie{margin-right: 0px;}
    .titre_article3 {font-size: 1rem;}
    .taille_descriptif {font-size: 0.8rem;}
    .flex_remember{justify-content: center; flex-direction: column-reverse; text-align: center;}
    .taille_texte_tableau {font-size: 0.8rem;}
    .alert_valide{font-size: 0.8rem;}
    .alert_refuse{font-size: 0.8rem;}
    .alert {font-size: 0.8rem;}
}

/*PANIER*/

.spin{
    display: flex ;
    justify-content: flex-start;
}

.taille_descriptif {
    font-size: 1rem;
}

@media screen and (min-width:1200px) and (max-width:1399px) {

}

@media screen and (min-width:992px) and (max-width:1199px) {

}

@media screen and (min-width:768px) and (max-width:991px) {
    .taille_descriptif {font-size: 0.8rem;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .taille_descriptif {font-size: 0.8rem;}
    .spin{display: flex; justify-content: center;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .taille_descriptif {font-size: 0.8rem;}
    .spin{display: flex; justify-content: center;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .taille_descriptif {font-size: 0.8rem;}
    .spin{display: flex; justify-content: center;}
}

/*ADMINISTRATION*/

.titre_article4 {
    margin-left: 20px;
    margin-right: 20px;
    font-family: police_titre2;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
}

.card-title {
    font-size: 1.8rem;
    color: rgb(205,159,132);
}

.card-title2 {
    font-size: 1rem;
}

.card-text {
    font-size: 1rem;
}

.card-text2 {
    font-size: 2rem;
}

.card_box3 {
    background-color: rgb(111,67,67);
    position: relative;
    cursor: pointer;
    transition: all .3s;
    width: 70%;
    display: flex;
    flex-direction: column
}

.card_box3:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 50px rgb(255, 255, 255);
}

.card_box4 {
    background-color: rgb(111,67,67);
    position: relative;
    cursor: pointer;
    transition: all .3s;
    width: 100%;
    display: flex;
    flex-direction: row
}

.card_box4:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 50px rgb(255, 255, 255);
}

.img_admin{
    width: 100%;
}

.bouton_anim {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: all 1000ms;
    font-family: serif;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    outline: 1px solid rgb(255, 255, 255);
}

.bouton_anim:hover {
    transform: scale(1.05);
    outline: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 50px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.bouton_anim::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgb(205,159,132);
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewX(0deg);
    z-index: -1;
    transition: width 500ms;
}

.bouton_anim:hover::before {
    width: 130%;
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .card-title {font-size: 1.6rem;}
    .card-title2 {font-size: 1rem;}
    .card-text {font-size: 1rem;}
    .card-text2 {font-size: 1.3rem;}
    .card_box3 {width: 80%;}
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .card-title {font-size: 1.6rem;}
    .card-title2 {font-size: 1rem;}
    .card-text {font-size: 0.9rem;}
    .card-text2 {font-size: 1.3rem;}
    .card_box3 {width: 80%;}
}

@media screen and (min-width:576px) and (max-width:767px) {
    .titre_article4 {margin-left: 20px; margin-right: 20px; font-size: 2.5rem;}
    .card-title {font-size: 5vw;}
    .card-title2 {font-size: 3vw;}
    .card-text {font-size: 3vw;}
    .card-text2 {font-size: 3vw;}
    .card_box3 {width: 100%; flex-direction: row;}
    .img_admin{width: 70%;}
    .bouton_anim {padding: 0.5em 1em; letter-spacing: 2px; font-size: 0.8rem;}
    .bouton_anim:hover::before {width: 130%;}
}

@media screen and (min-width:425px) and (max-width:575px) {
    .titre_article4 {margin-left: 20px; margin-right: 20px; font-size: 2rem;}
    .card-title {font-size: 5vw;}
    .card-title2 {font-size: 3vw;}
    .card-text {font-size: 3vw;}
    .card-text2 {font-size: 3vw;}
    .card_box3 {width: 100%; flex-direction: row;}
    .img_admin{width: 45%;}
    .bouton_anim {padding: 0.5em 1em; letter-spacing: 2px; font-size: 0.7rem;}
    .bouton_anim:hover::before {width: 130%;}
}

@media screen and (min-width:300px) and (max-width:424px) {
    .titre_article4 {margin-left: 20px; margin-right: 20px; font-size: 2rem;}
    .card-title {font-size: 5vw;}
    .card-title2 {font-size: 3vw;}
    .card-text {font-size: 3vw;}
    .card-text2 {font-size: 3vw;}
    .card_box3 {width: 100%; flex-direction: row;}
    .img_admin{width: 80%;}
    .bouton_anim {padding: 0.5em 1em; letter-spacing: 2px; font-size: 0.6rem;}
    .bouton_anim:hover::before {width: 130%;}
}

/*CGV*/

.titre_cgv {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
}

.titre_article_cgv{
    font-size: 1.2rem;
}

.texte_cgv{
    color: rgb(111,67,67);
    font-family: serif;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 1.2rem;
    padding-right: 10%;
    padding-left: 10%;
}

.flex_cgv {
    display: flex;
    justify-content: center;
}

/*CHARGEMENT*/

.main_content{
    display: none;
}

.spinner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(205,159,132) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader .image_loader{
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

/*ERREUR 403 ET 404*/

.background_404 {
    font-family: Impact, Haettenschweiler,'Arial Narrow Bold', sans-serif, cursive;
    line-height: 0.8;
}

.color_404 {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.message_erreur404 {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.erreur404 {
    font-size: 4rem;
}

.erreur_404 {
    color: rgb(205,159,132);
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    font-size: 11rem;
}

@media screen and (min-width:1200px) and (max-width:1399px) {

}

@media screen and (min-width:768px) and (max-width:1199px) {

}

@media screen and (min-width:576px) and (max-width:767px) {

}

@media screen and (min-width:425px) and (max-width:575px) {

}

@media screen and (min-width:300px) and (max-width:424px) {
    .texte_cgv{font-size: 0.9rem;}
    .titre_article_cgv{font-size: 1rem;}
    .titre_cgv {font-size: 1.2rem;}
}

/*PAIEMENT*/

    .checkmark-container {
      width: 120px;
      height: 120px;
      border: 6px solid green;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: rotateCircle 1s ease-out forwards;
    }

    .checkmark {
      width: 40px;
      height: 70px;
      transform: rotate(45deg);
      border-bottom: 6px solid green;
      border-right: 6px solid green;
      opacity: 0;
      animation: drawCheck 0.4s ease-out 1s forwards;
    }

    @keyframes rotateCircle {
      0% {
        transform: rotate(-180deg) scale(0);
        opacity: 0;
      }
      100% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
      }
    }

    @keyframes drawCheck {
      0% {
        width: 0;
        height: 0;
        opacity: 0;
      }
      100% {
        width: 40px;
        height: 70px;
        opacity: 1;
      }
    }

























































.button3 {
    transition: .4s ease-in-out;
    color: white;
    background-color:rgb(205,159,132);
}

.button3:hover {
    background-color: red;
    color: white;
}

.descriptif{
    display: flex;
    justify-content: space-around;
}

.bouton_panier{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-check-input{
    background-color: green;
}




.photo_icone2 {border-radius: 50%;border: 5px solid rgb(216, 184, 6);width: 300px;height: 300px;
    box-shadow: 0px 0px 50px rgb(202, 50, 12);margin-bottom: 10px;}
.sous_titre_icone2 {font-family: police_titre2;text-align: center;color: gold;font-size: 0.9rem;
    background: center / cover url(./Images/footer_or3.jpg);background-clip: texte;-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

#text:target p {animation: animtext 1.5s linear;padding: 10%;text-align: justify;}
@keyframes animtext {
    0% {scale: 0;}
    100% {scale: 1;}}

.titre1 {width: 100%;color: transparent;background-position: center;background: url(./Images/flamme4.gif);background-clip: texte;
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.card2 {transition: transform 0.2s;width: 95%;}
.card2:hover {transform: scale(1.05);}
.prix {color: red;}
.taille_descriptif2 {font-size: 1.2rem;}
.margin_vide {margin-top: 200px;margin-bottom: 200px;}
.box_panier {box-shadow: red;padding-left: 3px;padding-right: 3px;background-color: rgb(212, 46, 46);
    font-family: police_titre2;border: 1px solid white;}

:root {
    --card-height: 600px;
    --card-width: calc(var(--card-height) / 1.5);
}

/* * {
    box-sizing: border-box;
} */

.flex_artisan_2{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 20%;
}
.texte_artisan_2{
    font-family: police_titre2;
    font-size: 3vw;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0px 0px 5px rgb(111,67,67); 
    margin-top: 10%;
    margin-left: 19%;
    position: absolute;
}

.transition{
    width: 100%;
}

.taille_sous_titre {font-size: 1rem;}

#titre_livraison {margin-left: 20px;margin-right: 20px;font-family: police_titre2;text-align: center;align-items: center;justify-content: center;
    background: center / cover url(./Images/footer_or3.jpg);background-clip: texte;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sous_titre_article {font-family: serif;text-align: center;align-items: center;justify-content: center;background: center / cover url(./Images/footer_or3.jpg);
    background-clip: texte;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.affiche {display: flex;justify-content: center;}
#img_couverture {width: 100%;}
.sous_titre_carousel2 {text-align: center;color: white;text-shadow: 0px 0px 30px rgb(238, 10, 10);}
.flex_article {display: flex;justify-content: center;align-items: center;text-align: center;
    margin: auto;margin-top: 20px;margin-left: 50px;margin-right: 50px;}
.texte_article {color: gray;font-family: serif;font-size: 1.5rem;}
.flex_modalites {display: flex;justify-content: space-evenly;margin-bottom: 20px;margin-top: 50px;}
.bouton_info {padding: 1em 2em;border: none;border-radius: 5px;letter-spacing: 3px;text-transform: uppercase;color: gold;
    transition: all 1000ms;font-family: serif;font-size: 12px;position: relative;overflow: hidden;outline: 1px solid gold;}
.bouton_info:hover {transform: scale(1.05);outline: 1px solid gold;box-shadow: 0px 0px 50px red;}
.bouton_info::before {content: "";position: absolute;left: -50px;top: 0;width: 0;height: 100%;
    background-image: url(./Images/logo_opacity_NUMISMARS.png);background-repeat: no-repeat;background-size: cover;
    transform: skewX(0deg);z-index: -1;transition: width 500ms;}
.bouton_info:hover::before {width: 130%;}

.icone_valider {width: 20px;display: flex;justify-content: end;}
.titre_securite {font-size: 0.9rem;}
.securite {line-height: 0.3rem;font-size: 0.9rem;}
.text_formulaire {font-family: 'Times New Roman', Times, serif;text-shadow: 2px 2px 2px rgb(6, 6, 6);}
.form-control {box-shadow: 5px 5px 5px rgb(57, 57, 56);}
#floatingSelect {box-shadow: 5px 5px 5px rgb(57, 57, 56);}
#paiement {width: 800px;}
.mail_paypal {font-size: 1rem;}
.accordion-item {background-color: black;}
.accordion-collapse {background-color: black;}
.flex_bouton {display: flex;justify-content: space-around;}

/*RESPONSIVE DESIGN*/

@media screen and (min-width:768px) and (max-width:1023px) {
    .taille_icone_panier {width: 50px;}
    .taille_descriptif2 {font-size: 0.9rem;}
    .photo_icone2 {width: 200px;height: 200px;}
    .titre_icone {font-size: 3rem;}
    .titre_menu {font-size: 2rem;}
    .sous_titre_icone {font-size: 1.7rem;}
    .sous_titre_icone2 {font-size: 0.7rem;}
}

@media screen and (min-width:500px) and (max-width:768px) {
    .flex_icone_menu {line-height: 1rem;}
    .photo_icone2 {width: 130px;height: 130px;border: 3px solid rgb(216, 184, 6);}
    .titre_icone {font-size: 1.7rem;}
    .sous_titre_icone {font-size: 1.7rem;}
    .titre_menu {font-size: 1.7rem;}
    .sous_titre_icone2 {font-size: 0.7rem;}
    .sous_titre_article {margin-bottom: 20px;}
    .taille_descriptif2 {font-size: 0.5rem;}
}

@media screen and (min-width:420px) and (max-width:500px) {
    .flex_icone_menu {line-height: 1rem;}
    .photo_icone2 {width: 100px;height: 100px;border: 2px solid rgb(216, 184, 6);}
    .titre_icone {font-size: 1.7rem;}
    .sous_titre_icone {font-size: 1.7rem;}
    .titre_menu {font-size: 1.3rem;}
    .sous_titre_icone2 {font-size: 0.5rem;}
    .sous_titre_article {margin-bottom: 20px;}
    .taille_sous_titre {font-size: 0.7rem;}
    .taille_descriptif2 {font-size: 0.5rem;}

}

@media screen and (min-width:300px) and (max-width:420px) {
    .bande_decoration {width: 60px;}
    .flex_icone_menu {line-height: 1rem;}
    .titre_icone {font-size: 1.7rem;}
    .sous_titre_icone {font-size: 1.7rem;}
    .titre_menu {font-size: 1.3rem;}
    .sous_titre_icone2 {font-size: 0.5rem;}
    .sous_titre_article {margin-bottom: 20px;}
    .taille_sous_titre {font-size: 0.7rem;}
    .taille_descriptif2 {font-size: 0.5rem;}

}