/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	/* La propriété text-rendering donne de l'information au moteur de rendu sur ce qu'il doit optimiser lors de l'affichage du texte. */
	color: #777;
	background: #fcf8f3;
	font-weight: 400;
	height: 100% !important;
}

body{
	width: 100%;
	overflow-x: hidden;
}



section{
	width: 100%;
	
}

h1{
	opacity: 0;
	-webkit-perspective: 200px;
	        perspective: 200px;
}
h1 span{
	-webkit-transform: rotateY(-90deg);
	        transform: rotateY(-90deg);
	opacity: 0;
	color: #fff;
}


 h3, h4 {
	font-family: 'Raleway', sans-serif;
}


h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: bolder;
	font-size: 33px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	
}


h2::after {
	position: absolute;
	content: "";
	background: #914c6b; 
	height: 4px;
	width: 200px;
	margin-top: 25px;
	margin-left: -100px;
	bottom: 0;
	left: 50%;
	
	
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}


h4 {
	margin: 10px 10px;
	font-size: 19px;
	font-weight: 600;
	color: #333;
}
h5 {
	font-weight: 700;
	line-height: 15px;
}

p {
	font-size: 16px;
	color: #333;
}



/* *******************Style pour les boutton du site ********************/


.btn:focus, .btn:active:focus .btn-ctc:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	
} 

	/* css pur btn-cv btn-message, btn-contacte  */

.btn-cv, .btn-message, .btn-ctc, .btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #914c6b;
	border: 2px solid #914c6b;
	border-radius: 15px;
	padding: 14px 20px;
	margin: 0;
	position: relative;            
	letter-spacing: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#914c6b), color-stop(#fff), to(#000));
	background: -o-linear-gradient(left, #914c6b, #fff, #000);
	background: linear-gradient(90deg, #914c6b, #fff, #000);
	background-repeat: no-repeat;
	background-size: 80%;
	-webkit-animation: animate 2s infinite;
	        animation: animate 2s infinite;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	
}

@-webkit-keyframes animate {
	0% {
	background-position: -500%;
	}
	100% {
	background-position: 500%;
	}
}

@keyframes animate {
	0% {
	background-position: -500%;
	}
	100% {
	background-position: 500%;
	}
}
a.btn:hover, .btn-cv:hover, .btn-cv:focus, .btn-cv.active, 
a.btn:focus, .btn:active:focus .btn-ctc:focus, .btn-ctc:hover {
	color: #212529;
	border: 2px solid #914c6b;
	background-color: #914c6b;
}

/* navigation  */

/* #navigation .scrolled {
	background-color: rgba(255, 255, 255, 0.856)!important; 
	opacity: 0.8; 
	
} */

.navbar-toggler {
	background-color: #fff;
	border: #222 solid 1px;
}



.active, .active:hover {

	
	background-color:#914c6b;
	border-radius: 50%; 
	
}

nav a:hover, a:focus {
	text-decoration: none;
	color: #333; 
	outline: 0;
	background-color: transparent;
}

.dropdown-menu{
	background: #914c6b;
	border: none;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #914c6b;

}

ul, ol {
	list-style: none;
	padding: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* xtra Small devices (landscape phones, 576px and up)*/

@media screen and (max-width: 450px) {

	#progress{
		background-color: #914c6b;
		height: 3px;
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999; /* Peut être important si vous avez un menu en position fixe */
	}
	.navbar-toggler{ /* Taille de la boutton de nav  */

		font-size: 12px;
	}
	.menu-center ul{
		text-align: right;
		margin-left: auto;
		background-color: rgba(255, 255, 255, 0.486);
	}
	.navbar a {
		text-transform: uppercase;
		color: #222 !important;
		font-weight: bold;
		font-size: 13px;
		padding: 3px 0;
		border: 2px solid transparent;
		letter-spacing: 0.2px;
		margin: 7px 7px 0 7px;
	}
	.dropdown-menu{  /*bour le backoffice je vais les supprimer après */
		height:200px;   
		overflow-y:auto;
	}
	
	#header {  
		-webkit-filter: blur(8px);  
		        filter: blur(8px);
		background: url(../img/portfolio.jpg) no-repeat fixed;
		background-size: 100% 300px  !important ;
		width: 100%;
		height: 300px !important;
		max-height: 300px; 
		position: relative;
		z-index: 1;
	}
  
	.titre-cv{
		
		position: absolute;
		top: 15%;
		left: 52%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 3;
		width: 100%;
		
		
	}

	.titre-cv h1 {
		font-family: 'Rochester', cursive;
		
		font-size: 3.5em;
		font-weight: bold;
		
	}
	
	

	.titre-cv p {
		font-family: 'Rochester', cursive;
		color: #fff;
		font-size: 1.1em;
		font-weight: 800;
		text-shadow: 7px 7px 7px 7px  #914c6b6e;
	}
	
	.titre-cv .btn-ctc {
		font-size: .8em;
		font-weight: bold;
		margin: 0;
		padding: 4px;
		height: 43px;
		width: 134px;
	}


	h2{
		font-size: 23px;
		letter-spacing: 0.8px;
	}

	.apropos h2::after {
		width: 220px;
	}

	h2::after{
		width: 200px;
	}

	.apropos .btn-cv{
		width: 200px;
		height: 57px;
		padding: 13px;
	}

	
	.apropos-text{
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.experience .contenu .box{
		margin: 20px
	}

	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: 12px -5px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}

	.top{
		display: none;
		width: 45px;
		height: 45px;
		background: rgba(165, 94, 128, 0.473);
		border: 1px rgb(165, 94, 128) solid ;
		border-radius: 50%;
		color: #444;
		position: fixed;
		right: 3vw;
		bottom: 33px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		-webkit-transition: padding-top 0.5s;
		-o-transition: padding-top 0.5s;
		transition: padding-top 0.5s;
	}


}
/* //////////////////////////////////////////////////// */

