.alert {
	display: block;
	width: 95%;
    color: white;
    text-align: center;
    padding: 20px 0;
	margin: 40px auto;
	letter-spacing: 1px;
}

.alert-success {
    background-color: green;
}

.alert-error {
    background-color: #d82636;
}

body {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: black;
    margin-top: 125px;
}

/* Apparence Generale */

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #b5179e;
}

a:hover {
    color: #284B63;
}

h3 {
    text-transform: uppercase;
    color: #222;
    text-align: center;
    font-size: 22px;
    margin: 30px 0 30px 0;
    letter-spacing: 2px;
    font-weight: bold;
}

/* Header */

header {
    display: block;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
	left: 0;
	z-index: 999;
}

header .contenu {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #222;
}

/* menu haut */
header #entete {
    background: rgba(181, 23, 158, 1);
    background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
}

/* menu haut gauche */
header #entete #contact {
    display: inline-block;
    width: 58%;
    text-align: left;
    vertical-align: middle;
}

header #entete #contact a {
    border-left: 0px solid #fff;
    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;
    color: white;
}

header #entete #contact a i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

header #entete #contact a span {
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}

/* menu haut droite */
header #entete #rs {
    display: inline-block;
    width: 41%;
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

header #entete #rs li {
    display: inline-block;
    padding: 10px 0 10px 22px;
    text-align: center;
    cursor: pointer;
    color: white;
    letter-spacing: 1px;
}

header #entete #rs li i {
    font-size: 17px;
    color: white;
}

header #entete #rs li a {
    color: white;
}

/* menu bas */
header #menu {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

#menumobile, #mobile {
    display: none;
    visibility: hidden;
}

/* menu bas gauche */
header #menu #logo {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 10px;
    text-align: center;
}

header #menu #logo img {
    height: 60px;
}

/* menu bas droite */
header #menu nav {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    text-align: center;
}

header #menu nav a {
    margin: 0 40px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #222;
    font-weight: normal;
    line-height: 27px;
    font-size: 22px;
}
header #menu nav img {
    vertical-align: middle;
    max-width: 20%;

    

}


header #menu nav a:hover {
    color: #b5179e;
}

header #menu nav #connexion {
    color: #b5179e;
    border: 2px solid #b5179e;
    padding: 10px 20px;
    border-radius: 20px;
}

header #menu nav #connexion:hover {
    background-color: #b5179e;
    color: white;
}

/* sous menu */

#lienderoulant {
	display: inline-block;
	vertical-align: middle;
}

#lienderoulant a {
	cursor: default;
}

#deroulant {
	display: none;
	visibility: hidden;
}

#deroulant a {
	cursor: pointer;
}

#lienderoulant:hover #deroulant {
	display: block;
	visibility: visible;
	background-color: rgba(172,172,172, 0.9);
	color: white;
	min-width: 250px;
    width: 250px;
	max-width: 250px;
	position: absolute;
	text-align: center;
	padding: 20px 40px;
}

#lienderoulant:hover #deroulant {
	margin-left: ;
}

#lienderoulant #deroulant a {
	display: inline-block;
	width: 95%;
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
	color: white;
	font-weight: normal;
}

#lienderoulant #deroulant a:hover { 
	color: black;
}

/* Accueil */

#accueil #slider {
    width: 100%;
    height: 570px;    
    position: relative;    
    overflow: hidden;
}

#accueil #slider #drh, #accueil #slider #emploi, #accueil #slider #part {
    display: inline-block;
    width: 32.8%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    
}

#accueil #slider .content {
    width: 100%;
    height: 100%;
    display: table;
}

#accueil #slider #drh:hover, #accueil #slider #emploi:hover, #accueil #slider #part:hover {
    filter: grayscale(0);
}

#accueil #slider #drh {
    background-image: url("/images/slider/laptop.jpg");    
}

#accueil #slider #drh .content {
    background-color: rgba(181, 23, 158, 0.65);
}

#accueil #slider #emploi {
    margin-left: 6px;
    background-image: url("/images/slider/entrepreneur.jpg");
}


#accueil #slider #emploi .content {
    background-color: rgba(86, 11, 173, 0.65);
}

#accueil #slider #part {
    margin-left: 6px;
    background-image: url("/images/slider/workplace.jpg");
}

#accueil #slider #part .content {
    background-color: rgba(63, 55, 201, 0.65);
}

#slider h2 {
    display: block;
    width: 75%;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 20px 0;
    margin: 0 auto;
    line-height: 33px;
    color: white;
    border: 0px solid blue;
   
    margin-top: 230px;
}

#slider h2 a {
    color: black;
}

#slider h2 a:hover {
    color: black !important;
}

#slider #drh:hover h2, #slider #emploi:hover h2, #slider #part:hover h2 {
    color: rgb(3, 3, 3);
}

#slider p {
    font-size: 20px;
}

/* présentation */

#presentation {
    display: block;
    width: 78%;
    margin: 80px auto;
}

#presentation .colonne {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 18px;
}

#presentation .colonne h3 {
    text-align: left;
    font-weight: 400;
    color: #222;
    padding: 0;
    margin: 0;
}

#presentation li {
    margin-bottom: 10px;
    font-size: 14px !important;
}

#presentation span {
    margin: 15px 0 20px 0;
    display: block;
    width: 75px;
    height: 5px;
}

#presentation .une span {
    border-top: 4px solid #B5179E;
}

#presentation .deux span {
    border-top: 4px solid #560BAD;
}

#presentation .trois span {
    border-top: 4px solid #3F37C9;
}

#presentation .colonne p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
}

/* formations */

#formations {
    display: block;
    padding: 70px 0;
    color: black;
}

#formations h3 {
    background: -webkit-linear-gradient(45deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 94%, rgba(63, 55, 201,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 22px;
}

#formations #contenu {
    display: block;
    width: 75%;
    margin: 0 auto;
}

#formations #contenu .colonne {
    display: inline-block;
    width: 45%;
    margin: 40px 25px 0 25px;
    text-align: center;
    vertical-align: top;
}

#formations h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

#formations p {
    font-size: 14px;
    letter-spacing: 1px;
}

#formations .box {
	background-color: transparent;
	width: 45%;
	height: 150px;
	perspective: 1000px;
	display: inline-block;
	margin: 10px;
	text-align: center;
	vertical-align: top;
}

#formations .box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.5s;
	transform-style: preserve-3d;
}

#formations .box:hover .box-inner {
	transform: rotateY(180deg);
}

#formations .box-front, #formations .box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
	margin: 2px;
	display: table;
}

#formations .box-front {
	background-size: cover;
	color: white;
}

#formations .box-front h5 {
    font-size: 16px;
}

#formations .fond {
    background-color: rgba(30,30,30,0.65);
}

#formations .box-front .fond, #formations .box-back div {
	display: table-cell;
	vertical-align: middle;
}

#formations .box-back {
	background-color: #b5179e;
	color: white;
	transform: rotateY(180deg);
    font-size: 12px;
}

#formations .box-back p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#formations .box-back a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}

/* clients */

#clients {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    border-top: 2px solid #222;
    margin-top: 50px;
}

#clients h3 {
    font-weight: normal;
    font-size: 25px;
}

#clients img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 120px;
    margin: 15px 20px;
}

/* Contactez-nous */

#contactez {
    display: block;
    background-image: url('/images/startup.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

#contactez #fond {
    padding: 120px 0;
    display: block;
    background-color: rgba(30,30,30,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
}

#contactez h3 {
    color: white;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: normal;
}

#contactez p {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 50px;
}

#contactez a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 20px;
}

#contactez a:hover {
    border-color: #b5179e;
    background-color: #b5179e;
}

/* footer */

footer {
    display: block;
    width: 100%;
    text-align: center;
    background-image: url('/images/workk.jpg');
    background-position: cover;
    color: white;
    font-size: 14px;
}

footer #content {
    display: block;
    width: 80%;
    margin: 0 auto;
}

footer #contenu {
    display: block;
    width: 100%;
    height: 100%;
    padding: 120px 0 0 0;
    background: rgba(181, 23, 158, 1);
    background: linear-gradient(135deg, rgba(181,23,158,0.65) 0%, rgba(114,9,183,0.65) 44%, rgba(63, 55, 201,0.65) 100%);
}

