@charset "UTF-8";
/*------------------------------------------------BODY, HTML---------------------------------------------*/
body {
  background-color: #615656;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
}
/*------------------------------------------------PRINCIPAL---------------------------------------------*/
.box {
  display: flex;
}
.responsive {
  width: 100%;
  height: auto;
}
.responsive-100 {
  max-width: 100%;
  height: auto;
}
.reset {
  clear: both;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1229px;
}
header {
  padding-top: 30px;
  display: flex;
}
#logo img {
  max-width: 319px;
}
#topimg img {
  max-width: 910px;
}
#sousnavigation {
  border: solid 1px #a09f9f;
  background-color: #666666;
  margin: 15px 0px 20px 0px;
  padding: 0;
}
.telephone {
  text-align: right;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: 800;
  vertical-align: top;
  margin-bottom: 20px;
  padding-right: 15px;
}
.telephone a{
  color: #FFFFFF;
  text-decoration: none;
}
.telephone .fas {
  font-size: 0.8em;
  vertical-align: middle;
  margin-right: 10px;
}
.appel {
  font-size: 0.45em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.lien {
  font-weight: 600;
  color: #FFFFFF;
}
.lien:hover {
  color: #A79FA0;
}
.image {
  border: 1px solid #a09f9f;
  max-width: 100%;
  height: auto;
}
.image-galerie {
  border: 1px solid #a09f9f;
  width: auto;
  max-height: 200px;
  margin: 5px 10px 5px 10px;
}
.image-newsletter {
  border: 1px solid #A3A8A3;
  width: auto;
  max-height: 300px;
  margin: 5px 10px 5px 10px;
}
.newsletter a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 0.9em;
}
.newsletter {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.image-contact {
  margin: 5px 10px 5px 10px;
}
object {
  width: 560px;
  height: 315px;
  text-align: center;
}
.cadre {
  border: 2px solid #FFFFFF;
  text-align: center;
  padding: 20px;
}
/*------------------------------------------------CONTENU---------------------------------------------*/
main {
  display: flex;
}
.contenu {
  margin-left: 50px;
  padding-right: 15px;
  margin-top: -15px;
  width: 100%;
}
.contenu p {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 10px;
  text-align: justify;
}
h1 {
  color: #E2D0D0;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #E2D0D0;
  margin: 35px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
}
h2 {
  color: #E2D0D0;
  font-weight: 700;
  font-size: 1em;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 10px;
}
.liste-simple {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 10px;
  text-align: justify;
}
.liste-simple {
  list-style: square;
}
.etendu li {
    padding: 10px 0;
}
ol {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 10px;
  text-align: justify;
}
.bold {
  font-weight: 700;
}
.bold-italic {
  font-weight: 700;
  font-style: italic;
}
.italic {
  font-style: italic;
}
/*------------------------------------------------LISTE BOX---------------------------------------------*/
.box-ul {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  padding-left: 0px;
  width: 100%;
  background-color: transparent;
}
.box-ul ul {
  background-color: none;
  padding: 0;
  margin: 0;
}
.box-ul li {
  list-style-type: none;
  display: block;
  border: solid 1px #a09f9f;
  background-color: #666666;
  padding: 4px 13px;
  margin: 5px 10px;
  cursor: pointer;
}
.box-ul a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
.box-ul li:hover {
  background-color: #A79FA0;
  transition: all 0.3s;
}
.box-ul a:hover {
  color: #2f2929;
}
/*------------------------------------------------BOUTONS GENERIQUES---------------------------------------------*/
.center {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.center > div {
  margin: 5px 10px 5px 10px;
}
.bouton-generique {
  display: inline-block;
  color: #FFFFFF;
  width: 140px;
  border-radius: 10px;
  border: solid 1px #A79FA0;
  text-align: center;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  background: linear-gradient(to bottom, #615656 5%, #A79FA0 100%);
  text-shadow: 0px 1px 0px #666666;
  transition: all 0.5s;
}
.bouton-generique a {
  color: #FFFFFF;
  text-decoration: none;
}
.bouton-generique:hover {
  background: linear-gradient(to bottom, #A79FA0 5%, #615656 100%);
  opacity: 0.5;
  transition: all 0.5s;
}
.bouton-generique:hover a {
  color: #000000;
}
.bouton-generique sup {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0.06em;
}
/*------------------------------------------------BOUTONS FORMATION---------------------------------------------*/
.boutons-formations-index {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  justify-content: space-around;
  max-width: 250px;
}
.boutons-formations {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item {
  display: block;
  border: solid 1px #A79FA0;
  background-color: #666666;
  padding: 10px;
  margin: 5px 5px 15px 5px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  min-width: 250px;
}
.item a:link, .item a:visited {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.item:hover {
  background-color: #A79FA0;
}
.item:hover a {
  color: #2f2929;
}
.boutons-formations-index-flex {
display: flex;
}
/*------------------------------------------------LAUREATS---------------------------------------------*/
.laureats {
  display: flex;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}
.laureats img {
  border: 1px solid #a09f9f;
  border-radius: 15px;
}
.laureats p {
  padding: 0px 0px 0px 0px;
}
.nom {
  background-color: #A79FA0;
  margin: 0px 0px 0px 10px;
  padding: 10px;
  font-size: 0.9em;
  font-weight: 800;
  color: #2f2929;
  border-radius: 8px;
}
.commentaire {
  font-size: 0.85em;
  font-weight: 500;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.2em;
  text-align: justify;
  padding: 10px 0px 0px 10px;
}
.image-laureat {
  width: 143px;
  height: 151px;
}
/*------------------------------------------------INTERNATIONAL---------------------------------------------*/
.international table {
  margin: 0 auto;
  text-align: center;
}
/*------------------------------------------------TEMOIGNAGES---------------------------------------------*/
.temoignages {
  font-style: italic;
  border-radius: 10px;
  border: solid 1px #A79FA0;
  padding: 15px;
}
.temoignage-nom {
  display: block;
  font-weight: 600;
  font-style: normal;
  padding: 8px 0px 0px 0px;
}
/*------------------------------------------------SOUS-NAVIGATION---------------------------------------------*/
#sousnavigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  height: 35px;
}
#sousnavigation li {
  display: block;
  float: right;
  padding: 0px 20px 0px 20px;
  margin: 0;
  border-left: 1px solid #898989;
}
#sousnavigation a {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
}
#sousnavigation li:hover {
  background-color: #A79FA0;
  transition: all 0.5s;
}
#sousnavigation a:hover {
  color: #2f2929;
}
.sousnavigation-on {
  background-color: #A79FA0;
}
#sousnavigation .sousnavigation-on a {
  color: #2f2929;
}
/*------------------------------------------------NAVIGATION---------------------------------------------*/
nav {
  min-width: 250px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  width: 100%;
  margin-bottom: 13px;
  border: solid 1px #A79FA0;
  text-align: left;
  padding: 6px;
  display: block
}
nav li a {
  font-size: 0.8em;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-style: normal;
}
nav li:hover {
  background-color: #A79FA0;
  transition: all 0.5s;
  display: block;
  cursor: pointer;
}
nav li:hover a {
  color: #363030;
  transition: all 0.5s;
}
.navigation-on {
  background-color: #A79FA0;
}
.navigation-on a {
  color: #2f2929;
}
.social {
  display: block;
}
.social i {
  background-color: #FFFFFF;
  width: 27px;
  height: 28px;
  border-radius: 4px;
  margin-right: 10px;
}
nav .fab:before {
  overflow: hidden;
  font-size: 2em;
  position: relative;
  top: -2px;
  left: 0;
}
.social a:hover {
  color: #E2D0D0;
  transition: all 0.5s;
}
nav a.instagram-color {
  color: #EF5050;
}
nav a.twitter-color {
  color: #31b2d6;
}
nav a.youtube-color {
  color: #ee3234;
}
nav a.pinterest-color {
  color: #f17279;
}
nav a.linkedin-color {
  color: #0274b3;
}
.nav-line {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: dashed 1px #A79FA0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 20px 0px 20px 0px;
}
/*------------------------------------------------FORMULAIRE---------------------------------------------*/
form {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
input, textarea {
  display: block;
  width: 96%;
  border: none;
  color: #FFFFFF;
  border-top: 2px solid transparent;
  background-color: #534949;
  padding: 10px;
  font-size: 0.9em;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0px 0px 10px 0px;
  border-radius: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  color: #FFFFFF;
  border-top: 2px solid transparent;
  background-color: #534949;
  padding: 10px;
  font-size: 0.8em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.075em;
  margin: 0px 0px 10px 0px;
  border-radius: 10px;
}
#btn-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #FFFFFF;
  border: 1px solid #534949;
  border-radius: 10px;
  padding: 15px 30px 15px 30px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: auto;
  cursor: pointer;
  transition: all 0.5s;
}
#btn-submit input:hover {
  border: 1px solid #E2D0D0;
  background-color: transparent;
  transition: all 0.5s;
}
form ::placeholder {
  color: #FFFFFF;
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.07em;
}
form input:focus, form textarea:focus, form select:focus {
  border-top: 2px solid #E2D0D0;
  outline: none;
}
.mentions-formulaire {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 0.74em;
}
.mentions-formulaire a {
  color: #FFFFFF;
}
.captcha {
	border: 1px solid #E2D0D0;
	margin: 10px;
	padding : 10px;
	
}
.inputclass-captcha {
	margin-top: 20px;

}
.buttonclass{
	max-width: auto;
}
/*------------------------------------------------FOOTER---------------------------------------------*/
footer {
  width: 100%;
  padding: 40px 0px 40px 0px;
  margin: 50px 0px 0px 0px;
  display: block;
  border-top: 1px solid #837474;
}
footer p {
  color: #E2D0D0;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
}
footer a {
  color: #E2D0D0;
  text-decoration: none;
  transition: all 0.5s;
}
footer a:hover {
  color: #FFFFFF;
  transition: all 0.5s;
}