/* --------------------------- */

@charset "utf-8";

@font-face {
font-family: 'Minecraftia';
src: url('Font/Minecraftia.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Gothic';
src: url('Font/GOTHIC.ttf');
font-weight: normal;
font-style: normal;
}

h1 {
	font-family:Gothic, sans-serif;
	font-size:30px;
	color: #707070;
	padding: 0 15px 0 15px;
}

h2 {
	font-family:Gothic, sans-serif;
	font-size:22px;
	color: #707070;
	margin-bottom : 30px;
}

h3 {
	font-family:Gothic, sans-serif;
	font-size:30px;
	color: #F89941;
	font-weight: normal;
	font-style: normal;
	padding : 0 30px 0 0;
	line-height : 100%;
	margin-bottom : 6px;
}

h4 {
	font-family:Gothic, sans-serif;
	font-size:18px;
	color: #707070;
	font-weight: normal;
	font-style: normal;
	padding : 0 30px 0 0;
}

h5 {
	font-family:Gothic, sans-serif;
	font-size:12px;
	color: #CCC; 
}

/* --------------------------- */

body, html {
  height: 100%;
}

* {
	margin: 0px;
}

img {
	border: none;
}

p {
	margin-bottom : 20px;
	font-family:Gothic, sans-serif;
	font-size:15px;
	color: #707070; 
	line-height: 1.4em;
}

hr {
	margin:  0;
	padding: 0;
	border: 1px solid #F1EDF2;
	border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a {
	color: #707070;
	text-decoration: none;
	font: 18px calibri, arial, sans-serif;
	cursor: pointer; 
}

a:hover {
	color: #F89941;
}


b {
	color: #F89941;
	text-decoration: none;
}

ul li{
	list-style : none;
	display : inline-block;
	margin : 30px 40px 0 0;
}

nav li {
	list-style: none;
	display : inline-block;
	margin : 12px 40px 0 0;
}

table {
	margin : auto;
	list-style : none;
	display : inline-block;
}

#header {
	text-align : center;
	width : 100%;
	padding-top : 230px;
	padding-bottom : 150px;
	display: inline-block;
	position: relative;
	z-index : 3;
}

#menu_actif {
	color: #F89941;
	text-decoration: bold;
}

#logo {
	width : 38px;
	padding-top : 12px;
	padding-left : 15px;
	left: 0;
	position :absolute;
}

#menu {
	height : 50px;
	width : 100%;
	text-align: right;
	z-index : 10;
	position: absolute;
	top: 0px;
	background-color : #fff;
	opacity: 0.9;
	position: fixed;
}

#filtre {
	text-align: left;
	padding-bottom : 25px;
	margin-left : 10px;
}

#filtre li{
	list-style: none;
	display : inline-block;
	margin : 12px 0px 0 0;
}

#fond_gauche {
	position : absolute;
	top: 100px;
	left: 30vw;
	z-index: 2;
}

#fond_droite {
	position : absolute;
	top: 535px;
	right: 8vw;
	z-index: 1;
}

.nav_actif {
	color: #F89941;
}

.filtre {
	border-radius: 50px;
	border: 2px solid #fff;
	padding : 5px 20px;
}

.filtre_active {
	border-radius: 50px;
	border: 2px solid #F89941;
	padding : 5px 20px;
	color : #F89941;
}

.competences {
	padding-right : 5px;
	margin : 8px 30px 0 0;
	text-align : center;
}

.competences_svg {
	margin : 50px 30px 0 0;
}

.zoom_competences {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom_competences td:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*.fixedTop{
	position: fixed;
	top:0;
	width: 100%;
	height : 50px;
	margin : 0;
	padding : 0;
	background-color : #fff;	
}*/

#gallery {
	z-index: 5;
}

/* ------------Modale--------------- */

header {
	background-color : #F1EDF2;
	padding: 30px;
}

footer {
	background-color : #F1EDF2;
	padding: 30px;
}

section {
	padding: 30px;
}


iframe {
	width : 100%;
	border : none;
}

video {
		width : 100%;
}

.insta {
	color: #F89941;
	text-decoration: none;
	font: 18px calibri, arial, sans-serif;
	cursor: pointer; 
}

footer a {
	color: #303030;
	text-decoration: none;
	font: 18px calibri, arial, sans-serif;
}

footer a:hover {
	color: #F89941;
}


/* --------------------------- */

 /* The Modal (background) */
#Modale {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
#modal_content {
    background-color: #fff;
    margin: 5%;
    width: 90%;
}

header .close {
	float:right;
	width:18px;
    height:18px;
    background : url("img/close.png") no-repeat;
	
}