footer a {
    color: #FE5F55;
}

footer a:hover {
    color: white;
}

footer .colonne {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    text-align: left;
    margin: 0 25px;
}

footer h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
    color: #fff;
}

footer span {
    margin: 10px 0 15px 0;
    display: block;
    width: 70px;
    height: 5px;
    border-top: 3px solid #111;
}

footer nav {
    margin-top: 10px;
}

footer nav a {
    display: block;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 5px 0;
    color: white;
    font-weight: 600;
}

footer nav a:hover {
    color: black;
}

footer .rs {
    margin-top: 20px;
}

footer i {
    font-size: 30px !important;
    margin: 0 2px;
    color: #111;
}

footer i:hover {
    color: white;
}

footer #copy {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 70px 0 50px 0;
    font-size: 13px;
    color: white;
    font-weight: 600;
}

footer #copy i {
    color: white;
    font-size: 13px !important;
}

footer #copy a {
    color: white;
}

footer #copy a:hover {
    color: black;
}

footer h5 a {
    color: white;
}

/* pages */

#titre {
    display: block;
    width: 100%;
    background-image: url("../images/workk.jpg");
    height: 220px;
}

#titre h2 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 0;
    margin: 0;
    line-height: 220px;
    color: white;
}

/* mentions legales */

#mentions {
    display: block;
    width: 60%;
    margin: 60px auto;
}

#mentions h3 {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
    text-align: left;
}

/* page drh */

.pages h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 60px 0 40px 0;
    margin: 0;
}

#page-drh {
    display: flex;
    width: 75%;
    margin: 0 auto;
}

#page-drh .bloc {
    flex: 1;
    display: inline-block;
    width: 42%;
    margin: 20px 1%;
    background-color: #e9e9e9;
    color: #222;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    vertical-align: top;
}

#page-drh h3 {
    font-weight: bold;
    color: #222;
    margin: 30px 0;
    padding: 0;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0;
}

#page-drh p {
    color: #606264;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    line-height: 22px;
    letter-spacing: 0.3px;
}

#page-drh .bloc .images {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 50px;
}

#page-drh .bloc .images img {
    display: inline-block;
    width: 26%;
    vertical-align: middle;
    height: 120px;
    object-fit: cover;
}

#page-drh .bloc .images .one {
    display: inline-block;
    width: 44%;
    vertical-align: middle;
    margin: 0 5px;
    height: 170px;
}

#page-drh .bloc a {
    color: white;
    background-color: #b5179e;
    border-radius: 15px;
    padding: 8px 18px;
    font-weight: bold;
    margin: 20px 0;
}

/* Page formations */

#formationss {
    background-color: white;
    color: white;
    padding: 0 0 70px 0;
    text-align: center;
}

#formationss h2 {
    color: black;
    padding-top: 60px;
    font-size: 30px;
}

#formationss p {
    color: black;   
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

#formationss #intro {
    background: rgba(181, 23, 158, 1);
    background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
    padding: 10px 0;
    font-weight: bold;
    margin-top: 40px;
}

#formationss #intro p {
    color: white;
    margin: 10px 0;
    width: 100%;
    text-align: center !important;
}

#formationss img {
    width: 50%;
    margin: 20px 0;
}

#myBtnContainer {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    background-color: rgba(200,200,200,0.4);
    padding: 34px 0;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    margin: 0 14px;
    padding-bottom: 4px;
    letter-spacing: 1px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.btn:hover, .btn.active {
    color: rgba(0,0,0,.6);
}

.container {	
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
}

.filterDiv {
    float: left;
    color: #000000;
    width: 21%;
    height: auto;
    text-align: center;
    margin: 0 25px 50px 25px;
    display: none;
    cursor: pointer;
}

.show {
    display: block;
}

.filterDiv img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.filterDiv:hover img {
    opacity: 0.6;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.filterDiv div {
    background-size: cover;
    width: 100%;
    height: 200px;
}

.filterDiv div div {
    width: 101%;
    height: 101%;
    position: relative;
    display: table;
    table-layout: fixed;
    /*background: linear-gradient(to bottom, rgba(22,46,68, 0) 20%, rgba(22,46,68, 0) 5%, rgba(22,46,68, 1) 90%);*/
}

.filterDiv div div p {
    display: none;
    visibility: hidden;
}

.filterDiv div div:hover p {	
    display: table-cell;
    visibility: visible;
    position: relative;  
    vertical-align: middle;	
    text-align: center;
}

.filterDiv div div:hover span {
    background-color: #ff4f81;
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
}

.filterDiv div div:hover span i {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.filterDiv p {
    margin: 20px 0 0 0 !important;
    padding: 0;
    text-align: center !important;
    letter-spacing: 1px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    width: 100% !important;
}

.filterDiv:hover p {
    color: #ff4f81;
}

/* Cursus */ 

#cursus {
    display: block;
    width: 80%;
    margin: 0 auto;
}

#cursus h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 60px 0 40px 0;
    margin: 0;
}

#cursus p {
    text-align: center;
    font-size: 16px;

}

#lescursus {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.uncursus {
    display: inline-block;
    width: 29%;
    height: 385px;
    margin: 10px;
    overflow: hidden;
    background-color: #e9e9e9;
    padding: 15px;
    border-radius: 10px;
}

.uncursus .image {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.uncursus .texte {
    display: block;
    height: 100px;
    width: 100%;
    background-color: #e9e9e9;
    color: #222;
    padding: 8px;
    text-align: left;
    margin-left: -5px;
}

#cursus .texte h5 {
    font-size: 14px;
    margin: 5px 0;
}

#cursus .texte p {
    text-align: left;
    font-size: 13px;
}

#cursus .texte a {
    font-size: 11px;
    color: white;
    background-color: #b5179e;
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 25%;
    margin: 10px 0;
    margin-left: 65%;
}

/* pages des cursus */

#unseulcursus {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #555;
    line-height: 23px;
}

#uneseuleformation {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #555;
    line-height: 23px;
    
}



#unseulcursus h2, #uneseuleformation h2 {
    text-align: center;
    font-size: 36px;
    padding: 100px 0;
    margin: 0;
}

#unseulcursus h3, #uneseuleformation .sous_titre_formation {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #b5179e;
    color: #b5179e;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 25px;
    margin-bottom: 5px;
}

#uneseuleformation #blocc {
    display: block;
    width: 100%;
  
}

#uneseuleformation #gauche {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    margin-right: 5%;
    font-size: 16px;
    
}

#uneseuleformation #gauche h3 {
    text-align: left;
    font-weight: normal;
    border-bottom: 0px solid #b5179e;
    color: #b5179e;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 25px;
    margin-bottom: 0px;
    text-transform: none;
}

#uneseuleformation #gauche div {
    margin-bottom: 10px;
}

#uneseuleformation #droite {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    border: 1px solid #eee;
    padding: 15px 20px;
}

#uneseuleformation #droite a {
    display: block;
    width: 45%;
    background-color: #b5179e;
    color: white;
    padding: 10px 30px;
    margin: 15px auto;
    text-align: center;
}

#uneseuleformation #pres {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}

#uneseuleformation #indic {
    display: block;
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

#uneseuleformation #indic div {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
    max-width: 170px;
    max-height: 170px;
    border-radius: 50%;
    padding: 15px;
    border: 3px solid #b5179e;
    margin: 0 50px;
}

#uneseuleformation #indic div .phrase {
    font-size: 16px;
    font-weight: 300;
    
    margin-top: 37px;
}

#uneseuleformation #indic div .nb {
    font-size: 26px;
    font-weight: bold;
    margin-top: 3px;
}

#unseulcursus .desc img, #uneseuleformation .desc img {
    margin-bottom: 30px;
}

#unseulcursus .desc, #uneseuleformation .desc {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-right: 5%;
}

#unseulcursus .desc div, #uneseuleformation .desc div {
    margin-bottom: 10px;
}

#modules {
    display: block;
    border-collapse: collapse;
    margin: 20px 0;
}