/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 450px) and (max-width: 767.98px) {


	#progress{
		background-color: #914c6b;
		height: 5px;
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999; /* Peut être important si vous avez un menu en position fixe */
	}
	

	.dropdown-menu{

		height:200px;
		overflow-y:auto;
	}
	.menu-center ul{
		text-align: right;
		margin-left: auto;
		background-color: rgba(255, 255, 255, 0.486);
	}
	.navbar a {
		
		text-transform: uppercase;
		color: #222 !important;
		font-weight: bold;
		font-size: 15px;
		padding: 5px 0;
		border: 2px solid transparent;
		letter-spacing: 0.2px;
		margin: 10px 7px 0 7px;
	
	}

	#header {
		
		background: url(../img/portfolio.jpg)  no-repeat fixed ;
		background-size: 100% 400px !important ;
		width: 100%;
		height: 400px !important;
		-webkit-filter: blur(5px);
		        filter: blur(5px);
		position: relative;
		z-index: 1;
		
	}
 
	.titre-cv{
		position: absolute;
		z-index: 3;
		top: 25%;
		left: 52%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;

	}

	.titre-cv h1 {
		font-family: 'Rochester', cursive;
		font-size: 4em;
		font-weight: bold;
		margin-top: 9px;
	}


	.titre-cv p {
		font-family: 'Rochester', cursive;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		/* margin-top: 20px; */
		margin-bottom: 30px;
	
	}
	.titre-cv .btn-ctc {
		font-size: .9em;
		font-weight: bold;
		margin: 0;
		padding: 8px;
		height: 45px;
		width: 165px;
	}
	
	h2{
		
		font-size: 7em;;
		font-size: 25px;
		letter-spacing: 0.8px;
	}

	.apropos h2::after {
		width: 230px;
	}

	h2::after{
		width: 200px;
	}

	.apropos-text{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	
	.experience .contenu .box{
		margin: 20px
	}

	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: 12px -5px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}


	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: 12px -5px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}

	.top{
		display: none;
		width: 45px;
		height: 45px;
		background: rgba(165, 94, 128, 0.473);
		border: 1px rgb(165, 94, 128) solid ;
		border-radius: 50%;
		color: #444;
		position: fixed;
		right: 3vw;
		bottom: 20px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		-webkit-transition: padding-top 0.5s;
		-o-transition: padding-top 0.5s;
		transition: padding-top 0.5s;
	}

}

/* /////////////////////////////////////////////////// */

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991.98px) {

	#progress{
		background-color: #914c6b;
		height: 5px;
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999; /* Peut être important si vous avez un menu en position fixe */
	}
	.dropdown-menu{
		height:200px;
		overflow-y:auto;
	}
	.menu-center ul{
		text-align: right;
		margin-left: auto;
		background-color: rgba(255, 255, 255, 0.486);
	}
	.navbar a {
		
		text-transform: uppercase;
		color: #222 !important;
		font-weight: bold;
		font-size: 15px;
		padding: 5px 0;
		border: 2px solid transparent;
		letter-spacing: 0.2px;
		margin: 10px 7px 0 7px;
		
	
	}
		
	#header {
		
		background: url(../img/portfolio.jpg)  no-repeat fixed;
		-webkit-filter: blur(5px);
		        filter: blur(5px);
		background-size: 100% 500px  !important ;
		width: 100%;
		height: 500px !important;
		position: relative;
		z-index: 1;
		
	}
    

	.titre-cv{
		z-index: 2;
		position: absolute;
		left: 53%;
		top: 32%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;

	}
	.titre-cv h1 {

		font-family: 'Rochester', cursive;
		font-size: 5em;
		font-weight: bold;
		
	}
	
	.titre-cv p {
		color: #fff;
		font-size: 1.8em;
		font-family: 'Rochester', cursive;
		font-weight: bold;
		margin-bottom: 30px;
	
	}
	.titre-cv .btn-ctc {
		height: 60px;
		width: 174px;
		font-size: 15px;
		font-weight: bold;
	
		
	}
	

	.apropos h2::after {
		width: 290px;
	}

	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: 12px -5px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	.top{

		display: none;
		width: 45px;
		height: 45px;
		background: rgba(165, 94, 128, 0.473);
		border: 1px rgb(165, 94, 128) solid ;
		border-radius: 50%;
		color: #444;
		position: fixed;
		right: 3vw;
		bottom: 30px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		-webkit-transition: padding-top 0.5s;
		-o-transition: padding-top 0.5s;
		transition: padding-top 0.5s;
	}
}
/* ////////////////////////////////////////////////// */

	/* Large devices (desktops, 992px and up)*/
	@media screen and (min-width: 992px)and (max-width: 1199.98px) {

		#navigation .scrolled {

			background-color: #fff!important; 
				
		}

		#progress{
			background-color: #914c6b;
			height: 4px;
			width: 0;
			position: fixed;
			top: 61px;
			left: 0;
			z-index: 9999; /* Peut être important si vous avez un menu en position fixe */
		}
	.dropdown-menu{
		height:200px;
		overflow-y:auto;
	}

	.navbar a {
		
		text-transform: uppercase;
		color: #222 !important;
		font-weight: bold;
		font-size: 17px;
		padding: 5px 0;
		border: 2px solid transparent;
		letter-spacing: 0.2px;
		margin: 10px 3px 0 7px;
		
	
	}
	

	#header {
		position: relative;
		z-index: 1;
		background: url(../img/portfolio.jpg)  no-repeat fixed;
		-webkit-filter: blur(5px);
		        filter: blur(5px);
		background-size: 100% 600px !important ;
		width: 100%;
		height: 600px !important;
	}

    
	.titre-cv{
		position: absolute;
		z-index: 3;
		left: 54%;
		top: 25%;
		-webkit-top:40%; 
		-ms-top:40%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;

	}
	.titre-cv h1 {
		font-family: 'Rochester', cursive;
		font-size: 5.5em;
		font-weight: bold;
		
	}
	
	.titre-cv p {
		color: #fff;
		font-size: 2em;
		font-family: 'Rochester', cursive;
		font-weight: bold;
	}

	.titre-cv .btn-ctc {
		font-size: 16px;
		font-weight: bold;
		/* margin-top: 20px; */
	}

	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: 12px -5px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.top{

		display: none;
		width: 45px;
		height: 45px;
		background: rgba(165, 94, 128, 0.473);
		border: 1px rgb(165, 94, 128) solid ;
		border-radius: 50%;
		color: #444;
		position: fixed;
		right: 3vw;
		bottom: 50px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		-webkit-transition: padding-top 0.5s;
		-o-transition: padding-top 0.5s;
		transition: padding-top 0.5s;
	}
	
}

