/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
@import url("selecteurs.css");
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-autowidth {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.centered-vertical {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
/****** Selecteur */
/****** fin Selecteur */
html {
  max-width: 100vw;
  overflow-x: hidden;
}
.voice-family-mixin {
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#hpBottomElements .withImgHome p a {
  color: #474747;
}
.testtest td {
  border: 1px solid green;
  margin: 0;
  padding: 0;
}
.testtest td > img {
  border: 1px solid blue;
  margin: 0;
  padding: 0;
}
.faqNavigation {
  float: right;
}
.faqNavigation a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 3px 0 0 10px;
}
.faqNavigation a:hover {
  text-decoration: underline;
}
* {
  font-family: Arial, Verdana, sans-serif;
}
body {
  font-size: 68.75%;
  text-align: center;
}
body#popup {
  background: #fff;
}
body.cookies {
  padding-top: 40px;
}
.bulletList {
  list-style: square;
}
/* structure principal du site */
div#mainContent {
  width: 100%;
  margin: 17px auto;
  text-align: left;
}
body:not(.is-mobile) div#mainContent {
  max-width: 970px;
}
div#contentBodyFooter {
  width: 100%;
  position: absolute;
  top: 105px;
  z-index: 10;
}
body:not(.is-mobile) div#contentBodyFooter {
  max-width: 970px;
}
div#header {
  position: absolute;
  z-index: 1000;
  /*top:10px;*/
  width: 100%;
}
body:not(.is-mobile) div#header {
  max-width: 970px;
}
div#header #logo {
  margin: 3px 0 7px 11px;
  width: 158px;
  height: 44px;
  display: block;
  float: left;
  background: transparent no-repeat top left;
}
div#header #menuLang {
  float: right;
  height: 17px;
  text-align: right;
  margin-top: 22px;
  font-weight: bold;
  font-size: 0.909em;
}
div#header #menuLang li {
  display: inline;
  float: left;
}
div#header #menuLang li a {
  display: block;
  color: #9baec4;
  text-decoration: none;
  margin: 3px 0 0 10px;
}
div#header #menuLang li a:link,
div#header #menuLang li a:visited,
div#header #menuLang li a:active {
  background-position: 0 -20px;
}
div#header #menuLang li a:hover {
  background-position: 0 0;
}
div#header #menuLang li:hover {
  text-decoration: underline;
}
div#header #menuLang li#linkActivBox {
  margin: 0;
  padding: 0;
  width: 93px;
  height: 20px;
  background-repeat: no-repeat;
}
div#header #menudyn {
  width: 695px;
  padding: 2px 0 0 5px;
  height: 15px;
  /*margin-bottom: 6px;
    border:1px solid red;*/
  position: relative;
  float: left;
}
/* menu de langues */
/* menu byPass */
#byPass {
  display: none;
}
/* menu principal */
#menudyn > ul > li > a {
  width: auto !important;
  background: none !important;
  font-size: 10px !important;
}
#menudyn > ul > li > a > span {
  color: #fff;
  font-size: 10px;
  width: auto;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  font-weight: normal;
}
#menudyn ul {
  position: relative;
  width: 703px;
  background: transparent url("../images/spacer.gif");
}
#menudyn ul li {
  height: 15px;
  float: left;
  position: relative;
  display: block;
  background: transparent url("../images/spacer.gif");
  /*margin-right: 15px;*/
}
#menudyn ul li#lastElemMenuDyn {
  margin: 0;
}
#menudyn ul li ul {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: transparent url("../images/spacer.gif");
  width: 205px;
  border-top: solid 1px #919196;
}
#menudyn ul li ul li {
  height: auto;
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 205px;
  margin-right: 0;
  margin-top: -3px;
}
#menudyn ul li ul li.premElement {
  margin-top: 0;
}
#menudyn ul li ul li a {
  background-color: #fff;
  color: #000;
  padding: 2px 20px 2px 10px;
  display: block;
  width: 185px;
  border-bottom: solid 1px #919196;
}
#menudyn ul li ul li a:hover {
  background-color: #73777c;
  color: #fff;
}
#menudyn ul li:hover ul {
  display: block;
}
#menudyn ul li a {
  display: block;
  width: auto;
  float: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 15px;
}
html > body #menudyn ul li ul li {
  margin-top: 0;
}
/* SANS IE7 */
/* moteur de recherche */
div#header #search {
  width: 260px;
  /*height: 15px;*/
  float: right;
  text-align: right;
  border-left: 1px solid #304466;
  margin-top: -4px;
}
div#header #search p {
  width: 260px;
}
div#header #search label {
  /*float:left;*/
  padding: 4px 7px 0;
  color: #fff;
  font-size: 0.909em;
}
div#header #search input,
div#header #search a {
  border: none;
}
div#header #search a {
  margin-left: 2px;
}
div#header #search input#searchText {
  height: 14px;
  width: 120px;
  font-size: 0.9em;
  padding-left: 5px;
  margin-right: 2px;
}
div#header #search #Mtscles {
  width: 161px;
  padding: 2px;
  border: 1px solid #304466;
  border-right-width: 0;
  height: 17px;
  background: url(../images/bg_inputSearch.gif) no-repeat;
}
div#header #search #doSearch {
  border: 1px solid #304466;
  border-left-width: 0;
}
/* footer */
#footer {
  margin: 8px 5px 0 0;
  display: block;
  font-size: 0.909em;
}
#footer li,
#footer li a {
  color: #ffffff;
}
#footer ul {
  float: right;
}
#footer ul li {
  display: inline;
}
#footer ul li a,
#footer ul li span {
  display: block;
  float: left;
}
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active {
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul li span {
  /* margin: 0 5px; */
  padding: 0 5px;
}
#footer #copyright {
  color: #fff !important;
}
#footer1,
#footer2 {
  margin-bottom: 6px;
  display: block;
  text-align: right;
}
#footer2 {
  margin-right: 0;
}
#footer2 li {
  color: #a9b8ca;
}
#footer2 li a,
#footer2 li span {
  color: #a9b8ca;
}
#footer2 li#copyright {
  color: #ffffff;
}
#footer,
#footer1,
#footer2 {
  float: right;
}
/* debut body content */
#bodyContent {
  background: #fff;
  position: relative;
  width: 100%;
}
body:not(.is-mobile) #bodyContent {
  max-width: 970px;
}
#addPadding {
  padding: 25px 0 25px 20px;
}
#addPadding .encartType p a {
  color: #474747;
  text-decoration: none;
}
#addPadding .encartType p a:hover {
  text-decoration: underline;
}
/* titre h1 */
.ssHomeGroupe #addPadding .groupe,
#addPadding .rubricTitle {
  background: transparent no-repeat top left;
  height: 29px;
  width: 100%;
  margin-bottom: 23px;
  cursor: hand;
}
.rubricTitle a {
  text-decoration: none !important;
  color: #000;
}
/* sous menu */
#contentSsMenu {
  width: 150px;
  float: left;
  margin-right: 10px;
}
#contentSsMenu ul li {
  display: inline;
}
#contentSsMenu ul li #ssNavLastItemInv {
  margin-top: 5px;
  padding-top: 5px;
  display: block;
}
#contentSsMenu ul li a,
#contentSsMenu ul li span {
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 2px 8px;
  margin-bottom: 1px;
  display: block;
}
#contentSsMenu ul li a.actif,
#contentSsMenu ul li span {
  color: #fff;
  font-weight: bold;
  background-image: url("../images/puce_ss_menu_actif.gif");
}
#contentSsMenu ul li a {
  background-image: url("../images/puce_ss_menu.gif");
  background-color: transparent;
  color: #000;
}
#contentSsMenu ul li a:link,
#contentSsMenu ul li a:visited,
#contentSsMenu ul li a:active {
  text-decoration: none;
}
#contentSsMenu ul li a:hover {
  text-decoration: underline;
}
#contentSsMenu ul li ul {
  margin-bottom: 5px;
}
#contentSsMenu ul li ul li {
  font-size: 0.9em;
}
#contentSsMenu ul li ul li a,
#contentSsMenu ul li ul li span {
  padding: 2px 8px 2px 15px;
  background-position: 8px 6px;
}
#contentSsMenu ul li ul li a.actif,
#contentSsMenu ul li ul li span {
  background-image: url("../images/puce_ss_menu_niv2_white.gif");
}
#contentSsMenu ul li ul li a {
  background-image: url("../images/puce_ss_menu_niv2.gif");
}
/* block Ss home */
.ssHomePremBlock {
  width: 485px;
  height: 485px;
  float: left;
}
#encartEdito {
  width: 272px;
  float: left;
  margin-top: -10px;
}
#encartEdito .withImg {
  float: left;
  width: 205px;
}
#encartEdito .imgType {
  width: 50px;
  margin-right: 10px;
  float: left;
}
#encartEdito .withImgHome {
  float: left;
  width: 195px;
}
#encartEdito .imgTypeHome {
  width: 60px;
  margin-right: 10px;
  float: left;
}
#encartEdito .imgTypeHome img {
  border: 1px solid #a6a7ab;
}
.noBorderImg img {
  border: solid 1px #fff;
}
.borderImg img {
  border: solid 1px #cfbeb7;
}
h3.linkPuce {
  display: block;
  padding-left: 8px;
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat 0 4px;
}
h3.linkPuce a {
  color: #000;
  text-decoration: none;
}
h3.linkPuce a:hover {
  text-decoration: underline;
}
/* debut Encart type */
.encartType h1,
.encartType h2,
.encartTypePremElem h2,
.ssHomeGroupe #addPadding .encartType h1 {
  color: #000;
  padding: 0 0 0 10px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  /*font-size: 1.8em;
  font-weight: bold;*/
}
.encartType h3,
.encartTypePremElem h3 {
  color: #000;
  margin: 0;
  font-size: 1.1em;
}
.ssHomeGroupe #addPadding .encartType h1 {
  height: auto;
}
.encartType h2 {
  color: #000;
  font-size: 1.4em;
  background-position: 0 6px;
  /* Sylvain 20/05/09, position relative ? pose pb ds IE, verif pas utile ds d'autres conditions.
  CF aussi .encartType a.linkPuce
  position: relative;*/
  width: 90%;
}
.encartType h2.ssPuces {
  color: #000;
  font-size: 1.4em;
  background: none;
  padding: 0;
}
.encartTypePremElem h2,
.encartTypePremElem h1 {
  font-size: 1.8em;
  background-position: 0 10px;
  font-weight: lighter;
}
.encartType,
.encartTypePremElem {
  font-size: 0.9em;
}
.encartType p,
.encartTypePremElem p {
  margin-bottom: 5px;
  display: block;
}
.encartType a.linkPuce,
.encartTypePremElem a.linkPuce,
ul.linkPuce li a,
#contentCols a.linkPuce,
#listResultPress li h4 a,
.SearchResultBySite a.linkPuce,
#mainCol .linkRight a.linkPuce {
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat 0 4px;
  padding-left: 8px;
  text-decoration: none;
  color: #1a1b22;
  display: block;
  /* Sylvain 20/05/09, position relative ? pose pb ds IE, verif pas utile ds d'autres conditions.
  cf aussi .encartType h2
  position: relative;*/
  width: 90%;
}
a.download {
  background: transparent url("../images/picto_fichiers/picto_dl.png") no-repeat;
  text-decoration: none;
  padding: 8px 0 5px 30px;
  color: #000000;
  line-height: 20px;
}
a.download:hover {
  text-decoration: underline;
}
#contentCols a.linkPuce:hover,
#listResultPress li h4 a:hover,
.SearchResultBySite a.linkPuce:hover {
  text-decoration: underline;
}
ul.documents {
  margin-top: 8px;
  width: 100%;
  position: relative;
}
ul.documents li {
  display: inline;
}
ul.documents li a,
a.documents,
.ssHomeGroupe h3 a {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #1a1b22;
  display: block;
  margin-bottom: 3px;
  padding-bottom: 2px;
  position: relative;
}
ul.documents li a,
a.documents {
  padding-left: 30px;
}
.ssHomeGroupe h3 a {
  font-weight: normal;
  font-size: 0.9em;
}
.ssHomeGroupe h3 a:hover {
  text-decoration: underline;
}
.lienVideo.documents {
  margin-top: 10px;
}
.bgGris .lienVideo.documents {
  margin-top: 5px;
}
a.documents:hover {
  text-decoration: underline;
}
.bgMonde {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/groupe/bg_encart_monde.gif");
}
.textMonde,
#formMondeSelPays select,
#formMondeSelMarque select,
#formMondeSelActiv select {
  width: 250px;
  margin-bottom: 0;
}
#formMondeSelActiv {
  margin-top: 3px;
}
#formMondeSelActiv input {
  margin-top: -5px;
}
a.lien {
  background-repeat: no-repeat;
}
a.lienPdf {
  background-repeat: no-repeat;
  padding-left: 29px;
  min-height: 17px;
  display: flex;
  background-image: url("../images/picto_fichiers/picto_pdf.gif");
}
a.lienExcel {
  background-repeat: no-repeat;
  padding-left: 29px;
  min-height: 17px;
  display: flex;
  background-image: url("../images/picto_fichiers/picto_excel.gif");
}
a.lienVideo {
  background-repeat: no-repeat;
  padding-left: 29px;
  min-height: 17px;
  display: flex;
  background-image: url("../images/picto_fichiers/picto_video.gif");
}
a.lienPuce {
  background-repeat: no-repeat;
  padding-left: 29px;
  min-height: 17px;
  display: flex;
  background-image: url("../images/picto_fichiers/picto_puce.gif");
}
.encartType a.linkPuce:hover,
.encartTypePremElem a.linkPuce:hover,
ul.linkPuce li a:hover,
ul.documents li a:hover {
  text-decoration: underline;
}
ul.linkPuce li {
  display: inline;
}
/* gestion des titres puces */
.rose {
  background-image: url("../images/puces_titre/rose.gif");
}
.vert {
  background-image: url("../images/puces_titre/vert.gif");
}
.bleu {
  background-image: url("../images/puces_titre/bleu.gif");
}
.ssHomeGroupe #addPadding .encartType h1.bleuFonce,
.bleuFonce {
  background-image: url("../images/puces_titre/bleuFonce.gif");
}
.jaune {
  background-image: url("../images/puces_titre/jaune.gif");
}
.rouge {
  background-image: url("../images/puces_titre/rouge.gif");
}
.gris {
  background-image: url("../images/puces_titre/gris.gif");
}
.orange {
  background-image: url("../images/puces_titre/orange.gif");
}
.mauve {
  background-image: url("../images/puces_titre/mauve.gif");
}
/* gestion des encarts avec bordure */
div.borderTop {
  width: 100%;
  margin-top: 0;
}
body:not(.is-mobile) div.borderTop {
  max-width: 970px;
}
html > body div#premLigneHp {
  margin-top: -3px;
}
html > body div.borderTop {
  margin-top: -1px;
  clear: both;
  float: none;
}
div.blockReferenceBottom {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 699px) {
  div.blockReferenceBottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
div.blockReferenceBottom .encartDemis,
div.blockReferenceBottom .encartQuart {
  float: left;
  height: auto !important;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
div.blockReferenceBottom .encartDemis .addMarginAvecFond,
div.blockReferenceBottom .encartQuart .addMarginAvecFond,
div.blockReferenceBottom .encartDemis .addMarginAvecFondGrisFonce,
div.blockReferenceBottom .encartQuart .addMarginAvecFondGrisFonce {
  height: auto;
  width: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
div.blockReferenceBottom .encartDemis p a,
div.blockReferenceBottom .encartQuart p a {
  color: #1a1b22;
  text-decoration: none;
}
div.blockReferenceBottom .encartDemis p a:hover,
div.blockReferenceBottom .encartQuart p a:hover {
  text-decoration: underline;
}
div.blockReferenceBottom .encartDemis .insideEncartReference,
div.blockReferenceBottom .encartQuart .insideEncartReference {
  position: relative;
}
div.blockReferenceBottom .encartQuart {
  width: 25% !important;
  /* MAJ, 483px to auto */
  box-sizing: border-box !important;
  /* NEW */
}
div.blockReferenceBottom .encartQuart.encartQuartLeft {
  border: none;
  width: 244px;
  /*MAJ FROM 243 to 244px */
}
div.blockReferenceBottom .encartQuart .addMarginSsFond {
  margin: 15px 10px 5px 20px;
  /*MAJ 15/11/2017 20px 10px 0 20px; to 15px 10px 5px 20px; */
}
div.blockReferenceBottom .encartDemis.encartDemisLeft {
  width: 485px;
}
div.blockReferenceBottom .encartDemis.encartDemisRight {
  width: 484px;
}
div.blockReferenceBottom .encartDemis .addMarginSsFond {
  margin: 20px;
}
div.blockReferenceBottom .encartDemis #contentMarquesSlick {
  max-width: 440px;
}
div.blockReferenceBottom .addMarginAvecFond,
div.blockReferenceBottom .addMarginAvecFondGrisFonce {
  margin: 0;
  /* MAJ FROM 4px to 0*/
  background-color: #d1d1d4;
  padding: 16px;
  position: relative;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
  height: auto !important;
  /*MAJ, 140px to auto */
}
div.blockReferenceBottom .addMarginAvecFondGrisFonce {
  background-color: #929197;
  color: #fff;
}
div.blockReferenceBottom .addMarginAvecFondGrisBleu {
  background-color: #eaeff3;
}
div.blockReferenceBottom .borderTop .addMarginAvecFondGrisFonce h2,
div.blockReferenceBottom .borderTop .addMarginAvecFondGrisFonce a.linkPuce {
  color: #fff;
}
div.blockReferenceBottom .borderTop .addMarginAvecFondGrisFonce a.linkPuce {
  background-image: url("../images/puce_ss_menu_niv2_white.gif");
}
div.blockReferenceBottom .encartDemisLeft .addMarginAvecFond,
div.blockReferenceBottom .encartDemisLeft .addMarginAvecFondGrisFonce {
  width: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
div.blockReferenceBottom .encartDemisRight .addMarginAvecFond,
div.blockReferenceBottom .encartDemisRight .addMarginAvecFondGrisFonce {
  width: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
div.blockReferenceBottom .encartDemis .imgType {
  width: 140px;
  margin-right: 20px;
  float: left;
}
div.blockReferenceBottom .encartQuart .imgType {
  width: 80px;
  margin-right: 10px;
  float: left;
}
div.blockReferenceBottom .encartDemis .imgType img,
div.blockReferenceBottom .encartQuart .imgType img {
  display: block;
}
div.blockReferenceBottom .encartDemis .withImg {
  float: left;
  width: 284px;
}
div.blockReferenceBottom .encartQuart .withImg {
  float: left;
  width: 111px;
}
div.blockReferenceBottom .withOutImg {
  width: 100%;
}
div.blockReferenceBottom #bodyContent .encartDemis .linkPuce.posAbsTopRight {
  position: absolute;
  display: block;
  top: 22px;
  right: 20px;
  width: auto;
}
div.blockReferenceBottom .encartQuart .addMarginAvecFond ul.documents li a,
div.blockReferenceBottom .encartQuart .addMarginAvecFondGrisFonce ul.documents li a {
  width: 170px;
}
/* titre de page typique et menu impression et envoie */
#titreMenu {
  margin-bottom: 10px;
  margin-left: 10px;
}
#titreMenu h1 {
  float: left;
  font-size: 2em;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
#titreMenu ul {
  float: right;
  width: 180px;
  margin-top: 5px;
}
.rhv2-is-mobile #titreMenu ul {
  display: none !important;
}
#titreMenu ul li {
  float: left;
  padding-left: 5px;
}
#titreMenu ul li:not(:only-child) {
  border-left: solid 1px #cacacd;
}
#titreMenu ul li a {
  color: #000;
  display: block;
  padding-left: 17px;
  text-decoration: none;
  background-position: 0 2px;
  background-repeat: no-repeat;
}
#titreMenu ul li a:hover {
  text-decoration: underline;
}
#titreMenu ul li a#imprime {
  margin-right: 15px;
  background-image: url("../images/picto_imprime.gif");
}
#titreMenu ul li a#envoie {
  background-image: url("../images/picto_envoie.gif");
}
#titreMenu ul.action-wrapper li:first-child:not(:only-child) {
  padding-right: 6px;
}
#titreMenu ul.action-wrapper li:first-child:not(:only-child) a:not(#imprime) {
  padding-left: 4px;
}
/* systèmes de colonages */
#contentCols {
  width: 790px;
  float: right;
  margin-top: -5px;
  height: 370px;
}
html > body #contentCols {
  height: auto;
  min-height: 370px;
}
#mainCol {
  /*width: 630px;*/
  width: 600px;
  float: left;
  padding-left: 10px;
  text-align: justify;
}
#mainColHomeRi {
  width: 485px;
  float: left;
  margin-left: 5px;
}
#rightCol {
  float: right;
  width: 140px;
  margin-right: 3px;
}
#rightColHomeRi {
  float: right;
  width: 225px;
  margin-right: 50px;
  display: inline;
}
#rightCol.avecBordures img {
  width: 138px;
  border: solid 1px #ededee;
}
#rightCol.avecBordures .encartImg img {
  text-align: center;
  vertical-align: middle;
  height: 139px;
  border-top: solid 1px #ededee;
  margin-top: -1px;
  position: relative;
  display: block;
  padding-top: 1px;
}
html > body #rightCol.avecBordures .encartImg img {
  min-height: 139px;
  height: auto;
}
/* contenus */
#mainCol p {
  margin-bottom: 15px;
}
#mainCol p.intro {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
}
#mainCol h3 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 5px;
}
#mainCol div.floatLeft img,
#mainCol div.floatRight img {
  display: block;
  margin-top: 2px;
}
#mainCol div.floatLeft img {
  margin-right: 10px;
}
#mainCol div.floatRight img {
  margin-left: 10px;
}
a.retour {
  color: #000;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url("../images/puce_retour.gif") no-repeat 0 5px;
  padding-left: 10px;
}
a.retour:hover {
  text-decoration: underline;
}
.mainContentContact {
  /*width: 375px;*/
  width: 597px;
  margin-bottom: 15px;
}
.mainContentContact ul {
  border-top: solid 1px #73777c;
}
.mainContentContact ul li {
  border-top: solid 1px #cacacd;
  padding: 5px 0;
}
.mainContentContact ul li a {
  text-decoration: none;
  color: #474747;
}
.mainContentContact ul li a:hover {
  text-decoration: underline;
}
.mainContentContact ul li.premElem {
  border-top: none;
}
.mainContentFiles {
  background: #ededee;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
}
.mainContentFiles ul.documents li a {
  margin-bottom: 10px;
}
.mainContentFiles {
  background: #ededee;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
}
li#interactVers {
  background-color: #ededee;
  padding: 0 5px;
  margin-bottom: 5px;
  display: block;
  clear: both;
}
#searchPresse {
  margin-bottom: 15px;
}
#searchPresse p {
  margin: 0;
}
#searchPresse #premPSearchPresse {
  background: #ededee;
  padding: 10px 0 10px 10px;
  text-align: center;
  position: relative;
  width: 586px;
}
html > body #searchPresse {
  width: 590px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  flex-direction: column;
}
#searchPresse #premPSearchPresse select#selMarque,
#searchPresse #premPSearchPresse select#selActivite,
#searchPresse #premPSearchPresse select#selPays {
  width: 270px;
}
html > body #searchPresse #premPSearchPresse select#selMarque,
html > body #searchPresse #premPSearchPresse select#selActivite,
html > body #searchPresse #premPSearchPresse select#selPays {
  width: 280px;
}
#searchPresse #premPSearchPresse input#Mtscles {
  width: 270px;
}
html > body #searchPresse #premPSearchPresse input#Mtscles {
  width: 276px;
}
#searchPresse #premPSearchPresse input#Mtscles,
#searchPresse #premPSearchPresse select#selActivite {
  margin-right: 10px;
}
#mainCol input.text,
#mainCol select {
  border: solid 1px #d3cecd;
}
#motClef {
  width: 69px;
  padding-left: 5px;
  height: 17px;
  margin-left: 3px;
}
html > body #motClef {
  margin-left: 0;
}
#mainCol label {
  color: #474747;
  margin-top: 3px;
}
#mainCol select.dateMois {
  width: 46px;
}
#mainCol select.dateAn {
  width: 46px;
}
#mainCol input.text,
#mainCol select,
#mainCol label {
  color: #000;
  display: block;
  float: left;
  margin-right: 8px;
}
html > body #mainCol input.text,
html > body #mainCol select,
html > body #mainCol label {
  margin-right: 10px;
}
html > body #mainCol #premPSearchPresse input.text,
html > body #mainCol #premPSearchPresse select,
html > body #mainCol #premPSearchPresse label {
  margin-right: 0;
}
html > body #mainCol #premPSearchPresse input[type="submit"] {
  cursor: pointer;
}
#mainCol label.displayNone {
  display: none;
}
html > body #mainCol select option {
  margin-right: 5px;
}
#mainCol select#selThem {
  width: 180px;
}
#mainCol select#date2Ans {
  margin: 0;
}
#validSearchComForm {
  display: block;
  margin-left: 538px;
}
html > body #validSearchComForm {
  margin-left: 541px;
}
#validSearchComFormHome {
  display: block;
}
#mainContentResultPress {
  position: relative;
}
ul.navPresse {
  position: absolute;
  right: 0;
  top: 2px;
}
ul.navPresse.interne {
  position: absolute;
}
ul.navPresse li {
  display: inline;
  margin-left: 3px;
}
ul.navPresse li span {
  font-weight: bold;
}
ul.navPresse li a,
ul.navPresse li span {
  color: #000;
  text-decoration: none;
}
ul.navPresse li a:hover {
  color: #000;
  text-decoration: underline;
}
#listResultPress {
  border-top: solid 1px #73777c;
}
#listResultPress li {
  border-bottom: solid 1px #cacacd;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
