/*BODY + GENERAL*/ html{ scroll-behavior: smooth; } body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; z-index: 2; background: linear-gradient(to left, rgb(10, 1, 92), rgb(0, 82, 50)); animation: 2.5s fadein; animation-fill-mode: forwards; } img { width: 30%; float: left; } .content { background-color: #ddd; padding: 2vw; } h1 { font-size: 2vw; color: white; } /*=====================================*/ /*NAVBAR*/ a#kyflo { font-size: 3vw; color: rgb(0, 0, 0); padding: 0.5vw 1vw; transform: none; border: none; } a.raccourci { border-right: 0.15vw solid rgb(0, 0, 0); border-left: 0.15vw solid rgb(0, 0, 0); } #borL{ border-left: none; } #panier { float: right; width: 9%; padding: 1.2vw 1vw; border-left: 0.15vw solid rgb(0, 0, 0); margin-right: -6%; } a#panier>h3{ margin-top :0.5vw; margin-bottom: 0; color: black; } #go { float: right; display: block; color: rgb(0, 0, 0); text-align: center; margin-top: 1.2vw; margin-right: 2vw; padding: 0.5vw; border: 0.1vw solid rgb(0, 0, 0); text-decoration: none; font-size: 1vw; font-weight: bold; transform: none; border-left: none; border-top: none; background-color: rgb(255, 255, 255); } #go:hover { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); transition-duration: 0.2s; } nav { overflow: hidden; background-color: rgb(255, 255, 255); position: fixed; z-index: 1; width: 100%; animation: 1s down; } @keyframes down { 0%{margin-top: -10%} 100%{margin-top: 0%} } nav a { float: left; display: block; color: rgb(0, 0, 0); text-align: center; padding: 1.8vw 1.4vw; text-decoration: none; font-size: 1vw; border-right: 0.15vw solid white; font-weight: bold; transform: skew(-0.2rad); } nav a:hover { background-color: rgb(206, 206, 206); color: black; } nav .raccourci:hover, .raccourci:hover { padding: 1.8vw 2.5vw; } nav a#kyflo:hover { background-color :transparent; } nav a#panier:hover { background-color: rgb(206, 206, 206); margin-right: -2%; } nav input[type=text] { float: right; padding: 0.5vw; color: black; width: 40%; border: none; border-bottom: 0.1vw solid rgb(0, 0, 0); font-size: 1vw; margin-top: 1.2vw; background-color: rgb(255, 255, 255); } @keyframes fadein{ 0%{opacity: 0} 100%{opacity: 1} } /*================================================*/ /*TOP*/ div#bienvenue{ padding: 4vw; } #bienvenue>h1 { font-size: 3vw; color: white; text-align: center; } #bienvenue>h2 { font-size: 2vw; color: lightgrey; text-align: center; } /*=================*/ /*Slide des promotions*/ div#slider { width: 100%; max-width: 1920px; margin: auto; } div#slider figure { position: relative; width: 500%; margin: 0; padding: 0; font-size: 0; text-align: left; } div#slider figure img { width: 20%; height: auto; float: left; } div#slider { width: 100%; max-width: 1920px; overflow: hidden } @keyframes slidy { 0% {left: 0%;} 20% {left: 0%;} 25% {left: -100%;} 45% {left: -100%;} 50% {left: -200%;} 70% {left: -200%;} 75% {left: -300%;} 95% {left: -300%;} 100% {left: -400%;} } div#slider figure { position: relative; width: 500%; margin: 0; padding: 0; font-size: 0; left: 0; text-align: left; animation: 16s slidy infinite; } /*======================================*/ /* TITRE */ .title h1{ font-size: 4vw; padding: 6vw; margin: 0; color: white; text-align: center; } .title{ background-color: rgba(255, 255, 255, 0.4); } /*================================================*/ /*FLEX CONTAINER*/ .flex-container { display: flex; flex-wrap: wrap; background-color: #ddd; justify-content: center; } .flex-container>div { width: 30%; margin: 1vw; text-align: center; line-height: 3vw; border-bottom: 0.2vw solid grey; border-right: 0.2vw solid grey; font-size: 30px; } .flex-container>div>a>h2 { text-align: center; font-size: 2vw; color: rgb(0, 0, 0); } .flex-container>div>a>img { float: none; width: 50%; } .flex-container div:hover img{ width: 60%; transition-duration: 0.5s; } .out img{ opacity: 0.4; } .out h1{ font-size: 2vw; color: white; background-color: black; margin: 0; padding: 0; } .flex-container div.out:hover img{ width: 50%; cursor: not-allowed; transition-duration: 0.5s; } .flex-container div.out:hover{ cursor: not-allowed; border: none; border-bottom: 0.2vw solid grey; border-right: 0.2vw solid grey; } .flex-container div:hover{ border: 0.3vw solid grey; transition-duration: 0.2s; } /*==========================================*/ /* CONTACT*/ #contact h2{ margin: 0; padding: 2vw; font-size: 2vw; text-align: center; } /*==========================================================*/ /* QUI SOMMES NOUS ? */ div#nous .flex-container { justify-content: center; } div#nous div{ border: none; text-align: left; } div#nous .flex-container img{ width: 40%; margin-left: 35%; } div#nous .flex-container ul { font-size: 2vw; color: rgb(61, 61, 61); } div#nous h2 { font-size: 3vw; color: black; text-align: center; } div#nous .flex-container div#engagements{ border-left: 0.2vw solid grey; } /*================================*/ /*FOOTER*/ footer { margin-top: 8vw; } footer>div>table { width: 100%; background-color: rgb(255, 255, 255); margin: auto; padding: 2vw 8vw; } a { text-decoration: none; color: rgb(90, 90, 90); } a:hover { color: rgb(0, 0, 0); transition-duration: 0.4s; } tr { height: 5vw; } th { font-size: 2vw; color: black; text-align: left; border-bottom: 0.1vw solid rgb(0, 0, 0); } th#line{ border-bottom: none; } button#contactB { margin: auto; display: flex; justify-content: center; padding: 1.5vw 4vw; font-size: 1.5vw; color: rgb(90, 90, 90); background-color: transparent; border: 0.1vw solid rgb(90, 90, 90); transform: skew(-.312rad); margin-bottom: 2vw; } button#contactB:hover { background-color: rgb(90, 90, 90); color: white; transition-duration: 0.5s; border-radius: 1vw; } td { width: 20%; font-size: 1.5vw; } td#contact { width: 100%; } /*======================================*/ /*CONFIRMATION COMMENTAIRE*/ #Merci>h1 { font-size: 2.8vw; color: white; text-align: center; margin-top: 7%; } #Merci>h2 { font-size: 2vw; text-align: center; margin-top: 5%; } #Merci>h2>a { color: lightgrey; text-decoration: none; } #Merci>h2>a:hover { color: white; } #Merci>img { display: block; margin-left: auto; margin-right: auto; width: 10%; margin-top: 5%; float: none; } /*==========================================*/ /* CSS DESCRIPTION PRODUIT */ /*EN TETE PRODUIT*/ #Produit { margin-top: 5%; padding-bottom: 5vw; } #Produit>h1 { text-align: left; font-size: 4vw; color: black; margin-left: 25%; } #Produit>h2#barre { text-decoration: line-through; } #Produit>h2 { text-align: left; font-size: 3vw; margin-left: 25%; color: red; } #Produit>h2#barre { text-decoration: line-through; } #Produit>h3 { text-align: left; font-size: 1.5vw; margin-left: 25%; color: rgb(63, 63, 63); } #Produit>img { width: 20%; float: left; border: 0.2vw solid white; border-radius: 10px; background-color: rgba(0, 0, 0, 0.5); } #Produit>button { background-color: transparent; padding: 1vw 1vw; float: right; text-align: center; font-size: 2vw; margin-right: 10%; color: black; border: 0.1vw solid rgb(68, 68, 68); } #Produit>button:hover { color: white; background-color: rgb(68, 68, 68); transition-duration: 0.5s; border-radius: 2vw; } /*=====================*/ /*CARACTERISTIQUES PRODUIT*/ #Carac>h1 { font-size: 3vw; color: white; } #Carac>h2 { font-size: 1.5vw; color: rgb(43, 43, 43); } /*================================================*/ /*COMMENTAIRES CLIENT*/ #Client { width: 100%; margin-left: 5%; } #Client>div>h1 { font-size: 2vw; color: rgb(0, 0, 0); margin-left: 8%; } #Client>div>h2 { font-size: 1.5vw; color: rgb(56, 56, 56); margin-left: 8%; } #Client>div>img { float: left; width: 7%; border-radius: 50%; } #Client>div { margin-bottom: 3%; border-bottom: 0.1vw solid rgb(134, 134, 134); margin-right: 8%; } /*================================================*/ /*ESPACE LAISSER COMMENTAIRE*/ #com h2{ text-align: center; } /*================================================*/ /*Panier*/ table#basket{ background-color: rgba(255, 255, 255, 0.5); text-align: center; width: 100%; border: 0.2vw solid rgb(0, 0, 0); border-collapse: collapse; } table#basket th{ border: 0.1vw solid grey; font-size: 2.5vw; text-align: center; } table#basket tr{ line-height: 5vh; } table#basket td{ border: 0.1vw solid grey; font-size: 1.5vw; } table#basket td#total{ text-align: right; font-size: 2.5vw; font-weight: bold; color: black; padding-right: 2vw; } table#basket input{ text-align: center; font-size: 2vw; width: 10%; padding: 0.3vw; } table#basket input:valid{ border: 0.1vw solid grey; } /*LIVRAISON*/ #livraison table{ width: 100%; } input{ width: 50%; display: block; margin: auto; font-size: 2vw; background-color: transparent; border: none; border-bottom: 0.2vw solid grey; padding: 0.5vw; margin-top: 0.5vh; margin-bottom: 1.5vh; } input:valid{ border-bottom : 0.2vw solid rgb(24, 216, 40); transition-duration: 0.3s; } input[placeholder=Commentaire], select, input[placeholder="Question, suggestion, remarque"], select { width: 60%; padding: 1vw 1vw; font-size: 1.5vw; } input[type=submit]{ width: 20%; padding: 1vw 1vw; font-size: 1.5vw; background-color: rgba(0, 0, 0, 0.5); border: 0.15vw solid white; color: white; display: block; margin-left: auto; margin-right: auto; } input[type=submit]:hover{ background-color: rgba(255, 255, 255, 0.5); border: 0.15vw solid rgb(0, 0, 0); color: rgb(0, 0, 0); } #livraison h2{ text-align: left; font-size: 2.5vw; } #livraison h2#valid{ text-align: center; } #livraison td{ font-size: 1.5vw; color: rgb(0, 0, 0); text-align: center; } #dark_popup:target #popup{ display:block; animation: 1s popup; animation-fill-mode: forwards; transition-duration: 0.5s; } #dark_popup:target .title, #dark_popup:target .content, #dark_popup:target #produits, #dark_popup:target #contact, #dark_popup:target #nous, #dark_popup:target #slider, #dark_popup:target #bienvenue{ animation: 1s fade; animation-fill-mode: forwards; } @keyframes fade{ 0%{opacity: 1} 100%{opacity: 0.2} } #popup{ display:none; position: fixed; background-color : #ddd; top: 30%; padding: 1vw; border-radius: 1vw; left: 15%; width: 70%; opacity: 1; z-index: 1; } @keyframes popup{ 0%{margin-top:-100%} 100%{margin-top:0%} } #popup h1{ color: black; font-size: 2.5vw; } #popup h2{ color: rgb(61, 61, 61); padding-top: 1vw; font-size: 2vw; cursor: pointer; text-align: center; border-top: 0.1vw solid rgb(59, 59, 59); } #popup h2:hover{ font-size: 2.5vw; transition-duration: 0.5s; } #popup a[href="#"]{ float: right; } #popup a[href="#"] h1{ margin-top: 0; } /*===============================================*/