#modules td {
    padding: 10px 20px;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #eee;
    text-align: left;
}

.colonneForm {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
}

.colonneForm div {
    background-color: #eee;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.colonneForm input {
    display: block;
    width: 96%;
    padding: 6px 4px;
    margin: 9px 0;
    border: 0px solid #bbb;
}

.colonneForm form {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.colonneForm #form_submit {
    background-color: #b5179e;
    color: white;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px solid #000;
    padding: 10px 0;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.colonneForm form div {
    margin: 5px 0;
    padding: 0;
}

.colonneForm h4 {
    margin-bottom: 5px;
}

#uneseuleformation #postuler, #unseulcursus #postuler {
    background-color: #ddd;
    padding: 20px 0;
    margin: 50px auto;
    display: block;
    width: 100%;
    text-align: center;
}

#uneseuleformation #postuler h4, #unseulcursus #postuler h4 {
    font-size: 24px;
}

#uneseuleformation #postuler #form, #unseulcursus #postuler #form {
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 0px solid blue;
}

#uneseuleformation #postuler form div, #unseulcursus #postuler form div {
    display: inline-block;
    width: 45%;
    border: 0px solid red;
    margin: 5px 10px;
}

#uneseuleformation #postuler form div input, #unseulcursus #postuler form div input {
    display: block;
    width: 100%;
    border: 0px solid black;
    padding: 5px;
}

#uneseuleformation #form_submit, #unseulcursus #form_submit {
    background-color: #b5179e;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-width: 0;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

/* page contact */

#contact {
    display: block;
    width: 65%;
    margin: 0 auto;
}

#contact h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 60px 0 40px 0;
    margin: 0;
}

#contact p {
    font-size: 16px;
    line-height: 20px;
}

#contact form {
    display: block;
    width: 50%;
    margin: 30px auto;
}

#contact input, #contact textarea {
    display: block;
    width: 96%;
    color: black;
    text-transform: none;
    letter-spacing: 1px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 0px;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    color: #999;
}

#contact textarea {
    height: 100px;
}

#contact #form_submit {
    display: block;
    width: 100%;
    background: rgba(181, 23, 158, 1);
    /*background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);*/
    border-width: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
}

/* page connexion */

#pageConnexion {
    display: block;
    width: 60%;
    margin: 0 auto;
}

#pageConnexion h2 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding: 60px 0;
    margin: 0;
}

#pageConnexion #apprenant {
    display: block;
    width: 40%;   
    background-color: #eee;
    margin: 20px auto;
    padding: 50px;
}

#pageConnexion form div {
    display: block;
    width: 100%;
}

#pageConnexion form input {
    display: block;
    width: 96%;
    border-width: 0;
    padding: 5px 8px;
    margin: 8px 0;
    letter-spacing: 1px;
    font-size: 14px;
}

#pageConnexion .soumettre {
    display: block;
    width: 100%;
    background: rgba(181, 23, 158, 1);
    border-width: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 5px;
    font-size: 12px;
}

/* erreur */

#erreur {
    display: block;
    width: 55%;
    margin: 250px auto 150px auto;
    text-align: center;
    border: 4px solid #d82636;
}

#erreur h2 {    
    text-align: center;
    color:#d82636;
    text-transform: uppercase;
    font-size: 30px;
}

#erreur h3 {
    text-transform: none;
    color: black;
    font-weight: normal;
    letter-spacing: 0;
    margin: 30px 0;
    font-size: 20px;
}

.boutonForm {
    display: block;
    background-color: #b5179e;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    width: 40%;

}

.boutonForm:hover {
    color: white;
    background-color: #222;
}

/* slider */

.accueill {
    background-color: #e9e9e9;
    color: #222;
    border-radius: 10px;
	display: block;
	width: 80%;
    height: 350px;
    overflow: hidden;
	margin: 0 auto;
    margin-top: 40px;
}

#quotes i {
    font-size: 30px !important;
    margin-top: -20px;
}

#sliderr {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	border-radius: 0px;
	height: 350px;
	text-align: center;
    border: 0px solid red;
}

#sliderr ul {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 20%;
	width: 200%;
	list-style: none;
	text-align: center !important;
    border: 0 solid blue;
}

#sliderr ul li {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	height: 340px;
	width: 50%;
	text-align: center;
	line-height: 33px;  
	overflow: hidden;
	transition: all 3s;
    border: 0px solid green;
}

#sliderr ul li #textee {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	padding: 0;
	margin: 0 auto;
	border: 0px solid yellow;
	text-align: center;
	width: 100%;
	padding-top: 00px;
}

.accueill .boutonForm {
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    margin-top: -90px;
    width: 30%;
    padding: 10px 0;
    left: 35%;
}

#textee .tem {
    font-weight: bold !important;
}

#textee .nom {
    font-size: 14px !important;
}

#sliderr ul li div {
	display: block;
	width: 100%;
    height: 60%;
	margin: 0 auto;
	margin-left: 0%;
	border: 0px solid orange;
	text-align: center;
	transition: all .3s;
}

#sliderr h3, .avis h3 {
    font-size: 30px;
    margin: 30px 0
}

#sliderr a.control_prev, #sliderr a.control_next {
	position: absolute;
	top: 15%;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: auto;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: 25px;
	opacity: 0.8;
	cursor: pointer;
    border: 0px solid pink;
}

#sliderr a.control_prev:hover, #sliderr a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.7s ease;
}

#sliderr a.control_prev {
	border-radius: 0 2px 2px 0;
}

#sliderr a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
} 

.noir {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#textee {
    color: black;
    border: 0px solid white;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/* avis */

.avis {
    background-color: #e9e9e9;
    color: #222;
    border-radius: 10px;
	display: block;
	width: 80%;
    overflow: hidden;
	margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    margin-top: 180px;
}

.avis ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center !important;
}

.avis ul li {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
    width: 50%;
	text-align: center;
	line-height: 33px;  
	overflow: hidden;
    border-top: 1px solid #999;
}

