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

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

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

body {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin: 70px 0;
    margin-top: 100px;
    color: #212529;
}

a {
    text-decoration: none;
}

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

header {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #212529;
    color: white;
}

header a {
    color: white;
}

header #menuhaut {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: bold;
    color: white;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
}

header .content {
    display: block;
    width: 70%;
    margin: 0px auto;
}

header #menuhaut .gauche {
    display: inline-block;
    width: 49%;
    text-align: left;
}

header #menuhaut .gauche a {
    margin-right: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
}

header #menuhaut .droite {
    display: inline-block;
    width: 49%;
    text-align: right;
}

header #menuhaut .droite a {
    margin-left: 25px;
}

header #menubas {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 10px 0;
}

header #menubas h1 {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px 0 0;
    margin: 0;
}

header #menubas #menu {
    display: inline-block;
    width: 77%;
    vertical-align: middle;
    text-align: right;
    padding: 0;
    margin: 0;
}

header #menubas #menu a {
    color: #adb5bd;
    font-weight: bold;
    margin-left: 30px;
    font-size: 16px;
    letter-spacing: 0.4px;
}

header #menubas .lien {
    color: white !important;
    border: 0rem solid transparent;
    margin-right: 10px;
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-break: normal;
    font-weight: bold;
    background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
}

#menumobile {
    display: none;
}

#menubas #mobile {
    display: none;
}

/* sous menu */

#liencnfp, #liendiplo, #liencertif, #liendispo {
	display: inline-block;
	vertical-align: top;
}

#cnfp, #diplo, #certif, #dispo {
	display: none;
	visibility: hidden;
}

#cnfp a, #diplo a, #certif a, #dispo a {
	cursor: pointer;
}

#liencnfp:hover #cnfp, #liendiplo:hover #diplo, #liencertif:hover #certif, #liendispo:hover #dispo {
	display: block;
	visibility: visible;
	background-color: rgba(33, 37, 41, 0.85);
	color: white !important;
	min-width: 200px;
	max-width: 300px;
	position: absolute;
	text-align: center;
	padding-bottom: 15px;
	padding-right: 20px;
    padding-top: 10px;
}

#liendiplo:hover #diplo {
	margin-left: -100px !important;
}

#liencertif:hover #certif {
	margin-left: -28px !important;
} 

#liendispo:hover #dispo {
	margin-left: -105px !important;
}

#liencnfp #cnfp a, #liendiplo #diplo a, #liencertif #certif a, #liendispo #dispo a {
	display: inline-block;
	width: 95%;
	text-align: center;
	margin: 10px 0;
	font-size: 14px !important;
	color: white;
	font-weight: normal;
}

#liencnfp #cnfp a:hover, #liendiplo #diplo a:hover, #liencertif #certif a:hover, #liendispo #dispo a:hover { 
	color: #ff4f81;
	border: 0px solid white;
}

/* accueil */

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

#accueil #contenu {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #212529;
    color: white;   
    padding: 100px 0;
    text-align: center;
}

#accueil #contenu h2 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 48px;
    width: 55%;
    color: white;
}

#accueil #contenu p {
    color: #adb5bd;
    text-align: center;
    width: 55%;
    margin: 30px auto;
    padding: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

#accueil #contenu a {
    color: white;
    border: 0rem solid transparent;
    margin: 50px auto;
    text-align: center;
    padding: 0.5625rem 1.5rem;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    line-break: normal;
    font-weight: bold;
    background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
}

#accueil h3, #partenaires h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    color: #212529;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 0 70px 0;
    margin: 0px;
}

#accueil #presentation, #partenaires {
    padding: 90px 0;
    text-align: center;
}

    /* accueil presentation */
    #presentation div {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    #presentation .colonne {
        display: inline-block;
        width: 30%;
        margin: 0 1%;
    }

    #presentation .colonne i {
        font-size: 54px;
        display: inline-block;
        width: 19%;
        vertical-align: middle;
        margin-right: 16px;
        background-image: linear-gradient(to right, #7d8dff, #ff4f81);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #presentation .colonne p {
        display: inline-block;
        width: 75%;
        vertical-align: middle;
        text-align: left;
    }

    /* accueil formations */
    #formations {
        background-color: #181e23;
        color: white;
        padding: 0 0 70px 0;
        text-align: center;
    }

    #formations h3 {
        color: white;
    }

    #formations #intro {
        background: linear-gradient(to right, #006cff 30%, #ff4f81 100%) !important;
        /*background: linear-gradient(to right,#006cff 30%,#9012fe 100%)!important;*/
        padding: 10px 0;
        font-weight: bold;
    }

    #myBtnContainer {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        background-color: #1f262d;
        padding: 34px 0;
    }
    
    .btn {
        text-transform: uppercase;
        color: white;
        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(255,255,255,.5);
    }
    
    .container {	
        overflow: hidden;
        width: 92%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .filterDiv {
        float: left;
        color: #ffffff;
        width: 22%;
        height: auto;
        text-align: center;
        margin: 0 1% 50px 1%;
        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 {
        /*background: linear-gradient(to bottom, rgba(22,46,68, 0.7) 20%, rgba(22,46,68, 0.7) 5%, rgba(22,46,68, 1) 90%);*/
    }
    
    .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: 10px 0 0 0;
        padding: 0;
        text-align: center;
        letter-spacing: 1px;
        color: white;
        font-size: 12px;
    }
    
    .filterDiv:hover p {
        color: #ff4f81;
    }

    /* accueil partenaires */
    #partenaires {

    }

    #partenaires #images {
        display: block;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    #partenaires #images div {
        display: inline-block;
        width: 10%;
        vertical-align: middle;
        margin: 0px 24px;
    }

    #partenaires img {
        max-height: 80px;
    }


