/* POLICES */
.defaultPolice {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgba(0, 0, 0, 0.05);
}
.noFileOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}
.noFileOverlay .noFilePopup {
  background: #fff;
  max-width: 420px;
  padding: 30px;
  margin: 10vh auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  font-family: "Oxygen", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.noFileOverlay .noFilePopup h3 {
  margin-top: 0;
  color: #009fe3;
}
.noFileOverlay .noFilePopup button {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #009fe3;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
#blocGlobal {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 0px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  -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 strong {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#blocGlobal a {
  color: #009fe3;
  -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: #000000;
}
#blocGlobal #header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  font-size: 16px;
  -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 #header #logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px 0;
}
#blocGlobal #header #logos #logoDWM {
  width: 250px;
  height: 120px;
  z-index: 5;
  background: transparent url("/refontedusite/img/DWMLab.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 #header #logos #logoClient {
  width: 300px;
  height: 81px;
  z-index: 5;
  background: transparent url("/refontedusite/img/logo_AEM.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 #header h1,
#blocGlobal #header h2,
#blocGlobal #header h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  -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 #header h1 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 25px 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
}
#blocGlobal #header h2 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 25px 0;
  font-style: italic;
}
#blocGlobal #header #onglets {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
#blocGlobal #header #onglets li {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#blocGlobal #header #onglets li a {
  color: #009fe3;
  text-decoration: none;
}
#blocGlobal #header #onglets li a sup {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
}
#blocGlobal #headerWrapper {
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  font-size: 16px;
  -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 #headerWrapper #logosInfos {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
#blocGlobal #headerWrapper #logosInfos #logoDWM {
  width: 70px;
  height: 35px;
  background: transparent url("/refontedusite/img/DWMLab.png") left top no-repeat;
  background-size: contain;
  margin: 0 15px 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 #headerWrapper #logosInfos #logoClient {
  width: 110px;
  height: 30px;
  background: transparent url("/refontedusite/img/logo_AEM.png") left top no-repeat;
  background-size: contain;
  margin: 0 15px 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 #headerWrapper #logosInfos #infosPage {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
#blocGlobal #headerWrapper #version {
  width: auto;
  border: solid 1px #c2c2c2;
  color: #858585;
  background: none;
  outline: none;
  background: transparent url("/refontedusite/img/flecheSelect.png") no-repeat scroll right 5px center;
  background-size: 12px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 23px;
  line-height: 20px;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#blocGlobal #headerWrapper #navPage {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
#blocGlobal #headerWrapper #navPage a {
  width: 32px;
  height: 32px;
  color: #009fe3;
  display: flex;
  position: relative;
  align-items: center;
  text-align: left;
  margin: 0 0 0 20px;
  -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 #headerWrapper #navPage a#home:before,
#blocGlobal #headerWrapper #navPage a#precedent:before,
#blocGlobal #headerWrapper #navPage a#suivant:before,
#blocGlobal #headerWrapper #navPage a#pdf:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 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 #headerWrapper #navPage a#home:hover:before,
#blocGlobal #headerWrapper #navPage a#precedent:hover:before,
#blocGlobal #headerWrapper #navPage a#suivant:hover:before,
#blocGlobal #headerWrapper #navPage a#pdf:hover:before {
  opacity: 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 #headerWrapper #navPage a#home:after,
#blocGlobal #headerWrapper #navPage a#precedent:after,
#blocGlobal #headerWrapper #navPage a#suivant:after,
#blocGlobal #headerWrapper #navPage a#pdf:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 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 #headerWrapper #navPage a#home:hover:after,
#blocGlobal #headerWrapper #navPage a#precedent:hover:after,
#blocGlobal #headerWrapper #navPage a#suivant:hover:after,
#blocGlobal #headerWrapper #navPage a#pdf:hover:after {
  opacity: 1;
  -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 #headerWrapper #navPage a#home:before,
