/* Scss Document */
/* Scss Document */
.btn_retour::before, .fichiers .depose_fichier::before, .content .ligne_compte .identite::before, .content .ligne_compte .acces_compte a.compte::before, .content .ligne_compte .acces_compte a.ouverture_compte::before, .content .bloc_home > div .liens > a::before, .nav_page > ul > li > a::before, .content .liste .item::before, .content .liste .item > span::before, .content .form .entete .nom::before {
  font-family: 'icomoon'; }

/* CSS Document */
html {
  font-size: 100%;
  font-size: 63%; }

html, body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #383838; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-style: normal;
  font-family: 'Open Sans', sans-serif; }

ol, ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

p {
  margin: 1.1em 0; }

address {
  margin: .75em 0;
  font-style: normal; }

a {
  text-decoration: none;
  color: #0195b1;
  cursor: pointer; }

/*a:hover{color: $bleuf;}*/
a img {
  border: none; }

em {
  font-style: italic; }

fieldset, form {
  margin: 0;
  padding: 0;
  border: none; }

button, input, select {
  vertical-align: middle; }

.clear {
  clear: both; }

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

img {
  max-width: 100%;
  height: auto; }

.tab_picto {
  max-width: none; }

article p {
  font-size: 1.5em; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.columns {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-rule: 1px solid #FFFFFF;
  -moz-column-rule: 1px solid #FFFFFF;
  column-rule: 1px solid #FFFFFF; }

.overall {
  font-size: 1.1em;
  max-width: 1000px;
  margin: auto; }

.size {
  max-width: 1100px; }

@font-face {
  font-family: 'icomoon';
  src: url("font/fonts/icomoon.eot?uo1gl4");
  src: url("font/fonts/icomoon.eot?uo1gl4#iefix") format("embedded-opentype"), url("font/fonts/icomoon.woff2?uo1gl4") format("woff2"), url("font/fonts/icomoon.ttf?uo1gl4") format("truetype"), url("font/fonts/icomoon.woff?uo1gl4") format("woff"), url("font/fonts/icomoon.svg?uo1gl4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\e900"; }

.icon-compte:before {
  content: "\e901"; }

.icon-deconnexion:before {
  content: "\e902"; }

.icon-doc:before {
  content: "\e903"; }

.icon-download:before {
  content: "\e904"; }

.icon-fleche:before {
  content: "\e905"; }

.icon-fleche2:before {
  content: "\e906"; }

.icon-id:before {
  content: "\e907"; }

.icon-ouverture:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-profil:before {
  content: "\e90a"; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }
  

.btn_def {
  display: inline-block;
  background: #0195b1;
  padding: 20px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
  text-align: left;
  transition: background 0.2s;
  line-height: 1em;
  border: none;
  cursor: pointer; }
  .btn_def:hover {
    background: #111f6a;
    color: #ffffff; }
  .btn_def.alignright {
    float: right; }

.btn_retour {
  display: inline-block;
  padding: 20px 30px 20px 50px;
  border-radius: 30px;
  color: #111f6a;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
  text-align: left;
  transition: background 0.2s;
  line-height: 1em;
  border: 1px solid #dbdbdb; }
  .btn_retour:hover {
    background: #111f6a;
    color: #ffffff; }
    .btn_retour:hover::before {
      color: #ffffff; }
  .btn_retour::before {
    content: '\e905';
    position: absolute;
    left: 12px;
    top: 20px;
    font-size: 3rem;
    font-weight: 500;
    color: #111f6a;
    transform: rotate(180deg); }
  .btn_retour.alignright {
    float: right; }

.btn_form {
  margin: 15px auto 0;
  color: #000000 !important;
  font-weight: 600 !important;
  background: none !important;
  transition: background .3s;
  letter-spacing: 0.05em;
  padding: 20px 30px !important;
  border: 1px solid #000000 !important; }
  .btn_form:hover {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }

.lien_def {
  display: inline-block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }
  .lien_def::before {
    content: "\e901";
    font-family: 'icomoon';
    font-size: 1.5rem; }

.fermer {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px; }
  .fermer::before {
    content: '\e909';
    font-family: 'icomoon';
    font-size: 3.6em;
    font-weight: 600;
    color: #000000; }
  .fermer:hover::before {
    color: #000000; }

/* retablissement de l'apparance des selects (surtout ios) */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form span.select {
  display: block;
  background: url(../images/x2/puce_select.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right center !important;
  margin: 15px 0;
  border-radius: 3px;
  padding: 5px; }
  form span.select > select {
    display: block;
    width: 100%;
    background-color: transparent !important;
    border: none;
    height: 30px;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0 10px;
    color: #000000;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif; }

input[type="text"], textarea, input[type="tel"], input[type="email"], input[type="password"], select {
  padding: 6px 0;
  background: #FFF;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  width: 100%;
  text-indent: 10px;
  font-size: 1.4rem;
  min-height: 40px;
  font-family: 'Open Sans', sans-serif; }

textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem; }

input[type="radio"] {
  width: 24px !important;
  height: 24px !important;
  margin: 0 10px 0 0; }

.champ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  background: #f2f2f2;
  border-radius: 5px; }
  .champ > label {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    color: #0D2849;
    font-size: 1.5rem;
    position: relative;
    font-weight: 700; }
    .champ > label.obligatoire span {
      display: inline-block;
      position: relative; }
      .champ > label.obligatoire span::after {
        content: ' *';
        color: #0195b1;
        position: absolute;
        font-size: 2rem;
        top: -10px;
        right: -12px; }

.champ > input, .champ > select, .champ > textarea {
  width: 60%;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eeebe5; }

  .etat_sinistre_1, .etat_sinistre_2{
    display: none;
  }
.checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 1.4rem; }
  .checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px; }

.fichiers {
  display: block; }
  .fichiers label {
    display: block;
    width: 100%; }
  .fichiers .depose_fichier {
    display: inline-block;
    margin: 20px 20px 30px 20px;
    border: 2px dashed #d9d9d9;
    border-radius: 5px;
    width: calc(100% - 40px);
    text-align: center;
    padding: 40px;
    color: #959595;
    font-weight: 700; }
    .fichiers .depose_fichier::before {
      content: '\e904';
      font-size: 4rem;
      color: #959595;
      display: inline-block;
      vertical-align: middle; }

.euro input {
  width: calc(60% - 40px); }
.euro strong {
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px;
  font-weight: 700;
  width: 40px; }

header {
  padding: 20px 0;
  margin: auto;
  background: #FFF; }
  header #logo {
    overflow: hidden;
    float: left;
    width: 264px;
    height: 100px;
    font-size: 0.5em; }
    header #logo strong {
      display: block;
      text-indent: -500px; }
  header #recherche {
    float: right;
    width: 260px; }
    header #recherche input[type="text"] {
      padding-left: 30px;
      text-indent: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    header #recherche input[type="submit"] {
      background: url(../images/loupe.png) no-repeat;
      width: 14px;
      height: 14px;
      border: none;
      cursor: pointer;
      position: relative;
      float: left;
      margin: -40px 0 0 10px; }
  header .deroulant {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left; }
  header .deroulant > li {
    float: left;
    position: relative; }
  header .deroulant > li a {
    color: #FFFFFF;
    display: block;
    padding: 35px 25px;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #000000;
    transition: background 300ms;
    font-family: 'Roboto Condensed', sans-serif; }
  header .deroulant > li:hover a {
    color: #FFF; }
  header .deroulant > li > ul {
    display: none;
    position: absolute;
    z-index: 3;
    background: #006ab1;
    margin: 0;
    padding: 5px;
    width: 250px;
    list-style: none;
    max-height: 0em;
    overflow: hidden;
    transition: 1s max-height 0.3s;
    -webkit-transition: 1s max-height 0.3s;
    -moz-transition: 1s max-height 0.3s;
    -o-transition: 1s max-height 0.3s;
    -ms-transition: 1s max-height 0.3s; }
  header .deroulant > li:hover ul {
    display: block;
    max-height: 26em; }
  header .deroulant > li > ul > li {
    float: left;
    width: 100%; }
  header .deroulant > li > ul > li a {
    color: #FFF;
    display: block;
    font-size: 1.3em;
    padding: 12px;
    background: #DDDDDD;
    border-bottom: 1px solid #004681;
    text-transform: inherit; }
  header .deroulant > li > ul > li a:hover {
    background: #0785c5;
    border-bottom: 1px solid #0785c5; }

#menu {
  height: 42px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #FFF;
  background: #111f6a; }
  #menu ul {
    padding: 0;
    margin: 0;
    max-width: 960px;
    margin: auto;
    list-style: none; }
    #menu ul > li {
      float: left; }
      #menu ul > li:first-child a {
        text-indent: -500px;
        overflow: hidden; }
      #menu ul > li > a {
        display: block;
        color: #FFF;
        font-weight: 700;
        height: 28px;
        padding: 8px 20px;
        margin: 7px 0;
        line-height: 1em;
        border-radius: 5px; }
        #menu ul > li > a:hover {
          background-color: #4a3eb4; }
      #menu ul > li:last-child a {
        padding: 8px 65px;
        margin-left: 5px; }

footer {
  background: #FFF;
  width: 100%; }
  footer ul {
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center; }
    footer ul > li {
      display: inline-block;
      vertical-align: middle; }
      footer ul > li > a {
        padding: 15px;
        display: block;
        font-size: 1.3rem;
        text-transform: uppercase;
        color: #959595; }

.content {
  font-size: 1.5rem; }
  .content .ligne_compte {
    display: block;
    margin: 40px 0; }
    .content .ligne_compte .identite {
      float: left;
      font-size: 2rem;
      color: #959595;
      display: inline-block;
      padding: 0 0 0 60px;
      position: relative; }
      .content .ligne_compte .identite::before {
        content: '\e907';
        font-size: 6rem;
        font-weight: 300;
        position: absolute;
        top: 0;
        left: 0; }
      .content .ligne_compte .identite > strong {
        display: block;
        color: #383838;
        font-size: 2.4rem;
        font-weight: 300; }
    .content .ligne_compte .acces_compte {
      float: right;
      margin: 5px 0 0 0; }
      .content .ligne_compte .acces_compte a {
        display: inline-block;
        margin: 0 8px;
        border: 1px solid #dbdbdb;
        padding: 15px 30px 15px 60px;
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #959595;
        border-radius: 26px;
        position: relative;
        vertical-align: middle;
        transition: background 0.2s; }
        .content .ligne_compte .acces_compte a::after {
          content: '';
          width: 18px;
          height: 1px;
          background: #dbdbdb;
          position: absolute;
          right: -18px;
          top: 23px; }
        .content .ligne_compte .acces_compte a:hover {
          background: #0195b1;
          border: 1px solid #0195b1;
          color: #ffffff; }
        .content .ligne_compte .acces_compte a.compte::before {
          content: '\e901';
          font-size: 3.5rem;
          position: absolute;
          left: 18px;
          top: 6px;
          font-weight: 500; }
        .content .ligne_compte .acces_compte a.ouverture_compte::before {
          content: '\e908';
          font-size: 3.5rem;
          position: absolute;
          left: 18px;
          top: 6px;
          font-weight: 500; }
        .content .ligne_compte .acces_compte a.deconnexion {
          padding: 0;
          background: #dbdbdb;
          width: 46px;
          height: 46px;
          text-align: center;
          font-size: 3.6rem; }
          .content .ligne_compte .acces_compte a.deconnexion::after {
            display: none; }
          .content .ligne_compte .acces_compte a.deconnexion:hover {
            background: #0195b1; }
  .content .bloc_home {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px -15px; }
    .content .bloc_home > div {
      float: left;
      width: 33.3333%;
      padding: 15px;
      position: relative;
      text-align: center; }
      .content .bloc_home > div > img {
        max-width: 100%;
        width: 100%; }
      .content .bloc_home > div span {
        color: #ffffff;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        display: block;
        text-align: center;
        width: 100%;
        max-width: calc(100% - 60px);
        font-size: 2.6rem;
        font-weight: 900;
        line-height: 2.6rem;
        text-transform: uppercase; }
      .content .bloc_home > div .liens {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 40px; }
        .content .bloc_home > div .liens > a {
          display: block;
          background: #ffffff;
          padding: 15px 20px 15px 50px;
          border-radius: 25px;
          color: #111f6a;
          font-size: 1.3rem;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 0 20px 0;
          position: relative;
          text-align: left;
          transition: background 0.2s;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
          .content .bloc_home > div .liens > a:hover {
            background: #111f6a;
            color: #ffffff;
            box-shadow: none; }
          .content .bloc_home > div .liens > a::before {
            content: '\e905';
            position: absolute;
            left: 12px;
            top: 9px;
            font-size: 3rem;
            font-weight: 500; }
          .content .bloc_home > div .liens > a.declarer {
            background: #0195b1;
            color: #ffffff; }
            .content .bloc_home > div .liens > a.declarer::before {
              content: '\e909'; }
            .content .bloc_home > div .liens > a.declarer:hover {
              background: #111f6a;
              color: #ffffff;
              box-shadow: none; }

.nav_page > ul {
  display: block;
  background: #111f6a;
  border-radius: 27px;
  text-align: center; }
  .nav_page > ul > li {
    display: inline-block;
    position: relative; }
    .nav_page > ul > li > a {
      display: block;
      border-radius: 27px;
      font-size: 1.4rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      padding: 15px 25px;
      transition: background 0.2s; }
      .nav_page > ul > li > a::before {
        content: '\e905';
        display: inline-block;
        font-size: 2.5rem;
        font-weight: 500;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 3px; }
      .nav_page > ul > li > a:hover {
        background: #0195b1; }
    .nav_page > ul > li > a.lien_page {
      padding: 15px 15px; }
    .nav_page > ul > li > p.compte_page {
      color: #ffffff;
      font-size: 1.4em; }
    .nav_page > ul > li.active > a {
      background: #0195b1 !important;
      border-radius: 27px 27px 0 0; }
    .nav_page > ul > li:hover > ul {
      display: block; }
    .nav_page > ul > li > ul {
      width: 268px;
      background: #0195b1;
      padding: 10px;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
      position: absolute;
      display: none;
      z-index: 2; }
      .nav_page > ul > li > ul > li {
        display: block;
        margin: 2px 0;
        background: rgba(255, 255, 255, 0.2); }
        .nav_page > ul > li > ul > li > a {
          display: block;
          color: #ffffff;
          text-align: left;
          padding: 10px;
          text-transform: uppercase;
          font-size: 1.4rem;
          transition: background 0.2s; }
          .nav_page > ul > li > ul > li > a:hover {
            background: #111f6a; }

.content h1 {
  color: #111f6a;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 30px 0; }
.content h2 {
  color: #0195b1;
  font-size: 2.6rem;
  font-weight: 900; }
.content h3 {
  color: #111f6a;
  font-size: 1.8rem;
  font-weight: 700; }
.content .contenu {
  position: relative;
  padding: 0 0 15px 0; }
  .content .contenu.col_menu {
    padding: 0 0 60px 260px; }
  .content .contenu .menu_page {
    float: left;
    width: 220px;
    margin: 0 0 0 -260px;
    background: #ffffff; }
    .content .contenu .menu_page ul > li {
      border-bottom: 1px solid #dbdbdb; }
      .content .contenu .menu_page ul > li > a {
        color: #959595;
        display: block;
        padding: 15px 0 15px 15px; }
        .content .contenu .menu_page ul > li > a > strong {
          color: #0195b1; }
        .content .contenu .menu_page ul > li > a:hover {
          color: #0195b1; }
      .content .contenu .menu_page ul > li.active > a {
        color: #0195b1; }
      .content .contenu .menu_page ul > ul {
        margin-left: 30px;
      }
  .content .contenu .form {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 30px; }
.content .tri {
  display: block;
  text-align: right; }
  .content .tri span, .content .tri select {
    display: inline-block;
    vertical-align: middle;
    padding: 5px; }
  .content .tri span {
    font-weight: 700; }
  .content .tri select {
    max-width: 320px;
    margin: 0; }
.content .liste {
  display: block;
  padding: 20px 0; }
  .content .liste .item {
    display: block;
    border: 1px solid #dbdbdb;
    margin-top: 25px;
    position: relative;
    padding: 30px 30px 30px 86px;
    transition: all 0.2s; }
    .content .liste .item.theme_1::before {
      content: '\e903';
      position: absolute;
      color: #959595;
      background: #27cf57;
      width: 56px;
      height: 100%;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 4rem;
      padding: 10px 0 0 0;
      box-sizing: border-box; }
    .content .liste .item.theme_2::before {
      content: '\e903';
      position: absolute;
      color: #959595;
      background: #1919bf;
      width: 56px;
      height: 100%;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 4rem;
      padding: 10px 0 0 0;
      box-sizing: border-box; }
    .content .liste .item.theme_3::before {
      content: '\e903';
      position: absolute;
      color: #959595;
      background: #e3372b;
      width: 56px;
      height: 100%;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 4rem;
      padding: 10px 0 0 0;
      box-sizing: border-box; }
    .content .liste .item::before {
      content: '\e903';
      position: absolute;
      color: #959595;
      background: #f2f2f2;
      width: 56px;
      height: 100%;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 4rem;
      padding: 10px 0 0 0;
      box-sizing: border-box; }
    .content .liste .item > a {
      color: #111f6a;
      font-weight: 700;
      font-size: 1.8rem; }
      .content .liste .item > a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ""; }
    .content .liste .item > span {
      color: #0195b1;
      font-size: 1.4rem;
      font-weight: 700;
      text-transform: uppercase; }
      .content .liste .item > span::before {
        content: '\e905';
        font-size: 2.6rem;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        margin-right: 5px; }
    .content .liste .item:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .content .liste .item:hover > span {
        color: #111f6a; }
      .content .liste .item:hover::before {
        color: #111f6a; }
.content .indic_obli {
  font-weight: 700; }
  .content .indic_obli > strong {
    color: #0195b1; }
.content .form {
  display: block;
  margin: 40px 0; }
  .content .form .entete {
    display: block;
    position: relative;
    padding: 0 0 0 140px;
    margin-bottom: 50px; }
    .content .form .entete > img {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 110px; }
    .content .form .entete h2 {
      color: #000000;
      font-size: 1.8rem;
      margin-top: 0; }
    .content .form .entete .nom {
      display: block;
      margin: 5px 0; }
      .content .form .entete .nom::before {
        content: '\e90a';
        color: #000000;
        font-size: 3rem;
        display: inline-block;
        vertical-align: middle; }
    .content .form .entete .groupe {
      color: #959595;
      font-size: 1.6rem;
      font-weight: 700;
      display: inline-block;
      border-bottom: 1px solid #dbdbdb;
      padding: 0 0 10px 0;
      margin: 0 0 5px 0; }

/*# sourceMappingURL=style.css.map */
