/* General Styles */

body {
    font-family: lucida sans;
    font-size: 1.8rem;
}

sections {
    padding: 20px 0;
}

#para {
    font-size: 1.7rem;
    margin-bottom: 30px;
}


.overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    
}

.section-header .section-title {
    font-size: 40px;
}

.section-header .line {
	width: 260px;
	background: #2c2c54;
	height: 4px;
	margin: auto;
}

.section-header .line span {
	display: block;
	width: 140px;
	height: 4px;
	background-color: #f39c12;
	margin: auto;
	position: relative;
	bottom: 0.5px;
}

.section-header p{
	width: 50%;
	color: #40407a;
	margin: 20px auto;
	line-height: 1.5;
}

/* Header */
header {
    background: #b33939;
	height: auto;
	padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

header i.icon {
    position: absolute;
    right: 30px;
    top: 32px;
    z-index: 10;
    display: none;
    cursor: pointer;
}

header .logo h2 {
	font-size: 2.8rem;
    color: #fff;
}

header nav .nav-list {
    list-style: none ;
    font-size: 1.6rem;
	/*background: #303952;*/
	display: flex;
	justify-content: space-around;
	margin-bottom: 0;
}

header nav .nav-list .list a {
	display: block;
	padding: 15px 0;
	margin: 9px 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.Sticky {
    background: #000;
    color:#fff; 
}

header nav .nav-list .list a:hover {
	color: #181c29;
}

@media (max-width: 575px){
    
    header {
        background: #303952;
    }
    
    header .logo h2 {
        font-size: 2.2rem;
    }
    
    header nav .nav-list {
        display: none;
        text-align: center;
        padding: 0;
    }
     
    header .logo {
        text-align: center
    }
    
    header i.icon {
        color: #fff;
      display: block;
    }
    
    .section-header p {
        width: 90%
    }
    
    p {
       font-size: 1.6rem;
    }
}


/* Home Section */

.home {
   height: 650px;
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.home .home-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -10%);
	}

.home .home-title {
	color: #fff;
	font-size: 2.6rem;
	margin-bottom: 25px;
}

.home .home-desc {
	color: #fff;
	font-size: 1.6rem;
}

.home h4 {
    z-index: 10;
    font-weight: bold;
    color: #fab1a0;
    font-size: 1.8rem;
    text-transform: capitalize;
}

.home .button {
    color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
    background: #f39c12;
	width: 150px;
	text-align: center;
	padding: 10px 0;
    margin-right: 12px;
    border-radius: 5px;
	border: 2px solid #f39c12;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	color: #f39c12;
	background: transparent;
}


@media (max-width: 575px) {
    .home .home-title {
        font-size: 1.56rem;
    }
    
    .home .home-desc {
	font-size: 1.12rem;
}
    
    .home .button {
        margin-bottom: 12px;
    }
}

/* ./Section Home */

/* Accueil */

.articles {
	text-align: center;
	padding-top: 30px;
}

.articles_title {
	font-size: 30px;
	text-align: center;
	color: #131;
	border-bottom: 4px solid #f39c12;
	display: inline;
}

.articles_items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 40px;
	flex-wrap: wrap;
}

.article {
	width: 20%;
	height: 200px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding: 8px;
	cursor: pointer;
	text-decoration: none;
}

.article_filter {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0; left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.article_name {
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 18px;
	line-height: 28px;
}

.article:hover .article_icon {
	transform: translateY(0);
}

.article_icon {
	z-index: 1;
	position: absolute;
	top: 0; left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease-in-out;
	transform: translateY(100%);
}

.content-desc {
    margin-top: 30px;
}

.pub {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* ./Accueil */

/* About us */
.about .about-info h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.about .about-info h3 span {
	color: #f39c12;
}

.about .about-info .about-info-desc {
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
}

.about .about-info .about-info-btn {
	background-color: #f39c12;
	padding: 10px 20px;
	border: 0;
	color: #fff;
	font-weight: bold;
    margin-bottom: 15px
}

.about .about-img img {
	width: 100%;
	box-shadow: 0 0 4px #46436247;
}

figcaption {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

/* Medias quieries */

@media (max-width: 575px) {
    .about .about-info h3 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .about .about-info {
        text-align: center
    }
}

/* Staff section */
.staff {
    background: #f7f7f7;
}

.staff .serv {
    width: 300px;
    height: 380px;
    /*background: #e58e26;*/
    background: rgba(229, 142, 38, 0.15);
    padding: 20px;
    text-align: center;
}

.staff .serv .img {
    background: #f39c12; 
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}

.staff .serv-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}

.staff .serv-desc {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
} 

.staff .serv {
    margin-bottom: 20px;
}

/* Pour le développement */
.test {
    margin-bottom: 400px;
}

/* Formacion */
.formacion {
    background: rgba(205, 97, 51 0.8); 
}

.title-forma, .forma-info-desc {
    text-align: center;
    margin-bottom: 15px;
}


.nota {
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
}

.formacion img {
  width: 60% ;
  border: 1px dotted #000;
    box-shadow: 2px 4px 8px #000;
}

.rect {
   background: #F8EFBA;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* /Formacion */