#blocGlobal #headerWrapper #navPage a#home:hover:before {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/home_off.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#home:after,
#blocGlobal #headerWrapper #navPage a#home:hover:after {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/home_on.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#precedent:before,
#blocGlobal #headerWrapper #navPage a#precedent:hover:before {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/flecheG_off.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#precedent:after,
#blocGlobal #headerWrapper #navPage a#precedent:hover:after {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/flecheG_on.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#suivant:before,
#blocGlobal #headerWrapper #navPage a#suivant:hover:before {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/flecheD_off.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#suivant:after,
#blocGlobal #headerWrapper #navPage a#suivant:hover:after {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/flecheD_on.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#pdf:before,
#blocGlobal #headerWrapper #navPage a#pdf:hover:before {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/pdf_off.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #headerWrapper #navPage a#pdf:after,
#blocGlobal #headerWrapper #navPage a#pdf:hover:after {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/pdf_on.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 16px;
  -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 #content.paddingGD {
  padding: 0 20px;
  justify-content: center;
}
#blocGlobal #content .bgGris {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 25px 30px;
}
#blocGlobal #content .bgGris.ombreHaute {
  -webkit-box-shadow: 0px -10px 20px -5px #dedede;
  -moz-box-shadow: 0px -10px 20px -5px #dedede;
  box-shadow: 0px -10px 20px -5px #dedede;
}
#blocGlobal #content .bgGris h2 {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  color: #009fe3;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px 0;
  padding: 0 34px 0 42px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  -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 #content .bgGris h2.noir {
  color: #000000;
}
#blocGlobal #content .bgGris h2:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
#blocGlobal #content .bgGris h2#interlocuteurs:before {
  background: transparent url("https://icono.agencedwm.com/picto_homme-cercle_cy.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2#documents:before {
  background: transparent url("https://icono.agencedwm.com/icono/picto_documents_cy.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2#visuels:before {
  background: transparent url("https://icono.agencedwm.com/icono/picto_oeil_noir.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2#references:before {
  background: transparent url("http://icono.agencedwm.com/picto_etoile_noir.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2#newsletter:before {
  background: transparent url("https://icono.agencedwm.com/picto_lien_cy.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
#blocGlobal #content .bgGris h2.close:after {
  background: transparent url("https://general.adwm.info/img/picto_title_close.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2.open {
  margin: 0;
}
#blocGlobal #content .bgGris h2.open:after {
  background: transparent url("https://general.adwm.info/img/picto_title_open.png") no-repeat scroll center center / auto 100%;
}
#blocGlobal #content .bgGris h2 sup {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
}
#blocGlobal #content .bgGris #interlocuteursContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}
#blocGlobal #content .bgGris #interlocuteursContent .capsuleInterlocuteur {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  grid-gap: 15px;
}
#blocGlobal #content .bgGris #interlocuteursContent .capsuleInterlocuteur img {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  -moz-border-radius: 4.0625em;
  -webkit-border-radius: 4.0625em;
  border-radius: 4.0625em;
}
#blocGlobal #content .bgGris #interlocuteursContent .capsuleInterlocuteur .infos {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 16px;
}
#blocGlobal #content .bgGris #interlocuteursContent .capsuleInterlocuteur .infos a {
  color: #009fe3;
  text-decoration: none;
}
#blocGlobal #content .bgGris .boutons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument {
  max-width: 330px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  text-align: left;
  color: #009fe3;
  text-decoration: none;
  padding: 20px 10px 20px 58px;
  border: solid 1px rgba(0, 159, 227, 0.1);
  -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 #content .bgGris .boutons .capsuleDocument:hover {
  border: solid 1px transparent;
  background-color: #ffffff;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.pdf:before {
  width: 41px;
  height: 32px;
  background: transparent url("/refontedusite/img/picto-pdf.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.doc:before {
  width: 41px;
  height: 32px;
  background: transparent url("/refontedusite/img/picto-doc.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.dwm:before {
  width: 36px;
  height: 32px;
  background: transparent url("/refontedusite/img/dwm.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.picto {
  color: #000000;
  border: solid 1px rgba(82, 82, 82, 0.1);
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.picto:before {
  width: 32px;
  height: 32px;
  background: transparent url("/refontedusite/img/favATH.png") left top no-repeat;
  background-size: 100%;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
#blocGlobal #content .bgGris .boutons .capsuleDocument.link:before {
  width: 32px;
  height: 32px;
  background: transparent url("https://icono.agencedwm.com/picto_lien_cy.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal #content img {
  width: 100%;
  display: flex;
  -webkit-box-shadow: 4px 5px 14px 0px #7a7a7a;
  -moz-box-shadow: 4px 5px 14px 0px #7a7a7a;
  box-shadow: 4px 5px 14px 0px #7a7a7a;
  -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 #content .maxWidth1100 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: flex-start;
  /***.contentRef {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        .transition(0.5s);

        .capsuleRef {
          max-width: 330px;
          width: 100%;
          padding: 0 20px;
          .transition(0.5s);

          a {
            text-decoration: none;
          }
        }
      }***/

}
#blocGlobal #content .maxWidth1100 h1 {
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin: 0 0 35px 0;
  padding: 0;
  font-weight: lighter;
  font-size: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
  -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 #content .maxWidth1100 .gridSpec:after {
  content: "";
  display: block;
  clear: both;
}
#blocGlobal #content .maxWidth1100 .gridSpec {
  margin: 0 auto;
}
#blocGlobal #content .maxWidth1100 .gridSpec .grid-item {
  width: 330px !important;
  height: auto;
  float: left;
  position: relative;
  margin: 0 0 40px 0;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  -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 #content .maxWidth1100 .gridSpec .grid-item em {
  margin: 10px 0 0 0;
  display: block;
}
#blocGlobal #content .maxWidth1100 #HP {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
#blocGlobal #content .maxWidth1100 .capsuleRef {
  max-width: 95% !important;
}
#blocGlobal #content .maxWidth1100 #HP,
#blocGlobal #content .maxWidth1100 #FS,
#blocGlobal #content .maxWidth1100 .capsuleRef {
  max-width: 725px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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 #content .maxWidth1100 #HP .fullWidth,