/* //////////////////////////////////////////////////// */

/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {

	#navigation .scrolled {

		background-color: #fff!important; 
			
	}
	#progress{
		background-color: #914c6b;
		height: 5px;
		width: 0;
		position: fixed;
		top: 63px;
		left: 0;
		z-index: 9999; /* Peut être important si vous avez un menu en position fixe */
	}
	.navbar a {
		text-transform: uppercase;
		color: #222 !important;
		font-weight: bold;
		font-size: 18px;
		padding: 5px 0;
		border: 2px solid transparent;
		letter-spacing: 0.2px;
		margin: 10px 3px 0 7px;	
	}

	#header {
		position: relative;
		z-index: 1;
		-webkit-filter: blur(8px);
		        filter: blur(8px);
		background: url(../img/portfolio.jpg)  no-repeat fixed;
		background-size: 100% 700px !important ;
		width: 100%;
		height: 700px !important;	
	}
	
	.titre-cv{
		position: absolute;
		z-index: 3;
		top: 47%;
		left: 52%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;
	

	}
	.titre-cv h1 {

		font-family: 'Rochester', cursive;
		font-size: 7em;
		font-weight: bold;
		margin-top: 10px;
		
	}


	.titre-cv p {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		font-family: 'Rochester', cursive;
		margin-top: 20px;
		/* text-shadow: 7px 7px 7px 7px  #914c6b6e; */
	}

	.titre-cv .btn-ctc {

		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;

	}

	.formation .ovale {
		z-index: 1;
		width: 113px;
		height: 80px;
		border-radius: 140px / 100px;
		background: #914c6bda;
		margin: -5px -94px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}

	.top{

		display: none;
		width: 45px;
		height: 45px;
		background: rgba(165, 94, 128, 0.473);
		border: 1px rgb(165, 94, 128) solid ;
		border-radius: 50%;
		color: #444;
		position: fixed;
		right: 3vw;
		bottom: 60px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		-webkit-transition: padding-top 0.5s;
		-o-transition: padding-top 0.5s;
		transition: padding-top 0.5s;
	}
	
    
}

/********************************************************* Apropos Section *************************************************************/

.apropos {

	width: 100%;
	margin-top: 20px;
	background:#fff;
	text-decoration: none;
}


.apropos h2::after {
	bottom: 0;
	margin-left: -150px;
	left: 150px;
}
.apropos .apropos-text {
	padding: 40px 0;
}

.apropos p {
	line-height: 24px;
	margin: 15px 0 30px;
}

.apropos_img {
	margin: 30px 0 30px 0;
	
}
#monImage {

	border:2px solid ;
	border-radius:10px;
}
 


/************************************** parcours Section ***********************/
.parcours{
	background:  url(../img/graduation.jpg) no-repeat center fixed;
	display: table;
	width: 100%;
	height: 900px;
	background-size: 100%;
	-o-background-size: cover;
	padding: 0 0 60px 0;

} 
.parcours .titre{

	padding: 30px 0;
	background: rgba(0, 0, 0, 0.452);
}

.parcours .titre h2 {
	color: #fff;
	
}
 .parcours .contenu {
	padding: 40px;

} 

.langue {
	background: rgba(0, 0, 0, 0.452);
}

