.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: 60px 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: 14px;
    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;
}

.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;
}