#blocGlobal #content .maxWidth1100 #FS .fullWidth,
#blocGlobal #content .maxWidth1100 .capsuleRef .fullWidth {
  max-width: 660px;
  width: 100%;
  padding: 0 20px;
  -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 #content .maxWidth1100 #HP .fullWidth a,
#blocGlobal #content .maxWidth1100 #FS .fullWidth a,
#blocGlobal #content .maxWidth1100 .capsuleRef .fullWidth a {
  text-decoration: none;
}
#blocGlobal #content .maxWidth1100 #HP .fullWidth a em,
#blocGlobal #content .maxWidth1100 #FS .fullWidth a em,
#blocGlobal #content .maxWidth1100 .capsuleRef .fullWidth a em {
  width: 95%;
  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 #content .maxWidth1100 #HP .HP_gauche a,
#blocGlobal #content .maxWidth1100 #FS .HP_gauche a,
#blocGlobal #content .maxWidth1100 .capsuleRef .HP_gauche a,
#blocGlobal #content .maxWidth1100 #HP .HP_droite a,
#blocGlobal #content .maxWidth1100 #FS .HP_droite a,
#blocGlobal #content .maxWidth1100 .capsuleRef .HP_droite a {
  text-decoration: none;
}
#blocGlobal #content .maxWidth1100 #HP .HP_gauche,
#blocGlobal #content .maxWidth1100 #FS .HP_gauche,
#blocGlobal #content .maxWidth1100 .capsuleRef .HP_gauche {
  max-width: 330px;
  width: 100%;
  padding: 0 20px;
  -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 #content .maxWidth1100 #HP .HP_droite,
#blocGlobal #content .maxWidth1100 #FS .HP_droite,
#blocGlobal #content .maxWidth1100 .capsuleRef .HP_droite {
  max-width: 330px;
  width: 100%;
  padding: 0 20px;
  -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 #content .maxWidth1100 #HP a,
#blocGlobal #content .maxWidth1100 #FS a,
#blocGlobal #content .maxWidth1100 .capsuleRef a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 25px 0;
  color: #000000;
  -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 #content .maxWidth1100 #HP a.reductHover:hover img,
#blocGlobal #content .maxWidth1100 #FS a.reductHover:hover img,
#blocGlobal #content .maxWidth1100 .capsuleRef a.reductHover:hover img {
  -ms-transform: scale(1.004);
  -moz-transform: scale(1.004);
  -webkit-transform: scale(1.004);
  -o-transform: scale(1.004);
  transform: scale(1.004);
}
#blocGlobal #content .maxWidth1100 #HP a:hover,
#blocGlobal #content .maxWidth1100 #FS a:hover,
#blocGlobal #content .maxWidth1100 .capsuleRef a:hover {
  color: #009fe3;
}
#blocGlobal #content .maxWidth1100 #HP a:hover img,
#blocGlobal #content .maxWidth1100 #FS a:hover img,
#blocGlobal #content .maxWidth1100 .capsuleRef a:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#blocGlobal #content .maxWidth1100 #HP a em,
#blocGlobal #content .maxWidth1100 #FS a em,
#blocGlobal #content .maxWidth1100 .capsuleRef a em {
  width: 280px;
  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 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
  padding: 10px 20px 40px 20px;
  font-size: 16px;
  -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;
}
@media screen and (max-width: 1340px) {
  #blocGlobal #content .maxWidth1100 #HP {
    border-right: none;
  }
}
@media screen and (max-width: 740px) {
  #blocGlobal #header #interlocuteursContent .interlocuteurs {
    max-width: 100% !important;
  }
  #blocGlobal #header #interlocuteursContent .interlocuteurs.droite {
    padding: 0;
    margin: 20px 0 0 0;
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  #blocGlobal #header #logos {
    grid-column-gap: 50px;
  }
}