.formation, .langue {
	margin-bottom: 20px;
	
	border-radius: 2em ;

}


.parcours h3{
	color: #fff;
	margin-top: 0;
	margin: 15px 0 30px 5px;
	padding: 6px;
	
	background-color:#914c6bc2 ;
	border-radius: .5em .5em 0 0;
}


 .formation .titre-formation{
	margin-top: 36px;
	/* padding-left: 10; */
	/* padding-right: 10; */
}

.formation .box{
	padding: 16px 0;
	border: #777 solid 1px;
	-webkit-box-shadow: -3px -3px 9px 1px  #5f33575b;
	        box-shadow: -3px -3px 9px 1px  #5f33575b;
	margin-bottom: 17px;
	background: rgba(0, 0, 0, 0.452);
}

.formation .date{
	position: relative;
}



.formation .ovale p{
	text-align: justify;
	z-index: 2;
	font-size: 1em;
	position: relative;
	top: 28px;
	left: 17px;
	color: #222;
	font-weight: 600;
}


.titre-formation h4 {
	margin-bottom: 5px;
	margin-top: 23px;
	color: #fff;
	
}

hr{
	background-color :#5f3357;
	width: 50%;
	margin-bottom: 50px;
}
.parcours p {
	color: #222;
	font-weight: 600;
}
.titre-formation p {
	margin-top: -30px;
	background-color: #914c6b;
	border-radius: .3em;
	padding: 7px;

}
.langue p{
	background-color: #914c6b;
	border-radius: .3em;
	padding: 7px;
}
.langue .fas {
	color: #e0dede;
	/* color: rgba(255, 255, 255, 0.712) ; */
	margin-bottom: 20px;
	
}


.from-right, .from-left {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
}
.from-right {
    -webkit-transform: translate(50px,-30px);
        -ms-transform: translate(50px,-30px);
            transform: translate(50px,-30px);
}
.from-left {
    -webkit-transform: translate(-50px,-30px);
        -ms-transform: translate(-50px,-30px);
            transform: translate(-50px,-30px);
}



/***************************************** section fiche métier ****************************************************/
@media screen and (max-width:450px){
	#developpement{
		margin-top: 70px;
	}
	#developpement .contenu{
		margin-top: 50px;
		margin-bottom: 79px;
	}

	
	#developpement h3 {
		font-size: 27px;
		margin-top: 20px;
		font-weight: bolder;

	}
	.flip-card {
		background-color: transparent;
		width: 300px;
		height: 1032px;
		-webkit-perspective: 1000px;
		        perspective: 1000px;
		
	}
	.flip-card-front img{
		height: 1032px;
		width: 300px;
		
	}
	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	
	.flip{
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
		
	}
	
	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		
	}
	
	.flip-card-front {
		background-color: #bbb;
		color: black;
	}
	
	.flip-card-back {
		background-color: #a3668194;
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	.img-flip{
		-webkit-filter: blur(3px);
		        filter: blur(3px);
		position: absolute;
		z-index: 1;
		width: 300px;
		height: 1032px;
		right: 0;
		top: 0;
	}

	.flip-card-back article p{
		margin: 10px;
		color: #ddd;
		font-weight: 500;
		background: rgba(0, 0, 0, 0.452);

	}
	.flip-card-back article{
		margin: 10px;
		position: absolute;
		z-index: 5;

	}
	.fliper span{
	  
		position: relative;
		top: -15px;
		right: 13px;
		padding: 5px;
		background: rgba(0,0,0,.69);
		border-radius: 3px;
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
		        box-shadow: 0 0 2px rgba(0, 0, 0, .5);
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		color: #fff;
		font-size: 10.9px;
		font-weight: bolder;
	}
	
	.fliper span::after{
		content: '';
		position: relative;
		top: 29px;
		left: 0px;
		border-top: 8px solid rgba(0,0,0,.69);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	.cacheInfobulle{
		opacity: 0;
		-webkit-transform: scale(0) rotateZ(12deg);
		    -ms-transform: scale(0) rotate(12deg);
		        transform: scale(0) rotateZ(12deg);
	}
	.infobulle{
		opacity: 1;
		-webkit-transform: scale(1) rotateZ(0);
		    -ms-transform: scale(1) rotate(0);
		        transform: scale(1) rotateZ(0);
	}
}

@media screen and (min-width:450px) and (max-width:767.98px){
		#developpement .contenu{
			margin-top: 80px;
			margin-bottom: 75px;
		}
	
		#developpement h3 {
			font-size: 29px;
			margin-top: 20px;
			font-weight: bolder;
	
		}
		.flip-card {
			background-color: transparent;
			width: 413px;
			height: 893px;
			-webkit-perspective: 1000px;
			        perspective: 1000px;
		}
		.flip-card-front img{
			height: 893px;
			width: 413px;
		}
	
		.flip-card-inner {
			position: relative;
			width: 100%;
			height: 100%;
			text-align: center;
			-webkit-transition: -webkit-transform 0.6s;
			transition: -webkit-transform 0.6s;
			-o-transition: transform 0.6s;
			transition: transform 0.6s;
			transition: transform 0.6s, -webkit-transform 0.6s;
			-webkit-transform-style: preserve-3d;
			        transform-style: preserve-3d;
			-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
			        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		}
		
	
		.flip{
			-webkit-transform: rotateY(180deg);
			        transform: rotateY(180deg);
			
		}
		
		.flip-card-front, .flip-card-back {
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}
		
		.flip-card-front {
			background-color: #bbb;
			color: black;
		}
		
		.flip-card-back {
			-webkit-transform: rotateY(180deg);
			        transform: rotateY(180deg);
		}
		.img-flip{
			-webkit-filter: blur(3px);
			        filter: blur(3px);
			position: absolute;
			z-index: 1;
			width: 413px;
			height: 893px;
			right: 0;
			top: 0;
		}
	
	
		.flip-card-back article{
			margin: 10px;
			position: absolute;
			z-index: 5;
		}
		.flip-card-back article p{
			color: #ddd;
			font-size: 18px;
			font-weight: 500;
			background: rgba(0, 0, 0, 0.452);
		}
	
		.fliper span{
			
			position: relative;
			top: -15px;
			right: -10px;
			padding: 4px;
			background: rgba(0, 0, 0, 0.69);
			border-radius: 3px;
			-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
			        box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
			-webkit-transition: .25s;
			-o-transition: .25s;
			transition: .25s;
			color: #fff;
			font-size: 13px;
			font-weight: bolder;
		}
		.cacheInfobulle{
			opacity: 0;
			-webkit-transform: scale(0) rotateZ(12deg);
			    -ms-transform: scale(0) rotate(12deg);
			        transform: scale(0) rotateZ(12deg);
		}
		.fliper span::after{
			content: '';
			position: relative;
			top: 30px;
			left: 2px;
			border-top: 8px solid rgba(0, 0, 0, 0.69);
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
		}
	
		.infobulle{
			opacity: 1;
			-webkit-transform: scale(1) rotateZ(0);
			    -ms-transform: scale(1) rotate(0);
			        transform: scale(1) rotateZ(0);
		}

}