/* footer */

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

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

footer #contenu {
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 0 0;
    background: #212529;
}

footer a {
    color: #FE5F55;
}

footer a:hover {
    color: #ff4f81;
}

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

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

footer span {
    margin: 10px 0 15px 0;
    display: block;
    width: 70px;
    height: 5px;
}

footer nav {
    margin-top: 10px;
}

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

footer nav a:hover {
    color: #ff4f81;
}

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

footer i {
    font-size: 25px !important;
    margin: 0 12px 0 0;
    color: #ffffff;
}

footer i:hover {
    color: #ff4f81;
}

footer #copy {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 30px 0 0 0;
    padding: 20px 0;
    font-size: 13px;
    color: white;
    font-weight: normal;
    background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
}

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

footer #copy a {
    color: white;
}

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

footer h5 a {
    color: white;
}

#logofooter img {
    width: 70%;
}

.borderfooter {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.center {
    text-align: center !important;
}

/* page contact */

#contact {
    display: block;
    width: 60%;
    margin: 70px auto;
    height: auto;
    color: #212529;
}

#contact p {
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 1px;
	line-height: 24px;
}

#contact form {
	width: 50%;
	margin: 0 auto;
	overflow-x: hidden;
}

#contact form input, #contact form textarea {
	width: 100%;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding: 5px;
	background-color: #eee;
	color: #212529;
	border-width: 0;	
	width: 100%;
	font-size: 15px;
	margin-top: 10px;
}

#contact form textarea {
	height: 100px;
}

#contact form ::placeholder {
	color: #212529;
	letter-spacing: 1px;
	font-size: 15px;
}

#contact form .soumettre {
	background-color: #212529;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-width: 0;
	padding: 10px 0px;
	font-weight: normal;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	color: white;
}

#contact form .soumettre:hover {
	cursor: pointer;
}

.description {
	display: none !important;
}

.captcha_image {
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

/* page mentions */

#mentions {
	display: block;
	width: 65%;
	margin: 20px auto;
    margin-bottom: 100px;
}

#mentions h3 {
	text-align: left;
	font-size: 24px;
	margin: 50px 0 10px 0;
}

#mentions p {
	font-size: 16px;
}

/* admin - connexion */

#adminbox {
	display: block;
	width: 70%;
	margin: 60px auto;
	margin-bottom: 90px;
}

#adminbox h3 {
	color: #212529;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
}

#adminbox #connexion {
	display: block;
	width: 30%;
	margin: 0 auto;
}

#adminbox #connexion input {
	width: 100%;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding: 8px;
	background-color: #eee;
	color: #212529;
	border-width: 0;
	width: 95%;
    margin: 0;
	margin-left: 4px;
	font-size: 15px;
}

#adminbox #connexion #rem input {
	width: auto;
	display: inline-block;
	text-align: center;
}

#adminbox #connexion ::placeholder {
	color: #212529;
	letter-spacing: 1px;
	font-size: 15px;
}

#adminbox #connexion p {
    margin: 5px 0;
}

#adminbox #connexion .soumettre {
	background-color: #212529;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-width: 0;
	padding: 12px 15px;
	font-weight: normal;
	width: 100%;
	margin-top: 7px;
	color: white;
    font-size: 12px;
}

#adminbox #connexion .soumettre:hover {
	cursor: pointer;
}

/* Pages formations */

.titrepage {
	display: block;
	width: 75%;
	margin: 60px auto;
	background-size: cover;
	overflow: hidden;
	color: #212529;
}

.titrepage .blackground {
	padding: 20px 20px;
    background-color: rgba(33, 37, 41, 0.65);
    margin: 0;
    height: 100%;
    width: 100%;
}

.titrepage h3 {
	display: inline-block;
	width: 63%;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 30px 0;
}

.titrepage .blackground div {
	display: inline-block;
	width: 34%;
	vertical-align: middle;
}

.titrepage .blackground div div {
	display: block;
	width: 300px;
}

.titrepage .blackground div p {
	padding: 0;
	margin: 0;
}

.titrepage #prix {
	background-color: #212529;
	color: white;
	padding: 20px 0;
	text-align: center;
}

.titrepage #prix p {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.titrepage #details {
	background-color: white;
	color: black;
	padding: 10px 0px;
}

