/* SCROLL SMOOTH */
html {
    scroll-behavior: smooth;
}

/* BODY */
body {
    background: #202020;
    background-image: url("../img/black-paper.png");
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
}


.citation {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-size: 1.3rem;
}

/* SCROLL TO TOP */

/* boutton retour haut de page bas droite */


#scrollToTopButton {
    display: block;
    z-index: 99;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    border-radius: 4px;
    outline: none;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #ac9f7b;
  }
  #scrollToTopButton i {
    color: white;
  }
  #scrollToTopButton:hover,
  #scrollToTopButton:focus,
  #scrollToTopButton:focus-within {
    cursor: pointer;
    background-color: #bcbcbc;
  }

/* HEADER */
header {
    position: relative;
    z-index: 1;
    height: 100vh;
    padding-top: 150px;
    text-align: center;
}

header .overlay {
    position: relative;
    z-index: -1;
    inset: 1;
    background-color: #30303061;
}

header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.headerTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    line-height: 1.1;
}

.headerTitle button {
    text-decoration: none;
    display: inline-block;
    color: #010101;
    font-size: 18px;
    background-color: #ac9f7b;
    border: 1px solid #ac9f7b;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 10px;
    transition: 0.4s;
}

.headerTitle button:hover {
    color: #ac9f7b;
    background-color: #010101;
    border-color: 1px solid #ac9f7b;
    transform: translateY(-5px);
    transition: 0.4s;
}

.headerTitle p {
    text-decoration: none;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

/*NAVBAR*/

#main-nav {
    transition: all 1s ease;
    scroll-behavior: smooth;
}

.navbar-scrolled {
    background: #1b1b1b;
    background-image: url("../img/");
    box-shadow: 0 3px 10px rgba(172, 159, 123, 0.5);
}

.navbar-dark .navbar-nav .nav-link {
    color: #ac9f7b;
    font-size: 18px;
    font-weight: bold;
    transition: color -4s;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler-icon {
    background-color: #ac9f7b;
    border-radius: 20%;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}

/* BOUTON */
.bouton button {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 18px;
    background-color: #383838;
    border: 1px solid #494740;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 20px;
    transition: 0.4s;
}

.bouton button:hover {
    background-color: #2e2e2e;
    color: #ac9f7b;
    border: 1px solid #ac9f7b;
    transform: translateY(-5px);
    transition: 0.4s;
}

.btn {
    background: #2e2e2e;
    border-color: #ac9f7b;
    color: #ac9f7b;
    transition: 0.4s;
}

.btn:hover {
    background-color: #ac9f7b;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    transform: translateY(-5px);
}



/* TITRES */
h1 {
    font-family: "Playwrite AU SA", serif;
    font-weight: 600;
    font-size: 22px;
    text-shadow: 1px 1px 2px #df016c00, 0 0 0.5em #ac9f7b, 0 0 0.2em #ac9f7b;
    font-style: inherit;
    font-display: flex;
    margin-top: 80px;
}

h2 {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 30px;
    color: #ac9f7b;
    margin-top: 100px;
}


h3 {
    font-family: 'kaushan script';
    font-weight: 500;
    font-size: 5.5vw;
    color: #cfcfcf;
    margin-top: 30px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff00;
    text-shadow: rgb(18, 18, 18) 1px 0 1px;
    padding: 40px;
    background-color: rgba(12, 12, 12, 0.599);
    box-shadow: 0cqmax 0px 7px #ac9f7bad;
}



h6 {
    font-weight: 400;
    font-size: 25px;
}

h4 {
    color: white;
    display:flex;
	align-items:flex-end;
	justify-content:center;
    min-height: 93vh;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 1px 1px #030027;
}

h5 {
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #ac9f7b;
}

h7 {
    font-weight: 300;
    font-style: normal;
    font-size: 15vw;
    color: #ffffff;
    text-shadow: rgb(18, 18, 18) 1px 0 5px;
    
}

h8 {
    font-family: 'kaushan script';
    font-weight: 500;
    font-size: 3vw;
    color: #cfcfcf;
    margin-top: 30px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff00;
    text-shadow: rgb(18, 18, 18) 1px 0 1px;
    padding: 40px;
}

/* CARTES PAGE ACCUEIL */


/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    text-align: center;
    background:transparent;
  }
  #cards_landscape_wrap-2 .container{
    padding-top: 0px; 
    padding-bottom: 20px;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 10px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: rgba(151, 139, 106, 0.736) ;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgb(1, 1, 1);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;
    height: 200px;
  }

  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;

  }
  #cards_landscape_wrap-2 .card-flyer{
    background:rgb(30, 29, 29);
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(172, 159, 123, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background:rgba(59, 59, 59, 0.71);
    box-shadow: 0px 2px 10px rgb(172, 159, 123);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 40px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #ac9f7b;
  }