#listResultPress li h4 {
  font-size: 1em;
}
#listResultPress li h4 a {
  color: #000;
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat 0 5px;
}
#listResultPress li p {
  margin: 0;
}
#mainContentResultPress #listResultPress li p a {
  color: #474747;
  text-decoration: none;
}
#mainContentResultPress #listResultPress li p a:hover {
  text-decoration: underline;
}
.bgGris {
  background: #ededee;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.bgGris.posRelLexique {
  position: relative;
  width: 580px;
}
#contentCols #mainCol .bgGris ul,
#contentCols #mainCol .bgGris ul li,
#contentCols #mainCol .bgGris p {
  margin: 0;
  padding: 0;
}
#selThemQuestRep {
  position: relative;
  width: 580px;
}
#selThemQuestRep.formYears {
  position: relative;
  /*width: 466px;*/
  width: 580px;
}
#selThemQuestRep p {
  margin: 10px 5px 5px 5px;
  padding: 0;
}
#selThemQuestRep p select#selThem {
  float: left;
  display: block;
  width: 335px;
}
#selThemQuestRep p input {
  display: block;
  float: left;
  margin-top: 2px;
}
html > body #selThemQuestRep p {
  margin: 5px;
}
#menuLexique {
  margin: 0;
  position: relative;
  width: 580px;
}
#menuLexique li {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000;
  display: inline;
  margin: 0;
}
#menuLexique li a,
#menuLexique li span {
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 10px;
}
#menuLexique li a {
  color: #8e817d;
}
#menuLexique li a:hover {
  text-decoration: underline;
}
#menuLexique li span {
  font-weight: bold;
}
#mainCol p.petitP {
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
#mainCol .top a {
  color: #000;
  text-decoration: none;
  float: right;
  padding-left: 10px;
  background: transparent url("../images/picto_top.gif") no-repeat 0 7px;
}
#mainCol .top a:hover {
  text-decoration: underline;
}
.listeLexique dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.listeLexique.listeQuestRep {
  margin-top: 15px;
}
#contentFlashMarque {
  margin-bottom: 15px;
}
#premPSearchPresse input.widthFormHalf {
  width: 295px;
  display: block;
}
#premPSearchPresse select.widthFormHalf {
  width: 300px;
  display: block;
}
#premPSearchPresse select#selActivite {
  display: block;
  margin-right: 0;
  float: right;
}
.blockMarque {
  float: left;
  width: 185px;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #000;
}
.blockMarqueDescript {
  float: left;
  width: 340px;
  margin-bottom: 5px;
  color: #000;
}
.LinkMarqueAbs {
  float: right;
  display: block;
  z-index: 10;
  text-align: right;
  width: 65px;
}
.blocMediatheque {
  width: 535px;
  float: left;
}
#listResultPress .listAgenda {
  border-top: solid 1px #cacacd;
  position: relative;
  width: 100%;
}
#listResultPress .listAgenda .liensRightMedia {
  float: right;
  width: 65px;
}
#listResultPress .listAgenda h3 {
  font-size: 1em;
  font-weight: normal;
  padding-left: 8px;
  background: transparent url("../images/puces_titre/vert_petit.gif") no-repeat 0 6px;
}
#listResultPress .listAgenda h3 a,
#listResultPress .listAgenda p a,
#listResultPress .listAgenda p a strong {
  text-decoration: none;
  color: #000;
}
#listResultPress .listAgenda h3 a:hover,
#listResultPress .listAgenda p a:hover,
#listResultPress .listAgenda p a:hover strong {
  text-decoration: underline;
}
#listResultPress .listAgenda .blocagendaList {
  float: left;
  width: 450px;
  color: #000;
}
#listResultPress .listAgenda .blocagendaList h3 {
  background: none;
  padding-left: 0;
  font-weight: bold;
}
#listResultPress .listAgenda .blocagendaList p {
  padding-left: 8px;
  background: transparent url("../images/puces_titre/vert_petit.gif") no-repeat 0 6px;
}
#listResultPress .blocMediatheque h3 {
  background: none;
  padding-left: 0;
  font-weight: bold;
}
#contentPlanSite {
  background: transparent url("../images/annexes/bgPlan.gif") repeat-y top left;
  position: relative;
  width: 100%;
}
.encartPlanSite {
  width: 200px;
  margin-right: 28px;
  float: left;
  display: block;
  margin-bottom: 15px;
}
.encartPlanSite h3 {
  background-position: 0 6px;
  background-repeat: no-repeat;
  font-size: 1.2em;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.encartPlanSite a {
  color: #000;
  text-decoration: none;
}
.encartPlanSite a:hover {
  text-decoration: underline;
}
.encartPlanSite ul li {
  display: inline;
}
.encartPlanSite ul li a {
  display: block;
  background: transparent url("../images/puce_ss_menu.gif") no-repeat 0 5px;
  padding: 0 0 0 10px;
}
.encartPlanSite ul li ul {
  margin-left: 10px;
  margin-bottom: 5px;
}
.encartPlanSite ul li ul li a {
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat 0 4px;
}
.sinSsRub a {
  margin-bottom: 5px;
}
#planSiteMenu2 {
  background: #ededed;
  padding: 5px 0 4px 15px;
  text-align: center;
  margin: 15px 20px 0 0;
  /*position: relative;*/
  /*width: 910px;*/
}
html > body #planSiteMenu2 {
  padding: 5px 0 6px 15px;
}
#planSiteMenu2 li {
  display: inline;
}
#planSiteMenu2 li a,
#planSiteMenu2 li span {
  /*display: block;*/
  /*float: left;*/
  margin-right: 8px;
}
#planSiteMenu2 li a {
  color: #000;
  text-decoration: none;
}
#planSiteMenu2 li a:hover {
  text-decoration: underline;
}
.error {
  color: #e20177;
  font-weight: bold;
}
#colLeft {
  width: 300px;
  float: left;
  border-right: solid 1px #cacacd;
  padding-bottom: 20px;
}
#colRight {
  width: 285px;
  float: right;
}
#colRight p,
#colLeft p {
  margin-bottom: 10px;
}
#colRight .text input,
#colLeft .text label {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
.selForm {
  display: block;
  width: 285px;
}
.ckboxRadio label,
.ckboxRadio input {
  display: block;
  float: left;
}
.ckboxRadio label {
  margin: 4px 5px 0 5px;
}
#colRight p.text input,
#colLeft p.text input {
  border: solid 1px #cacacd;
}
#colRight p.text input,
#colLeft p.text input,
#colRight p.text label,
#colLeft p.text label {
  display: block;
  position: relative;
}
input#prenom,
input#nom,
input#email,
input#ste,
input#adrs {
  width: 283px;
}
#colRight p.text input#cp {
  width: 75px;
}
#colRight p.text input#tel {
  width: 125px;
}
#demPubli {
  border: solid 1px #cacacd;
  width: 100%;
  height: 93px;
  font-size: 1em;
  overflow: auto;
}
.pValidCommander {
  float: right;
  margin-right: 7px;
}
html > body .pValidCommander {
  margin-right: 0;
}
#formSearchCentrePresse {
  margin: 10px 0 0 0;
  color: #000;
  width: 270px;
}
#formSearchCentrePresse h3 {
  font-size: 1em;
  margin-bottom: 10px;
}
#formSearchCentrePresse input,
#formSearchCentrePresse label,
#formSearchCentrePresse select {
  display: block;
  font-size: 0.9em;
}
#mtsCles {
  width: 99px;
}
#themSel {
  width: 160px;
}
#telMonth1,
#telMonth2 {
  width: 48px;
}
#telyear1,
#telyear2 {
  width: 56px;
}
#formSearchCentrePresse p.selects {
  margin-top: 20px;
}
#formSearchCentrePresse p.selects label {
  margin-top: 3px;
}
#telyear2 {
  float: right;
}
#formSearchCentrePresse p.selects select,
#formSearchCentrePresse p.selects label {
  float: left;
  margin-right: 0;
}
#formSearchCentrePresse p.selects label.displayNone {
  display: none;
}
#homeAIMtsCles {
  width: 145px;
  padding-left: 5px;
}
#btValidHomeAi {
  margin-top: 3px;
  display: block;
  float: left;
  margin-left: 5px;
}
#homeAISelThem {
  width: 155px;
  display: block;
  float: left;
}
/* home investisseurs */
#HomeRiLeft,
#HomeRiRight {
  width: 225px;
  margin-top: 15px;
}
#HomeRiLeft {
  float: left;
}
#HomeRiRight {
  float: right;
  margin-right: 5px;
}
.separateur {
  display: block;
  width: 98%;
  height: 1px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.ligneTemoigne {
  border-top: solid 1px #cacacd;
  padding: 5px 0;
  width: 100%;
  position: relative;
}
.lastLigneTemoigne {
  border-bottom: solid 1px #cacacd;
}
.cellTemoigne {
  width: 300px;
}
.temoigneImage {
  width: 80px;
  float: left;
  padding: 0;
  margin: 0;
}
html > body .temoigneImage {
  margin-right: 10px;
}
.temoigneText {
  width: 200px;
  float: left;
}
/*
.temoigneTextLeft{
	margin-left: -10px;
}

html>body .temoigneTextLeft{
	margin-left:0;
}
*/
/* popup audio */
#mainContentPopup {
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
#headerPopup {
  height: 38px;
  margin-bottom: 30px;
  text-align: center;
}
#logoPopup {
  width: 79px;
  height: 22px;
  float: left;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 10px 0 0 0;
  display: inline;
}
#closeWin {
  float: right;
  margin: 20px 0 0 0;
}
#closeWin a {
  display: block;
  background: transparent url("../images/closeWin.gif") no-repeat center right;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  padding-right: 10px;
}
#closeWin a:hover {
  text-decoration: underline;
}
.contenuPopup {
  width: 321px;
  margin: 0 auto;
  text-align: left;
}
.elemMediatheque {
  float: left;
  width: 140px;
  background: #ededee;
  height: 235px;
  /*position: relative;*/
}
html > body .elemMediatheque {
  min-height: 235px;
  height: auto;
}
.elemMediatheque .contentImg {
  width: 140px;
  background: #d1d1d4;
  height: 140px;
  position: relative;
}
#mainCol .elemMediatheque h3 {
  font-size: 1em;
  height: 27px;
}
#mainCol .elemMediatheque p {
  margin-bottom: 5px;
}
#mainCol .elemMediatheque .addPadding {
  margin: 10px;
}
.detailMedia a.retour {
  color: #000;
  text-decoration: none;
  background: transparent url("../images/puce_retour.gif") no-repeat 0 5px;
  padding-left: 10px;
  position: relative;
  top: inherit;
  right: inherit;
}
#mainCol .detailMedia {
  width: 260px;
  float: right;
}
#mainCol .detailMedia h3 {
  color: #000;
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 10px;
}
#mainCol .detailMedia a.linkPuce {
  width: 200px;
  float: left;
}
#menuHistorique li {
  display: block;
  width: 86px;
  margin-right: 3px;
  float: left;
}
#mainCol #contentHistorique h3 {
  border-bottom: solid 1px #73777c;
  margin-bottom: 10px;
  padding-bottom: 3px;
  color: #000;
  margin-top: 5px;
}
#mainCol #contentHistorique h5 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}
#mainCol #contentHistorique h4 {
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
}
#contenuAssGene {
  border-bottom: solid 1px #cacacd;
  width: 100%;
  position: relative;
}
.borderSimple {
  border-top: solid 1px #cacacd;
  padding-top: 5px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
#contenuAssGene h3 {
  font-size: 1em;
}
#mainCol #contenuAssGene p {
  margin-bottom: 0;
}
.leftContenuAssGene {
  float: left;
  /*width: 450px;*/
  width: 590px;
}
.rightContenuAssGene {
  float: right;
  width: 175px;
}
html > body .rightContenuAssGene {
  width: 180px;
}
#encartIntroMarque {
  width: 100%;
}
dl#detailMarque {
  margin-top: 10px;
}
dl#detailMarque dt {
  border-bottom: solid 1px #998c88;
  padding-bottom: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}
