@charset "utf-8";
/* CSS Document */

/*
Author: nkoka
Author URI: http://www.nkoka.com/
*/


/* COULEURS :
textes (gris) : #929292
rouge : #cd3301
*/


body {
/*	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
font: 14px Tahoma, Geneva, Kalimati, sans-serif;
	background: #cd3301;
/*	border: 5px solid #cd3301;
	border-radius: 20px;
*/
	color: #929292;

}
/*#tapis {
	margin: 5px;
	background-color: #000;
	border-radius: 40px;
}*/
a {
	color:#929292;
	text-decoration:none;
}
a:focus {
outline:0;
} 
p{
padding-bottom: 20px;
}
.italic {
	font-style: italic;
}





header {
	position: fixed;
	display: flex;
	background:#cd3301;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;	

}



#tapis-header {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background:black;
	border-radius: 40px 40px 0px 0px;
	display: flex;
}







#logo {
	width: 370px;
	padding: 20px 0px;
	text-align:center;
	flex-shrink: 0;
}
#menu {
	width: 100%;
}
#menu ul {
/*	width:100%;*/
	text-align:center;
	padding-top: 20px;
}
#menu ul li {
	display:inline-block;
	text-align:center;
/*	text-transform: uppercase;*/
	width: 20%;
	min-width: 180px;
	line-height: 50px;
	padding-bottom: 20px;
	font-size: 20px;
}
#menu ul li a {
	padding: 15px 40px 35px 40px;
	background: url("../images/Fleche.svg") no-repeat;
 	background-position: center 100px;
	transition-property: background-position;
	transition-duration: 0.2s;
}
#menu li a:hover {
	 background-position: center 40px;
	color:#FFF;
}
#menu .active {
	background: url("../images/Fleche.svg") no-repeat;
 	background-position: center 40px;	
	color: #FFF;
}



/* ====================================== */

#tapis-global{
	background: #cd3301;
}
#global{
	display:flex;
	margin-top: 120px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background:black;
}
#texte {
	width: 270px;
	flex-shrink: 0;
	padding: 0px 50px 100px 50px;	
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}
#texte .barre {
	padding-bottom: 20px;
}
#texte a {
	color: #FFF;
}
#texte a:hover {
	color: #cd3301;
	transition-duration: 0.2s;
}
#contact a {
	color: #FFF;
	font-size: 20px;
}
#contact a:hover {
	color: #cd3301;
	transition-duration: 0.2s;
}


/* ====================================== */


#contenu{
	width: 96%;
padding-left: 0%;
padding-right: 4%;
	padding-bottom: 100px;
}

.contenu-flex{
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	background-color: #232323;
padding: 4%;
	margin-bottom: 10px;
	border-radius: 10px;
}

.video {
	width: 65%;
}
.aside {
	width: 35%;
	line-height: 25px;
}
.aside h1 {
	font-size: 18px;
	color:lightgray;
	padding-bottom: 20px;
}
.vidresponsive {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
	width: 95%;
}
.video iframe, object, embed {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}


/* ====================================== */
/* FORMULAIRE */

#formulaire {

    font-size: 0.95em;    
    font-family: arial;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

#success {
    text-align: center;
    background: #bae8ba;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    width: 350px;
}
#error {
    text-align: center;
    background: #cd3301;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    width: 350px;
}

.inputBox {
    width: 100%;
    margin: 5px 0px 15px 0px;
    border: 2px solid black;
    box-sizing: border-box;
    padding: 15px;
	background: #d2d2d2;
}
.msg {
	min-height: 150px;
}
#contact-form {
    width: 400px;
    margin: 0px;
	background:#232323;
    font-family: Arial;
    padding: 20px 40px 40px 40px;
	border-radius: 10px;
}

.info {
    color: #cd3301;
    letter-spacing: 2px;
    padding-left: 5px;
}

#send {
    background-color: #cd3301;
    border: 2px solid black;
    font-family: Arial;
    color: white;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
#send:hover {
	border-color: #cd3301;
	transition-delay: 0.1s;
}

.input-error {
    border: #ff4d49 2px solid;
}


/* ====================================== */



footer {
	background:#cd3301;
	height: 40px;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
}
#tapis-footer {
	height:35px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background:black;
	border-radius: 0px 0px 40px 40px;
	display: flex;
}



footer #footitle {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #cd3301;
	border-radius: 10px 10px 0px 0px;
	padding : 5px 5px 5px 5px;	
}
footer #Instalogo:hover .cls-1 {
	fill: #FFF;
	transition-property: fill;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
}









/* ===========================================================================================
==============================================================================================
==============================================================================================
========================================== RESPONSIVE ======================================== 
==============================================================================================
==============================================================================================
=========================================================================================== */

@media screen and (max-width: 60em) {
	
#logo {
	width: 270px;
	padding: 20px 0px;
	text-align:center;
	flex-shrink: 0;
}
#logo img {
	height: 55px;
	}
#menu ul li {
	width: 20%;
	min-width: 50px;
	font-size: 16px;
	margin-left: 5%;
	margin-right: 5%;
}
#menu ul li a {
	padding: 15px 0px 35px 0px;
}

	
	
#global{
	margin-top: 100px;
}	
	
#texte {
	width: 230px;
	padding: 0px 20px 60px 20px;	
}
	
	
/* ====================================== */	
	
#formulaire {

    font-size: 0.8em;    
	width: 100%;
}

#success {
    width: 200px;
}


#contact-form {
    width: 90%;
    padding: 5% 5% 5% 5%;
}	
	


.contenu-flex{
	flex-direction: column;
}
.aside {
	width:100%;
}
.video {
	width: 100%;
}
.vidresponsive{
	width:100%;
}
.aside h1 {
	padding-top: 5px;
}		
	
}


/* ===========================================================================================
==============================================================================================
=========================================================================================== */


@media screen and (max-width: 42em) {
	
	
#tapis-header {
	flex-direction: column;
	justify-content: center;
}	
	
#logo {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0;
	height: 50px;
}
#logo img{
	height: 80%;
	}
#menu {
	width: 100%;
}
#menu ul {
	padding-top: 0;
	padding-bottom: 10px;
}
	
#menu ul li {
	min-width: 110px;
	font-size: 13px;
	margin: 0;
	line-height: 40px;
	padding-bottom: 10px;
}	
#menu ul li a {
	padding: 15px 20px 25px 20px;
}	
#menu li a:hover {
	 background-position: center 35px;
}
#menu .active {
 	background-position: center 35px;	
}
	
/* ====================================== */
	
	
#global{
	flex-direction: column;
	justify-content: center;
	margin-top: 120px;

}	
#texte {
	width: 90%;
	flex-shrink: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 100px;
	text-align: center;
	line-height: 25px;
	order: 2;
}
	

/* ====================================== */
	
	
#contenu{
	order: 1;
	padding-top: 10px;
	padding-left: 4%;
	padding-bottom: 10px;
	width: 92%;
}	
.aside{
	text-align: center;
}	
	
/* ====================================== */
	
#contact-form {
    width: 96%;
    padding: 2% 2% 2% 2%;
}	
.inputBox {
    padding: 10px;	
}
	
	
}