header .close:hover,
header .close:focus {
	width:18px;
    height:18px;
    background : url("img/close_hover.png") no-repeat;
	cursor: pointer;
}


/* ---- A propos ---- */

#img_apropos {	
	background-image: url("img/img_apropos.jpg");
	height : 50%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:8;
}

#bt_cv {
	background:#F89941;
	border-radius:50%;
	width:100px;
	height: 100px;
	position: relative;
	top: -3%;
	left: 20%;
	display: flex;
	box-shadow: 0px 0px 10px #ccc;
	align-items: center;
    justify-content: center;
	z-index: 6;
}

#textapropos {
	width : 40%;
	text-align: justify;
	margin: auto;
	margin-top : 0%;
}

#apropos_gauche {
	position : absolute;
	top: 60%;
	left: 10%;
	z-index: 2;
}

#apropos_droite {
	position : absolute;
	bottom: 10%;
	right: 15%;
	z-index: 1;
}

#center {
	text-align: left ;
	margin-top: 60px;
	margin-bottom: 30px;
}

#bt_contact {
	color: #F89941;
	font: 22px Gothic, arial, sans-serif;
	cursor: pointer; 
	border-radius: 50px;
	border: 2px solid #F89941;
	padding : 5px 20px;
}

/* ---- Contact ---- */

#img_contact {	
	background-image: url("img/img_contact.jpg");
	height : 50%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:7;
}

#textcontact {
	width : 40%;
	text-align: center;
	margin: auto;
	margin-top : 3%;
}

form {
	width : 30%;
	margin: auto;
	padding-top: 50px;
	z-index: 11;
}

label {
	color: #707070;
	font-family:Gothic, sans-serif;
	font-size:12px;
}

input, textarea {
	font-family:Gothic, sans-serif;
	font-size:15px;
	color: #707070;
}

.msg_envoi {
	text-align: center;
	font-family:Gothic, sans-serif;
	font-size:30px;
	color: #F89941;
	position: relative;
	bottom: 528px;
}

.case {
	padding: 8px;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
}

.case_text {
	padding: 8px;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
}

.envoyer {
	color: #707070;
	font: 22px Gothic, arial, sans-serif;
	cursor: pointer; 
	border-radius: 50px;
	border: 2px solid #707070;
	background-color : #fff;
	padding : 5px 20px;
	margin-top : 15px;
	margin-bottom : 30px;
}

.envoyer:hover {
	color: #F89941;
	border: 2px solid #F89941;
}

/* ------------Petits mots--------------- */

#gris {
	background-color : #F1EDF2;
	margin : auto;
	margin-top: 2%;
	padding : 30px;
	display: grid;
	box-sizing: border-box;
	place-items: center;
}

::selection{
  background: rgba(23,162,184,0.3);
}
.wrapper{
  max-width: 70%;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.wrapper .box{
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 8px rgba(0,0,0,0.15); */
  border: 1px solid #ccc;
}

.text_testi{
  margin-top: 20px;
  margin-bottom: 10px;
}

.wrapper .box .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1EDF2;
}

.box .content .photo{
  height: 60px;
  width: 60px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.content .photo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fff;
}

.box .content .photo-logo{
  height: 50px;
  padding: 3px;
}

.content .photo-logo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* box:hover .content .photo img{
  border-color: #fff;
} */

/*----------- Voeux 2022 ---------------*/

#img_voeux {	
	background-image: url("img/voeux2022/couv.jpg");
	height : 40%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:7;
}

#frise_etapes {
	padding-left: 20vw;
	padding-right: 20vw;
	padding-bottom: 75px;
	overflow: hidden;
}
#frise_etapes .frise {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	border-top: 1px solid #F2ECF3;
	padding: 20px 0 20px 5px;
    margin-top: 20px;
	width: max-content;
}

.frise-etape p {
	text-align: justify;
}

.frise-etape{
	padding: 25px;
	border-radius: 0 10px 10px;
	background: #F2ECF3;
	position: relative;
	width: 25vw;
}

.frise-etape:before {
	content: " ";
	display: block;
	background-color: #F89941;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -25px;
	left: -5px;
}

.frise-etape-pictures {
	display: grid;
    grid-template-columns: 100%;
    grid-gap: 2%;
    width: calc(100% - 50px);
    max-width: 100%;
    position: absolute;
}

.pictures-2-1 {
	grid-template-columns: 60% 38%;
}

.pictures-1-2 {
	grid-template-columns: 38% 60%;
}

.pictures-1-1 {
	grid-template-columns: 49% 49%;
}

.frise-etape-pictures  img {
	object-fit: cover;
	height: 330px;
    width: 100%;
}

.fleche_scroll {
	width : 50px;
}