<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*RESET*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
/*BLOC GLOBAL*/
.widget-generique {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 40px
}
.widget-generique-full {
  max-width: 100%
}
.widget-generique a {
  text-decoration: none
}
.widget-generique img {
  display: block;
  width: 100%;
  height: auto
}
.widget-generique strong {
  font-weight: 700
}
.widget-generique .dp-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.widget-generique .bloc-img .dp-mob {
  display: none
}
.widget-generique .widget-title-bloc {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0%);
  z-index: 1;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  transition: all ease 0.5s;
  width: 100%;
}
.widget-generique &gt; div &gt; div:hover .widget-title-bloc {
  display: none
}
.widget-generique .widget-link-bloc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all ease 0.5s;
}
.widget-generique .widget-link-bloc:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 0px 25px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 25px 0px rgba(255, 255, 255, 0.8);
}
.widget-generique .widget-link-bloc p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 5px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden
}
.widget-generique .widget-link-bloc p span {
  transition: all ease 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 80px;
  display: inline-block;
}
.widget-generique a:hover p span {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.widget-generique .widget-link-bloc p span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: width .5s;
  transition: width .5s;
}
.widget-generique .widget-link-bloc p span:hover::after {
  width: 0;
}
/*TITRE*/
.widget-generique .widget-title p {
  position: relative;
  margin: 50px auto 20px auto;
  color: #2E5485;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 56px;
  max-width: 1345px;
  width: 90%;
}
.widget-generique .widget-title p::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 5px;
  background-color: #000;
}
/*WIDGET PUSH*/
#widget-push .widget-push-content &gt; div {
  position: relative;
  width: 49%
}
#widget-push .widget-push-content .widget-push-content-sup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}
#widget-push .widget-push-content .widget-push-content-sup &gt; div {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 50%;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column
}
#widget-push .widget-push-content h2 {
  color: #1E294F;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 80px
}
#widget-push .widget-push-content p {
  color: #1E294F;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 160px
}
#widget-push .widget-push-content span {
  align-self: center;
     display: block;
    padding: 10px 30px;
    background-color: #000;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    max-width: 225px;
    width: 100%;
    transition: all ease 0.2s
}
#widget-push .widget-push-content span:hover{
    background-color:#fff;
    color:#000
}
/*WIDGET CTA MOB*/
#widget-cta-mob .widget-cta-mob-content {
  display: flex;
  flex-wrap: wrap;
}
#widget-cta-mob .widget-cta-mob-content a {
  border-color: #000;
  color: #000;
  padding: 12px 0;
  font-size: 18px;
  width: 48%;
  margin: 1%
}
/*WIDGET ENTRIES FULL*/
#widget-entriesFull .widget-entriesFull-content {
  position: relative
}
#widget-entriesFull .widget-entriesFull-content:hover h2 {
  display: none
}
/*WIDGET ENCART 2*/
#widget-encart {
  max-width: 1575px;
  margin-bottom: 150px
}
#widget-encart .widget-encart-content &gt; div {
  position: relative;
  width: 32%
}
#widget-encart .widget-encart-content &gt; div .widget-encart-content-detail {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 50%);
  border: solid 1px #000;
  background-color: #FFF;
  text-align: center;
  padding: 25px 0
}
#widget-encart .widget-encart-content &gt; div .widget-encart-content-detail P {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 1px
}
#widget-encart .widget-encart-content &gt; div .widget-encart-content-detail span {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative
}
#widget-encart .widget-encart-content &gt; div .widget-encart-content-detail span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translate(0, -50%);
}
/*WIDGET PATCHWORK*/
#widget-patchwork {
  max-width: 1410px;
}
#widget-patchwork .widget-patchwork-content &gt; div {
  position: relative;
  overflow: hidden;
  width: 33.7%
}
#widget-patchwork .widget-patchwork-content h2 {
  color: #fff
}
#widget-patchwork .widget-patchwork-content .widget-patchwork-content-center {
  width: 28.3%
}
#widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-top {
  margin-bottom: 8%;
  position: relative;
  overflow: hidden
}
#widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-bottom {
  position: relative;
  overflow: hidden
}
#widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-top .widget-title-bloc, #widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-bottom .widget-title-bloc {
  display: block;
}
#widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-top:hover .widget-title-bloc, #widget-patchwork .widget-patchwork-content .widget-patchwork-content-center-bottom:hover .widget-title-bloc {
  display: none
}
/*WIDGET MULTIPLE BLOCKS*/
#widget-multipleBlocks .widget-multipleBlocks-content .widget-multipleBlocks-content-top {
  margin-bottom: 20px
}
#widget-multipleBlocks .widget-multipleBlocks-content &gt; div &gt; div {
  position: relative;
  overflow: hidden;
  width: 32%
}
#widget-multipleBlocks .widget-multipleBlocks-content .widget-multipleBlocks-content-bottom &gt; div {
  width: 24%
}
#widget-multipleBlocks .widget-multipleBlocks-content h2 {
  color: #fff
}
#widget-multipleBlocks .widget-multipleBlocks-content div:hover .widget-title-bloc {
  display: block
}
#widget-multipleBlocks .widget-multipleBlocks-content &gt; div &gt; div:hover .widget-title-bloc {
  display: none
}
/*WIDGET TRIPLE ENTRIES*/
#widget-tripleEntries {
  max-width: 1730px;
  margin-bottom: 20px
}
#widget-tripleEntries .widget-tripleEntries-content &gt; div {
  position: relative;
  width: 32%
}
/*WIDGET FOCUS*/
#widget-focus {
  max-width: 1400px
}
#widget-focus .widget-focus-content {
  margin-bottom: 20px;
}
#widget-focus .widget-focus-content .widget-focus-content-gauche {
  width: 50.7%;
  overflow: hidden
}
#widget-focus .widget-focus-content &gt; div {
  position: relative;
  width: 48%;
  overflow: hidden
}
#widget-focus .widget-focus-content .widget-focus-content-droite-haut {
  margin-bottom: 2.8%
}
#widget-focus .widget-focus-content &gt; div &gt; div {
  position: relative;
  overflow: hidden
}
#widget-focus .widget-focus-content .widget-focus-content-droite:hover .widget-title-bloc {
  display: block
}
#widget-focus .widget-focus-content .widget-focus-content-droite &gt; div:hover .widget-title-bloc {
  display: none
}
#widget-focus .widget-focus-content h2 {
  color: #fff
}
/*WIDGET FOCUS FULL*/
#widget-focus-full .widget-focus-full-content {
  margin-bottom: 20px;
}
#widget-focus-full .widget-focus-full-content &gt; div {
  width: 49%
}
#widget-focus-full .widget-focus-full-content &gt; div &gt; div, #widget-focus-full .widget-focus-full-content &gt; div {
  position: relative;
  overflow: hidden
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-gauche {
  width: 47%
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite {
  width: 52%
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite-haut {
  margin-bottom: 2.4%;
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite-haut &gt; div {
  position: relative;
  width: 32%
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite &gt; .widget-focus-full-content-droite-haut:hover .widget-title-bloc, #widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite &gt; .widget-focus-full-content-droite-bas .widget-title-bloc {
  display: block
}
#widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite &gt; .widget-focus-full-content-droite-haut &gt; div:hover .widget-title-bloc, #widget-focus-full .widget-focus-full-content .widget-focus-full-content-droite &gt; .widget-focus-full-content-droite-bas:hover .widget-title-bloc {
  display: none
}
#widget-focus-full .widget-focus-full-content h2 {
  color: #fff
}
/*WIDGET SQUARE BLOC ET SQUARE BLOC FULL*/
#widget-square-bloc .widget-square-bloc-content, #widget-square-bloc-full .widget-square-bloc-full-content {
  position: relative
}
#widget-square-bloc .widget-square-bloc-content h2, #widget-square-bloc-full .widget-square-bloc-full-content h2 {
  color: #fff
}
#widget-square-bloc .widget-square-bloc-content:hover h2, #widget-square-bloc-full .widget-square-bloc-full-content:hover h2 {
  display: none
}
/*WIDGET DOUBLE ENTRIES*/
#widget-doubleEntries {
  padding: 0 15px
}
#widget-doubleEntries .widget-doubleEntries-content &gt; div {
  width: 49%;
  position: relative;
  overflow: hidden
}
#widget-doubleEntries h2 {
  color: #fff
}</pre></body></html>