.avis ul li #textee {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding-top: 0px;
}

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 450px) {
    .alert {
        display: block;
        width: 95%;
        color: white;
        text-align: center;
        padding: 20px 0;
        margin: 40px auto;
        letter-spacing: 1px;
        margin-top: 170px;
    }
    
    .alert-success {
        background-color: green;
    }
    
    .alert-error {
        background-color: #d82636;
    }
    
    body {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: black;
        margin-top: 125px;
    }
    
    /* Apparence Generale */
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    a {
        text-decoration: none;
        color: #b5179e;
    }
    
    a:hover {
        color: #284B63;
    }
    
    h3 {
        text-transform: uppercase;
        color: #222;
        text-align: center;
        font-size: 21px;
        margin: 30px 0 30px 0;
        letter-spacing: 2px;
        font-weight: normal;
    }
    
    /* Header */
    
    header {
        display: block;
        width: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    header .contenu {
        width: 90%;
        margin: 0px auto;
        border-bottom: 1px solid #222;
        padding: 5px 0;
    }
    
    /* menu haut */
    header #entete {
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
    }
    
    /* menu haut gauche */
    header #entete #contact {
        display: inline-block;
        width: 57%;
        text-align: left;
        vertical-align: middle;
    }
    
    header #entete #contact a {
        border-left: 0px solid #fff;
        margin: 0;
        padding: 5px 0px;
        color: white;
        display: block;
    }
    
    header #entete #contact a i {
        font-size: 16px;
        color: #fff;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    header #entete #contact a span {
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 1px;
        color: #fff;
    }
    
    /* menu haut droite */
    header #entete #rs {
        display: inline-block;
        width: 41%;
        text-align: right;
        vertical-align: top;
        margin: 0;
        padding: 0;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
    }
    
    header #entete #rs li {
        display: block;
        padding: 5px 0px;
        text-align: center;
        cursor: pointer;
        color: white;
        letter-spacing: 1px;
        text-align: right;
    }
    
    header #entete #rs li i {
        font-size: 17px;
        color: white;
    }
    
    header #entete #rs li a {
        color: white;
    }
    
    /* menu bas */
    header #menu, #menumobile {
        display: none;
        visibility: hidden;
    }
    
    header #mobile {
        display: block;
        visibility: visible;
        width: 100%;
        margin: 0;
        background-color: #fff;
        padding: 10px 0;
    }
    
    /* menu bas gauche */
    header #mobile #logo {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 10px;
        text-align: center;
    }
    
    header #mobile #logo img {
        height: 60px;
    }
    
    /* menu bas droite */
    header #mobile nav {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        text-align: right;
    }
    
    header #mobile nav a {
        margin-left: 30px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        color: #222;
        font-weight: bold;
        line-height: 27px;
        font-size: 35px;
    }
    
    header #mobile nav a:hover {
        color: #b5179e;
    }
    
    #menumobile {
        display: none;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background-color: rgba(15,15,15,0.9);
        position: fixed;
        top: 0;
        right: 0;
        padding: 30px 0;
        z-index: 999;
    }
    
    #menumobile nav {
        margin-top: 30%;
    }
    
    #menumobile a {
        color: white;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 25px 0;
    }
    
    #croix {
        color: red !important;
        font-size: 30px !important;
    }
    
    /* Accueil */
    
    #accueil #slider {
        width: 100%;
        height: 300px;
        position: relative;
        margin-top: 170px;
        overflow: hidden;
    }
    
    #accueil #slider #drh, #accueil #slider #emploi, #accueil #slider #part {
        display: inline-block;
        width: 32.4%;
        height: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        margin: 0;
        cursor: pointer;
        vertical-align: top;
    }
    
    #accueil #slider .content {
        width: 100%;
        height: 100%;
        display: table;
    }
    
    #accueil #slider #drh:hover, #accueil #slider #emploi:hover, #accueil #slider #part:hover {
        filter: grayscale(0);
    }
    
    #accueil #slider #drh {
        background-image: url("/images/slider/laptop.jpg");    
    }
    
    #accueil #slider #drh .content {
        background-color: rgba(181, 23, 158, 0.65);
    }
    
    #accueil #slider #emploi {
        margin-left: 0px;
        background-image: url("/images/slider/entrepreneur.jpg");
    }
    
    #accueil #slider #emploi .content {
        background-color: rgba(86, 11, 173, 0.65);
    }
    
    #accueil #slider #part {
        margin-left: 0px;
        background-image: url("/images/slider/workplace.jpg");
    }
    
    #accueil #slider #part .content {
        background-color: rgba(63, 55, 201, 0.65);
    }
    
    #slider h2 {
        display: block;
        width: 75%;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        padding: 20px 0;
        margin: 0 auto;
        line-height: 20px;
        color: white;
        border: 0px solid blue;
        background-color: transparent;
        margin-top: 120px;
    }
    
    #slider h2 a {
        color: white !important;
    }
    
    #slider #drh:hover h2, #slider #emploi:hover h2, #slider #part:hover h2 {
        color: white;
    }
    
    #slider p {
        font-size: 20px;
    }
    
    /* présentation */
    
    #presentation {
        display: block;
        width: 78%;
        margin: 70px auto;
    }
    
    #presentation .colonne {
        display: block;
        width: 100%;
        margin: 60px 0;
    }
    
    #presentation .colonne h3 {
        text-align: left;
        font-weight: 400;
        color: #222;
        padding: 0;
        margin: 0;
    }
    
    #presentation span {
        margin: 15px 0 20px 0;
        display: block;
        width: 75px;
        height: 5px;
    }
    
    #presentation .une span {
        border-top: 4px solid #B5179E;
    }
    
    #presentation .deux span {
        border-top: 4px solid #560BAD;
    }
    
    #presentation .trois span {
        border-top: 4px solid #3F37C9;
    }
    
    #presentation .colonne p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #777;
    }
    
    /* formations */
    
    #formations {
        display: block;
        width: 90%;
        margin: 20px auto;
        padding: 10px 0;
        color: black;
    }
    
    #formations h3 {
        background: -webkit-linear-gradient(45deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 94%, rgba(63, 55, 201,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 22px;
    }
    
    #formations #contenu {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    #formations #contenu .colonne {
        display: block;
        width: 100%;
        margin: 25px 0;
        text-align: center;
    }
    
    #formations h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        padding-top: 30px;
    }
    
    #formations p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    #formations .box {
        background-color: transparent;
        width: 46%;
        height: 150px;
        perspective: 1000px;
        display: inline-block;
        margin: 5px;
        text-align: center;
        vertical-align: top;
    }
    
    #formations .box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.5s;
        transform-style: preserve-3d;
    }
    
    #formations .box:hover .box-inner {
        transform: rotateY(180deg);
    }
    
    #formations .box-front, #formations .box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        overflow: hidden;
        margin: 2px;
        display: table;
    }
    
    #formations .box-front {
        background-size: cover;
        color: white;
    }
    
    #formations .box-front h5 {
        font-size: 16px;
    }
    
    #formations .fond {
        background-color: rgba(30,30,30,0.65);
    }
    
    #formations .box-front .fond, #formations .box-back div {
        display: table-cell;
        vertical-align: middle;
    }
    
    #formations .box-back {
        background-color: #b5179e;
        color: white;
        transform: rotateY(180deg);
        font-size: 12px;
    }
    
    #formations .box-back p {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    
    #formations .box-back a {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
    }
    
    /* clients */
    
    #clients {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
        border-top: 2px solid #222;
        margin-top: 50px;
    }
    
    #clients h3 {
        font-weight: normal;
        font-size: 25px;
    }
    
    #clients img {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 120px;
        margin: 15px 20px;
    }
    
    /* Contactez-nous */
    
    #contactez {
        display: block;
        background-image: url('/images/startup.jpg');
        background-size: cover;
        background-position: center;
        color: white;
    }
    
    #contactez #fond {
        padding: 120px 0;
        display: block;
        background-color: rgba(30,30,30,0.5);
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
    #contactez h3 {
        color: white;
        font-size: 30px;
        letter-spacing: 1.5px;
        margin: 0 0 40px 0;
        padding: 0;
        font-weight: normal;
    }
    
    #contactez p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 50px;
    }
    
    #contactez a {
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 20px;
        border: 2px solid white;
        border-radius: 20px;
    }
    
    #contactez a:hover {
        border-color: #b5179e;
        background-color: #b5179e;
    }
    
    /* footer */
    
    footer {
        display: block;
        width: 100%;
        text-align: center;
        background-image: url('/images/workk.jpg');
        background-position: cover;
        color: white;
        font-size: 14px;
    }
    
    footer #content {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    footer #contenu {
        display: block;
        width: 100%;
        height: 100%;
        padding: 50px 0 0 0;
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,0.65) 0%, rgba(114,9,183,0.65) 44%, rgba(63, 55, 201,0.65) 100%);
    }
    
    footer a {
        color: #FE5F55;
    }
    
    footer a:hover {
        color: white;
    }
    
    footer .colonne {
        display: block;
        width: 100%;
        text-align: left;
        margin: 25px 0 50px 0;
    }
    
    footer h5 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 800;
        color: #fff;
    }
    
    footer span {
        margin: 10px 0 15px 0;
        display: block;
        width: 70px;
        height: 5px;
        border-top: 3px solid #111;
    }
    
    footer nav {
        margin-top: 10px;
    }
    
    footer nav a {
        display: block;
        text-transform: none;
        letter-spacing: 0.5px;
        padding: 5px 0;
        color: white;
        font-weight: 600;
    }
    
    footer nav a:hover {
        color: black;
    }
    
    footer .rs {
        margin-top: 20px;
    }
    
    footer i {
        font-size: 30px !important;
        margin: 0 2px;
        color: #111;
    }
    
    footer i:hover {
        color: white;
    }
    
    footer #copy {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 30px 0;
        color: white;
        font-weight: 600;
        width: 85%;
        margin: 0 auto;
        line-height: 25px;
        font-size: 11px;
    }
    
    footer #copy i {
        color: white;
        font-size: 13px !important;
    }
    
    footer #copy a {
        color: white;
    }
    
    footer #copy a:hover {
        color: black;
    }
    
    footer h5 a {
        color: white;
    }
    
    /* pages */
    
    #titre {
        display: block;
        width: 100%;
        background-image: url("../images/workk.jpg");
        background-size: cover;
        height: 220px;
        margin-top: 170px;
    }
    
    #titre h2 {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        padding: 0;
        margin: 0;
        line-height: 220px;
        color: white;
    }
    
    /* mentions legales */
    
    #mentions {
        display: block;
        width: 80%;
        margin: 60px auto;
    }
    
    #mentions h3 {
        margin-top: 0;
        padding-top: 0;
        font-weight: bold;
        text-align: left;
    }
    
    #mentions div {
        margin-bottom: 50px;
    }
    
    /* page drh */
    
    .pages {
        margin-top: 170px;
    }
    
    .pages h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0 40px 0;
        margin: 0;
    }
    
    #page-drh {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    
    #page-drh .bloc {
        display: block;
        width: 86%;
        margin: 20px 0;
        background-color: #e9e9e9;
        color: #222;
        border-radius: 10px;
        padding: 25px 20px;
        text-align: center;
    }
    
    #page-drh h3 {
        font-weight: bold;
        color: #222;
        margin: 30px 0;
        padding: 0;
        font-size: 24px;
        text-transform: none;
        letter-spacing: 0;
    }
    
    #page-drh p {
        color: #606264;
        text-align: center;
        font-size: 16px;
        margin: 30px 0;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
    
    #page-drh .bloc .images {
        width: 100%;
        margin: 30px auto;
        margin-bottom: 50px;
    }
    
    #page-drh .bloc .images img {
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        height: 120px;
        object-fit: cover;
    }
    
    #page-drh .bloc .images .one {
        display: inline-block;
        width: 42%;
        vertical-align: middle;
        margin: 0 5px;
        height: 170px;
    }
    
    #page-drh .bloc a {
        color: white;
        background-color: #b5179e;
        border-radius: 15px;
        padding: 8px 18px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    /* Page formations */
    
    #formationss {
        background-color: white;
        color: white;
        padding: 0 0 70px 0;
        text-align: center;
    }
    
    #formationss h2 {
        color: black;
        padding-top: 100px;
        font-size: 30px;
    }
    
    #formationss p {
        color: black;   
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    
    #formationss #intro {
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
        padding: 10px 0;
        font-weight: bold;
        margin-top: 190px;
    }
    
    #formationss #intro p {
        color: white;
        margin: 20px 0;
        width: 100%;
    }
    
    #myBtnContainer {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        background-color: rgba(200,200,200,0.4);
        padding: 34px 0;
        
    }
    
    .btn {
       
        text-transform: uppercase;
        color: black;
        font-weight: bold;
        margin: 10px auto;
        letter-spacing: 1px;
        cursor: pointer;
        background: none;
        border: none;
        outline: none;
        font-family: 'Poppins', sans-serif;
        display: block;
        text-align: center !important;
    }
    
    .btn:hover, .btn.active {
        color: rgba(0,0,0,.6);
    }
    
    .container {	
        overflow: hidden;
        width: 92%;
        margin: 0 auto;
        margin-top: 20px;
        vertical-align: top;
    }
    
    .filterDiv {
        float: left;
        color: #000000;
        width: 85%;
        height: auto;
        text-align: center;
        margin: 0 25px 50px 25px;
        display: none;
        cursor: pointer;
    }
    
    .show {
        display: block;
    }
    
    .filterDiv img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
    
    .filterDiv:hover img {
        opacity: 0.6;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }
    
    .filterDiv div {
        background-size: cover;
        width: 100%;
        height: 200px;
    }
    
    .filterDiv div div {
        width: 101%;
        height: 101%;
        position: relative;
        display: table;
        table-layout: fixed;
        /*background: linear-gradient(to bottom, rgba(22,46,68, 0) 20%, rgba(22,46,68, 0) 5%, rgba(22,46,68, 1) 90%);*/
    }
    
    .filterDiv div div p {
        display: none;
        visibility: hidden;
    }
    
    .filterDiv div div:hover p {	
        display: table-cell;
        visibility: visible;
        position: relative;  
        vertical-align: middle;	
        text-align: center;
    }
    
    .filterDiv div div:hover span {
        background-color: #ff4f81;
        padding: 10px 20px;
        color: white;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
    }
    
    .filterDiv div div:hover span i {
        margin-right: 10px;
        font-size: 14px;
        vertical-align: middle;
    }
    
    .filterDiv p {
        margin: 20px 0 0 0 !important;
        padding: 0;
        text-align: center;
        letter-spacing: 1px;
        color: black;
        font-size: 14px;
        font-weight: bold;
        width: 100% !important;
    }
    
    .filterDiv:hover p {
        color: #ff4f81;
    }
    
    /* Cursus */ 
    
    #cursus {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 170px;
    }
    
    #cursus h2 {
        text-align: center;
        font-weight: bold;
        font-size: 34px;
        padding: 60px 0 40px 0;
        margin: 0;
    }
    
    #cursus p {
        text-align: center;
        font-size: 16px;
    
    }
    
    #lescursus {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .uncursus {
        display: block;
        width: 85%;
        height: 415px;
        margin: 10px;
        overflow: hidden;
        background-color: #e9e9e9;
        padding: 15px;
        border-radius: 10px;
    }
    
    .uncursus .image {
        display: block;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }
    
    .uncursus .texte {
        display: block;
        height: 100px;
        width: 100%;
        background-color: #e9e9e9;
        color: #222;
        padding: 8px;
        text-align: left;
        margin-left: -5px;
    }
    
    #cursus .texte h5 {
        font-size: 14px;
        margin: 5px 0;
    }
    
    #cursus .texte p {
        text-align: left;
        font-size: 13px;
    }
    
    #cursus .texte a {
        font-size: 11px;
        color: white;
        background-color: #b5179e;
        border-radius: 12px;
        padding: 8px 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 50%;
        margin: 10px 0;
        margin-left: 35%;
    }
    
    /* pages des cursus */
    
    #unseulcursus {
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
        color: #555;
        line-height: 23px;
        margin-top: 170px;
    }
    
    #uneseuleformation {
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
        color: #555;
        line-height: 23px;
        margin-top: 170px;
    }
    
    #unseulcursus h2, #uneseuleformation h2 {
        text-align: center;
        font-size: 30px;
        padding: 80px 0;
        margin: 0;
        line-height: 38px;
    }
    
    #unseulcursus h3, #uneseuleformation h3 {
        text-align: left;
        font-weight: bold;
        border-bottom: 3px solid #b5179e;
        color: #b5179e;
        padding-bottom: 10px;
        margin: 0;
        padding-top: 10px;
    }
    
    #unseulcursus .desc img, #uneseuleformation .desc img {
        margin-bottom: 30px;
    }
    
    #unseulcursus .desc, #uneseuleformation .desc {
        display: block;
        width: 100%;
        margin-bottom: 5%;
    }
    
    #unseulcursus .desc div, #uneseuleformation .desc div {
        margin-bottom: 40px;
    }
    
    #modules {
        display: block;
        border-collapse: collapse;
        margin: 20px 0;
    }
    
    #modules td {
        padding: 10px 20px;
        text-align: center;
        border-collapse: collapse;
        border: 1px solid #eee;
        text-align: left;
    }
    
    .colonneForm {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .colonneForm div {
        background-color: #eee;
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    
    .colonneForm input {
        display: block;
        width: 96%;
        padding: 6px 4px;
        margin: 9px 0;
        border: 0px solid #bbb;
    }
    
    .colonneForm form {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .colonneForm #form_submit {
        background-color: #b5179e;
        color: white;
        display: block;
        width: 100%;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 0px solid #000;
        padding: 10px 0;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .colonneForm form div {
        margin: 5px 0;
        padding: 0;
    }
    
    .colonneForm h4 {
        margin-bottom: 5px;
    }
    
    #uneseuleformation #postuler, #unseulcursus #postuler {
        background-color: #ddd;
        padding: 20px 0;
        margin: 50px auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    #uneseuleformation #postuler h4, #unseulcursus #postuler h4 {
        font-size: 24px;
    }
    
    #uneseuleformation #postuler #form, #unseulcursus #postuler #form {
        display: block;
        width: 100%;
        margin: 0 auto;
        border: 0px solid blue;
    }
    
    #uneseuleformation #postuler form div, #unseulcursus #postuler form div {
        display: inline-block;
        width: 65%;
        border: 0px solid red;
        margin: 5px 10px;
    }
    
    #uneseuleformation #postuler form div input, #unseulcursus #postuler form div input {
        display: block;
        width: 100%;
        border: 0px solid black;
        padding: 5px;
    }
    
    #uneseuleformation #form_submit, #unseulcursus #form_submit {
        background-color: #b5179e;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 30px;
        border-width: 0;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    
    /* page contact */
    
    #contact {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    #contact h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0 40px 0;
        margin: 0;
        margin-top: 170px;
    }
    
    #contact p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #contact form {
        display: block;
        width: 100%;
        margin: 30px auto;
    }
    
    #contact input, #contact textarea {
        display: block;
        width: 96%;
        color: black;
        text-transform: none;
        letter-spacing: 1px;
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 0px;
        margin: 5px 0;
        font-family: 'Montserrat', sans-serif;
        color: #999;
    }
    
    #contact textarea {
        height: 100px;
    }
    
    #contact #form_submit {
        display: block;
        width: 100%;
        background: rgba(181, 23, 158, 1);
        /*background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);*/
        border-width: 0;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 5px;
    }
    
    /* page connexion */
    
    #pageConnexion {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 170px;
    }
    
    #pageConnexion h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0;
        margin: 0;
    }
    
    #pageConnexion #apprenant {
        display: block;
        width: 60%;   
        background-color: #eee;
        margin: 20px auto;
        padding: 50px;
    }
    
    #pageConnexion form div {
        display: block;
        width: 100%;
    }
    
    #pageConnexion form input {
        display: block;
        width: 96%;
        border-width: 0;
        padding: 5px 8px;
        margin: 8px 0;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    #pageConnexion .soumettre {
        display: block;
        width: 100%;
        background: rgba(181, 23, 158, 1);
        border-width: 0;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 8px 5px;
        font-size: 12px;
    }
    
    /* erreur */
    
    #erreur {
        display: block;
        width: 55%;
        margin: 250px auto 150px auto;
        text-align: center;
        border: 4px solid #d82636;
    }
    
    #erreur h2 {    
        text-align: center;
        color:#d82636;
        text-transform: uppercase;
        font-size: 30px;
    }
    
    #erreur h3 {
        text-transform: none;
        color: black;
        font-weight: normal;
        letter-spacing: 0;
        margin: 30px 0;
        font-size: 20px;
    }
    
    .boutonForm {
        display: block;
        background-color: #b5179e;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 25px;
        font-size: 12px;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }
    
    .boutonForm:hover {
        color: white;
        background-color: #222;
    }
}