@media screen and (min-width:768px) and (max-width:991.98px){
	#developpement .contenu{
		margin-top: 80px;
		margin-bottom: 75px;
	}

	#developpement h3 {
		font-size: 29px;
		margin-top: 20px;
		font-weight: bolder;

	}
	.flip-card {
		background-color: transparent;
		width: 600px;
		height: 690px;
		-webkit-perspective: 1000px;
		        perspective: 1000px;
	}
	.flip-card-front img{
		height: 690px;
		width: 600px;
	}

	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	

	.flip{
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
		
	}
	
	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.flip-card-front {
		background-color: #bbb;
		color: black;
	}
	
	.flip-card-back {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	.img-flip{
		-webkit-filter: blur(3px);
		        filter: blur(3px);
		position: absolute;
		z-index: 1;
		width: 600px;
		height: 690px;
		right: 0;
		top: 0;
	}


	.flip-card-back article{
		margin: 10px;
		position: absolute;
		z-index: 5;
	}
	.flip-card-back article p{
		color: #ddd;
		font-size: 18px;
		font-weight: 500;
		background: rgba(0, 0, 0, 0.452);
	}

	.fliper span{
		
		position: relative;
		top: -15px;
		right: -10px;
		padding: 4px;
		background: rgba(0, 0, 0, 0.69);
		border-radius: 3px;
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
		        box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		color: #fff;
		font-size: 13px;
		font-weight: bolder;
	}
	.cacheInfobulle{
		opacity: 0;
		-webkit-transform: scale(0) rotateZ(12deg);
		    -ms-transform: scale(0) rotate(12deg);
		        transform: scale(0) rotateZ(12deg);
	}
	.fliper span::after{
		content: '';
		position: relative;
		top: 30px;
		left: 2px;
		border-top: 8px solid rgba(0, 0, 0, 0.69);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}

	.infobulle{
		opacity: 1;
		-webkit-transform: scale(1) rotateZ(0);
		    -ms-transform: scale(1) rotate(0);
		        transform: scale(1) rotateZ(0);
	}

}

@media screen and (min-width:992px) {
	#developpement{
		padding-top: 30px;
	}
	#developpement .contenu{
		margin-top: 110px;
		margin-bottom: 75px;
	}

	#developpement h3 {
		font-size: 29px;
		margin-top: 20px;
		font-weight: bolder;

	}
	.flip-card {
		background-color: transparent;
		width: 750px;
		height: 570px;
		-webkit-perspective: 1000px;
		        perspective: 1000px;
	}
	.flip-card-front img{
		height: 570px;
		width: 750px;
	}

	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
		-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	

	.flip{
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
		
	}
	
	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.flip-card-front {
		background-color: #bbb;
		color: black;
	}
	
	.flip-card-back {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	.img-flip{
		-webkit-filter: blur(3px);
		        filter: blur(3px);
		position: absolute;
		z-index: 1;
		width: 750px;
		height: 570px;
		right: 0;
		top: 0;
	}


	.flip-card-back article{
		margin: 10px;
		position: absolute;
		z-index: 5;
	}
	.flip-card-back article p{
		color: #ddd;
		font-size: 18px;
		font-weight: 500;
		background: rgba(0, 0, 0, 0.452);
	}

	.fliper span{
		
		position: relative;
		top: -15px;
		right: -10px;
		padding: 4px;
		background: rgba(0, 0, 0, 0.69);
		border-radius: 3px;
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
		        box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		color: #fff;
		font-size: 15px;
		font-weight: bolder;
	}
	.cacheInfobulle{
		opacity: 0;
		-webkit-transform: scale(0) rotateZ(12deg);
		    -ms-transform: scale(0) rotate(12deg);
		        transform: scale(0) rotateZ(12deg);
	}
	.fliper span::after{
		content: '';
		position: relative;
		top: 32px;
		left: 2px;
		border-top: 8px solid rgba(0, 0, 0, 0.69);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}

	.infobulle{
		opacity: 1;
		-webkit-transform: scale(1) rotateZ(0);
		    -ms-transform: scale(1) rotate(0);
		        transform: scale(1) rotateZ(0);
	}
}