/* ANIMATION */
*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    margin: 0;
}

.wrapper {
    margin-top: 1rem;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    margin-inline: 0.5rem;
    height: 40px;
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

@keyframes scrollRight {
    to {
        right: -200px;
    }
}

.itemLeft,
.itemRight {
    width: 200px;
    height: 25px;
    background-color: rgba(172, 159, 123, 1);
    border-radius: 30px;
    position: absolute;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}

.itemLeft {
    left: max(calc(200px * 8), 100%);
    animation-name: scrollLeft;
}

.itemRight {
    right: max(calc(200px * 8), calc(100% + 200px));
    animation-name: scrollRight;
}

.item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

/* Separation */

#separation {
    border-top: 1px dashed #ac9f7b;
    border-bottom: 1px dashed #ac9f7b;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* VIDEO YOUTUBE RESPONSIVE */
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* CAROUSEL BOOTSTRAP */
.carousel-item {
    height: calc(100vh - 50px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

/* IMAGE SLIDER */

.formImgSlider {
    height: 100vh;
    width: 100%;
    position: relative;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.formImgSlider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: fade 9s ease-in-out infinite alternate;
}

.formImgSlider img:nth-of-type(1) {
    animation-delay: 0s;
}

.formImgSlider img:nth-of-type(2) {
    animation-delay: 3s;
}

.formImgSlider img:nth-last-of-type(3) {
    animation-delay: 6s;
}

/* FOOTER */
footer {
    background: #1b1b1b;
    background-image: url("../img/");
    padding: 0;
    box-shadow: 0 -3px 3px rgba(172, 159, 123, 0.5);
    
}

/*CONTACT*/

.contactForm{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 8%;
}

.contactForm .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
}

.contactTitle h2{
	position: relative;
	font-size: 40px;
	color: #ddd;
	display: inline-block;
	margin-bottom: 25px;
    
}

.contactTitle h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #888;
	top: 120%;
	left: 0;
}

.contactTitle h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: #ac9f7b;
	top: calc(120% - 1px);
	left: 0;
}

.contactTitle p{
	color: #ac9f7b;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-bottom: 22px;
}

.contactInfo{
	margin-bottom: 16px;
}

.contactInfo .iconGroup{
	display: flex;
	align-items: center;
	margin: 25px 0px;
}

.iconGroup .icon{
	width: 45px;
	height: 45px;
	border: 2px solid #ac9f7b;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}

.iconGroup .icon i{
	color: #ac9f7b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.iconGroup .details span{
	display: block;
	color: #ac9f7b;
}

.iconGroup .details span:nth-child(1){
	text-transform: uppercase;
	color: #ccc;
}

.socialMedia{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}

.socialMedia a{
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: #ac9f7b;
	transition: 0.4s;
}

.socialMedia a i{
	color: #ddd;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.4s;
}

.socialMedia a:hover{
	transform: translateY(-5px);
	background-color: #2e2e2e;
	color: #ac9f7b;
	border: 1px solid #ac9f7b;
}

.socialMedia a:hover i{
	color: #ac9f7b;
}

/* FORMULAIRE*/
/* Style inputs, select elements and textareas */
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    background-color: #2121217c;
    border-color: rgba(172, 159, 123, 0.5);
    border-radius: 10px;
    margin-bottom: 20px;
    color: white;
    box-sizing: border-box;
    resize: vertical;
    
}