/* TABLETTE */
@media only screen and (min-width: 451px) and (max-width: 1024px) {
    .alert {
        display: block;
        width: 95%;
        color: white;
        text-align: center;
        padding: 20px 0;
        margin: 40px auto;
        letter-spacing: 1px;
        margin-top: 180px;
    }
    
    .alert-success {
        background-color: green;
    }
    
    .alert-error {
        background-color: #d82636;
    }
    
    body {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: black;
        margin-top: 125px;
    }
    
    /* Apparence Generale */
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    a {
        text-decoration: none;
        color: #b5179e;
    }
    
    a:hover {
        color: #284B63;
    }
    
    h3 {
        text-transform: uppercase;
        color: #222;
        text-align: center;
        font-size: 21px;
        margin: 30px 0 30px 0;
        letter-spacing: 2px;
        font-weight: normal;
    }
    
    /* Header */
    
    header {
        display: block;
        width: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    header .contenu {
        width: 95%;
        padding: 7px 0;
        margin: 0 auto;
        border-bottom: 1px solid #222;
    }
    
    /* menu haut */
    header #entete {
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
    }
    
    /* menu haut gauche */
    header #entete #contact {
        display: inline-block;
        width: 50%;
        text-align: left;
        vertical-align: middle;
    }
    
    header #entete #contact a {
        border-left: 0px solid #fff;
        margin: 0;
        padding: 10px 20px;
        vertical-align: middle;
        color: white;
        font-size: 12px;
    }
    
    header #entete #contact a i {
        font-size: 16px;
        color: #fff;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    header #entete #contact a span {
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 1px;
        color: #fff;
    }
    
    /* menu haut droite */
    header #entete #rs {
        display: inline-block;
        width: 49%;
        text-align: right;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
    }
    
    header #entete #rs li {
        display: inline-block;
        padding: 10px 0 10px 22px;
        text-align: center;
        cursor: pointer;
        color: white;
        letter-spacing: 1px;
    }
    
    header #entete #rs li i {
        font-size: 17px;
        color: white;
    }
    
    header #entete #rs li a {
        color: white;
    }
    
    /* menu bas */
    header #menu, #menumobile {
        display: none;
        visibility: hidden;
    }
    
    header #mobile {
        display: block;
        visibility: visible;
        width: 100%;
        margin: 0;
        background-color: #fff;
        padding: 10px 0;
    }
    
    /* menu bas gauche */
    header #menu #logo {
        display: inline-block;
        vertical-align: middle;
        width: 15%;
        margin: 10px;
        text-align: center;
    }
    
    header #menu #logo img {
        height: 60px;
    }
    
    /* menu bas gauche */
    header #mobile #logo {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 10px 10px 10px 30px;
        text-align: left;
    }
    
    header #mobile #logo img {
        height: 60px;
    }
    
    /* menu bas droite */
    header #mobile nav {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        text-align: right;
    }
    
    header #mobile nav a {
        margin-left: 30px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        color: #222;
        font-weight: bold;
        line-height: 27px;
        font-size: 35px;
    }
    
    header #mobile nav a:hover {
        color: #b5179e;
    }
    
    #menumobile {
        display: none;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background-color: rgba(15,15,15,0.9);
        position: fixed;
        top: 0;
        right: 0;
        padding: 30px 0;
        z-index: 999;
    }
    
    #menumobile nav {
        margin-top: 20%;
    }
    
    #menumobile a {
        color: white;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 25px 0;
    }
    
    #croix {
        color: red !important;
        font-size: 30px !important;
    }
    
    /* Accueil */
    
    #accueil #slider {
        width: 100%;
        height: 570px;    
        position: relative;    
        overflow-x: hidden;
    }
    
    #accueil #slider #drh, #accueil #slider #emploi, #accueil #slider #part {
        display: inline-block;
        width: 32.4%;
        height: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        margin: 0;
        cursor: pointer;
        vertical-align: top;
    }
    
    #accueil #slider .content {
        width: 100%;
        height: 100%;
        display: table;
    }
    
    #accueil #slider #drh:hover, #accueil #slider #emploi:hover, #accueil #slider #part:hover {
        filter: grayscale(0);
    }
    
    #accueil #slider #drh {
        background-image: url("/images/slider/laptop.jpg");    
    }
    
    #accueil #slider #drh:hover .content {
        background-color: rgba(181, 23, 158, 0.65);
    }
    
    #accueil #slider #emploi {
        margin-left: 6px;
        background-image: url("/images/slider/entrepreneur.jpg");
    }
    
    #accueil #slider #emploi:hover .content {
        background-color: rgba(86, 11, 173, 0.65);
    }
    
    #accueil #slider #part {
        margin-left: 6px;
        background-image: url("/images/slider/workplace.jpg");
    }
    
    #accueil #slider #part:hover .content {
        background-color: rgba(63, 55, 201, 0.65);
    }
    
    #slider h2 {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0;
        margin: 0;
        color: white;
        line-height: 34px;
        display: table-cell;
        vertical-align: middle;
        font-size: 26px;
    }
    
    #slider h2 a {
        color: white;
    }
    
    #slider #drh:hover h2, #slider #emploi:hover h2, #slider #part:hover h2 {
        color: white;
        text-shadow: 0px 0px 0px black;
    }
    
    #slider p {
        font-size: 20px;
    }
    
    /* présentation */
    
    #presentation {
        display: block;
        width: 90%;
        margin: 70px auto;
    }
    
    #presentation .colonne {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 0 10px;
    }
    
    #presentation .colonne h3 {
        text-align: left;
        font-weight: 400;
        color: #222;
        padding: 0;
        margin: 0;
        font-size: 19px;
    }
    
    #presentation span {
        margin: 15px 0 20px 0;
        display: block;
        width: 75px;
        height: 5px;
    }
    
    #presentation .une span {
        border-top: 4px solid #B5179E;
    }
    
    #presentation .deux span {
        border-top: 4px solid #560BAD;
    }
    
    #presentation .trois span {
        border-top: 4px solid #3F37C9;
    }
    
    #presentation .colonne p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #777;
    }
    
    /* formations */
    
    #formations {
        display: block;
        padding: 0 0 70px 0;
        color: black;
    }
    
    #formations h3 {
        background: -webkit-linear-gradient(45deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 94%, rgba(63, 55, 201,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 22px;
    }
    
    #formations #contenu {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    
    #formations #contenu .colonne {
        display: inline-block;
        width: 45%;
        margin: 40px 15px 0 15px;
        text-align: center;
        vertical-align: top;
    }
    
    #formations h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    #formations p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    #formations .box {
        background-color: transparent;
        width: 45%;
        height: 150px;
        perspective: 1000px;
        display: inline-block;
        margin: 5px;
        text-align: center;
        vertical-align: top;
    }
    
    #formations .box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.5s;
        transform-style: preserve-3d;
    }
    
    #formations .box:hover .box-inner {
        transform: rotateY(180deg);
    }
    
    #formations .box-front, #formations .box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        overflow: hidden;
        margin: 2px;
        display: table;
    }
    
    #formations .box-front {
        background-size: cover;
        color: white;
    }
    
    #formations .box-front h5 {
        font-size: 16px;
    }
    
    #formations .fond {
        background-color: rgba(30,30,30,0.65);
    }
    
    #formations .box-front .fond, #formations .box-back div {
        display: table-cell;
        vertical-align: middle;
    }
    
    #formations .box-back {
        background-color: #b5179e;
        color: white;
        transform: rotateY(180deg);
        font-size: 12px;
    }
    
    #formations .box-back p {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    
    #formations .box-back a {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 10px;
    }
    
    /* clients */
    
    #clients {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
        border-top: 2px solid #222;
        margin-top: 50px;
    }
    
    #clients h3 {
        font-weight: normal;
        font-size: 25px;
    }
    
    #clients img {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 120px;
        margin: 15px 20px;
    }
    
    /* Contactez-nous */
    
    #contactez {
        display: block;
        background-image: url('/images/startup.jpg');
        background-size: cover;
        background-position: center;
        color: white;
    }
    
    #contactez #fond {
        padding: 90px 0;
        display: block;
        background-color: rgba(30,30,30,0.5);
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
    #contactez h3 {
        color: white;
        font-size: 30px;
        letter-spacing: 1.5px;
        margin: 0 0 40px 0;
        padding: 0;
        font-weight: normal;
    }
    
    #contactez p {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 50px;
    }
    
    #contactez a {
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 20px;
        border: 2px solid white;
        border-radius: 20px;
    }
    
    #contactez a:hover {
        border-color: #b5179e;
        background-color: #b5179e;
    }
    
    /* footer */
    
    footer {
        display: block;
        width: 100%;
        text-align: center;
        background-image: url('/images/workk.jpg');
        background-position: cover;
        color: white;
        font-size: 14px;
    }
    
    footer #content {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    
    footer #contenu {
        display: block;
        width: 100%;
        height: 100%;
        padding: 80px 0 0 0;
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,0.65) 0%, rgba(114,9,183,0.65) 44%, rgba(63, 55, 201,0.65) 100%);
    }
    
    footer a {
        color: #FE5F55;
    }
    
    footer a:hover {
        color: white;
    }
    
    footer .colonne {
        display: inline-block;
        width: 28%;
        vertical-align: top;
        text-align: left;
        margin: 0 15px;
    }
    
    footer h5 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 800;
        color: #fff;
    }
    
    footer span {
        margin: 10px 0 15px 0;
        display: block;
        width: 70px;
        height: 5px;
        border-top: 3px solid #111;
    }
    
    footer nav {
        margin-top: 10px;
    }
    
    footer nav a {
        display: block;
        text-transform: none;
        letter-spacing: 0.5px;
        padding: 5px 0;
        color: white;
        font-weight: 600;
    }
    
    footer nav a:hover {
        color: black;
    }
    
    footer .rs {
        margin-top: 20px;
    }
    
    footer i {
        font-size: 30px !important;
        margin: 0 2px;
        color: #111;
    }
    
    footer i:hover {
        color: white;
    }
    
    footer #copy {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0;
        padding: 50px 0;
        font-size: 12px;
        color: white;
        font-weight: 600;
    }
    
    footer #copy i {
        color: white;
        font-size: 13px !important;
    }
    
    footer #copy a {
        color: white;
    }
    
    footer #copy a:hover {
        color: black;
    }
    
    footer h5 a {
        color: white;
    }
    
    /* pages */
    
    #titre {
        display: block;
        width: 100%;
        background-image: url("../images/workk.jpg");
        height: 220px;
    }
    
    #titre h2 {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        font-size: 35px;
        padding: 0;
        margin: 0;
        line-height: 220px;
        color: white;
    }
    
    /* mentions legales */
    
    #mentions {
        display: block;
        width: 80%;
        margin: 60px auto;
    }
    
    #mentions h3 {
        margin-top: 30px;
        padding-top: 0;
        font-weight: bold;
        text-align: left;
    }
    
    /* page drh */
    
    .pages h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0 40px 0;
        margin: 0;
    }
    
    #page-drh {
        display: flex;
        width: 90%;
        margin: 0 auto;
    }
    
    #page-drh .bloc {
        flex: 1;
        display: inline-block;
        width: 42%;
        margin: 20px 1%;
        background-color: #e9e9e9;
        color: #222;
        border-radius: 10px;
        padding: 25px 20px;
        text-align: center;
        vertical-align: top;
    }
    
    #page-drh h3 {
        font-weight: bold;
        color: #222;
        margin: 30px 0;
        padding: 0;
        font-size: 20px;
        text-transform: none;
        letter-spacing: 0;
    }
    
    #page-drh p {
        color: #606264;
        text-align: center;
        font-size: 16px;
        margin: 30px 0;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
    
    #page-drh .bloc .images {
        width: 100%;
        margin: 30px auto;
        margin-bottom: 50px;
    }
    
    #page-drh .bloc .images img {
        display: inline-block;
        width: 25%;
        vertical-align: middle;
        height: 120px;
        object-fit: cover;
    }
    
    #page-drh .bloc .images .one {
        display: inline-block;
        width: 42%;
        vertical-align: middle;
        margin: 0 5px;
        height: 170px;
    }
    
    #page-drh .bloc a {
        color: white;
        background-color: #b5179e;
        border-radius: 15px;
        padding: 8px 18px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    /* Page formations */
    
    #formationss {
        background-color: white;
        color: white;
        padding: 0 0 70px 0;
        text-align: center;
    }
    
    #formationss h2 {
        color: black;
        padding-top: 100px;
        font-size: 30px;
    }
    
    #formationss p {
        color: black;   
        width: 85%;
        margin: 0 auto;
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    
    #formationss #intro {
        background: rgba(181, 23, 158, 1);
        background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);
        padding: 10px 0;
        font-weight: bold;
    }
    
    #formationss #intro p {
        color: white;
        margin: 10px 0;
        width: 100%;
    }
    
    #myBtnContainer {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        background-color: rgba(200,200,200,0.4);
        padding: 34px 0;
    }
    
    .btn {
        text-transform: uppercase;
        color: black;
        font-weight: bold;
        margin: 0 7px;
        padding-bottom: 4px;
        letter-spacing: 1px;
        cursor: pointer;
        background: none;
        border: none;
        outline: none;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }
    
    .btn:hover, .btn.active {
        color: rgba(0,0,0,.6);
    }
    
    .container {	
        overflow: hidden;
        width: 92%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .filterDiv {
        float: left;
        color: #000000;
        width: 30%;
        height: auto;
        text-align: center;
        margin: 0 15px 30px 15px;
        display: none;
        cursor: pointer;
    }
    
    .show {
        display: block;
    }
    
    .filterDiv img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
    
    .filterDiv:hover img {
        opacity: 0.6;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }
    
    .filterDiv div {
        background-size: cover;
        width: 100%;
        height: 200px;
    }
    
    .filterDiv div div {
        width: 101%;
        height: 101%;
        position: relative;
        display: table;
        table-layout: fixed;
        /*background: linear-gradient(to bottom, rgba(22,46,68, 0) 20%, rgba(22,46,68, 0) 5%, rgba(22,46,68, 1) 90%);*/
    }
    
    .filterDiv div div p {
        display: none;
        visibility: hidden;
    }
    
    .filterDiv div div:hover p {	
        display: table-cell;
        visibility: visible;
        position: relative;  
        vertical-align: middle;	
        text-align: center;
    }
    
    .filterDiv div div:hover span {
        background-color: #ff4f81;
        padding: 10px 20px;
        color: white;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
    }
    
    .filterDiv div div:hover span i {
        margin-right: 10px;
        font-size: 14px;
        vertical-align: middle;
    }
    
    .filterDiv p {
        margin: 20px 0 0 0 !important;
        padding: 0;
        text-align: center;
        letter-spacing: 1px;
        color: black;
        font-size: 14px;
        font-weight: bold;
        width: 100% !important;
    }
    
    .filterDiv:hover p {
        color: #ff4f81;
    }
    
    /* Cursus */ 
    
    #cursus {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    
    #cursus h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0 40px 0;
        margin: 0;
    }
    
    #cursus p {
        text-align: center;
        font-size: 16px;
    
    }
    
    #lescursus {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .uncursus {
        display: inline-block;
        width: 42%;
        height: 385px;
        margin: 10px;
        overflow: hidden;
        background-color: #e9e9e9;
        padding: 15px;
        border-radius: 10px;
    }
    
    .uncursus .image {
        display: block;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }
    
    .uncursus .texte {
        display: block;
        height: 100px;
        width: 100%;
        background-color: #e9e9e9;
        color: #222;
        padding: 8px;
        text-align: left;
        margin-left: -5px;
    }
    
    #cursus .texte h5 {
        font-size: 14px;
        margin: 5px 0;
    }
    
    #cursus .texte p {
        text-align: left;
        font-size: 13px;
    }
    
    #cursus .texte a {
        font-size: 11px;
        color: white;
        background-color: #b5179e;
        border-radius: 12px;
        padding: 8px 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 50%;
        margin: 10px 0;
        margin-left: 38%;
        bottom: 0;
    }
    
    /* pages des cursus */
    
    #unseulcursus {
        display: block;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
        color: #555;
        line-height: 23px;
    }
    
    #uneseuleformation {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
        color: #555;
        line-height: 23px;
    }
    
    #unseulcursus h2, #uneseuleformation h2 {
        text-align: center;
        font-size: 36px;
        padding: 100px 0;
        margin: 0;
        line-height: 45px;
    }
    
    #unseulcursus h3, #uneseuleformation h3 {
        text-align: left;
        font-weight: bold;
        border-bottom: 3px solid #b5179e;
        color: #b5179e;
        padding-bottom: 10px;
        margin: 0;
        padding-top: 10px;
    }
    
    #unseulcursus .desc img, #uneseuleformation .desc img {
        margin-bottom: 30px;
    }
    
    #unseulcursus .desc, #uneseuleformation .desc {
        display: inline-block;
        vertical-align: top;
        width: 68%;
        margin-right: 5%;
    }
    
    #unseulcursus .desc div, #uneseuleformation .desc div {
        margin-bottom: 40px;
    }
    
    #modules {
        display: block;
        border-collapse: collapse;
        margin: 20px 0;
    }
    
    #modules td {
        padding: 10px 20px;
        text-align: center;
        border-collapse: collapse;
        border: 1px solid #eee;
        text-align: left;
    }
    
    .colonneForm {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        text-align: center;
    }
    
    .colonneForm div {
        background-color: #eee;
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    
    .colonneForm input {
        display: block;
        width: 96%;
        padding: 6px 4px;
        margin: 9px 0;
        border: 0px solid #bbb;
    }
    
    .colonneForm form {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .colonneForm #form_submit {
        background-color: #b5179e;
        color: white;
        display: block;
        width: 100%;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 0px solid #000;
        padding: 10px 0;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .colonneForm form div {
        margin: 5px 0;
        padding: 0;
    }
    
    .colonneForm h4 {
        margin-bottom: 5px;
    }
    
    #uneseuleformation #postuler, #unseulcursus #postuler {
        background-color: #ddd;
        padding: 20px 0;
        margin: 50px auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    #uneseuleformation #postuler h4, #unseulcursus #postuler h4 {
        font-size: 24px;
    }
    
    #uneseuleformation #postuler #form, #unseulcursus #postuler #form {
        display: block;
        width: 90%;
        margin: 0 auto;
        border: 0px solid blue;
    }
    
    #uneseuleformation #postuler form div, #unseulcursus #postuler form div {
        display: inline-block;
        width: 45%;
        border: 0px solid red;
        margin: 5px 10px;
    }
    
    #uneseuleformation #postuler form div input, #unseulcursus #postuler form div input {
        display: block;
        width: 100%;
        border: 0px solid black;
        padding: 5px;
    }
    
    #uneseuleformation #form_submit, #unseulcursus #form_submit {
        background-color: #b5179e;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 30px;
        border-width: 0;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    
    /* page contact */
    
    #contact {
        display: block;
        width: 65%;
        margin: 0 auto;
    }
    
    #contact h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0 40px 0;
        margin: 0;
    }
    
    #contact p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #contact form {
        display: block;
        width: 90%;
        margin: 30px auto;
    }
    
    #contact input, #contact textarea {
        display: block;
        width: 96%;
        color: black;
        text-transform: none;
        letter-spacing: 1px;
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 0px;
        margin: 5px 0;
        font-family: 'Montserrat', sans-serif;
        color: #999;
    }
    
    #contact textarea {
        height: 100px;
    }
    
    #contact #form_submit {
        display: block;
        width: 100%;
        background: rgba(181, 23, 158, 1);
        /*background: linear-gradient(135deg, rgba(181,23,158,1) 0%, rgba(114,9,183,1) 44%, rgba(63, 55, 201,1) 100%);*/
        border-width: 0;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 5px;
    }
    
    /* page connexion */
    
    #pageConnexion {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    
    #pageConnexion h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding: 60px 0;
        margin: 0;
    }
    
    #pageConnexion #apprenant {
        display: block;
        width: 80%;   
        background-color: #eee;
        margin: 20px auto;
        padding: 50px;
    }
    
    #pageConnexion form div {
        display: block;
        width: 100%;
    }
    
    #pageConnexion form input {
        display: block;
        width: 96%;
        border-width: 0;
        padding: 5px 8px;
        margin: 8px 0;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    #pageConnexion .soumettre {
        display: block;
        width: 100%;
        background: rgba(181, 23, 158, 1);
        border-width: 0;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 8px 5px;
        font-size: 12px;
    }
    
    /* erreur */
    
    #erreur {
        display: block;
        width: 55%;
        margin: 250px auto 150px auto;
        text-align: center;
        border: 4px solid #d82636;
    }
    
    #erreur h2 {    
        text-align: center;
        color:#d82636;
        text-transform: uppercase;
        font-size: 30px;
    }
    
    #erreur h3 {
        text-transform: none;
        color: black;
        font-weight: normal;
        letter-spacing: 0;
        margin: 30px 0;
        font-size: 20px;
    }
    
    .boutonForm {
        display: block;
        background-color: #b5179e;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 25px;
        font-size: 12px;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }
    
    .boutonForm:hover {
        color: white;
        background-color: #222;
    }
}

.formations-grid {
    display: flex;
    flex-wrap: wrap;
}