/****************************************************************** Mes expérience section  ************************************************************/

.experience{
	background:  url(../img/experience.jpg) no-repeat center fixed;
	display: table;
	width: 100%;
	height: 900px;
	background-size: 100%;
	-o-background-size: cover;
	padding: 0 0 60px 0;
	margin-top: 50px;
	/* padding: 10px 0 60px 0; */
	
	
}
.experience .titre{

	padding: 30px 0;
	background: rgba(0, 0, 0, 0.452);
}
.experience .titre h2 {
	color: #fff;
	
}
.experience .contenu {

	margin-top: 70px;
}

.experience .ovale {
	z-index: 1;
	width: 113px;
	height: 80px;
    border-radius: 140px / 100px;
	background: #914c6b;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.experience .ovale p{
	z-index: 2;
	position: relative;
	top: 30px;
	color: #222;
	font-weight: 600;
	
	
}


.experience .contenu .box {

	padding: 22px 0;
	border: #777 solid 1px;
	-webkit-box-shadow: -3px -3px 9px 1px  #5f33575b;
	        box-shadow: -3px -3px 9px 1px  #5f33575b;
	margin-bottom: 17px;
	background: rgba(0, 0, 0, 0.452);

}
.experience .date{
	position: relative;
}

.experience .exp-titre{
	margin-top: 41px;
} 
.experience h4{
	margin-bottom: 5px;
	margin-top: 23px;
	color: #fff;
}

.exp-titre p{
	margin-top: -30px;
	background-color: #914c6b;
	border-radius: .3em;
	padding: 7px;
	color: #222;
	font-weight: 600;

}

/************************************************************************* section mignion et mario ********************************************************/
.mignion{
	margin-top: 80px;
}

.mignion p{
	font-weight: bold;
	font-size: 20px;
}
.mignion span{
	font-size: 30px;
	font-weight: bolder;
	color:#914c6b;
	
	
}
.mignion .card {
	background-color: #a15175a9;
	color: #fff;
}
.roundedImage1, .roundedImage2{
	
    overflow:hidden;
    border-radius:50%;
    width:250px;
	height:250px;
	/* box-shadow: 0px 0px 55px  #914c6b; */
	/* -moz-box-shadow: 0px 0px 55px #914c6b; */
	/* -webkit-box-shadow: 0px 0px 55px #914c6b; */
	/* -o-box-shadow: 0px 0px 55px #914c6b; */
	border: solid 1px #914c6b;
	margin-bottom: 10px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}


.roundedImage1:hover, .roundedImage2:hover{
	height: 300px;
	width: 300px;
	filter: blur(0);
	-webkit-filter: blur(0);
	/* rotation de l'image */
	-ms-transform: rotate(360deg);
	    transform: rotate(360deg);
	-webkit-transform: rotate(360deg); 
	border-radius: 0%;
	margin-right: 5px;
}

.roundImageText{
	height: 110px;
	width: 140px;
	border-radius: 50%;
	border: solid 1px #914c6b;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 600;
	padding-top: 28px;
	
}



/*********************************************************************** section competences ************************************************************************/


.competence {
	
	background-image: url(../img/php.jpg);
	background-repeat:  no-repeat;
	background-position: center;
	background-attachment:  fixed;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #444;
	width: 100%;
	height: 700px;
	-o-background-size: cover;
	padding: 0 0 60px 0;
	margin: 0;
	display: table;
} 




.competence .titre {
	padding: 80px 0;
	margin-bottom: 40px;
	background: rgba(20, 20, 20, 0.404);

}
.competence .titre h2 {
	color: #fff;
	
}

.competence .contenu {
	padding: 30px 50px;
}

.scroll-bar{
	background: rgba(0, 0, 0, 0.795);

}


.competence h3::before {
	position: absolute;
	content: "";
	background: #914c6b6e; 
	height: 4px;
	width: 200px;
	margin-top: 25px;
	margin-left: -100px;
	bottom: 0;
	left: 50%;
	
}