dl#detailMarque dd .encartLeft,
dl#detailMarque dd .encartRight {
  width: 45%;
}
dl#detailMarque dd .encartLeft {
  float: left;
}
dl#detailMarque dd .encartRight {
  float: right;
}
.addBorderBottom {
  border-bottom: solid 1px #998c88;
  margin-bottom: 10px;
}
.bgGrisP {
  background: #ededee;
  font-size: 1.1em;
  padding: 5px;
}
.bg_action {
  background: transparent url("../images/hp/bg_actionnaires.gif") no-repeat;
}
.bg_action h2 {
  margin: 60px 0 0 15px;
  padding: 0;
}
.bg_action p,
.bg_action ul {
  margin-left: 35px;
}
.transUpp {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
}
#bodyContent .encartQuart .linkPuce.imgFloat {
  width: 100px;
  position: relative;
  float: left;
}
.imgEncartQuartLeft img {
  margin-right: 10px;
}
#formEncartQuartMarque {
  margin-top: 10px;
}
#formEncartQuartMarque select {
  width: 100%;
}
#formEncartQuartMarque p.alignRight {
  margin-right: 3px;
}
.pub {
  margin: 4px 0 0 4px;
}
.pub img {
  display: block;
}
#contentSearch {
  width: 810px;
  position: relative;
}
#contentSearch h2 {
  font-size: 1.1em;
  color: #000;
}
#SearchPForm {
  background: #ededee;
  width: 620px;
  padding: 10px 0 0 10px;
}
#validSearchPForm {
  text-align: right;
  width: 630px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#SearchPForm label {
  display: none;
}
#SearchPForm input,
#SearchPForm select {
  display: block;
  float: left;
  margin-bottom: 10px;
}
#SearchPForm select {
  width: 300px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#SearchPForm input {
  width: 291px;
  padding-left: 5px;
}
#SearchPForm #Mtscles,
#SearchPForm #selActivite {
  margin-right: 10px;
}
#validSearchPForm a.linkPuce,
.formSearchBySites ul li a {
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat 0 4px;
  padding-left: 8px;
  text-decoration: none;
  color: #1a1b22;
  display: inline;
  margin: 2px 5px 0 0;
}
#validSearchPForm a.linkPuce:hover,
.formSearchBySites ul li a:hover {
  text-decoration: underline;
}
#searchForm {
  margin-bottom: 15px;
}
#contentSearch p a {
  color: #08458f;
}
#icoSearch {
  float: left;
  width: 150px;
  margin-right: 20px;
}
#contentSearchForm {
  width: 630px;
  float: left;
}
#contentSearch #mainContentResultPress h3 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 3px;
}
#contentSearch #mainContentResultPress .navPresse .withByLinksLeft {
  margin-left: 15px;
}
#contentSearch #mainContentResultPress .navPresse .byLinks a {
  color: #08458f;
  text-decoration: underline;
}
#icoSearch,
#contentSearchForm {
  margin-bottom: 20px;
}
.fontWNormal {
  font-weight: normal;
}
.SearchResultBySite {
  width: 760px;
  float: left;
  color: #000;
}
.pcentPertinance {
  float: right;
  width: 50px;
  text-align: right;
  font-weight: bold;
  color: #000;
}
.SearchResultBySite a.linkPuce,
.SearchResultBySite a.documents {
  margin-top: 10px;
}
.formSearchBySites {
  border-top: solid 1px #73777c;
  border-bottom: solid 1px #cacacd;
  padding: 10px 0;
}
.bourseEncartText {
  font-size: 1.1em;
  color: #000;
}
/* encart bourses */
.encartIntroBourse {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 15px;
}
.bgCoursBourse {
  background: #ededee;
  padding: 5px 8px 5px 8px;
  display: inline;
  color: #474747;
}
/* tableaux de donn&eacute;es */
.tableDonnees {
  width: 100%;
  color: #000;
}
.tableDonnees caption {
  display: none;
}
.tableDonnees th,
.tableDonnees td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableDonnees thead th,
.tableDonnees tbody td,
.tableDonnees tfoot td {
  text-align: center;
}
.tableDonnees.deuxCols thead th,
.tableDonnees.deuxCols tbody td,
.tableDonnees.deux tfoot td {
  padding-right: 70px;
}
.tableDonnees.troisCols thead th,
.tableDonnees.troisCols tbody td,
.tableDonnees.troisCols tfoot td {
  padding-right: 70px;
}
.tableDonnees.cinqCols thead th,
.tableDonnees.cinqCols tbody td,
.tableDonnees.cinqCols tfoot td {
  padding-right: 40px;
}
.tableDonnees.sixCols thead th,
.tableDonnees.sixCols tbody td,
.tableDonnees.sixCols tfoot td {
  padding-right: 30px;
}
.tableDonnees.septCols thead th,
.tableDonnees.septCols tbody td,
.tableDonnees.septCols tfoot td {
  padding-right: 25px;
}
.tableDonnees.tabHisto tbody th {
  width: 150px;
  padding-right: 30px;
}
.tableDonnees .alignLeft {
  text-align: left;
  padding-right: 0;
}
.tableDonnees thead th {
  border-top: solid 1px #998c88;
  border-bottom: solid 1px #998c88;
}
.tableDonnees tbody th,
.tableDonnees tbody td {
  font-weight: normal;
  border-bottom: solid 1px #f4f2f1;
}
.tableDonnees tbody tr.lastLineTbody td,
.tableDonnees tbody tr.lastLineTbody th,
.tableDonnees tfoot td,
.tableDonnees tfoot th {
  border-bottom: solid 1px #cacacd;
}
.tableDonnees tfoot td,
.tableDonnees tfoot th {
  font-weight: bold;
}
.tableDonnees .colImpair {
  background-color: #ebe8e7;
}
.pcent40,
#contentCols a.linkPuce.pcent40 {
  width: 40%;
}
#iFrameCoursBourse {
  border: none;
  display: block;
  /*width: 500px;
  height: 330px;*/
  width: 600px;
  height: 455px;
  margin-bottom: 20px;
  overflow: visible;
}
#mainContent .encartType p a {
  color: #474747;
  text-decoration: none;
}
#mainContent .encartType p a:hover {
  text-decoration: underline;
}
#menuAssGene {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 15px 0 0 0;
  height: 23px;
}
#menuAssGene li {
  display: inline;
  width: auto;
}
#menuAssGene li a,
#menuAssGene li span {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding: 5px 16px;
  float: left;
  text-decoration: none;
  margin-right: 1px;
}
#menuAssGene li a {
  border: solid 1px #beb4b2;
  color: #6a5b57;
  background: #f4f3f1;
}
#menuAssGene li.lastItem a,
#menuAssGene li.lastItem span {
  margin-right: 0;
}
#menuAssGene li a:hover,
#menuAssGene li span {
  background-color: #6a5b57;
  border: solid 1px #6a5b57;
  border-bottom: solid 2px #6a5b57;
  color: #fff;
}
.linkpuceRight {
  float: right;
  width: 105px;
}
/* home page site lagard&egrave;re */
#hpBottomElements {
  position: relative;
  background: transparent url("../images/hp/bg_hp_bottom.gif") repeat-y top left;
}
#secondLigneHp {
  bottom: 0;
  position: absolute;
  width: 100%;
  border-top: solid 1px #08458f;
  /*background: transparent url("../images/hp/bg_bottom_hp.gif") no-repeat bottom left;*/
}
body:not(.is-mobile) #secondLigneHp {
  max-width: 970px;
}
#hpBottomElements h2 {
  text-transform: uppercase;
  font-size: 1.1em;
  background-position: 0 5px;
  width: auto;
}
#hpBottomElements h2 a {
  color: #000;
  text-decoration: none;
}
#secondLigneHp .imgTypeHome,
#secondLigneHp .withImgHome {
  padding-bottom: 5px;
}
#hpBlock1 {
  display: inline;
  float: left;
  position: relative;
  padding: 16px 0 0 19px;
  width: 304px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#hpBottomElements p {
  margin-bottom: 0;
}
#hpBottomElements #hpBlock2 h3 {
  background-color: #f3f4f4;
  padding: 2px 10px;
}
#hpBottomElements .withImgHome p a {
  color: #474747;
}
#hpBottomElements .withImgHome {
  margin: 0 1px 0 18px;
  float: left;
  width: 205px;
}
#hpBottomElements #hpBlock2 .withImgHome,
#hpBottomElements .hpBlock2 .withImgHome {
  float: left;
}
#hpBottomElements .imgTypeHome {
  width: 60px;
  margin: 0 18px 1px 0;
  float: left;
}
#hpBlock2 {
  float: left;
  padding: 16px 20px 0 20px;
  /*margin: 0 15px 0 15px;*/
  position: relative;
  width: 283px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#hpBlock3 .spacerPointille {
  width: 283px;
  height: 15px;
  background: transparent url("../images/hp/bg_spacer_pointille.gif") repeat-x center center;
}
#remonteHp {
  background: #f5f3f3;
  color: #000;
  padding: 8px 10px;
  margin-bottom: 10px;
}
#remonteHp strong {
  font-size: 1.1em;
}
#remonteHp strong span {
  color: #3c6da9;
}
#hpBlock3 {
  float: left;
  padding: 16px 0 0 20px;
  position: relative;
  width: 302px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
