.grille2 {
  display: table;
  width: 100%;
}
.grille2 .rangee {
  display: table-row;
}
.grille2 .colonne {
  display: table-cell;
  vertical-align: top;
  height: 330px;
  padding-bottom: 18px;
  padding-right: 9px;
  font-size: 14px;
}
.grille2 .colonne h3, .grille2 .colonne h2 {
  color: lime;
  margin-top: 36px;
}
.grille2 .colonne:first-child {
  width: 55%;
  padding-right: 36px;
  /*p::first-letter{
  	font-weight: bold;
  	font-size: 18px;
  }*/
}
.grille2 .colonne:nth-child(2) {
  width: 17%;
}
.grille2 .colonne:last-child {
  vertical-align: middle;
  width: 28%;
}
.grille2 .colonne:last-child img {
  width: 100%;
}

body {
  background-color: #f5f2ea;
  margin: 0px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

/*
header{
	background-color: #FFF;
	width:100%;
	border-bottom: 7px solid #36f;
	height: 80px;
	margin-bottom: 18px;

	.logo{
		padding-top: 2px;
	}
}*/
header {
  background-color: black;
  width: 100%;
  padding: 18px 0;
  height: 118px;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 78px;
}
header .banniere-entete {
  background-image: url("/images/nouveau/entete.png");
  background-size: 100%;
  height: 160px;
  background-repeat: no-repeat;
}
header > div {
  border-radius: 5px;
}
header .logo {
  padding-top: 44px;
  padding-left: 34px;
  border-radius: 10px;
}
header .slogan {
  color: black;
  display: inline-block;
  width: 700px;
  padding: 14px 0;
  padding-left: 12px;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-bottom;
}
header .slogan span {
  padding: 12px 0px;
  width: 100%;
  display: inline-block;
  border-radius: 0px 5px 5px 0px;
}
@media (max-width: 1300px) {
  header .slogan {
    width: 600px;
    padding: 10px 0;
    padding-left: 12px;
    font-style: italic;
    font-size: 22px;
  }
  header .logo img {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  header .slogan {
    width: 550px;
    padding: 5px 0;
    padding-left: 12px;
    font-style: italic;
    font-size: 20px;
  }
  header .logo img {
    height: 50px;
  }
}

.gras {
  font-weight: bold;
}

.delimiter-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 36px;
}

header ul {
  list-style: none;
  float: right;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  margin-right: 36px;
}
header ul li {
  display: inline-block;
}
header ul li + li {
  margin-left: 9px;
}
header ul a {
  color: #FFF;
  display: inline-block;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}
header ul a:hover {
  text-decoration: underline;
}

.bloc-liste {
  text-align: left;
}

.centre {
  text-align: center;
}

.bloc-video {
  border: 1px solid gray;
  /*div{
  	/*max-width: 500px;*/
  /*min-width: 330px;
  	height: 260px;
  	background-color: #717171;
  	display: inline-block;
  	width: 100%;
  }*/
}
.bloc-video .vjs-fullscreen-control {
  display: none;
}
.bloc-video .vjs-big-play-centered .vjs-big-play-button {
  margin-left: -2em;
}

.texte-recherche {
  font-size: 18px;
}

.gras {
  font-weight: bold;
}

.liste-image > .bloc-liste {
  margin-bottom: 9px;
}

main {
  margin-bottom: 78px;
}

.grille {
  display: table;
  /*width: 100%;*/
  border-bottom: 18px solid white;
}
.grille .rangee {
  display: table-row;
}
.grille .colonne {
  display: table-cell;
  vertical-align: middle;
  width: 330px;
  height: 330px;
}
.grille .colonne:first-child {
  border-right: 9px solid white;
  background-color: #fba800;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(#fd631f, #fd8420);
}

.tvert {
  color: lime;
  font-weight: bold;
}

.bloc-opportunite {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 36px;
}

.logo {
  display: inline-block;
  border-radius: 10px;
}

.banniere-video {
  background-color: #000;
  padding: 18px 0;
}

.banniere-vide img {
  height: 50px;
}

#conteneur-info1 {
  max-width: 900px;
  display: inline-block;
}

.grille1 {
  display: table;
  width: 100%;
}
.grille1 .rangee {
  display: table-row;
}
.grille1 .colonne {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  height: 330px;
  padding-bottom: 18px;
  padding-right: 9px;
}
.grille1 .colonne:first-child p::first-letter {
  font-weight: bold;
  font-size: 18px;
}
.grille1 .colonne:nth-child(2) img {
  margin: 9px 0;
}

.page-noir {
  background-color: black;
}

.milieu {
  vertical-align: middle;
}

.texte-vert {
  text-align: center;
  text-transform: uppercase;
  color: #01ff00;
  font-weight: bold;
}

.conteneur-form .champ {
  width: 33%;
}

.radio {
  width: inherit;
  display: inline-block;
}
.radio input {
  width: 10px;
  display: inline-block;
}

form label {
  font-size: 14px;
}
form input[type=text], form input[type=password], form input[type=phone], form input[type=email], form select {
  width: 100%;
  padding: 8px 16px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
}
form textarea {
  border: 1px solid #ccc;
  width: 99%;
  font-size: 14px;
}
form .actions {
  text-align: center;
}

#btn-envoi {
  max-width: 240px;
}

.page-accueil {
  background-color: black;
  color: white;
}

.page-contact {
  color: black;
}

#message-succes.visible {
  display: block;
}

.vjs-play-control {
  max-width: 60px;
}
