
/***********************
	HOMEPAGE BOUTONS
************************/

#home-content h1 {
margin:0;
}

#accueil-boutons {
    position: relative;
    padding: 50px 0 30px;
    background:var(--couleur6);
    color:var(--couleur1);
}

@media screen AND (max-width:767px) {
#accueil-boutons {
	font-size:0.9em;
	}
}

@media screen AND (max-width:539px) {
#accueil-boutons {
    font-size:0.8em;
	}
}


#accueil-boutons .btn-block {
	font-family: var(--fonte2);
	text-transform:uppercase;
    font-size: max(1.8em, 1.6vw);
    line-height: 1em;
    color: currentColor;
    font-weight: 400;
    transition: background 0.3s, box-shadow 0.3s;
    background: transparent;
    width: 100%;
    padding: max(2vw, 20px) max(4vw, 60px) max(2vw, 20px) max(2vw, 20px);
    position: relative;
    border: 1px solid var(--couleur2);
    z-index: 0;
    box-shadow: 0px 0px 0px 0px var(--couleur2);
}

#accueil-boutons .btn-block:hover {
	color:var(--couleur1) !important;
    box-shadow: 0px 0px 0px 1px var(--couleur2);
}

#accueil-boutons .btn-block:after {
	content:url("/templates/default/css/images/green_right-arrow.svg");
	position:absolute;
	bottom:calc(50% - 25px);
	right:20px;
	width:30px;
	height:50px;
	transition:right 0.3s;
}

#accueil-boutons .btn-block:hover:after {
	right:15px;
}
	

@media screen AND (max-width:767px) {
#accueil-boutons .btn-block:after {
	width:24px;
	height:40px;
	bottom:calc(50% - 20px);
	}
}


#accueil-boutons .btn-content div {
    width: 100%;
    text-align: left;
}

#accueil-boutons .btn-content div h2 {
    font-size:inherit;
    line-height:inherit;
    margin-bottom:0
}

#accueil-boutons .btn-content div h3 {
	text-transform:none;
    font-size:0.7em;
    line-height:1em;
    margin-bottom:0;
}


#accueil-boutons .btn-block:before {
	background: var(--couleur4);
	opacity:0.3;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: left .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
    transition: left .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
    width: 0;
    z-index: -1;
}

#accueil-boutons .btn-block:hover:before {
	left: 0;
	right:auto;
    width: 100%;
}



#biographie {
color: #ffffff;
padding: 10rem 5rem;
position: relative;
}

#biographie h1 {
margin:0;
}

#biographie h2 {
color: var(--couleur2);
margin:0 0 2rem;
}

#biographie:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(images/IMG_2097.jpg) no-repeat center center fixed;
background-size: cover;
z-index: -2;
}

#biographie:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000000aa;
z-index: -1;
}