input :focus-within {
    outline: none;
    border-color: #5bd183;
    border-width: 3px;
}

textarea :focus-within {
    outline: none;
    border-color: #5bd183;
    border-width: 3px;
}

select :focus-within {
    outline: none;
    border-color: #5bd183;
    border-width: 3px;
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

/* Style the submit button */
.inputGroup button{
	padding: 8px 16px;
	font-size: 18px;
	background-color: #ac9f7b;
	color: #ddd;
	border: 1px solid transparent;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}
.inputGroup button:hover{
    background-color: #2e2e2e;
    border-color: #ac9f7b;
    color: #ac9f7b;
    transform: translateY(-5px);
}

/* Style the container */
.formulaire {
    border-radius: 10px;
    background-color: transparent;

}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* COMPACT CAPTCHA */

.capbox {
	background-color: transparent;
	border: #ac9f7b 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #fff;
	background-color: transparent;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #101010;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #ac9f7b 2px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}



/* ANIMATION AU SCROLL DES TITRES*/

.block {
    animation: reveal linear;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 50%;
}

@keyframes reveal {
    from {
        opacity: 0;
        scale: 0;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}

/* CARTES MACHINES */

/*  Cartes */

.card {
    transition: 0.2s ease-in;
    
}

.card:hover {
    transform: scale(1.1);
    transition: 0.2s ease-in;
}

.card-img-top {
    z-index: 1;

}

.offreH {

    font-size: 70px;
    padding-top: 80px;
    font-family: 'Kaushan Script';
}

#cartes {
    padding: 0px 0 0px;
}

.cardMachine {
    margin: 30px auto;
    padding-block-end: 10px;
    position: relative;
    transition: 0.2s ease-in;
    background : rgba(12, 12, 12, 0.599);
    box-shadow: 0cqmax 0px 8px #ac9f7b;
    border-radius: 8px;
    text-align: center;
}

.cardMachine:hover {
    background :#3e3e3e ;
    transform: scale(1.05);
    
}

.header {
    height: 200px;
    width: 300px;
    position: relative;
    background: rgba(216, 216, 216, 0.5);
}

.header h2 {
    margin: 0;
    position: relative;
    top: 130px;
    text-align: center;
    font-family: 'Lato';
    font-size: 15px;
}
#spanPrix {
    font-size: 40px;
}
/* amteur pro etc titre des cartes*/
.price {

    height: 120px;
    width: 300px;
    background: rgba(2, 2, 2, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    position: absolute;
    top: 0;
}

.price h2 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: 'Kaushan Script';
    font-size: 30px;
    position: relative;
    top: 30px;
}

.details {
    background: white;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-family: 'Lato';
    transition: all 0.2s ease-in;
}
.details:hover {
    background: rgba(181, 208, 230,0.1);
}

#btn {
    background: white;
    height: 80px;

}

#btn a {
    text-decoration: none;
    font-family: 'lato';
    height: 50px;
    width: 120px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: 10px;
    border-radius: 30px;
    border: 1px solid #22A7F0;
    transition: all 0.2s ease-in;
}

#btn a:hover {
    background: rgba(6, 136, 206, 0.8);
    color: white;
}

/* galerie - galerie.html*/
.images-gallery {
    display: flex;
    flex-wrap: wrap;
    
  }
  
  .column img {
    width: 100%;
    border-radius: 7%;
    
  }
  
  .column {
    width: 33.333333%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .column div {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  @media screen and (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
  
    .column {
        width: 100%;
    }
  }
  
  @media screen and (max-width: 576px) {
    h1 {
        font-size: 2rem;
    }
  }
  
  
  
  