.hpBlock1,
.hpBlock2,
.hpBlock3 {
  float: left;
  position: relative;
  margin: 0;
}
.hpBlock1 {
  padding: 4px 0 0 4px;
  width: 319px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
.hpBlock2 {
  padding: 4px 0 0 5px;
  width: 320px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
.hpBlock3 {
  padding: 4px 0 0 4px;
  width: 318px;
  voice-family: "\"}\"";
  voice-family: inherit;
  voice-family: "\"{\"";
}
#hpBottomElements .hpBlock1 .imgTypeHome,
#hpBottomElements .hpBlock2 .imgTypeHome,
#hpBottomElements .hpBlock3 .imgTypeHome {
  margin: 0 0 0 14px;
}
#hpBlock3 h3 a,
#hpBottomElements h3 a {
  color: #000;
  text-decoration: none;
}
#hpBlock3 h3 a:hover,
#hpBottomElements h3 a:hover {
  text-decoration: underline;
}
#hpBottomElements .imgTypeHome {
  text-decoration: underline;
}
#secondLigneHp h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.encartAmis h2,
.encartAmis h2 a {
  color: #ec0779;
}
.encartAction h2,
.encartAction h2 a {
  color: #547fb4;
}
#secondLigneHp h2 a {
  text-decoration: none;
}
#secondLigneHp h2 a:hover {
  text-decoration: underline;
}
.encartAmis h2,
.encartAmis h2 a {
  color: #ec0779;
}
.encartAction h2,
.encartAction h2 a {
  color: #547fb4;
}
#secondLigneHp h2 a {
  text-decoration: none;
}
#secondLigneHp h2 a:hover {
  text-decoration: underline;
}
.encartAmis strong {
  font-size: 1.1em;
  color: #000;
}
/*	OVERDUBZ */
.tabStandard {
  width: 100%;
  color: #000;
  border-top: solid 1px #998c88;
  border-bottom: solid 1px #cacacd;
}
.tabStandard th,
.tabStandard td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: solid 1px #f4f2f1;
  border-right: solid 1px #f4f2f1;
  border-bottom: solid 1px #f4f2f1;
}
.tableDonnees th.col100,
.tableDonnees td.col100 {
  width: 100px;
}
.tableDonnees th.lessPad {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.tableDonnees td.lessPad {
  padding-right: 30px;
}
.tableDonnees th.forcageIE {
  width: 80px;
}
.tableDonnees th#Date {
  width: 75px;
}
.tableDonnees th#NbTitres,
.tableDonnees th#Montant {
  width: 120px;
}
/* classe appliqu�e � un div pour placer un lien retour sur le template*/
a.linkRetour,
#mainContent .intro a.linkRetour {
  color: #000;
  position: relative;
  display: block;
  text-decoration: none;
  background-color: transparent;
  background-image: url("../images/puce_retour.gif");
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
  float: right;
}
ul.listType .withImgLeft li {
  margin-left: 20px;
}
.listType li {
  margin-bottom: 3px;
}
.listType,
.listType ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 20px;
  color: #474747;
  margin: 2px 0 5px 5px;
}
#navAthletes {
  display: block;
  width: 100%;
}
#navAthletes li.left {
  width: 40%;
  float: left;
}
#navAthletes li.right {
  width: 40%;
  float: right;
}
#navAthletes li.right a,
#navAthletes li.left a {
  display: block;
  height: 14px;
  text-decoration: none;
  color: #000;
}
#navAthletes li.right a:hover,
#navAthletes li.left a:hover {
  text-decoration: underline;
}
#navAthletes li.left a {
  padding-left: 10px;
  background: transparent url("../images/puce_retour.gif") no-repeat left center;
}
#navAthletes li.right a {
  padding-right: 10px;
  text-align: right;
  background: transparent url("../images/puce_ss_menu_niv2.gif") no-repeat right center;
}
/* Modifications Damien */
html > body .encartQuart .addMarginAvecFond,
html > body .encartQuart .addMarginAvecFondGrisFonce {
  min-height: 191px;
  height: auto;
}
html > body .encartDemis,
.encartQuart {
  min-height: 180px;
  height: auto;
}
/* Ajouts 05/02/10  encard 2 blocs avec fonds gris fonce exemple : relationinvestisseur home */
.encartDemis .addMarginAvecFondGrisFonce h3 {
  font-size: 1.3em;
  color: #fff;
}
.encartDemis .addMarginAvecFondGrisFonce .blockRef {
  position: relative;
  padding: 86px 16px 0 16px;
  top: -16px;
  left: -16px;
  right: -16px;
  width: 100%;
  /*OLD 444px*/
}
.encartDemisLeft .addMarginAvecFondGrisFonce .blockRef {
  width: 100%;
  /*OLD 445px*/
}
.encartDemis .addMarginAvecFondGrisFonce .insideEncartReference {
  width: 100%;
  /*OLD 444px;*/
}
* html body .encartDemis .addMarginAvecFondGrisFonce .insideEncartReference {
  overflow: hidden;
}
.encartDemisLeft .addMarginAvecFondGrisFonce .insideEncartReference {
  width: 100%;
  /*OLD 445px;*/
}
/* FIN Ajouts 05/02/10 */
/* Ajouts 16/04/2010 */
div#header #search,
div#header #search p {
  width: 240px;
}
div#header #search #Mtscles {
  width: 141px;
}
div#header #menudyn,
#menudyn ul {
  width: 788px;
}
.rubricTitle span {
  display: block !important;
  text-transform: uppercase;
  font-size: 26px;
}
.rubricTitle {
  background: none !important;
}
div#header #menudyn {
  padding-left: 0;
}
#menudyn ul li {
  padding-right: 1px;
}
#menudyn ul li ul li {
  padding-right: 0;
}
/* FIN Ajouts 16/04/2010 */
/* Ajouts 25/11/2010 */
#newsCarousel .navCarousel {
  height: 18px;
  width: 9px;
  overflow: hidden;
}
#newsCarousel .navCarousel img {
  position: absolute;
  left: -999em;
}
#newsCarousel .nextItem {
  background: url(../images/next-on.gif) no-repeat 0 0;
}
#newsCarousel .previousItem {
  background: url(../images/previous-on.gif) no-repeat 0 0;
}
#newsCarousel .nextItem:hover,
#newsCarousel .previousItem:hover {
  background-position: 0 -18px;
}
/* FIN Ajouts 25/11/2010 */
/* Ajout Alexis - Zoom Function - Oct. 2012 */
#LagBlackOverlay {
  position: fixed;
  display: none;
  z-index: 1001;
  background: url(../images/player/black.png);
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
#LagOverlay {
  position: fixed;
  display: none;
  z-index: 1002;
  text-align: left;
}
img.LagZoom {
  border: none;
  z-index: 1;
}
a.LagZoom {
  display: inline-block;
  position: relative;
  margin: 5px 10px;
  color: #666;
  width: 100%;
  text-align: left;
}
div.LagHoverBtn_Loupe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(../images/player/loupe.png) no-repeat center;
  display: none;
}
a.LagZoom_CloseBtn {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/player/btn_close.png);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-top: -18px;
  margin-right: -18px;
}
span.LagZoomCaption {
  color: #bbb;
  float: left;
  font-style: italic;
}
span.LagZoomCaption br + br + br {
  display: none;
}
/* Ajout Alexis - Player Function - Oct. 2012 */
/* Gallery */
div.gallery {
  width: 600px;
  margin: 15px auto;
  clear: both;
}
div.gallery span.params,
div.gallery div.playlist span.elem {
  display: none;
}
/* Media First */
table.playerMediaInfos {
  width: 100%;
  color: #fff;
}
div.media_first {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
div.media_first span {
  display: none;
}
div.media_first table.playerMediaInfos span {
  color: #545454;
  display: inline;
}
div.media_first a {
  cursor: pointer;
  border: none;
}
div.media_first a img {
  border: none;
  max-width: 600px;
}
div.media_first a div.LagHoverBtn_Play {
  position: absolute;
  width: 100%;
  height: 100%;
  /*top:-32px;*/
  z-index: 100;
  background: url(../images/player/play.png) no-repeat center;
  display: none;
}
div.media_first a div.LagHoverBtn_Zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -32px;
  z-index: 100;
  background: url(../images/player/loupe.png) no-repeat center;
  display: none;
}
/* Playlist */
div.gallery div.playlist {
  width: 600px;
  height: 90px;
  margin-top: 15px;
}
div.gallery a.btn_left,
#playlist_overlay a.btn_left {
  display: block;
  width: 18px;
  height: 90px;
  background-image: url(../images/player/arrow.png);
  background-repeat: no-repeat;
  background-position: -36px;
  float: left;
  cursor: pointer;
}
div.gallery a.btn_left:hover,
#playlist_overlay a.btn_left:hover {
  background-position: right;
}
div.gallery a.btn_right,
#playlist_overlay a.btn_right {
  display: block;
  width: 18px;
  height: 90px;
  background-image: url(../images/player/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  float: right;
  cursor: pointer;
}
div.gallery a.btn_right:hover,
#playlist_overlay a.btn_right:hover {
  background-position: -18px;
}
div.gallery div.playlist_contenor {
  margin: 0 10px;
  float: left;
  height: 90px;
  width: 544px;
  overflow: hidden;
  position: relative;
}
div.gallery div.playlist_contenor ul {
  position: absolute;
  left: 0;
  top: 0;
}
div.gallery div.playlist ul li {
  float: left;
  margin-right: 10px;
}
#mainCol div.gallery div.playlist ul li a {
  display: block;
  width: 190px;
  height: 90px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
  color: #3a3a3a;
}
#mainCol div.gallery div.playlist ul li a:hover {
  background-color: #3a3a3a;
  color: #fff;
}
#mainCol div.gallery div.playlist ul li a.current {
  width: 190px;
  background-color: #3a3a3a;
  color: #fff;
}
/*div.gallery div.playlist ul li a div{ margin:5px; float:left; border:none; width:80px; height:80px; background-size:contain; background-position:center; background-repeat:no-repeat; } */
div.gallery div.playlist ul li a p {
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  float: left;
  margin: 5px;
}
div.gallery div.playlist ul li a p img {
  vertical-align: middle;
  width: 80px;
  max-width: 80px;
  max-height: 80px;
}
div.gallery div.playlist ul li a span {
  width: 100px;
  max-width: 100px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
}
div.gallery div.playlist ul li a span.url_media,
div.gallery ul li a span.copyright,
div.gallery ul li a span.picBig {
  display: none;
}
div.gallery div.playlist ul li a span.title {
  padding: 10px 0 2px 0;
}
div.gallery div.playlist ul li a span.link {
  padding: 5px 0 0 0;
}
/* Playlist Overlay */
#playlist_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 28px;
  display: none;
}
#playlist_overlay .playlist_contenor {
  position: relative;
  width: auto;
  height: 90px;
  padding: 5px 0;
  overflow: hidden;
  clear: right;
  background-color: #dedede;
}
#playlist_overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
}
#playlist_overlay ul li {
  float: left;
  margin-right: 10px;
}
#playlist_overlay ul li a {
  display: block;
  width: 190px;
  height: 90px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
  color: #3a3a3a;
  text-align: left;
}
#playlist_overlay ul li a:hover {
  background-color: #3a3a3a;
  color: #fff;
}
#playlist_overlay ul li a.current {
  width: 190px;
  background-color: #3a3a3a;
  color: #fff;
}
#playlist_overlay ul li a div {
  margin: 5px;
  float: left;
  border: none;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#playlist_overlay ul li a p {
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  float: left;
  margin: 5px;
}
#playlist_overlay ul li a p img {
  vertical-align: middle;
  width: 80px;
  max-width: 80px;
  max-height: 80px;
}
#playlist_overlay ul li a span {
  width: 100px;
  max-width: 100px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
}
#playlist_overlay ul li a span.url_media,
#playlist_overlay ul li a span.copyright {
  display: none;
}
#playlist_overlay ul li a span.title {
  padding: 20px 0 5px 0;
}
#playlist_overlay ul li a span.link {
  padding: 10px 0 0 0;
}
#playlist_overlay a.btn_right {
  position: absolute;
  right: 0;
}
#playlist_overlay a.btn_left {
  position: absolute;
  left: 0;
}
#playlist_overlay a.showPlaylist_btn {
  display: block;
  width: 135px;
  height: 28px;
  background-color: #ccc;
  color: #333;
  line-height: 28px;
  float: right;
  cursor: pointer;
  font-size: 14px;
}
#playlist_overlay a.showPlaylist_btn:hover {
  background-color: #3a3a3a;
  color: #fff;
}
#LagPlayerImage table.playerMediaInfos {
  position: absolute;
  bottom: 0;
  background-image: url(../images/player/black60.png);
  padding: 8px 12px;
  width: 100%;
  color: #ddd;
}
#LagPlayerImage table.playerMediaInfos span.title {
  font-size: 1.5em;
}
#LagPlayerImage table.playerMediaInfos span.caption {
  font-size: 1.1em;
}
/* Overlay - Btn */
#LagBlackOverlay a.CloseBtn {
  display: block;
  width: 36px;
  height: 41px;
  background-image: url(../images/player/btn_close_player.png);
  position: absolute;
  right: 2em;
  top: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left top;
}
#LagBlackOverlay a.CloseBtn:hover {
  background-position: right top;
}
table.playerMediaInfos span {
  color: #fff;
}
a.LagOverlayBtnLeft {
  width: 65px;
  height: 80px;
  background-image: url(../images/player/arrow_popup_big.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  display: none;
  z-index: 1003;
}
a.LagOverlayBtnRight {
  width: 65px;
  height: 80px;
  background-image: url(../images/player/arrow_popup_big.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  display: none;
  z-index: 1003;
}
a.LagOverlayBtnRight:hover {
  background-position: left bottom;
}
a.LagOverlayBtnLeft:hover {
  background-position: right bottom;
}
/* End Add Alexis */
/*ADD SINCE MOBLE UPDATE*/
.col2 {
  column-count: 2 !important;
  padding: 15px !important;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#mainCol img {
  max-width: 100%;
  height: auto;
}
/* Ajout Valentin - Player Function - Nov. 2016 */
.encartDemis {
  width: 50% !important;
  box-sizing: border-box;
}
/* the following is used in the page "Relations Investisseurs" */
.encartDemis .blockRefContent h3 {
  font-size: 1.3em;
  color: #fff;
}
.encartDemis .blockRefContent p,
.encartDemis .blockRefContent a.linkPuce {
  color: #fff;
}
.encartDemis .blockRefContent a.linkPuce {
  background-image: url("../images/puce_ss_menu_niv2_white.gif");
}
.encartDemis .blockRef {
  position: relative;
  padding: 16px 16px 16px 16px;
  top: -16px;
  left: -16px;
  right: -16px;
  width: 100%;
  background-size: cover !important;
  height: 100%;
}
/* End Add Valentin Nov. 2016 */
/* Ajout Valentin - Remove Flash - Mar.Apr 2017 */
.slick-slide,
a {
  outline: none !important;
}
/* End Add Valentin Mar.Apr 2017 */
.env-indicator {
  position: fixed;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
  cursor: pointer;
}
@media (max-width: 1120px) {
  .env-indicator {
    display: none;
  }
}
.env-indicator span {
  position: fixed;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 9px;
}
.debugPanel {
  display: none;
}
.debugPanel.show {
  display: block;
}
.text-centered {
  text-align: center;
}
.th-image-with-overlay {
  margin-bottom: 20px;
  position: relative;
}
.is-mobile .th-image-with-overlay {
  margin-bottom: 0;
}
.th-image-with-overlay img {
  margin: 0 !important;
  width: 100%;
  height: auto;
  max-width: 700px !important;
}
.th-image-with-overlay img[width="700"] + .th-overlay {
  max-width: 700px;
}
.th-image-with-overlay img.mobile-only {
  display: none !important;
}
.is-mobile .th-image-with-overlay img.mobile-only {
  display: inline !important;
}
.is-mobile .th-image-with-overlay img.desktop-only {
  display: none !important;
}
.th-image-with-overlay a {
  color: inherit !important;
}
.th-image-with-overlay .th-overlay {
  position: absolute;
}
.is-mobile .th-image-with-overlay .th-overlay {
  position: relative;
}
.th-image-with-overlay .th-overlay-full-width {
  width: 100%;
  left: 0;
  height: 35%;
  padding: 14px 33px;
}
.th-image-with-overlay .th-overlay-bottom {
  bottom: 0;
}
.th-image-with-overlay .th-overlay-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.th-image-with-overlay .th-overlay-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.th-image-with-overlay .th-overlay-title h1,
.th-image-with-overlay .th-overlay-title h2,
.th-image-with-overlay .th-overlay-title h3,
.th-image-with-overlay .th-overlay-title h4,
.th-image-with-overlay .th-overlay-title h5,
.th-image-with-overlay .th-overlay-title h6 {
  color: inherit;
}
#mainCol .th-image-with-overlay .th-overlay-title h1,
#mainCol .th-image-with-overlay .th-overlay-title h2,
#mainCol .th-image-with-overlay .th-overlay-title h3,
#mainCol .th-image-with-overlay .th-overlay-title h4,
#mainCol .th-image-with-overlay .th-overlay-title h5,
#mainCol .th-image-with-overlay .th-overlay-title h6 {
  color: inherit;
  font-size: 18px;
}
.th-image-with-overlay .th-overlay-title,
.th-image-with-overlay .th-overlay-content {
  color: inherit;
}
.th-image-with-overlay .th-overlay-title a,
.th-image-with-overlay .th-overlay-content a {
  color: inherit;
}
.th-image-with-overlay .th-overlay-title p + p,
.th-image-with-overlay .th-overlay-content p + p {
  margin-top: 0.4em;
}
#mainCol .th-image-with-overlay .th-overlay-title p a,
#mainCol .th-image-with-overlay .th-overlay-content p a {
  color: inherit;
}
.temoignages-placeholder,
.api-loader-placeholder {
  min-height: 100px;
  min-width: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#sitemap-offers .sitemap-offer-inner-wrapper {
  padding-right: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
}
#sitemap-offers .sitemap-offer-inner-wrapper .organisation {
  margin-bottom: 20px;
  max-width: 300px;
}
#sitemap-offers .sitemap-offer-inner-wrapper .organisation .title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
object[type="application/x-shockwave-flash"] {
  display: none;
  visibility: hidden;
}
.main-col-publicite-news .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-col-publicite-news .row .col {
    width: 100%;
  }
  .main-col-publicite-news .row .col + .col {
    margin-top: 15px;
  }
}
.main-col-publicite-news .row-equal .col {
  width: 50%;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-equal .col {
    width: 100%;
  }
}
.main-col-publicite-news .row-equal.row-padded .col {
  width: 47%;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-equal.row-padded .col {
    width: 100%;
  }
}
.main-col-publicite-news .row-radio-presse {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main-col-publicite-news .row-radio-presse .col h3 {
  margin: 0 !important;
  min-height: 59px;
  background-color: #093266;
  color: #fff !important;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-col-publicite-news .row-radio-presse .col .content {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url("../images/groupe/bg-grey-triangle.png");
  min-height: calc(100% - 59px);
  padding: 23px 10px;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-radio-presse .col .content img {
    width: 150px;
  }
  .main-col-publicite-news .row-radio-presse .col .content > * + * {
    margin-top: 10px;
  }
}
.main-col-publicite-news .row-radio-presse .col:nth-of-type(2) h3 {
  background-color: #e4016c;
}
.main-col-publicite-news .row-tertiary .col {
  width: calc(95% - 222px);
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-tertiary .col {
    width: 100%;
  }
}
.main-col-publicite-news .row-tertiary .col ul li {
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #B3B3B3;
}
.main-col-publicite-news .row-tertiary .col ul li a {
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}
.main-col-publicite-news .row-tertiary .col ul li a[href]:before {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f0c1";
  color: #002456;
}
.main-col-publicite-news .row-tertiary .col ul li a[href].spe {
  font-weight: bold;
  color: #e4016c;
}
.main-col-publicite-news .row-tertiary .col ul li a[href].spe:before {
  color: #e4016c;
  content: "\f08e";
}
.main-col-publicite-news .row-tertiary .col p + ul li:first-child {
  border-top: 1px solid #B3B3B3;
}
.main-col-publicite-news .row-tertiary .col-image {
  width: 222px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-tertiary .col-image {
    width: 222px;
    align-self: center;
  }
}
.main-col-publicite-news .row-tertiary .col-image:not(:empty) {
  height: 222px;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-tertiary .col-image:not(:empty) {
    height: auto;
    max-height: 222px;
  }
}
.main-col-publicite-news .row-tertiary .col h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-col-publicite-news .row-tertiary .col h3:not(:empty) {
  border-bottom: 4px #e4016c solid;
  padding-bottom: 8px;
  font-size: 16px !important;
}
.main-col-publicite-news .row-tertiary.row-invert {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 478px) {
  .main-col-publicite-news .row-tertiary.row-invert {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-col-publicite-news .row-tertiary.row-invert .col h3 {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-col-publicite-news .row-tertiary.row-invert .col ul li {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-col-publicite-news .row-tertiary.row-invert .col ul li a {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
.main-col-publicite-news .row-tertiary.row-invert .col ul li a[href]:before {
  left: auto;
  right: 0;
}
ul.chiffresclefs img[src*="Lagardere-desktop"]:not([mobileimage]) {
  max-width: 600px !important;
}
.carouselTabHome ul li[data-id="1"] {
  display: none;
}
.carouselTabHome ul li[data-id="1"] + .placeholder {
  display: none;
}
.carouselTabHome ul li[data-id="6"] {
  order: 99;
  display: none;
}
.carouselTabHome ul li[data-id="6"] + .placeholder {
  display: none;
}
.carouselTabHome ul li.lastTabHome {
  order: 100;
  flex: 1;
}
.carouselTabHome ul li {
  min-width: 160px;
}
.carouselTabHome ul li .mhover {
  min-width: 160px;
}
.carouselTabHome ul li.placeholder {
  flex: 1;
}
.carouselTabHome ul li.placeholder:hover {
  background-image: linear-gradient(#042952, #002046);
}
.carouselTabHome ul:last-of-type {
  border-right: 1px solid #000;
}
body:not(.is-mobile) #menudyn .menu-toggle {
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 26px;
  padding: 3px;
  position: relative;
}
body:not(.is-mobile) #menudyn .menu-toggle span {
  border-top: 1px solid #fff;
  height: 1px;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  body:not(.is-mobile) #menudyn .menu-toggle {
    display: flex;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #menudyn .menu-toggle + ul {
    display: none;
    left: 100vw;
    transition: left 0.3s ease-in-out;
  }
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle {
  margin-top: 12px;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle span:first-of-type {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle span:nth-of-type(2) {
  display: none;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle span:last-of-type {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul {
  flex-direction: column;
  position: absolute;
  left: 36px;
  top: 0;
  background-color: #fff;
  z-index: 1;
  max-width: calc(100vw - 36px);
}
@media (max-width: 700px) {
  body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul {
    display: flex !important;
  }
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li {
  display: flex;
  min-height: 36px;
  position: static;
  max-width: 45vw;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li a span {
  font-size: 16px;
  color: #000;
  margin: 0 !important;
  padding-left: 10px;
  user-select: none;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 45vw;
  flex-direction: column;
  background-color: #fff;
  width: calc(100vw - 45vw - 36px - 15px);
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li ul li {
  display: flex;
  width: 100%;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li ul li a {
  width: 100%;
  height: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  color: #000;
}
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li:hover ul,
body:not(.is-mobile) #menudyn .menu-toggle.toggle + ul li.toggle ul {
  display: flex;
}
@media (max-width: 700px) {
  body:not(.is-mobile) #footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #footer #footer1,
  body:not(.is-mobile) #footer #footer2 {
    width: 100%;
    font-size: 16px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #footer #footer1 li span,
  body:not(.is-mobile) #footer #footer2 li span {
    display: none;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #linkTranslateVersion,
  body:not(.is-mobile) #osssearchboxtop,
  body:not(.is-mobile) #submittop {
    font-size: 16px !important;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #linkTranslateVersion {
    padding-right: 4px;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #submittop,
  body:not(.is-mobile) #osssearchboxtop {
    min-height: 24px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) #query_fieldsettop {
    margin-top: -13px;
    padding-right: 4px;
    width: 230px;
  }
}
@media (max-width: 630px) {
  body:not(.is-mobile) .two-cols-content {
    flex-direction: column;
    padding-right: 15px;
  }
}
@media (max-width: 630px) {
  body:not(.is-mobile) .left-menu {
    height: auto !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) .lastOffers .api-loader:not(#getSearchForm) {
    padding-left: 15px;
    padding-right: 11px;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) .rh-before-footer a {
    font-size: 16px !important;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) .link-block {
    padding-right: 0 !important;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) .link-block a {
    font-size: 16px !important;
  }
}
@media (max-width: 700px) {
  body:not(.is-mobile) .link-block a.ts-button {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 600px) {
  body:not(.is-mobile) .display-offre-small {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
body:not(.is-mobile) #contentCols {
  max-width: 97vw;
}
body:not(.is-mobile) #contentCols #mainCol {
  max-width: 90vw;
}
body:not(.is-mobile) #contentSsMenu {
  margin-bottom: 15px;
}
.auto-toggle {
  cursor: pointer;
}
.new-mediatheque {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.new-mediatheque .item-mediatheque {
  background: #ededee;
  margin-bottom: 13px;
  margin-right: 13px;
}
.new-mediatheque .item-mediatheque figure {
  background: #D1D0D6;
}
.new-mediatheque .item-mediatheque .content {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.new-mediatheque .item-mediatheque ul {
  padding-bottom: 10px;
}
.new-mediatheque .item-mediatheque h3 {
  padding: 0;
  margin: 0 !important;
  font-size: 1em !important;
  min-height: 2.3rem;
  display: flex;
  align-items: center;
}
.new-mediatheque .hidden {
  display: none !important;
}
.is-mobile .new-mediatheque .hidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  flex-direction: column;
}
.is-mobile .new-mediatheque .hidden div {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 7px;
  margin-top: 3px;
}
.is-mobile .new-mediatheque .hidden .LagZoom {
  max-height: 85vh;
}
.new-mediatheque .hidden.show-mobile {
  display: flex !important;
}
.new-mediatheque .showModal {
  cursor: pointer;
}
.new-mediatheque ~ .elemMediatheque,
.new-mediatheque ~ .mediatheque {
  display: none !important;
}
body.is-mobile.has-popin {
  min-height: 100vh;
  overflow: hidden;
}
/*# sourceMappingURL=struct.css.map */