@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

*{
    margin: 0;
    padding: 0;
}

/* Header */

.logo {
    width: auto;
    height: 70px;
    border-radius: 20px 20px 0 0;
}

.navbar {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 0px 20px;
}

.nav_links {
	display: flex;
	width: 30%;
	justify-content: space-evenly;
}

.nav_links li {
	justify-items: space-evenly;
}

.nav_links li:hover {
	border-bottom: 2px solid #FC594A;
}

body{
    font-family: 'Raleway', sans-serif;
    background-color: #f8f8f8;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    list-style: none;
}

/*Fin du header*/

main{
    width: 90%;
    margin: 0 auto;
}

.fil-arianne{
    width: 75%;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 80px;
}

ul{
    text-align: center;
}

a{
    text-decoration: none;
}

.a2{
    margin-right: 20px;
}

a:active, a:focus {
    color: #5BBE83;
}

.fil-arianne li{
    display: inline;
    margin-left: 20px;
    position: relative;
    top: -15px;
}

.check{
    width: 40px;
    margin-left: 20px;
}

.color-check{
    fill: #5BBE83;
}

.check2{
    width: 40px;
    margin-left: 20px;
}

.check3 {
    width: 40px;
}

.color-check2{
    fill: rgb(193, 193, 193);
}

h1{
    text-align: center;
    font-size: 64px;
    margin-bottom: 100px;
}

h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 150px;
}

p{
    font-size: 20px;
    margin-bottom: 10px;
}

.logo-paiement{
    display:flex;
    width: 40%;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.card{
    border: 2px solid #5BBE83;
    margin: auto;
    width: auto;
    padding: 20px;
    border-radius: 15px;
}

.credit-card{
    width: 170px;
    height: 150px;
}

.color-card{
    fill: #5BBE83;
}

.card .check{
    position: absolute;
    top: 605px;
    left: 690px;
}

.paypal{
    margin: auto;
    border: 2px solid grey;
    padding: 20px;
    width: auto;
    border-radius: 15px;
}

.pay{
    width: 170px;
    height: 150px;
}

.color-pay{
    fill: gray;
}

.formulaire{
    margin: 0 auto;
    margin-bottom: 50px;
    width: 90%;
    text-align: center;
    margin-bottom: 200px;
}

.formulaire input{
    padding: 10px;
    width: 300px;
    height: 50px;
    border: 2px solid #5BBE83;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/*Footer*/

.hr-footer {
	height: 8px;
	background-color: #5BBE83;
	margin: 0;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 50px 50px;
}

footer li {
    font-size: 20px;
    margin: 20px 0;
}

footer ul {
    margin: 0 20px;
}

.footer-left {
    border-right: solid black 2px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 50px 0 0;
}

.footer-left-right {
    display: block;
    width: fit-content;
}

.footer-left-right li {
    display: block;
}

.footer-rsc {
    display: flex;
    justify-content: center;
}

.rsc24 {
    width: 24px;
}

.footer-rsc a {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.footer-rsc img {
    margin: 0 5px;
}

.footer-right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.footer-newsletter {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    height: 100%;
}

.submit {
    background-image: url(images/newsletter-send.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #5BBE83;
    width: 50px;
    border-radius: 0 10px 10px 0;
}

.footer-newsletter-input {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.footer-newsletter input {
    display: flex;
    margin: 0;
    padding: 10px;
    border: solid #5BBE83 2px;
}

.nowrap {
    white-space: nowrap;
}

#footer-mail {
    width: 100%;
    border-radius: 10px 0 0 10px;
}

/* Version Responsive */

@media (max-width: 900px){
    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

*{
    margin: 0;
    padding: 0;
}

/* .logo {
    width: auto;
    height: 70px;
}

.navbar {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 0px 20px;
}

.nav_links {
	display: flex;
	width: 30%;
	justify-content: space-evenly;
}

.nav_links li {
	justify-items: space-evenly;
}

.nav_links li:hover {
	border-bottom: 2px solid #FC594A;
}

body{
    font-family: 'Raleway', sans-serif;
    background-color: #f8f8f8;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    list-style: none;
}
/*Header*/
.Menu_mobiiile {
    z-index: 3;
}

.Menu_mobiiile span {
    padding: 15px;
    display: inline;
    border-radius: 7px;
    font-family: 'Raleway', sans-serif;
    background: red;
    box-shadow: inset 40px 5px 40px rgba(255, 255, 255, 0.25);
    font-size: 15px;    
    line-height: 15px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    border: 1px solid red;
    margin-bottom: 2px;
}

.Menu_mobiiile span:hover {
    color: black;
    background-color: white;
    border: 1px solid red;
}

.Menu_mobiiile a:hover {
    border: 1px solid #5BBE83;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 10px;
    right: 35px;
    width: 60px;
}

.nav_links1 {
    display: none;
}

.menu-hamburger {
    display: none;
} */

/*Fin du header*/

body h1{
    font-size: 24px;
    margin-bottom: 30px;
}

body h2{
    font-size: 16px;
    margin-bottom: 50px;
}

main{
    width: 90%;
    margin: 0 auto;
}

.fil-arianne{
    width: auto;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 50px;
}

.fil-arianne .a1{
    display: none;
}

.fil-arianne .a2{
    display: none;
}

.fil-arianne .a4{
    display: none;
}

.fil-arianne .a3{
    font-size: 15px;
    position: relative;
    top: 5px;
}

ul{
    text-align: center;
}

a{
    text-decoration: none;
}

a:active, a:focus {
    color: #5BBE83;
}

li{
    display: inline;
    margin-left: 10px;
    position: relative;
    top: -11px;
}

.check{
    width: 30px;
    margin-left: 10px;
}

.color-check{
    fill: #5BBE83;
}

.check2{
    width: 30px;
    margin-left: 20px;
}

.color-check2{
    fill: rgb(193, 193, 193);
}

.check3{
    display: none;
}

.logo-paiement{
    display:flex;
    justify-content: center;
    width: 90%;
    gap: 20px;
    margin-bottom: 50px;
}

.card{
    border: 2px solid #5BBE83;
    margin: auto;
    width: auto;
    padding: 20px;
    border-radius: 15px;
}

.credit-card{
    width: 120px;
    height: 100px;
}

.color-card{
    fill: #5BBE83;
}

.card .check{
    display: none;
}

.paypal{
    margin: auto;
    border: 2px solid grey;
    padding: 20px;
    width: auto;
    border-radius: 15px;
}

.pay{
    width: 120px;
    height: 100px;
}

.color-pay{
    fill: gray;
}

.formulaire{
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

input{
    padding: 10px;
    /* width: 280px; */
    width: 100%;
    border: 1px solid #5BBE83;
    background-color: rgb(244, 243, 243);
    border-radius: 5px;
    text-align: center;
}

/* Footer */




}