.titrepage #details p {
	width: 85%;
	margin: 7px 0 7px 15px;
	text-align: left;
	font-size: 17px;
	overflow: hidden;
	border-bottom: 1px solid #212529;
	padding: 7px 0;
}

.titrepage #details div {
	margin: 30px 0 20px 0;
}

.titrepage #details a {
	background-color: #152431;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-align: center;
	margin: 0 auto;
}

.titrepage #details a:hover {
	background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
}

.formationcontent {
	display: block;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #212529
}

.formationcontent h3 {
	text-align: left;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 26px;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #212529;
	color: #212529
}

.formationcontent .desc {
	display: inline-block;
	vertical-align: top;
	width: 68%;
	margin-right: 5%
}

.formationcontent .desc p, .formationcontent .desc li {
	font-size: 16px;
}

.formationcontent .colonneform {
	display: inline-block;
	vertical-align: top;
	width: 26%;
}

.formationcontent .colonneform h3 {
	margin-bottom: 20px;
}

.block {
	display: block;
}

.left, .right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.petitform {
	display: block;
	margin-bottom: 20px;
}

.petitform img {
	width: 120px;
	height: 120px;	
	object-fit: cover;
	display: inline-block;
}

.petitform .texte {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-left: 5px;
}

.petitform h4, .petitform p {
	margin: 0;
	padding: 0;
}

.petitform h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.menuderoulant {
	display: block;
	background-color: #212529;
	padding: 0px;
	margin: 40px 0;
}

.menuderoulant a {
	display: block;
	font-size: 14px;
	color: white;
	text-transform: none;
	letter-spacing: 1px;
	padding: 17px 0 17px 20px;
	overflow: hidden;
	border-bottom: 1px solid #666;
}

.menuderoulant a:hover {
	color: #ff4f81;
}

#menujaune {
	background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
	cursor: default;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
}

#menujaune i {
	font-size: 13px;
}

#menujaune:hover {
	color: white;
}

.colonneform #actu {
	width: 290px;
	height: 290px;
	object-fit: cover;
}

.colonneform h3 {
	border-width: 0;
	border-top: 1px solid #ddd;
}

.ensavoirplus {
	display: block;
	background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
	padding: 5px;
	color: white;
	margin-top: 10px;
	width: 80%;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}

/* formulaire devis */

#boxdevis {
	display: block;
	background-color: #212529;
	color: white;
	padding: 40px 0;
	margin: 40px 0;
}

#boxdevis form {
	display: block;
	width: 35%;
	margin-left: 10%;
}

#boxdevis input, #boxdevis textarea {
	background-color: transparent;
	border-width: 0;
	border-bottom: 1px solid white;
	padding: 10px 5px;
	font-size: 16px;
	color: white;
	display: block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}

#boxdevis .moitie input {
	display: inline-block;
	width: 47%;
}

#boxdevis .left {
	margin-right: 7px;
}

#boxdevis .no input {
	border-width: 0;
}

#boxdevis input::placeholder, #boxdevis textarea::placeholder {
	color: white;
}

#boxdevis .soumettre {
	background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-width: 0;
	padding: 10px 0;
	margin-top: 20px;
}

/* formation postuler */

#postuler {
	display: block;
    color: white;
    padding: 70px 0;
    margin: 0;
	background-color: #212529;
}

#postuler h4 {
	color: white;
	margin-left: 17%;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 20px;
	margin-bottom: 40px;
}

#postuler-form {
	display: block;
	width: 35%;
	margin-left: 10%;
}

#postuler-form input, #postuler-formtextarea {
	background-color: transparent;
	border-width: 0;
	border-bottom: 1px solid white;
	padding: 10px 5px;
	font-size: 16px;
	color: white;
	display: block;
	width: 98%;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	margin-top: 10px;
}

#postuler-form input::placeholder, #postuler-form textarea::placeholder {
	color: white;
}

#postuler-form #form_submit {
	display: block !important;
	width: 100%;
	background: linear-gradient(to right, #7d8dff, #ff4f81) !important;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-width: 0;
	padding: 10px 0;
	margin-top: 20px;
}

/* accueil */

#troiscouleurs {
    display: block;
    width: 100%;
    background: linear-gradient(to right bottom,rgb(12,180,206) 5%,#006cff 30%,#9012fe 90%);
    color: white;
}

#troiscouleurs .blocs {
    display: inline-block;
    width: 33%;
    color: white;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#troiscouleurs .blocs a {
    color: white;
}

#troiscouleurs .blocs h4 {
    color: white;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0px;
    font-size: 24px;
}

#troiscouleurs .blocs p {
    color: white;
    font-size: 18px;
    margin-top: 8px;
}

#troiscouleurs .blocs img {
    width: 75%;
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -10px;
    filter: drop-shadow(50px -10px 30px rgba(0,0,0,0.4));
}

#troiscouleurs #pres {
    display: block;
    width: 60%;
    margin: 0px auto;
    text-align: center;
    padding: 40px 0;
    font-size: 22px;
}

#troiscouleurs #pres img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}