.cp-titre {
	color: #fff;
	display: inline-block;
	margin: 24px;
	text-align: left;
	width: 70%;
	font-weight: 600;
}
.cp-pourcentage{
	float: right;
	text-align: right;
	margin-top: 14px;
	font-weight: 900;
	color: #fff;


}
.cp-pourcentage span {
	color:#914c6bf6 ;
}
.cp-bar{
	clear: both;
	width: 100%;
	height: 13px;
	margin-bottom: 60px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.bar{
	width: 0px;
	height: 13px;
	background: #914c6b;
	border-radius: 10px;
}


/*************************************************************************** realisation section **************************************************************/


.realisation .titre h2:after{
	margin-left: -100px;
}

.portfolio-card{
	
	position: relative;
	overflow: hidden;
    margin-bottom: 30px;

}

.card-realisation{
	position: relative;
	border: 2px solid #914c6b6e;
	padding: 10px;
	margin: 15px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color:#fff;
}
.card-title { 
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
	border-radius: .25rem;
	background: rgba(0,0,0, 0.7);
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	font-size: 20px;	
}

.card-title h5{
	color: #fff;
}
.card-title p{
	color: #ccc;
	font-size: 20px;
	margin-top: 50px;
}

.card-realisation:hover {
	position: relative;
	border: none;
	-webkit-box-shadow: 0px 0px 50px #914c6b6e;
	box-shadow: 0px 0px 50px #914c6b6e;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	    transform: translateY(-10px);
	outline: none;
	
}


.card-realisation:hover .card-title{
	opacity: 1;
}



.portfolio-card img{
	border: solid #914c6b6e 1px;
	width: 100%;
	height: 100%;
	position: relative;

}

.portfolio-card .btn {
	text-transform: uppercase;
		color: #fff;
		background-color: #914c6b;
		border: 2px solid #914c6b;
}



/************************************************************************** savoir-être Section*************************************************************/

.savoirEtre {
	background: #444 url(../img/savoir1.jpg) no-repeat center fixed;
	display: table;
	width: 100%;
	background-size: 100%;
	-o-background-size: cover;
	padding: 0 0 60px 0;
	
} 
.savoirEtre .titre { 
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.425);
	margin-bottom: 40px;
}

.savoirEtre .titre h2{
	color: #fff;
}

.draggable{
	position: relative;
}

.draggable:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	opacity: 0;
}

.draggable:hover::before{
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


#draggable1{
	padding-left: 119px;
}
#draggable2{
	padding-top: 20px;
padding-right: 128px;
}
#draggable3{
	padding-bottom: 20px;
}
.savoir{
	margin-top: 45px;
	padding: 15px;
}

.savoirEtre p {
	border: 1px solid #914c6b;
	border-radius: 1em;
	background-color: #914c6b;
	color: #fff;
}


/******************************** centre d'intêtert section **************************** */

.interet {
    width: 100%;
	height: 200px;
	position: relative;
	background: #fcf8f3;
}

		/* style en scss complilé avec l'application koala en css pour le text en animation   */

.content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:360px;overflow:hidden;font-family:'Lato', sans-serif;font-size:25px;line-height:35px;color:#5f3357;padding-top: 150px;}.content__container{font-weight:600;overflow:hidden;height:40px;padding:0 40px}.content__container:before{content:'[';left:0}.content__container:after{content:']';position:absolute;right:0}.content__container:after,.content__container:before{position:absolute;top:0;color:#5f3357;font-size:52px;line-height:40px;-webkit-animation-name:opacity;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-name:opacity;animation-duration:2s;animation-iteration-count:infinite; padding-top: 150px;}.content__container__text{display:inline;float:left;margin:0;font-size: 25px;} .content__container__list{margin-top:0;padding-left:110px;text-align:left;list-style:none;-webkit-animation-name:change;-webkit-animation-duration:15s;-webkit-animation-iteration-count:infinite;animation-name:change;-webkit-animation-duration:10s;animation-duration:10s;animation-iteration-count:infinite}.content__container__list__item{line-height:25px;margin:0}@-webkit-keyframes opacity{0%, 100%{opacity:0}50%{opacity:1}}@-webkit-keyframes change{0%, 12.66%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}16.66%, 29.32%{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0)}33.32%,45.98%{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}49.98%,62.64%{-webkit-transform:translate3d(0, -75%, 0);transform:translate3d(0, -75%, 0)}66.64%,79.3%{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}83.3%,95.96%{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0)}}@keyframes opacity{0%, 100%{opacity:0}50%{opacity:1}}@keyframes change{0%, 12.66%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}16.66%, 29.32%{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0)}33.32%,45.98%{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}49.98%,62.64%{-webkit-transform:translate3d(0, -75%, 0);transform:translate3d(0, -75%, 0)}66.64%,79.3%{-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}83.3%,95.96%{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0)}}

.fa-gratipay{
	color: #914c6b;
}

/******************************* Contact Section ********************************/
.red{
	color: red !important;
	
}
.green{
	color: #335d2d;
}
.contact {
	display: table;
	width: 100%;
	height: 800px;
	background: url(../img/contact.jpg) center center no-repeat fixed;
	background-color: #e5e5e5;
	background-size: 100%;
	-o-background-size: 100%;
	padding: 100px 0 60px 0;

}

.contact .titre, .form-contact{

	padding: 20px 0;
	background: rgba(0, 0, 0, 0.452);
}


.contact form {
	padding: 0;
	margin: 20px;
}

.contact .titre h2 {
	text-transform: uppercase;
	font-weight: bolder;
	color: #fff;
} 

.contact .titre p {
	color: #fff;
}

hr{
	height: 5px;
	color: #444 ;

}  

.form-contact a {
	color: #fff;
	text-decoration: none;
}


#contact-form input[type="text"], #contact-form textarea {
	border: none;
	border-bottom: 1px solid #222;
	color: #222;
	width: 100%;
	
}

