/* POLICES */
.defaultPolice {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.T0 {
  font-size: 0px;
}
.T10 {
  font-size: 10px;
}
.T11 {
  font-size: 11px;
}
.T12 {
  font-size: 12px;
}
.T14 {
  font-size: 14px;
}
.T15 {
  font-size: 15px;
}
.T16 {
  font-size: 16px;
}
.T18 {
  font-size: 18px;
}
.T19 {
  font-size: 19px;
}
.T20 {
  font-size: 20px;
}
.T22 {
  font-size: 22px;
}
.T24 {
  font-size: 24px;
}
.T25 {
  font-size: 25px;
}
.T26 {
  font-size: 26px;
}
.T30 {
  font-size: 30px;
}
.T40 {
  font-size: 40px;
}
.T50 {
  font-size: 50px;
}
.bleu {
  color: #09aac3;
}
#bloc_video object,
#bloc_video embed,
#bloc_video iframe {
  width: 100% !important;
  height: 100% !important;
}
#bloc_video,
#titre_video {
  width: 100%;
  height: 100%;
}
#titre_video {
  width: 100%;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
a.noir {
  color: #000000 !important;
}
a.vert {
  color: #608040;
}
a.gris {
  color: rgba(19, 15, 64, 0.5) !important;
}
a.gris:hover {
  color: #130f40 !important;
}
.position {
  color: #a5d31d;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
html,
body {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px;
  padding: 0;
  font-size: 20px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video {
  width: 100%;
  height: 90%;
  float: left;
  position: relative;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.video iframe,
.video object {
  width: 100%;
  height: 390px;
}
.titreVideo {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.autoBlock,
.fullBlock,
.fullBlock2,
.centerBlock {
  float: left;
  position: relative;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.autoBlock.padding10,
.fullBlock.padding10,
.fullBlock2.padding10,
.centerBlock.padding10 {
  padding: 10px;
}
.autoBlock.padding20,
.fullBlock.padding20,
.fullBlock2.padding20,
.centerBlock.padding20 {
  padding: 20px;
}
.autoBlock.padding40,
.fullBlock.padding40,
.fullBlock2.padding40,
.centerBlock.padding40 {
  padding: 40px;
}
.autoBlock.padding40HB,
.fullBlock.padding40HB,
.fullBlock2.padding40HB,
.centerBlock.padding40HB {
  padding: 40px 0;
}
.autoBlock.padding50,
.fullBlock.padding50,
.fullBlock2.padding50,
.centerBlock.padding50 {
  padding: 80px 0 50px 0;
}
.autoBlock.padding60,
.fullBlock.padding60,
.fullBlock2.padding60,
.centerBlock.padding60 {
  padding: 60px 0 40px 0;
}
.autoBlock.marginTop10,
.fullBlock.marginTop10,
.fullBlock2.marginTop10,
.centerBlock.marginTop10 {
  margin: 10px 0 0 0;
}
.autoBlock.marginTop20,
.fullBlock.marginTop20,
.fullBlock2.marginTop20,
.centerBlock.marginTop20 {
  margin: 20px 0 0 0;
}
.autoBlock.alignRight,
.fullBlock.alignRight,
.fullBlock2.alignRight,
.centerBlock.alignRight {
  text-align: right;
  width: 50%;
}
.autoBlock.blanc,
.fullBlock.blanc,
.fullBlock2.blanc,
.centerBlock.blanc {
  color: #ffffff;
}
.autoBlock.noir,
.fullBlock.noir,
.fullBlock2.noir,
.centerBlock.noir {
  color: #000000;
}
.autoBlock.bgGris,
.fullBlock.bgGris,
.fullBlock2.bgGris,
.centerBlock.bgGris {
  background-color: rgba(0, 0, 0, 0.1);
}
.autoBlock.bgVert,
.fullBlock.bgVert,
.fullBlock2.bgVert,
.centerBlock.bgVert {
  background-color: #d6e0cc;
}
hr {
  width: 100%;
  height: 1px;
  line-height: 1px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
hr.marginTop10 {
  margin: 10px 0;
}
hr.marginTop20 {
  margin: 20px 0;
}
hr.marginTopOnly20 {
  margin: 20px 0 0 0;
}
hr.marginTop30 {
  margin: 30px 0;
}
hr.marginTop50 {
  margin: 50px 0;
}
hr.marginTop10Bottom30 {
  margin: 10px 0 30px 0;
}
.autoBlock {
  width: auto;
}
.fullBlock {
  width: 100%;
  text-align: left;
}
.fullBlock2 {
  width: 100%;
  text-align: center;
}
.centerBlock {
  width: 100%;
  text-align: center;
}
.autoBlock2 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.autoBlockCenter {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.autoBlockCenter.marginRight {
  margin: 0 10px 10px auto;
}
#blocFiltreAgents {
  width: auto;
  float: right;
  position: relative;
  text-align: left;
  margin: 50px 0 0 0;
  font-size: 22px;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
}
#blocGlobal {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 0px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal a:hover {
  color: #ffffff;
}
#blocGlobal .fondDegrade {
  width: 100%;
  min-height: 90px;
  float: left;
  position: relative;
  margin: 30px 0 0 0;
  background: #eb4f4a;
  background: -moz-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eb4f4a), color-stop(11%, #ee7539), color-stop(23%, #f19b2a), color-stop(35%, #f9c925), color-stop(46%, #7cb447), color-stop(58%, #31a89e), color-stop(66%, #418ebb), color-stop(75%, #7467c9), color-stop(85%, #b932dc), color-stop(93%, #7c31d8), color-stop(100%, #4a34d4));
  background: -webkit-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
  background: -o-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
  background: -ms-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
  background: linear-gradient(to right, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4f4a', endColorstr='#4a34d4', GradientType=1);
}
#blocGlobal .fondDegrade.footer {
  height: 90px;
  min-height: inherit;
  margin: 0;
  padding: 0 15px;
}
#blocGlobal #entete {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 0 0;
  font-size: 24px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /*** menu burger ***/

  /*** fin burger ***/

}
#blocGlobal #entete #logo {
  width: 60%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #logo:before {
  content: "";
  width: 280px;
  height: 128px;
  float: right;
  background: transparent url('/media/img/logo.png') left top no-repeat;
  background-size: 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #enteteD {
  width: 40%;
  height: auto;
  float: left;
  position: relative;
  text-align: right;
  padding: 0 30px 0 10px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #enteteD .btnRS {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 15px;
  float: right;
  position: relative;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #enteteD .btnRS:hover {
  filter: alpha(opacity=50);
  opacity: 1;
}
#blocGlobal #entete #enteteD .btnRS#facebook {
  background: transparent url('/media/img/facebook.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #entete #enteteD .btnRS#twitter {
  background: transparent url('/media/img/twitter.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #entete #enteteD .btnRS#instagram {
  background: transparent url('/media/img/instagram.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #entete #enteteD #formRech {
  clear: both;
  float: right;
  position: relative;
  margin: 70px 0 0 0;
}
#blocGlobal #entete #enteteD #formRech input[type="image"] {
  width: 30px;
  float: left;
  position: relative;
  border: none;
}
#blocGlobal #entete #enteteD #formRech label {
  max-width: 250px;
  height: 30px;
  float: left;
  position: relative;
  border-bottom: solid 1px rgba(19, 15, 64, 0.2);
}
#blocGlobal #entete #enteteD #formRech label input[type="text"] {
  width: 100%;
  float: left;
  position: relative;
  border: none;
  color: #130f40;
  padding: 0 0 0 10px;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
#blocGlobal #entete .menu-toggle {
  display: none;
}
#blocGlobal #entete nav {
  width: 86%;
  float: left;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete nav ul {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 10px 0 0 0;
}
#blocGlobal #entete nav ul li {
  float: left;
  height: 60px;
  padding: 0 15px;
  text-align: center;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete nav ul li:not(:first-child) {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
#blocGlobal #entete nav ul li a {
  min-width: 100px;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
#blocGlobal #entete nav ul li a.sel {
  color: #ffffff;
}
#blocGlobal #entete #equipeContacts {
  position: absolute;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 15px 65px 0 15px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 16px;
  font-size: 18px;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #equipeContacts:after {
  content: "";
  width: 56px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url('/media/img/pictoContact.png') left top no-repeat;
  background-size: 100%;
  filter: alpha(opacity=50);
  opacity: 0.6;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #entete #equipeContacts:hover:after {
  filter: alpha(opacity=50);
  opacity: 1;
}
#blocGlobal #contenu {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #contenu #blocMetierTrombi {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 10px;
  margin: 25px 0;
}
#blocGlobal #contenu #blocMetierTrombi h1 {
  margin: 0;
  padding: 0;
  color: #130f40;
  font-size: 40px;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
}
#blocGlobal #contenu .maxWidth960 {
  max-width: 960px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  font-size: 15px;
}
#blocGlobal #contenu .maxWidth960.alignCenter {
  text-align: center;
}
#blocGlobal #contenu .maxWidth960 a {
  color: rgba(19, 15, 64, 0.5);
}
#blocGlobal #contenu .maxWidth960 a:hover {
  color: #130f40;
}
#blocGlobal #contenu .maxWidth960 img.partenaire {
  max-width: 350px;
  width: 100%;
}
#blocGlobal #contenu input[type="submit"] {
  width: auto;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 20px auto;
  padding: 0 10px;
  background-color: #36335c;
  color: #ffffff;
  cursor: pointer;
  border: none;
  -moz-border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  border-radius: 0.1875em;
  font-size: 20px;
}
#blocGlobal #footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 15px 0 0 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #footer #footerG {
  width: 30%;
  height: 50px;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url('/media/img/logoFooter.png') left top no-repeat;
  background-size: 110px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #footer #footerC {
  width: 40%;
  height: auto;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 15px;
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #footer #footerC a {
  color: #ffffff;
}
#blocGlobal #footer #footerD {
  width: 30%;
  height: auto;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #footer #footerD .btnRS {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 15px;
  float: right;
  position: relative;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #footer #footerD .btnRS:hover {
  filter: alpha(opacity=50);
  opacity: 1;
}
#blocGlobal #footer #footerD .btnRS#facebook2 {
  background: transparent url('/media/img/facebook2.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #footer #footerD .btnRS#twitter2 {
  background: transparent url('/media/img/twitter2.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #footer #footerD .btnRS#instagram2 {
  background: transparent url('/media/img/instagram2.png') left top no-repeat;
  background-size: 100%;
}
#blocGlobal #footer #mentionslegales {
  float: right;
  margin: 15px 15px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: freight-neo-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
#blocGlobal #footer #mentionslegales:hover {
  color: #000000;
}
@media (min-width: 1240px) {
  #blocGlobal #entete nav ul {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1240px) {
  #blocGlobal #entete .menu-toggle {
    position: absolute;
    z-index: 6;
    display: inline;
    padding: 0.8em;
    top: 24px;
    left: 0;
    cursor: pointer;
  }
  #blocGlobal #entete .menu-toggle:hover .hamburger,
  #blocGlobal #entete .menu-toggle:hover .hamburger:before,
  #blocGlobal #entete .menu-toggle:hover .hamburger:after {
    background: #ffffff;
  }
  #blocGlobal #entete .hamburger,
  #blocGlobal #entete .hamburger::before,
  #blocGlobal #entete .hamburger::after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.6);
    height: 3px;
    width: 2em;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
  }
  #blocGlobal #entete .hamburger::before {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  #blocGlobal #entete .hamburger::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  #blocGlobal #entete .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
  }
  #blocGlobal #entete .open .hamburger:before {
    display: none;
  }
  #blocGlobal #entete .open .hamburger:after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
    background: #ffffff;
  }
  #blocGlobal #entete nav {
    width: 100%;
    float: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
  }
  #blocGlobal #entete nav ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: none;
    overflow: hidden;
    background: #eb4f4a;
    background: -moz-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #eb4f4a), color-stop(11%, #ee7539), color-stop(23%, #f19b2a), color-stop(35%, #f9c925), color-stop(46%, #7cb447), color-stop(58%, #31a89e), color-stop(66%, #418ebb), color-stop(75%, #7467c9), color-stop(85%, #b932dc), color-stop(93%, #7c31d8), color-stop(100%, #4a34d4));
    background: -webkit-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
    background: -o-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
    background: -ms-linear-gradient(left, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
    background: linear-gradient(to right, #eb4f4a 0%, #ee7539 11%, #f19b2a 23%, #f9c925 35%, #7cb447 46%, #31a89e 58%, #418ebb 66%, #7467c9 75%, #b932dc 85%, #7c31d8 93%, #4a34d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4f4a', endColorstr='#4a34d4', GradientType=1);
  }
  #blocGlobal #entete nav ul.opening {
    height: auto;
    overflow: inherit;
    text-align: center;
  }
  #blocGlobal #entete nav ul li {
    width: 60%;
    height: auto;
    border-left: none;
    margin: 0 auto;
    padding: 10px 0 0 0;
    float: none;
    display: inline-block;
  }
  #blocGlobal #entete nav ul li:not(:first-child) {
    border-left: none;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin: 10px 0 0 0;
  }
  #blocGlobal #entete nav ul li:last-child {
    padding: 10px 0 10px 0;
  }
  #blocGlobal #entete nav ul li a {
    padding: 0;
    top: inherit;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  .fullBlock.centerMobile {
    text-align: center;
  }
  #blocGlobal .fondDegrade.footer {
    height: auto;
  }
  #blocGlobal #entete #logo {
    width: 100%;
    text-align: center;
  }
  #blocGlobal #entete #logo:before {
    content: "";
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  #blocGlobal #entete #enteteD {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  #blocGlobal #entete #enteteD .btnRS {
    float: none;
    display: inline-block;
    margin: 20px auto 0 10px;
  }
  #blocGlobal #entete #enteteD #formRech {
    width: 100%;
    clear: inherit;
    float: none;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #blocGlobal #entete #enteteD #formRech input[type="image"] {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  #blocGlobal #entete #enteteD #formRech label {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  #blocGlobal #footer #footerG {
    width: 110px;
    top: inherit;
    transform: none;
    float: none;
    display: inline-block;
    margin: 20px auto 0 auto;
  }
  #blocGlobal #footer #footerC {
    width: 100%;
    top: inherit;
    transform: none;
    margin: 20px 0 0 0;
  }
  #blocGlobal #footer #footerD {
    width: 100%;
    top: inherit;
    transform: none;
    text-align: center;
    margin: 20px 0;
  }
  #blocGlobal #footer #footerD .btnRS {
    margin: 0 auto 0 15px;
    float: none;
    display: inline-block;
  }
}