#contact-form ::-webkit-input-placeholder{
	color: #914c6b;
	opacity: 0.5;
}

#contact-form ::-moz-placeholder{
	color: #914c6b;
	opacity: 0.5;
}

#contact-form :-ms-input-placeholder{
	color: #914c6b;
	opacity: 0.5;
}

#contact-form ::-ms-input-placeholder{
	color: #914c6b;
	opacity: 0.5;
}

#contact-form ::placeholder{
	color: #914c6b;
	opacity: 0.5;
}

#contact-form input[type="text"]:focus, #contact-form textarea:focus {
	border-bottom: 1px solid #914c6b;
	color: #914c6b;
}

/************************************** footer*****************************/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
}

#mapid {
	 height: 180px;
	 -webkit-box-shadow: 7px 7px 7px 7px  #914c6b6e;
	         box-shadow: 7px 7px 7px 7px  #914c6b6e;

	}
footer .contact-moi {
	margin: 20px 0 40px 0;
}

footer .contact-moi  {
	font-weight: 400;
	color: #aaa;

}

#footer h3 {
	color: #914c6b;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}



#footer .fas {
	font-size: 26px;
	padding: 4px;
	color: #914c6b;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .fa, .fab {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	background:#C68EA9

}
#footer .social {
	margin: 20px 0 30px 0;
}

#footer  ul li {
	display: inline-block;
	margin: 0 20px;
}



 /***************************************************  Modal (background) *****************************************************/
.modal {
	display: none; 
	position: fixed; 
	z-index: 2000; 
	width: 50%;
	height: auto; 
	background:url(../img/blur.jpg) no-repeat ;
	background-size: 100% 100%;
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	
}
  
  /* Modal Content/Box */
  
.modal-content {
	background: rgba(0, 0, 0, 0.295);
	position: relative;
	margin: 61px auto; 
	padding: 20px;
	width: 80%;
}

.modal-content p {
	color: #fff;
	text-align: justify;
}

.modal-content h3{
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #222;
	position: relative;
}

.modal-content h4{
	margin: 53px 10px;
	color: #222;
	font-size: 24px;
	font-weight: bold;

}

.modal-content a{
	text-decoration:none;
	color: #914c6b;
}
  /*  Close Boutton */
.close {
	background: url(../img/close.png) no-repeat;
	height: 49px;
	width: 49px;
	position: absolute;
	right: -35px;
	top: -35px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.modal-content p strong{
	color: #ddd;
	font-weight: bolder;
	
}
.modal-content em{
	color: #333;
	font-weight: bolder;
	font-size: 18px;
}
.close:hover {
	opacity: 0.2;
}



/*************************************** Admin backoffice****************************/

.containerAdmin {
	margin-bottom: 150px;
}
.formadmin{
	margin-top: 80px;
	padding: 15px;
	border: #914c6b6e solid 1px;
	-webkit-box-shadow: 7px 7px 7px 7px  #914c6b6e;
	        box-shadow: 7px 7px 7px 7px  #914c6b6e;

}

label {
	color:#333;
	font-weight: bold;
}

@media only screen and (min-width: 1200px){
	.table-responsive table, .table-responsive thead,.table-responsive tr, .table-responsive th, .table-responsive tbody, .table-responsive td {
		display: block;
	}
	.table-responsive th{
		background-color: #838181;

	}

	.table-responsive thead{
		display: none;
	}
	.table-responsive td{
		background-color: #F5EAEA;
		padding-left: 150px;
		position: relative;
		margin-top: -1px;
	}
	.table-responsive td::before{
		padding: 10px;
		content: attr(data-label);
		position: absolute;
		top: 0;
		left: 0;
		width: 130px;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-weight: bold ;

	}
	.table-responsive tr{
		margin-bottom: 1rem;
	}
	
}

.btn-tableau, .btn-formulaire {
	color: #fff;
	border: 2px solid #914c6b;
	background-color: #914c6b;
}
a .fa-trash, a .fa-user-edit {
	color: #995473ea;
	font-size: larger;
}

/********************************************* style pour le loader ***********************************************************/
.contener_general{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); position: fixed	; top:50%; right:50% } 
.contener_mixte{  width:88px;height:88px;position:absolute}
.ballcolor{width:40px;height:40px}
.ball_1, .ball_2, .ball_3, .ball_4{position:absolute;-webkit-animation:animball_one 1.3s infinite ease;animation:animball_one 1.3s infinite ease-in} .ball_1{border:1px solid #A65578;top:0;left:0}
.ball_2{border:1px solid #730937;top:0;left:48px} 
.ball_3{border:1px solid #CC4A9C;top:48px;left:0} 
.ball_4{border:1px solid #BF0B92;top:48px;left:48px} 
@-webkit-keyframes animball_one{0%{position:absolute;-webkit-transform:rotate(0deg)} 50%{top:24px;left:24px;position:absolute;opacity:0.5} 100%{position:absolute;-webkit-transform:rotate(360deg)}}
@keyframes animball_one{0%{position:absolute;-webkit-transform:rotate(0deg);transform:rotate(0deg)} 50%{top:24px;left:24px;position:absolute;opacity:0.5} 100%{position:absolute;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

#loader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fff;
}


