@charset "UTF-8";
/* ------------------------- */
/* Tag et variables globales */
/* ------------------------- */
/* ----------------------------------------- */
/* ---------  Configuration du site  ------- */
/* ----------------------------------------- */
/* ---------------------- */
/* Varibales principales */
/* ---------------------- */
/* ---------------------- */
/* Onglets jquery-ui.scss */
/* ---------------------- */
/* Etat par défaut */
/* Etat survolé */
/* Etat actif */
/* Zone conteneur */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url("https://fonts.googleapis.com/css?family=Gothic+A1:400,700,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #222; }

a {
  text-decoration: none; }
a:hover {
  text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Gothic A1", sans-serif;
  margin-top: 0;
  padding: 0;
  letter-spacing: 0px;
  font-weight: 700; }

h1 {
  font-size: 40px;
  margin-bottom: 10px; }

h2 {
  font-size: 27px;
  margin-bottom: 40px;
  color: #222; }

h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #222; }

h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #205797;
  font-weight: 900;
  border-bottom: 1px dotted #205797; }

h2 {
  color: #205797;
  padding: 0px 0px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(0, 0, 0, 0.1);
  padding-left: 0px;
  box-shadow: 0px 4px 0px #eee; }

form {
  padding: 0px;
  margin: 0px; }

img, object, embed, canvas, video, audio, picture {
  max-width: 100%;
  height: auto; }

.nav-main {
  font-family: "Open Sans", sans-serif, sans serif;
  font-size: 15px;
  clear: both;
  z-index: 12; }
.nav-main > .nav-main-title {
  color: #99b40d;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  position: relative; }
.nav-main > .nav-main-title > span {
  position: relative;
  top: -10px; }
.nav-main .nav-main-list {
  list-style: none;
  margin: 0px;
  padding: 0px 0px; }
@media only screen and (max-width: 780px) {
  .nav-main .nav-main-list {
    width: 100%;
    display: inline-block; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .nav-main .nav-main-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1220px) {
  .nav-main .nav-main-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .nav-main .nav-main-list .home {
    width: 35px;
    position: relative;
    top: -5px; } }
@media only screen and (min-width: 1220px) {
  .nav-main .nav-main-list .home {
    width: 35px;
    position: relative;
    top: -5px; } }
@media only screen and (max-width: 780px) {
  .nav-main .nav-main-list .home img {
    width: 35px; } }
.nav-main .nav-main-list > li {
  position: relative;
  list-style: none outside none; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .nav-main .nav-main-list > li {
    float: left;
    padding: 5px 6px; } }
@media only screen and (min-width: 1220px) {
  .nav-main .nav-main-list > li {
    float: left;
    padding: 5px 7px; } }
.nav-main .nav-main-list > li > a {
  background: url("gfx/back_button.png") no-repeat 0px 0px;
  font-family: "Gothic A1", sans-serif;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.15s ease 0s;
  margin-right: 2px;
  border-radius: 5px;
  font-size: 13px; }
@media only screen and (max-width: 780px) {
  .nav-main .nav-main-list > li > a {
    margin-bottom: 1px;
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .nav-main .nav-main-list > li > a {
    padding: 10px 14px; } }
@media only screen and (min-width: 1220px) {
  .nav-main .nav-main-list > li > a {
    padding: 10px 25px; } }
.nav-main .nav-main-list > li > a:hover {
  background: url("gfx/back_button.png") no-repeat 0px -57px;
  color: #fff;
  text-shadow: none; }
.nav-main .nav-main-list > li > .a-activ {
  background-color: #7B4F7F !important;
  background-image: none !important;
  color: #fff;
  text-shadow: none; }
.nav-main .nav-main-list > li:hover > .sub-menu {
  opacity: 1;
  transform: translateX(-50%) translateY(5px);
  visibility: visible; }
.nav-main .nav-main-list > li .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 10;
  padding-top: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  transition: all 0.20s ease 0s;
  visibility: hidden;
  border-radius: 10px;
  background-color: #205797; }
@media only screen and (max-width: 780px) {
  .nav-main .nav-main-list > li .sub-menu {
    width: 95%;
    padding: 0px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .nav-main .nav-main-list > li .sub-menu {
    width: 250px;
    padding: 10px; } }
@media only screen and (min-width: 1220px) {
  .nav-main .nav-main-list > li .sub-menu {
    width: 250px;
    padding: 10px; } }
.nav-main .nav-main-list > li .sub-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px; }
.nav-main .nav-main-list > li .sub-menu ul > li {
  border-left: none;
  border-right: none;
  background-image: none; }
.nav-main .nav-main-list > li .sub-menu ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  letter-spacing: 0px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: left;
  transition: all 0.15s ease 0s;
  text-transform: uppercase; }
.nav-main .nav-main-list > li .sub-menu ul > li > a > .sub-menu-title {
  position: relative;
  top: 2px; }
.nav-main .nav-main-list > li .sub-menu ul > li > a:hover {
  background-color: #fff;
  color: #000; }
.nav-main .nav-main-list > li .sub-menu ul > li > .a-activ {
  background-color: #7B4F7F !important;
  color: #FFF !important;
  text-shadow: none; }
.nav-main .nav-main-list > li > .sub-menu-fixed {
  margin-left: 0px !important;
  border: 0px !important; }
.nav-main > .menu-fixed {
  position: fixed;
  top: 0; }

.overlay-menu {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  transition: all 0.15s ease 0s;
  display: none; }

.all-item-link {
  color: #230C35;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline; }
.all-item-link:hover {
  color: #701B10; }
.all-item-link > img {
  height: 16px;
  float: left;
  margin-right: 5px; }

.back-on-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 1000; }
.back-on-top > a {
  background: none repeat scroll 0 0 rgba(17, 69, 127, 0.7);
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 50px;
  border-radius: 50%; }
@media only screen and (min-width: 1220px) {
  .back-on-top > a {
    display: none; } }
.back-on-top > a > .icon-haut {
  background: url("gfx/ico-haut.png") no-repeat;
  width: 30px;
  height: 25px;
  display: block;
  margin: 13px 10px 10px 10px; }

@media only screen and (max-width: 780px) {
  .zoneinfo-block {
    padding: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block {
    padding: 10px; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block {
    padding-bottom: 20px;
    padding-top: 20px; } }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content {
    padding: 15px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle {
  position: relative; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle {
    padding-top: 10px;
    padding-bottom: 10px; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle a {
  color: #318CF5; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle .copyright {
  font-size: 12px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col {
  color: #fff; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col {
    padding-bottom: 30px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col {
    float: left;
    width: 24%;
    padding: 2%;
    border-right: 1px solid #677680; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col {
    float: left;
    width: 24%;
    padding: 2%;
    border-right: 1px solid #677680; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > h3 {
    text-align: center;
    font-size: 30px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > h3 {
    text-align: left;
    font-size: 23px; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > h3 {
    text-align: left;
    font-size: 30px; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .ste {
  margin-bottom: 5px;
  font-size: 20px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .tel {
  color: #a2469b;
  padding-left: 8px; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .tel {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .tel {
    text-align: left; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .tel {
    text-align: left; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .tel > .text-tel {
  font-family: "Roboto Condensed",sans-serif; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .email {
  padding-left: 8px;
  color: #a2469b; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .email {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .email {
    text-align: left; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .email {
    text-align: left; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .email > .text-email {
  font-family: "Roboto Condensed",sans-serif;
  text-decoration: underline; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col > .socialbox {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 30px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col ul {
  padding: 0px;
  margin: 0px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col ul > li {
  list-style: none; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col ul > li > a {
  color: #fff;
  background: url("gfx/puce-plus-mauve.png") left 4px no-repeat;
  padding-left: 20px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col p {
  margin-top: 30px;
  font-size: 10px; }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonetel-col p > a {
  color: #fff;
  text-decoration: none; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col {
    padding-bottom: 30px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col {
    text-align: center;
    float: left;
    width: 31%;
    padding: 2%;
    border-right: 1px solid #677680; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col {
    text-align: center;
    float: left;
    width: 31%;
    padding: 2%;
    border-right: 1px solid #677680; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  line-height: 25px; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > h3 {
    text-align: center;
    padding-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > h3 {
    text-align: left; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > h3 {
    text-align: left; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col img {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 4px 4px 5px -5px #000;
  margin-right: 20px; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col img {
    margin-bottom: 20px;
    padding: 5%;
    width: 60%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col img {
    padding: 5px;
    height: 250px !important;
    margin-bottom: 20px; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col img {
    padding: 5px;
    height: 250px !important;
    margin-bottom: 20px; } }
.zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > .zonequi-col-txt {
  line-height: 18px;
  color: #fff;
  font-size: 14px; }
@media only screen and (max-width: 780px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > .zonequi-col-txt {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > .zonequi-col-txt {
    text-align: justify; } }
@media only screen and (min-width: 1220px) {
  .zoneinfo-block > .zoneinfo-block-content > .zoneinfo-content-bulle > .zonequi-col > .zonequi-col-txt {
    text-align: justify; } }

.zonetel-block {
  clear: both;
  position: relative;
  z-index: 1;
  background-color: #3f3f3f; }
@media only screen and (max-width: 780px) {
  .zonetel-block {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonetel-block {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media only screen and (min-width: 1220px) {
  .zonetel-block {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media only screen and (max-width: 780px) {
  .zonetel-block > .zonetel-content {
    padding: 15px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonetel-block > .zonetel-content {
    padding: 15px; } }
@media only screen and (min-width: 1220px) {
  .zonetel-block > .zonetel-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; } }
.zonetel-block > .zonetel-content > .text {
  margin-right: 10px;
  color: #fff; }
@media only screen and (max-width: 780px) {
  .zonetel-block > .zonetel-content > .text {
    margin-left: 0px !important;
    clear: both;
    display: none;
    font-size: 15px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonetel-block > .zonetel-content > .text {
    margin-left: 0px !important;
    clear: both;
    font-size: 15px; } }
@media only screen and (min-width: 1220px) {
  .zonetel-block > .zonetel-content > .text {
    float: right;
    font-size: 15px;
    position: relative;
    top: 6px; } }
.zonetel-block > .zonetel-content > .text > ul > li {
  float: left;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-right: 3%;
  width: 22%; }
.zonetel-block > .zonetel-content > .text > ul > li > a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px; }
.zonetel-block > .zonetel-content > .text > ul > li > .sub-menu {
  min-height: 93px; }
.zonetel-block > .zonetel-content > .text > ul > li > .sub-menu > ul > li {
  list-style: none; }
.zonetel-block > .zonetel-content > .text > ul > li > .sub-menu > ul > li > a {
  color: #a9aec6; }
@media only screen and (max-width: 780px) {
  .zonetel-block > .zonetel-content > .footer-link {
    padding-bottom: 10px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonetel-block > .zonetel-content > .footer-link {
    float: left;
    padding-top: 30px; } }
@media only screen and (min-width: 1220px) {
  .zonetel-block > .zonetel-content > .footer-link {
    float: left;
    padding-top: 30px; } }
.zonetel-block > .zonetel-content > .footer-link img {
  height: 115px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-header {
  position: relative; }
@media only screen and (max-width: 780px) {
  .page-header {
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-header {
    height: 350px; } }
@media only screen and (min-width: 1220px) {
  .page-header {
    height: 350px; } }
.page-header > .back-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }
.page-header > .header-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
.page-header > .title-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
.page-header > .title-holder > .breadcrumb {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px; }
@media only screen and (max-width: 780px) {
  .page-header > .title-holder > .breadcrumb {
    text-align: center;
    margin-top: 10px;
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-header > .title-holder > .breadcrumb {
    margin-bottom: 10px; } }
@media only screen and (min-width: 1220px) {
  .page-header > .title-holder > .breadcrumb {
    margin-bottom: 10px; } }
.page-header > .title-holder > .breadcrumb > a {
  color: #fff;
  text-decoration: underline; }
.page-header > .title-holder > .title {
  text-transform: uppercase;
  font-weight: normal;
  color: #fff; }
@media only screen and (max-width: 780px) {
  .page-header > .title-holder > .title {
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    font-size: 30px;
    width: 90%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-header > .title-holder > .title {
    font-size: 45px; } }
@media only screen and (min-width: 1220px) {
  .page-header > .title-holder > .title {
    font-size: 45px; } }

@media only screen and (max-width: 780px) {
  .paddingtopaccueil {
    padding-top: 40px !important; } }

@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .bulles-accueil {
    width: 90%;
    transform: translate(-50%, 10px);
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 8;
    display: flex;
    justify-content: flex-end;
    gap: 10px; } }
@media only screen and (min-width: 1220px) {
  .bulles-accueil {
    width: 70%;
    transform: translate(-50%, 10px);
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 8;
    display: flex;
    justify-content: flex-end;
    gap: 10px; } }
.bulles-accueil > .tarifs-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 780px) {
  .bulles-accueil > .tarifs-content {
    font-size: 13px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .bulles-accueil > .tarifs-content {
    width: 330px;
    font-size: 13px; } }
@media only screen and (min-width: 1220px) {
  .bulles-accueil > .tarifs-content {
    width: 330px;
    font-size: 13px; } }
.bulles-accueil > .tarifs-content p {
  margin: 0px;
  padding: 0px 0px 15px 0px; }
.bulles-accueil > .tarifs-content > h2 {
  color: #2d8de6;
  font-size: 18px;
  margin-bottom: 20px; }
.bulles-accueil > .tarifs-content > h3 {
  font-size: 16px;
  margin-bottom: 2px; }
.bulles-accueil > .actu-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap; }
@media only screen and (max-width: 780px) {
  .bulles-accueil > .actu-content {
    font-size: 13px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .bulles-accueil > .actu-content {
    width: 300px;
    font-size: 13px; } }
@media only screen and (min-width: 1220px) {
  .bulles-accueil > .actu-content {
    width: 300px;
    font-size: 13px; } }
.bulles-accueil > .actu-content p {
  margin: 0px;
  padding: 0px 0px 15px 0px; }
.bulles-accueil > .actu-content > h2 {
  color: #2d8de6;
  font-size: 18px;
  margin-bottom: 20px; }
.bulles-accueil > .actu-content > h3 {
  font-size: 16px;
  margin-bottom: 2px; }

.actu-ligne {
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
.actu-ligne .date {
  width: 70px; }
.actu-ligne .date .bulle-date {
  background-color: #2d8de6;
  padding: 4px;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline;
  margin-bottom: 5px; }
.actu-ligne .titre {
  width: 70%; }
.actu-ligne .titre a {
  text-decoration: underline;
  color: #000; }

.lien-actu {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #2d8de6;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.lien-actu::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #2d8de6;
  transition: width 0.28s ease; }
.lien-actu:hover {
  color: #a03d1e; }
.lien-actu:hover::after {
  width: 100%; }
.lien-actu:hover span {
  transform: translateX(4px); }
.lien-actu span {
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s ease; }

.footer-block {
  background-color: #2d8de6;
  padding-top: 40px;
  color: #fff;
  padding-bottom: 20px; }
.footer-block > .footer-zone {
  border-radius: 4px; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .footer-block > .footer-zone {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1220px) {
  .footer-block > .footer-zone {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; } }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone > .footer-cols {
    margin-bottom: 40px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .footer-block > .footer-zone > .footer-cols {
    width: 31%; } }
@media only screen and (min-width: 1220px) {
  .footer-block > .footer-zone > .footer-cols {
    width: 28%; } }
.footer-block > .footer-zone > .footer-cols h2 {
  color: #fff;
  padding: 20px 0px 10px 0px;
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-bottom: 30px; }
.footer-block > .footer-zone > .footer-cols > p {
  margin-bottom: 15px; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone > .footer-cols > p {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
.footer-block > .footer-zone > .footer-cols .footer-cols-txt {
  line-height: 13px; }
.footer-block > .footer-zone > .footer-cols .footer-cols-margin5 {
  margin-top: 5px; }
.footer-block > .footer-zone > .footer-cols .footer-cols-margin15 {
  margin-top: 15px; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone .footer-tel {
    text-align: center;
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .footer-block > .footer-zone .footer-tel {
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone .footer-tel > .footer-tel-photo {
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .footer-block > .footer-zone .footer-tel > .footer-tel-photo {
    float: left;
    margin-right: 20px; } }
@media only screen and (min-width: 1220px) {
  .footer-block > .footer-zone .footer-tel > .footer-tel-photo {
    float: left;
    margin-right: 20px; } }
.footer-block > .footer-zone .footer-tel > .footer-mail-title {
  color: #77c1ff;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 45px;
  margin-bottom: 15px; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone .footer-tel > .footer-mail-title {
    font-size: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .footer-block > .footer-zone .footer-tel > .footer-mail-title {
    background: rgba(0, 0, 0, 0) url("gfx/icone_mail.png") no-repeat scroll 0px 10px;
    padding-left: 40px;
    font-size: 18px; } }
@media only screen and (min-width: 1220px) {
  .footer-block > .footer-zone .footer-tel > .footer-mail-title {
    background: rgba(0, 0, 0, 0) url("gfx/icone_mail.png") no-repeat scroll 0px 10px;
    padding-left: 40px;
    font-size: 21px; } }
.footer-block > .footer-zone .footer-tel > .footer-tel-subtitle {
  color: #fff;
  line-height: 19px; }
.footer-block > .footer-zone .footer-tel > .footer-tel-subtitle > .blanc {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px; }
.footer-block > .footer-zone .reseaux {
  display: flex; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone .reseaux {
    justify-content: center; } }
.footer-block > .footer-zone .reseaux > div {
  width: 20%;
  margin-right: 2%; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone .footer-menu {
    margin-left: auto;
    margin-right: auto;
    width: 250px; } }
.footer-block > .footer-zone .footer-menu > .footer-menu-site {
  padding-bottom: 5px;
  padding-top: 5px; }
.footer-block > .footer-zone .footer-menu > .footer-menu-site > ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.footer-block > .footer-zone .footer-menu > .footer-menu-site > ul > li > a {
  background: rgba(0, 0, 0, 0) url("gfx/icone_fleche.png") no-repeat scroll -1px 2px;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 9px;
  display: block;
  line-height: 11px; }
.footer-block > .footer-zone > .footer-menu-copyright {
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  text-align: center; }
.footer-block > .footer-zone > .footer-menu-copyright > a {
  color: #797979;
  text-decoration: underline; }
.footer-block > .footer-zone > .footer-credits {
  text-align: center; }
@media only screen and (max-width: 780px) {
  .footer-block > .footer-zone > .footer-credits {
    margin-bottom: 10px; } }
.footer-block > .footer-zone > .footer-keyword {
  text-align: center;
  color: #bbb;
  font-size: 10px; }

.zoom-fancybox {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: zoom-in; }
.zoom-fancybox img {
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease; }
.zoom-fancybox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1; }
.zoom-fancybox::after {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 2.5rem;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0; }
.zoom-fancybox:hover img {
  transform: scale(1.05);
  filter: brightness(0.75); }
.zoom-fancybox:hover::before {
  background: rgba(0, 0, 0, 0.25); }
.zoom-fancybox:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.placeholder {
  color: #747474; }

.clearboth {
  clear: both; }

.floatleft {
  float: left; }

.margintop10 {
  margin-top: 10px; }

.margintop5 {
  margin-top: 5px; }

.margintop1 {
  margin-top: 1px; }

.margintop20 {
  margin-top: 20px; }

.margintop30 {
  margin-top: 30px; }

.margintop40 {
  margin-top: 40px; }

.margintop60 {
  margin-top: 60px; }

.marginbottom5 {
  margin-bottom: 5px; }

.marginbottom10 {
  margin-bottom: 10px; }

.marginbottom15 {
  margin-bottom: 15px; }

.marginbottom20 {
  margin-bottom: 20px; }

.marginbottom40 {
  margin-bottom: 40px; }

.marginbottom50 {
  margin-bottom: 50px; }

.marginleft10 {
  margin-left: 10px; }

.marginleft60 {
  margin-left: 60px; }

.marginright10 {
  margin-right: 10px; }

.marginright20 {
  margin-right: 20px; }

.marginright30 {
  margin-right: 30px; }

.marginright50 {
  margin-right: 50px; }

.height1 {
  height: 1px; }

.height10 {
  height: 10px; }

.height20 {
  height: 20px; }

.height50 {
  height: 50px; }

.width25 {
  width: 25px; }

.paddingleft25 {
  padding-left: 25px; }

.paddingleft15 {
  padding-left: 15px; }

.bggris {
  background-color: #818181;
  color: #fff; }

.bgblanc {
  background-color: #fff; }

.strong {
  font-weight: bold; }

.fontglobal {
  font-family: "Open Sans", sans-serif; }

.fontsize20 {
  font-size: 20px; }

.fontsize18 {
  font-size: 18px; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.violet {
  color: #A2469B; }

.bluedream {
  color: #318CF5; }

.btn {
  padding: 10px 20px;
  background-color: #205797;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center; }
.btn > img {
  width: 30px;
  margin-right: 10px; }
.btn .plus {
  width: auto !important; }

.btn_basket_utils {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  padding: 5px;
  background-color: #EDEAEA;
  margin-right: 2px;
  font-size: 12px; }

/* ------------------------- */
/* Librairie */
/* ------------------------- */
.bulle-x1 {
  /*	padding-left:20px;
  	padding-right:20px;
          padding-top: 20px;
  	padding-bottom:20px;*/
  padding: 0px;
  width: 1280px;
  margin-top: 0px; }
.bulle-x1 > .paragraphe {
  min-height: 160px; }
.bulle-x1 > .paragraphe img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 4px #FFF;
  position: relative;
  top: 10px; }
.bulle-x1 > .paragraphe p {
  width: 520px;
  text-align: justify;
  margin: 0; }

.bulle-x2-left {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  width: 525px;
  margin-top: 0px; }
.bulle-x2-left > .paragraphe {
  min-height: 160px; }
.bulle-x2-left > .paragraphe img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 4px #FFF;
  position: relative;
  top: 10px;
  height: 130px; }
.bulle-x2-left > .paragraphe p {
  width: 520px;
  text-align: justify;
  margin: 0; }

.bulle-x2-right {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  width: 375px;
  margin-top: 0px; }
.bulle-x2-right > .newsfront-col1 {
  float: left;
  width: 50px;
  margin-right: 30px;
  text-align: center;
  margin-top: 16px; }
.bulle-x2-right > .newsfront-col1 > .item-result-mois {
  background-color: #6F7B26;
  border-radius: 4px 4px 0 0;
  padding: 5px; }
.bulle-x2-right > .newsfront-col1 > .item-result-date {
  background-color: #fff;
  font-size: 25px;
  color: #6F7B26; }
.bulle-x2-right > .newsfront-col2 {
  float: left;
  width: 295px;
  margin-top: 10px; }
.bulle-x2-right > .newsfront-col2 > h3 {
  border-bottom: 2px dotted #7A4F7F;
  margin-bottom: 15px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news {
  float: left;
  width: 300px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-date {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #7A4F7F; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-text-descri {
  margin-top: 5px;
  margin-bottom: 20px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-image {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 150px; }
.bulle-x2-right > .newsfront-col2 > .item-text-news > .item-image > img {
  height: 110px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px #FFF;
  width: 125px; }
.bulle-x2-right > .ligne {
  border-bottom: 2px dotted #7A4F7F; }
.bulle-x2-right > .item-image {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 150px; }
.bulle-x2-right > .item-image > img {
  height: 110px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px #FFF;
  width: 125px; }
.bulle-x2-right > .item-text-partenaire {
  float: left;
  width: 370px; }
.bulle-x2-right > .item-text-partenaire > .item-text-descri {
  margin-top: 5px; }
.bulle-x2-right > .item-text-partenaire > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .item-text-partenaire > .item-image {
  float: left;
  margin-top: 10px; }
.bulle-x2-right > .item-text-partenaire > .item-image > img {
  border-radius: 3px;
  width: 115px; }
.bulle-x2-right > .item-text {
  float: left;
  width: 195px; }
.bulle-x2-right > .item-text > .item-text-descri {
  margin-bottom: 15px; }
.bulle-x2-right > .item-text > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x2-right > .item-text > .item-text-coordonnees {
  margin-bottom: 15px;
  line-height: 15px;
  height: 55px; }
.bulle-x2-right > .item-text > .item-text-coordonnees > a {
  text-decoration: underline;
  color: #FFF; }

.bulle-x4 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 27px; }
@media only screen and (max-width: 780px) {
  .bulle-x4 {
    padding: 10px;
    margin-right: 0px !important; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .bulle-x4 {
    width: 36%;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 375px; } }
@media only screen and (min-width: 1220px) {
  .bulle-x4 {
    width: 28%;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 375px; } }
.bulle-x4 > .item-image {
  margin-bottom: 30px;
  margin-right: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center; }
@media only screen and (min-width: 1220px) {
  .bulle-x4 > .item-image {
    width: 100%;
    height: 227px; } }
.bulle-x4 > .item-image a > img {
  box-shadow: 0 0px 0 4px #fff; }
@media only screen and (min-width: 1220px) {
  .bulle-x4 > .item-image a > img {
    width: 100%;
    max-width: none; } }
.bulle-x4 > .item-text {
  float: left;
  width: 100%; }
.bulle-x4 > .item-text > h3 {
  padding-bottom: 10px;
  color: #202020;
  text-align: center; }
.bulle-x4 > .item-text > .item-text-descri {
  font-size: 12px;
  margin-bottom: 5px;
  height: 60px;
  text-align: justify;
  line-height: 15px;
  overflow: hidden; }
.bulle-x4 > .item-text > .item-text-descri a {
  color: #7B4F7F;
  text-decoration: underline; }
.bulle-x4 > .item-text > .item-text-coordonnees {
  margin-bottom: 15px;
  line-height: 15px;
  height: 55px; }
.bulle-x4 > .item-text > .item-text-coordonnees > a {
  text-decoration: underline;
  color: #FFF; }

.pagination {
  font: 12px Arial, Helvetica, sans-serif;
  margin: 20px 0;
  padding-bottom: 20px; }

.pagination a {
  border: 1px solid #999;
  color: #999;
  margin: 2px;
  padding: .5em .5em;
  text-decoration: none;
  border-radius: 4px; }

.pagination a:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff; }

.pagination span.inactive {
  border: 1px solid #ccc;
  color: #ccc;
  margin: 2px;
  padding: .5em .5em;
  border-radius: 4px; }

.pagination span.active {
  background: #124D83;
  border: 1px solid #124d83;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  padding: .5em;
  border-radius: 4px; }

#results {
  margin-left: 90px;
  list-style-type: circle; }

.date-icon {
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
  width: 60px;
  background-color: #fff; }
.date-icon > .month {
  background: none repeat scroll 0 0 #205797;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 0 7px;
  color: #fff; }
.date-icon > .day-number {
  border-bottom: 1px dotted #bbb;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  margin: 7px 10px 0;
  padding-right: 3px; }
.date-icon > .weekday {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-top: 3px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/typicons/icomoon.eot?vvdg3x");
  src: url("fonts/typicons/icomoon.eot?vvdg3x#iefix") format("embedded-opentype"), url("fonts/typicons/icomoon.ttf?vvdg3x") format("truetype"), url("fonts/typicons/icomoon.woff?vvdg3x") format("woff"), url("fonts/typicons/icomoon.svg?vvdg3x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[data-icon]:after {
  font-family: 'icomoon';
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
  position: absolute;
  margin-left: 4px; }

.lignegrisfonce {
  background-color: #205797;
  color: #fff;
  border-bottom: 4px solid #444; }
@media only screen and (max-width: 780px) {
  .lignegrisfonce {
    font-size: 13px;
    padding: 0 3px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .lignegrisfonce {
    padding: 0 0px; } }
@media only screen and (min-width: 1220px) {
  .lignegrisfonce {
    padding: 0 0px; } }
.lignegrisfonce > table td {
  color: #fff; }

.lignegris {
  background-color: #eee;
  border-top: 1px solid #EAEAEA; }
@media only screen and (max-width: 780px) {
  .lignegris {
    font-size: 13px;
    padding: 0 3px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .lignegris {
    padding: 0 0px; } }
@media only screen and (min-width: 1220px) {
  .lignegris {
    padding: 0 0px; } }
.lignegris select, .lignegris input {
  border: 1px solid #EAEAEA;
  background-color: #fff;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.lignegris textarea {
  height: 20px;
  width: 90%;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.lignegris a {
  text-decoration: underline;
  color: #818181; }

.ligneblanche {
  background-color: #fff;
  border-top: 1px solid #EAEAEA; }
@media only screen and (max-width: 780px) {
  .ligneblanche {
    font-size: 13px;
    padding: 0 3px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .ligneblanche {
    padding: 0 0px; } }
@media only screen and (min-width: 1220px) {
  .ligneblanche {
    padding: 0 0px; } }
.ligneblanche select, .ligneblanche input {
  border: 1px solid #EAEAEA;
  background-color: #fff;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.ligneblanche textarea {
  height: 20px;
  width: 90%;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.ligneblanche a {
  text-decoration: underline;
  color: #818181; }

.ligneblanche .DetailsCoordFacture, .lignegris .DetailsCoordFacture {
  display: none;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  width: 500px;
  box-shadow: 0 0 9px #aaa;
  margin-top: 27px;
  z-index: 9; }
.ligneblanche .DetailsCoordFacture > h3, .lignegris .DetailsCoordFacture > h3 {
  padding-bottom: 20px; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .ordre, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .ordre {
  float: left;
  width: 50px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .article, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .article {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .designation, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .designation {
  float: left;
  width: 240px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .descri, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .descri {
  float: left;
  width: 495px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .pxunitht, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .pxunitht {
  float: left;
  width: 90px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .qte, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .qte {
  float: left;
  width: 50px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .pxtotalht, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .pxtotalht {
  float: left;
  width: 90px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .suppr, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .suppr {
  float: left;
  width: 30px; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .suppr img, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .suppr img {
  height: 18px; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .adresse, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .adresse {
  float: left;
  width: 200px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .cp, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .cp {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .ville, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .ville {
  float: left;
  width: 200px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .tel, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .tel {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .portable, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .portable {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .email, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .email {
  float: left;
  width: 200px;
  color: #7B4F7F; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .clear, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .clear {
  padding-bottom: 5px; }
.ligneblanche .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .colonnelabel, .lignegris .DetailsCoordFacture > .ligneArticleSupp > .ligneArticle > .colonnelabel {
  float: left;
  width: 130px; }
.ligneblanche > .DetailsDevisFacture, .lignegris > .DetailsDevisFacture {
  padding-bottom: 15px;
  padding-left: 292px;
  padding-top: 10px;
  display: none; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle {
  float: left;
  padding-bottom: 2px; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .ordre, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .ordre {
  float: left;
  width: 50px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .article, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .article {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .designation, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .designation {
  float: left;
  width: 240px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .descri, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .descri {
  float: left;
  width: 495px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .pxunitht, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .pxunitht {
  float: left;
  width: 90px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .qte, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .qte {
  float: left;
  width: 50px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .pxtotalht, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .pxtotalht {
  float: left;
  width: 90px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .suppr, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .suppr {
  float: left;
  width: 30px; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .suppr img, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .suppr img {
  height: 18px; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .adresse, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .adresse {
  float: left;
  width: 350px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .cp, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .cp {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .ville, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .ville {
  float: left;
  width: 200px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .tel, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .tel {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .portable, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .portable {
  float: left;
  width: 100px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .email, .lignegris > .DetailsDevisFacture > .ligneArticleSupp > .ligneArticle > .email {
  float: left;
  width: 250px;
  color: #7B4F7F; }
.ligneblanche > .DetailsDevisFacture .colonnelabel, .lignegris > .DetailsDevisFacture .colonnelabel {
  color: #818181 !important;
  font-weight: normal !important;
  background-color: #EDE8E8; }
.ligneblanche > .DetailsDevisFacture .articleajout, .lignegris > .DetailsDevisFacture .articleajout {
  padding-top: 10px; }
.ligneblanche .DetailsSendStatus, .ligneblanche .DetailsSendSuivi, .lignegris .DetailsSendStatus, .lignegris .DetailsSendSuivi {
  display: none;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  box-shadow: 0 0 9px #aaa;
  margin-top: 27px;
  z-index: 9; }
.ligneblanche .detailsclient, .lignegris .detailsclient {
  float: left;
  margin-right: 10px; }
.ligneblanche .sku, .lignegris .sku {
  font-size: 15px;
  font-weight: bold; }

@media only screen and (max-width: 780px) {
  #col-ste, #col-adresse {
    display: none; } }

.col-icones {
  display: flex;
  justify-content: space-around;
  align-items: center; }

/* ------------------------- */
/* Front & not-front */
/* ------------------------- */
@media only screen and (min-width: 1220px) {
  .header-block {
    transition: all 0.3s linear 0s; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-logo {
    text-align: center;
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.header-block > .header-content > .header-logo > .header-logo-content {
  border: 0px;
  display: block; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo > .header-logo-content {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .header-logo-content {
    display: flex; } }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-logo > .header-logo-content > img {
    width: 80%;
    height: 80%;
    margin-top: 12px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo > .header-logo-content > img {
    width: 480px;
    margin-right: 15px; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .header-logo-content > img {
    width: 480px;
    margin-right: 15px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo > .header-logo-content > .logo-text {
    margin-top: 5px; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .header-logo-content > .logo-text {
    margin-top: 5px; } }
.header-block > .header-content > .header-logo > .header-logo-content > .logo-text > .logo-title {
  font-size: 46px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
  color: #222; }
.header-block > .header-content > .header-logo > .header-logo-content > .logo-text > .logo-subtitle {
  font-size: 18px;
  font-style: italic;
  color: #205797; }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .header-logo-content > .logo-text > .logo-subtitle {
    line-height: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo > .connexion > .accountmenu {
    margin-right: 5px; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .connexion > .accountmenu {
    margin-right: 5px; } }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext {
  color: #205797;
  font-size: 15px;
  align-items: center; }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext {
    display: inline-flex;
    background-color: #eee;
    padding: 3%;
    border-radius: 5px;
    margin-top: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext {
    display: flex; } }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext > .icone {
  width: 30px;
  display: block; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext > a {
  margin-right: 10px; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext .connected {
  display: flex;
  align-items: first baseline; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext .connected .account-logout {
  margin-left: 10px;
  cursor: pointer; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu > .accounttext .connected a {
  color: #205797; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  line-height: 15px; }
.header-block > .header-content > .header-logo > .connexion > .accountmenu ul > li a {
  padding: 0px;
  color: #535151;
  display: block;
  font-size: 12px;
  text-decoration: underline; }
.header-block > .header-content > .header-tel {
  z-index: 100;
  color: #fff; }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-tel {
    float: right;
    margin-top: 50px;
    position: absolute;
    right: 0; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .header-tel {
    float: left;
    margin-left: 50%; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .header-tel {
    float: right; } }
.header-block > .header-content > .header-tel > div {
  padding-top: 4px; }
.header-block > .header-content > .header-tel .header-info {
  font-family: "Open Sans", sans-serif; }
.header-block > .header-content > .header-tel > .socialbox {
  position: relative;
  left: -10px;
  top: 10px; }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-tel > .icon-phone, .header-block > .header-content > .header-tel > .icon-envelop {
    display: none; } }
.header-block > .header-content > .header-nav {
  border-bottom: 15px solid #2d8de6;
  border-top: 1px solid #eee;
  position: relative;
  top: 15px;
  z-index: 10;
  background-color: #fff; }
@media only screen and (max-width: 780px) {
  .header-block > .header-content > .header-nav {
    padding-bottom: 20px; } }
.header-block > .header-content > .fixed {
  background-color: #fff;
  z-index: 10;
  animation: stickAnim .3s; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .header-block > .header-content > .fixed {
    position: fixed;
    top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .header-block > .header-content > .fixed {
    position: fixed;
    top: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }
@keyframes stickAnim {
  0% {
    transform: translateY(-86px); }
  100% {
    transform: translateY(0); } }
.header-block-small {
  height: 75px;
  padding-top: 20px;
  background-color: #230C35; }

.header-block-large {
  box-shadow: none; }
@media only screen and (min-width: 1220px) {
  .header-block-large {
    padding-top: 10px; } }

.navigation-fixed {
  bottom: 0px;
  position: fixed;
  right: 15px;
  z-index: 1000; }
.navigation-fixed > .back-on-top {
  position: relative;
  top: 5px;
  height: 55px; }
.navigation-fixed > .back-on-top > a {
  background: none repeat scroll 0 0 #a2469b;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 4px 4px 0 0; }
@media only screen and (min-width: 1220px) {
  .navigation-fixed > .back-on-top > a {
    display: none; } }
.navigation-fixed > .back-on-top > a > .icon-haut {
  background: url("gfx/ico-haut.png") no-repeat;
  width: 30px;
  height: 25px;
  display: block;
  margin: 10px; }

.zonesubtitle-block {
  clear: both;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #242424;
  display: none; }
@media only screen and (max-width: 780px) {
  .zonesubtitle-block {
    display: none; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonesubtitle-block {
    display: none; } }
@media only screen and (max-width: 780px) {
  .zonesubtitle-block > .zonesubtitle-content {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonesubtitle-block > .zonesubtitle-content {
    text-align: center; } }
@media only screen and (min-width: 1220px) {
  .zonesubtitle-block > .zonesubtitle-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
.zonesubtitle-block > .zonesubtitle-content h1 {
  color: #000;
  font-size: 13px;
  letter-spacing: 0px;
  margin: 0px !important; }

.zonenavigation-block {
  clear: both;
  padding-top: 20px; }
@media only screen and (max-width: 780px) {
  .zonenavigation-block > .title-block > .title-content {
    padding: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonenavigation-block > .title-block > .title-content {
    padding: 10px; } }
@media only screen and (min-width: 1220px) {
  .zonenavigation-block > .title-block > .title-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
.zonenavigation-block > .title-block > .title-content > h1 {
  color: #124D83;
  padding-bottom: 20px; }
.zonenavigation-block > .navigation-block {
  padding-top: 4px;
  padding-bottom: 4px; }
.zonenavigation-block > .navigation-block > .navigation-content {
  color: #D3CFCF;
  border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 780px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    padding-left: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    padding-left: 10px; } }
@media only screen and (min-width: 1220px) {
  .zonenavigation-block > .navigation-block > .navigation-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

.zone2-block {
  clear: both;
  position: relative;
  z-index: 5; }
@media only screen and (max-width: 780px) {
  .zone2-block {
    padding-top: 20px;
    padding-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zone2-block {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #f4f4f4; } }
@media only screen and (min-width: 1220px) {
  .zone2-block {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f4f4; } }
@media only screen and (max-width: 780px) {
  .zone2-block > .zone2-content {
    padding: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .zone2-block > .zone2-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .zone2-block > .zone2-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.not-front-line {
  border-top: 5px solid #230C35; }

.grey {
  background-color: #e9e5e5 !important; }

.white {
  background-color: #fff !important; }

.blue {
  background-color: #2d8de6 !important; }

.champ {
  margin-bottom: 4px; }
.champ .label {
  width: 120px;
  float: left;
  margin-top: 7px; }
.champ textarea, .champ input {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border: 1px solid #CCCCCC;
  padding: 5px;
  border-radius: 4px; }

.bulle-avatar > .avatar-icone {
  float: left;
  margin-right: 3%;
  width: 19%; }
.bulle-avatar > .avatar-texte {
  float: left;
  width: 72%;
  background-color: #eee;
  padding: 3%;
  border-radius: 9px;
  position: relative; }
.bulle-avatar > .avatar-texte::after {
  top: 16px;
  bottom: auto;
  border-color: transparent #eee;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0; }
@media only screen and (max-width: 780px) {
  .bulle-avatar > .avatar-texte::after {
    border-width: 6px 10px 6px 0;
    left: -10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .bulle-avatar > .avatar-texte::after {
    border-width: 8px 20px 8px 0;
    left: -20px; } }
@media only screen and (min-width: 1220px) {
  .bulle-avatar > .avatar-texte::after {
    border-width: 8px 20px 8px 0;
    left: -20px; } }

/* ------------------------- */
/* Rubrique */
/* ------------------------- */
.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  /*      @media (max-width: 1400px) { grid-template-columns: repeat(8, 1fr); }
        @media (max-width: 900px)  { grid-template-columns: repeat(4, 1fr); }
        @media (max-width: 520px)  { grid-template-columns: repeat(4, 1fr); }*/ }
@media only screen and (max-width: 780px) {
  .grid-8 {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .grid-8 {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (min-width: 1220px) {
  .grid-8 {
    grid-template-columns: repeat(5, 1fr); } }

.accueil {
  position: relative;
  z-index: 2; }
.accueil .white {
  color: #fff !important; }
.accueil > h1 {
  line-height: 23px;
  margin-bottom: 25px; }
@media only screen and (max-width: 780px) {
  .accueil .logo {
    padding-top: 40px;
    margin-bottom: 180px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .logo {
    padding-top: 40px;
    margin-bottom: 180px; } }
@media only screen and (min-width: 1220px) {
  .accueil .logo {
    padding-top: 40px;
    margin-bottom: 180px; } }
.accueil .title {
  padding-bottom: 10px;
  color: #318CF5;
  font-weight: bold;
  font-size: 14px; }
.accueil p {
  color: #222;
  line-height: 27px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil p {
    width: 100%; } }
@media only screen and (min-width: 1220px) {
  .accueil p {
    width: 100%; } }
.accueil p a {
  color: #222;
  text-decoration: underline;
  font-weight: bold; }
.accueil .bulle-blue {
  padding: 20px;
  background-color: #205797;
  color: #fff;
  border-radius: 5px;
  font-size: 18px; }
.accueil .echo-agape {
  margin-bottom: 0px;
  margin-top: 10px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .echo-agape {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .accueil .echo-agape {
    display: flex;
    justify-content: space-between; } }
.accueil .echo-agape img {
  border-radius: 5px; }
.accueil .echo-agape h2 {
  margin-bottom: 20px; }
@media only screen and (max-width: 780px) {
  .accueil .echo-agape > .col-photo {
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .echo-agape > .col-photo {
    width: 20%; } }
@media only screen and (min-width: 1220px) {
  .accueil .echo-agape > .col-photo {
    width: 20%; } }
.accueil .echo-agape > .col-texte {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: column; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .echo-agape > .col-texte {
    width: 75%; } }
@media only screen and (min-width: 1220px) {
  .accueil .echo-agape > .col-texte {
    width: 75%; } }
.accueil .echo-agape > .col-texte .echo-texte {
  margin-bottom: 20px; }
.accueil .echo-agape > .col-texte .list-pdf {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px; }
.accueil .echo-agape > .col-texte .list-pdf .actu-ligne {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px; }
.accueil .pagraphe-with-photo {
  margin-bottom: 20px;
  margin-top: 0px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo {
    display: flex;
    justify-content: space-between; } }
.accueil .pagraphe-with-photo img {
  border-radius: 5px; }
.accueil .pagraphe-with-photo h2 {
  margin-bottom: 20px; }
@media only screen and (max-width: 780px) {
  .accueil .pagraphe-with-photo > .col-photo {
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo > .col-photo {
    width: 35%; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo > .col-photo {
    width: 35%; } }
.accueil .pagraphe-with-photo > .col-texte {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2); }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo > .col-texte {
    width: 60%; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo > .col-texte {
    width: 60%; } }
.accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 {
  margin-bottom: 0px;
  margin-top: 0px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 {
    display: flex;
    justify-content: space-between; } }
.accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 img {
  border-radius: 5px; }
.accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 h2 {
  margin-bottom: 20px; }
@media only screen and (max-width: 780px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-photo2 {
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-photo2 {
    width: 25%; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-photo2 {
    width: 25%; } }
.accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-texte2 {
  background-color: #fff;
  padding: 0px;
  border-radius: 3px;
  box-shadow: 0px !important; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-texte2 {
    width: 70%; } }
@media only screen and (min-width: 1220px) {
  .accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-texte2 {
    width: 70%; } }
.accueil .pagraphe-with-photo > .col-texte .pagraphe-with-photo2 > .col-texte2 p {
  margin-top: 0px; }
.accueil .card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05); }
.accueil .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13); }
.accueil .card:hover .card__img img {
  transform: scale(1.07); }
.accueil .card:hover .card__link {
  color: #a03d1e; }
.accueil .card:hover .card__link::after {
  width: 100%; }
.accueil .card__img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e8e3db; }
.accueil .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.accueil .card__body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px; }
.accueil .card__tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d8de6; }
.accueil .card__text {
  font-size: 0.8rem;
  line-height: 1.65;
  color: #3d3d3d;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.accueil .card__footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }
.accueil .card__link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d8de6;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.accueil .card__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #2d8de6;
  transition: width 0.28s ease; }
.accueil .card__link span {
  margin-left: 2px;
  display: inline-block;
  transition: transform 0.2s ease; }
.accueil .card__link:hover {
  color: #a03d1e;
  width: 100%; }
.accueil .card__link:hover span {
  transform: translateX(4px); }

.list-valeur {
  margin-top: 85px; }
@media only screen and (max-width: 780px) {
  .list-valeur > .col-valeur {
    margin-bottom: 70px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-valeur > .col-valeur {
    float: left;
    width: 30%;
    margin-right: 3%; } }
@media only screen and (min-width: 1220px) {
  .list-valeur > .col-valeur {
    float: left;
    width: 30%;
    margin-right: 3%; } }
.list-valeur > .col-valeur > .bulle-valeur {
  padding: 15px;
  border: 1px solid #eee;
  text-align: center;
  min-height: 165px;
  background-color: #eee; }
.list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-icone {
  background: none;
  display: inline-block;
  float: none;
  margin: 0 0 -57px 0;
  padding: 0;
  vertical-align: top;
  border: 1px solid #d8dadc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -67px;
  background-color: #fff; }
.list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-icone > img {
  width: 96px; }
.list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-title {
  margin-bottom: 15px;
  text-align: center;
  color: #a2469b; }
@media only screen and (max-width: 780px) {
  .list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-title {
    font-size: 20px;
    line-height: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-title {
    font-size: 33px; } }
@media only screen and (min-width: 1220px) {
  .list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-title {
    font-size: 33px; } }
.list-valeur > .col-valeur > .bulle-valeur > .bulle-valeur-text {
  text-align: center;
  line-height: 17px; }

@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-service {
    margin-top: 85px; } }
@media only screen and (min-width: 1220px) {
  .list-service {
    margin-top: 85px; } }
@media only screen and (max-width: 780px) {
  .list-service > .col-service {
    margin-bottom: 30px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-service > .col-service {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px; } }
@media only screen and (min-width: 1220px) {
  .list-service > .col-service {
    width: 30%;
    float: left;
    margin-right: 2%; } }
.list-service > .col-service > .bulle-service {
  padding: 15px;
  text-align: center; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-service > .col-service > .bulle-service {
    min-height: 165px; } }
@media only screen and (min-width: 1220px) {
  .list-service > .col-service > .bulle-service {
    min-height: 165px; } }
@media only screen and (max-width: 780px) {
  .list-service > .col-service > .bulle-service > .bulle-service-icone {
    margin-bottom: 10px; } }
.list-service > .col-service > .bulle-service > .bulle-service-icone > a {
  background: none;
  padding: 0;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-service > .col-service > .bulle-service > .bulle-service-icone > a {
    display: inline-block;
    top: -80px;
    float: none;
    margin: 0 0 -57px 0;
    position: relative; } }
@media only screen and (min-width: 1220px) {
  .list-service > .col-service > .bulle-service > .bulle-service-icone > a {
    display: inline-block;
    top: -80px;
    float: none;
    margin: 0 0 -57px 0;
    position: relative; } }
.list-service > .col-service > .bulle-service > .bulle-service-title {
  margin-bottom: 10px; }
.list-service > .col-service > .bulle-service > .bulle-service-title > a {
  font-size: 22px;
  text-align: center;
  color: #a2469b;
  line-height: 25px;
  display: block; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-service > .col-service > .bulle-service > .bulle-service-title > a {
    min-height: 30px; } }
@media only screen and (min-width: 1220px) {
  .list-service > .col-service > .bulle-service > .bulle-service-title > a {
    min-height: 60px; } }
.list-service > .col-service > .bulle-service > .bulle-service-text {
  text-align: center;
  line-height: 17px;
  color: #fff; }

.page-news {
  position: relative;
  z-index: 2; }
.page-news p {
  color: #190b0a; }
.page-news p > a {
  color: #190b0a; }
.page-news .link {
  margin-bottom: 5px; }
.page-news .link > a {
  color: #318CF5; }
.page-news a {
  text-decoration: underline; }
.page-news > .instance-text-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
@media only screen and (max-width: 780px) {
  .page-news > .instance-text-intro {
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .instance-text-intro {
    width: 50%; } }
@media only screen and (min-width: 1220px) {
  .page-news > .instance-text-intro {
    width: 50%; } }
.page-news > .pagination {
  text-align: center; }
@media only screen and (max-width: 780px) {
  .page-news > .col1 {
    padding-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col1 {
    float: left;
    width: 15%;
    text-align: left;
    margin-right: 25px;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col1 {
    float: left;
    width: 15%;
    text-align: left; } }
.page-news > .col1 > .img-acti {
  border: 4px solid #1E3E7B; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col1 > .img-acti {
    width: 180px; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col1 > .img-acti {
    width: 180px; } }
@media only screen and (max-width: 780px) {
  .page-news > .col1 > .col1-zone1-left {
    padding-top: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col1 > .col1-zone1-left {
    padding-top: 10px;
    width: 600px;
    padding-bottom: 20px; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col1 > .col1-zone1-left {
    float: left;
    width: 95%;
    margin-right: 10%; } }
.page-news > .col1 > .col1-zone1-left > .col-subtitle {
  color: #D70000;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  width: 85%; }
.page-news > .col1 > .col1-zone1-left > .block-text {
  margin-bottom: 50px;
  margin-top: 20px; }
.page-news > .col1 > .col1-zone1-left > .block-text > img {
  border-radius: 10px;
  margin-bottom: 20px; }
.page-news > .col1 > .col1-zone1-left > .block-text > ul {
  list-style: none;
  margin-bottom: 20px;
  padding: 0; }
.page-news > .col1 > .col1-zone1-left > .block-text > ul > li {
  background: url("gfx/puce-orange.png") no-repeat 0px 7px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  color: #230C35;
  padding-left: 15px;
  width: 80%;
  font-weight: bold;
  line-height: 17px; }
@media only screen and (max-width: 780px) {
  .page-news > .col1 > .col1-zone1-right {
    padding-top: 30px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col1 > .col1-zone1-right {
    padding-top: 10px; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col1 > .col1-zone1-right {
    float: left;
    width: 380px;
    margin-right: 40px; } }
.page-news > .col1 > .col1-zone1-right > h3 {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px; }
@media only screen and (min-width: 1220px) {
  .page-news > .col2 {
    margin-left: 4%;
    width: 54%;
    float: left; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col2 .title, .page-news > .col2 .subtitle {
    width: 95% !important; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col2 .title, .page-news > .col2 .subtitle {
    width: 95% !important; } }
@media only screen and (max-width: 780px) {
  .page-news > .col-news {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.page-news > .col-news > .bulle-news {
  padding-bottom: 15px;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px; }
@media only screen and (max-width: 780px) {
  .page-news > .col-news > .bulle-news {
    width: 100%;
    min-height: 300px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col-news > .bulle-news {
    width: 48%;
    min-height: 300px; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col-news > .bulle-news {
    width: 48%;
    min-height: 300px; } }
.page-news > .col-news > .bulle-news > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .75;
  z-index: 2;
  border-radius: 10px; }
.page-news > .col-news > .bulle-news > .link {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-news > .col-news > .bulle-news > .date-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-news > .col-news > .bulle-news > .title {
  margin-bottom: 20px;
  font-size: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  width: 92%;
  padding: 4%;
  font-weight: 700;
  line-height: 25px;
  z-index: 2; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col-news > .bulle-news > .descri {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col-news > .bulle-news > .descri {
    display: flex; } }
@media only screen and (max-width: 780px) {
  .page-news > .col-news > .bulle-news > .descri > .photo {
    margin-bottom: 20px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .col-news > .bulle-news > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
@media only screen and (min-width: 1220px) {
  .page-news > .col-news > .bulle-news > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
.page-news > .col-news > .bulle-news > .descri > .photo > img {
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .page-news > .col-news > .bulle-news > .descri > .content-txt {
    text-align: center; } }
.page-news > .col-news > .bulle-news > .descri > .content-txt > .date {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
  font-weight: bold; }
.page-news > .col-news > .bulle-news > .descri > .content-txt > .text {
  color: #190b0a; }
.page-news > .cols-content {
  display: flex;
  justify-content: space-between; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .cols-content > .page-left {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .page-news > .cols-content > .page-left {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.page-news > .cols-content > .page-left .title-holder-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
.page-news > .cols-content > .page-left .title-holder-news > .block-actu-date {
  padding: 10px;
  background-color: #205797;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 75px;
  color: #fff; }
@media only screen and (min-width: 1220px) {
  .page-news > .cols-content > .page-left .title-holder-news > .block-actu-date {
    width: 10%; } }
.page-news > .cols-content > .page-left .title-holder-news > .block-actu-date > .block-actu-date-month {
  font-size: 13px;
  text-align: center; }
.page-news > .cols-content > .page-left .title-holder-news > .block-actu-date > .block-actu-date-day {
  font-size: 35px;
  position: relative;
  text-align: center;
  top: -6px;
  padding: 0px;
  margin: 0px;
  height: 38px; }
@media only screen and (min-width: 1220px) {
  .page-news > .cols-content > .page-left .title-holder-news > .title {
    width: 85%; } }
.page-news > .cols-content .block-actu .text {
  margin-bottom: 30px; }
.page-news > .cols-content .block-actu .ligne-pdf {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
  background: none; }
@media only screen and (max-width: 780px) {
  .page-news > .cols-content .block-actu .ligne-pdf {
    width: 100%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .cols-content .block-actu .ligne-pdf {
    width: 40%; } }
@media only screen and (min-width: 1220px) {
  .page-news > .cols-content .block-actu .ligne-pdf {
    width: 40%; } }
.page-news > .cols-content .block-actu .ligne-pdf a {
  color: #000; }
.page-news > .cols-content .block-actu .ligne-pdf > .date {
  width: 100px; }
@media only screen and (max-width: 780px) {
  .page-news > .cols-content .block-actu .ligne-pdf > .date {
    display: none; } }
.page-news > .cols-content .block-actu .ligne-pdf > .name {
  width: 70%; }
.page-news > .cols-content .block-actu .ligne-pdf > .pdf {
  width: 40px; }
@media only screen and (max-width: 780px) {
  .page-news > .cols-content > .page-right {
    display: none; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-news > .cols-content > .page-right {
    display: none; } }
@media only screen and (min-width: 1220px) {
  .page-news > .cols-content > .page-right {
    width: 30%; } }
.page-news > .cols-content > .page-right ul {
  display: inline-block;
  margin: 0px;
  padding: 0px; }
.page-news > .cols-content > .page-right ul > li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 25px; }
.page-news > .cols-content > .page-right ul > li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ccc;
  position: absolute;
  margin-left: -25px;
  margin-top: 5px; }
.page-news > .cols-content > .page-right ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #205797; }
.page-news > .cols-content > .page-right ul > li > a:hover {
  text-decoration: underline; }
.page-news > .cols-content .galery {
  display: flex;
  flex-wrap: wrap; }
.page-news > .cols-content .galery > .galery-list {
  width: 20%; }
.page-news > .cols-content .galery > .galery-list a {
  display: block;
  width: 95%; }
.page-news > .cols-content .galery > .galery-list img {
  border-radius: 5px; }

.association {
  position: relative;
  z-index: 2; }
.association p {
  color: #190b0a; }
.association p > a {
  color: #190b0a; }
.association .link {
  margin-bottom: 5px; }
.association .link > a {
  color: #318CF5; }
.association a {
  text-decoration: underline;
  color: #fff;
  font-size: 19px;
  font-weight: bold; }
.association > .instance-text-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
@media only screen and (max-width: 780px) {
  .association > .instance-text-intro {
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .instance-text-intro {
    width: 50%; } }
@media only screen and (min-width: 1220px) {
  .association > .instance-text-intro {
    width: 50%; } }
.association > .pagination {
  text-align: center; }
@media only screen and (max-width: 780px) {
  .association > .col-news {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .col-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .association > .col-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.association > .col-news > .bulle-news {
  padding-bottom: 15px;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px;
  align-content: center;
  text-align: center;
  background-color: #2d8de6; }
@media only screen and (max-width: 780px) {
  .association > .col-news > .bulle-news {
    width: 48%;
    min-height: 300px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .col-news > .bulle-news {
    width: 32%;
    min-height: 300px; } }
@media only screen and (min-width: 1220px) {
  .association > .col-news > .bulle-news {
    width: 32%;
    min-height: 300px; } }
.association > .col-news > .bulle-news > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  border-radius: 10px; }
.association > .col-news > .bulle-news .link {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%); }
.association > .col-news > .bulle-news > .title {
  margin-bottom: 20px;
  font-size: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  width: 92%;
  padding: 4%;
  font-weight: 700;
  line-height: 25px;
  z-index: 2; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .col-news > .bulle-news > .descri {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .association > .col-news > .bulle-news > .descri {
    display: flex; } }
@media only screen and (max-width: 780px) {
  .association > .col-news > .bulle-news > .descri > .photo {
    margin-bottom: 20px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .col-news > .bulle-news > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
@media only screen and (min-width: 1220px) {
  .association > .col-news > .bulle-news > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
.association > .col-news > .bulle-news > .descri > .photo > img {
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .association > .col-news > .bulle-news > .descri > .content-txt {
    text-align: center; } }
.association > .col-news > .bulle-news > .descri > .content-txt > .date {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
  font-weight: bold; }
.association > .col-news > .bulle-news > .descri > .content-txt > .text {
  color: #190b0a; }
.association > .cols-content {
  display: flex;
  justify-content: space-between; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .cols-content > .page-left {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .association > .cols-content > .page-left {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.association > .cols-content > .page-left .title-holder-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
.association > .cols-content > .page-left .title-holder-news > .block-actu-date {
  padding: 10px;
  background-color: #205797;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 75px;
  color: #fff; }
@media only screen and (min-width: 1220px) {
  .association > .cols-content > .page-left .title-holder-news > .block-actu-date {
    width: 10%; } }
.association > .cols-content > .page-left .title-holder-news > .block-actu-date > .block-actu-date-month {
  font-size: 13px;
  text-align: center; }
.association > .cols-content > .page-left .title-holder-news > .block-actu-date > .block-actu-date-day {
  font-size: 35px;
  position: relative;
  text-align: center;
  top: -6px;
  padding: 0px;
  margin: 0px;
  height: 38px; }
@media only screen and (min-width: 1220px) {
  .association > .cols-content > .page-left .title-holder-news > .title {
    width: 85%; } }
@media only screen and (max-width: 780px) {
  .association > .cols-content > .page-right {
    display: none; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .association > .cols-content > .page-right {
    display: none; } }
@media only screen and (min-width: 1220px) {
  .association > .cols-content > .page-right {
    width: 30%; } }
.association > .cols-content > .page-right ul {
  display: inline-block;
  margin: 0px;
  padding: 0px; }
.association > .cols-content > .page-right ul > li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 25px; }
.association > .cols-content > .page-right ul > li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ccc;
  position: absolute;
  margin-left: -25px;
  margin-top: 5px; }
.association > .cols-content > .page-right ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #205797; }
.association > .cols-content > .page-right ul > li > a:hover {
  text-decoration: underline; }

.activite {
  padding-bottom: 40px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite {
    padding-top: 0px; } }
@media only screen and (min-width: 1220px) {
  .activite {
    padding-top: 0px; } }
.activite > .introduction {
  text-align: center;
  background-color: #eee;
  border-left: 10px solid #ccc;
  padding: 15px; }
.activite > .introduction h2 {
  color: #3d3c44; }
.activite > .prestations-content {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite > .prestations-content {
    width: 100%; } }
@media only screen and (min-width: 1220px) {
  .activite > .prestations-content {
    width: 100%; } }
.activite > .prestations-content > .prestations-col {
  background-size: auto;
  margin: 0.5%; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite > .prestations-content > .prestations-col {
    width: 90%;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
    align-items: flex-start; } }
@media only screen and (min-width: 1220px) {
  .activite > .prestations-content > .prestations-col {
    width: 90%;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
    align-items: flex-start; } }
.activite > .prestations-content > .prestations-col > .content {
  padding-top: 80px; }
.activite > .prestations-content > .prestations-col > .content > .phototext {
  margin-bottom: 20px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext {
    display: flex; } }
@media only screen and (max-width: 780px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext > .photo {
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext > .photo {
    width: 35%;
    margin-right: 40px; } }
@media only screen and (min-width: 1220px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext > .photo {
    width: 35%;
    margin-right: 40px; } }
.activite > .prestations-content > .prestations-col > .content > .phototext > .photo img {
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .activite > .prestations-content > .prestations-col > .content > .phototext > .photo img {
    width: 100%; } }
.activite > .prestations-content > .prestations-col > .content > .phototext > .text {
  flex: 1; }
.activite > .prestations-content > .prestations-col > .content > .phototext > .text a {
  color: #000;
  text-decoration: underline; }
.activite > .prestations-content > .prestations-col > .content > .phototext > .text h2 {
  margin-bottom: 20px; }
.activite > .prestations-content > .prestations-col > .content > .phototext > .text ul {
  padding-left: 10px; }
.activite > .prestations-content > .prestations-col > .content > .phototext > .text ul li a {
  color: #000;
  text-decoration: underline; }
.activite > .prestations-content > .prestations-col > .content .ligne-pdf {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
  background: none; }
.activite > .prestations-content > .prestations-col > .content .ligne-pdf > .date {
  width: 100px; }
@media only screen and (max-width: 780px) {
  .activite > .prestations-content > .prestations-col > .content .ligne-pdf > .date {
    display: none; } }
.activite > .prestations-content > .prestations-col > .content .ligne-pdf > .name {
  width: 70%; }
.activite > .prestations-content > .prestations-col > .content .ligne-pdf > .pdf {
  width: 40px; }
.activite > .prestations-content > .prestations-col > .content .galery {
  display: flex;
  flex-wrap: wrap; }
.activite > .prestations-content > .prestations-col > .content .galery > .galery-list {
  width: 20%; }
.activite > .prestations-content > .prestations-col > .content .galery > .galery-list a {
  display: block;
  width: 95%; }
.activite > .prestations-content > .prestations-col > .content .galery > .galery-list img {
  border-radius: 5px; }
.activite > .list-fichier {
  border: 1px solid #eee;
  padding: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  margin-bottom: 5px; }
@media only screen and (max-width: 780px) {
  .activite > .list-fichier {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .activite > .list-fichier {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .activite > .list-fichier {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }
.activite > .list-fichier a {
  color: #3d3c44; }
.activite > .list-fichier a:hover {
  text-decoration: underline; }
.activite > .list-fichier img {
  margin-right: 15px; }

.page-reseau {
  position: relative;
  z-index: 2; }
.page-reseau p {
  color: #190b0a; }
.page-reseau p > a {
  color: #190b0a; }
.page-reseau .link {
  margin-bottom: 5px; }
.page-reseau .link > a {
  color: #318CF5; }
.page-reseau > .instance-text-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
@media only screen and (max-width: 780px) {
  .page-reseau > .instance-text-intro {
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .instance-text-intro {
    width: 70%; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .instance-text-intro {
    width: 70%; } }
.page-reseau > .pagination {
  text-align: center; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .col-reseau {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .col-reseau {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.page-reseau > .col-reseau > .bulle-reseau {
  padding-bottom: 15px;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .col-reseau > .bulle-reseau {
    width: 48%;
    min-height: 300px; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .col-reseau > .bulle-reseau {
    width: 48%;
    min-height: 300px; } }
.page-reseau > .col-reseau > .bulle-reseau > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .75;
  z-index: 2;
  border-radius: 10px; }
.page-reseau > .col-reseau > .bulle-reseau > .link {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-reseau > .col-reseau > .bulle-reseau > .date-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-reseau > .col-reseau > .bulle-reseau > .content {
  z-index: 2;
  padding: 4%;
  text-align: center; }
@media only screen and (max-width: 780px) {
  .page-reseau > .col-reseau > .bulle-reseau > .content {
    position: relative; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .col-reseau > .bulle-reseau > .content {
    width: 92%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .col-reseau > .bulle-reseau > .content {
    width: 92%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; } }
.page-reseau > .col-reseau > .bulle-reseau > .content > .title {
  margin-bottom: 20px;
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, 0.4);
  padding: 10px;
  background-color: #205797;
  display: block; }
.page-reseau > .col-reseau > .bulle-reseau > .content > .text {
  color: #fff; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri {
    display: flex; } }
@media only screen and (max-width: 780px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri > .photo {
    margin-bottom: 20px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri > .photo {
    margin-right: 5%;
    width: 40%; } }
.page-reseau > .col-reseau > .bulle-reseau > .descri > .photo > img {
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .page-reseau > .col-reseau > .bulle-reseau > .descri > .content-txt {
    text-align: center; } }
.page-reseau > .col-reseau > .bulle-reseau > .descri > .content-txt > .date {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
  font-weight: bold; }
.page-reseau > .col-reseau > .bulle-reseau > .descri > .content-txt > .text {
  color: #190b0a; }
.page-reseau > .reseau-detail > .block-reseau {
  display: flex;
  flex-wrap: wrap; }
.page-reseau > .reseau-detail > .block-reseau > .col-left {
  margin-bottom: 20px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .reseau-detail > .block-reseau > .col-left {
    margin-right: 30px; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .reseau-detail > .block-reseau > .col-left {
    margin-right: 30px; } }
.page-reseau > .reseau-detail > .block-reseau > .col-left img {
  max-width: 350px;
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .page-reseau > .reseau-detail > .block-reseau > .col-left img {
    width: 100%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-reseau > .reseau-detail > .block-reseau > .col-left img {
    max-width: 350px; } }
@media only screen and (min-width: 1220px) {
  .page-reseau > .reseau-detail > .block-reseau > .col-left img {
    max-width: 350px; } }

.page-statut {
  position: relative;
  z-index: 2; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-statut {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .page-statut {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.page-statut p {
  color: #190b0a; }
.page-statut p > a {
  color: #190b0a; }
.page-statut .link {
  margin-bottom: 5px; }
.page-statut .link > a {
  color: #318CF5; }
.page-statut > .instance-text-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
@media only screen and (max-width: 780px) {
  .page-statut > .instance-text-intro {
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-statut > .instance-text-intro {
    width: 50%; } }
@media only screen and (min-width: 1220px) {
  .page-statut > .instance-text-intro {
    width: 50%; } }
.page-statut > .pagination {
  text-align: center; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-statut > .col-statut {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page-statut > .col-statut {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.page-statut > .col-statut > .bulle-statut {
  padding-bottom: 15px;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 4px 5px -5px #000;
  background-color: #fff; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-statut > .col-statut > .bulle-statut {
    width: 100%;
    min-height: 330px; } }
@media only screen and (min-width: 1220px) {
  .page-statut > .col-statut > .bulle-statut {
    width: 49%;
    min-height: 330px; } }
.page-statut > .col-statut > .bulle-statut > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .75;
  z-index: 2;
  border-radius: 10px; }
@media only screen and (max-width: 780px) {
  .page-statut > .col-statut > .bulle-statut > .link {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-statut > .col-statut > .bulle-statut > .link {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1220px) {
  .page-statut > .col-statut > .bulle-statut > .link {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%); } }
.page-statut > .col-statut > .bulle-statut > .link > a {
  display: flex;
  justify-content: space-around; }
.page-statut > .col-statut > .bulle-statut > .link > a > .image-link {
  width: 15%; }
.page-statut > .col-statut > .bulle-statut > .link > a > .txt-link {
  width: 80%;
  text-align: left; }
.page-statut > .col-statut > .bulle-statut > .date-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%); }
.page-statut > .col-statut > .bulle-statut > .content {
  padding: 4%;
  z-index: 2; }
.page-statut > .col-statut > .bulle-statut > .content > .title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 10px; }

.galery {
  /*    .retour
      {
          display:block;
          color:#fff;
          text-decoration:underline;
          margin-bottom:10px;
      }*/ }
.galery > .galery-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
@media only screen and (max-width: 780px) {
  .galery > .galery-list > .galery-item {
    width: 100%;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .galery > .galery-list > .galery-item {
    width: 24%;
    margin: 1%; } }
@media only screen and (min-width: 1220px) {
  .galery > .galery-list > .galery-item {
    width: 24%;
    margin: 1%; } }
.galery > .galery-list > .galery-item > .item-image {
  margin-bottom: 40px; }
.galery > .galery-list > .galery-item > .item-image img {
  border: 8px solid #1b366d;
  transform: rotate(-4deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
@media only screen and (max-width: 780px) {
  .galery > .galery-list > .galery-item > .item-image img {
    width: 80%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .galery > .galery-list > .galery-item > .item-image img {
    width: 80%; } }
@media only screen and (min-width: 1220px) {
  .galery > .galery-list > .galery-item > .item-image img {
    width: 80%; } }
.galery > .galery-list > .galery-item > .item-image:hover img {
  transform: rotate(-4deg) scale(1.08); }
.galery > .galery-list > .galery-item > .item-text {
  /*                >h3
                  {
                      @include respond-to(handhelds) { font-size:30px;  }
                      @include respond-to(medium-screens) { font-size:30px; }
                      @include respond-to(wide-screens) { font-size:40px; }                    
                      
                      
                  }*/ }
@media only screen and (max-width: 780px) {
  .galery > .galery-list > .galery-item > .item-text {
    margin-bottom: 30px; } }
.galery > .galery-list > .galery-item > .item-text > .item-text-descri {
  margin-bottom: 20px;
  color: #000; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .galery > .galery-list > .galery-item > .item-text > .item-text-descri {
    min-height: 85px; } }
@media only screen and (min-width: 1220px) {
  .galery > .galery-list > .galery-item > .item-text > .item-text-descri {
    min-height: 85px; } }
.galery > .galery-list > .galery-item > .item-text > .all-item-link {
  color: #318CF5; }
.galery > .galery-descri {
  margin-bottom: 20px;
  margin-top: 20px; }
.galery .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s; }
.galery .back-btn:hover {
  background: #f3f4f6; }
.galery .back-btn:active {
  transform: scale(0.98); }
.galery > .galery-content {
  display: flex;
  flex-wrap: wrap; }
@media only screen and (max-width: 780px) {
  .galery > .galery-content > .item-galery-image {
    width: 25%;
    margin: 3%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .galery > .galery-content > .item-galery-image {
    width: 13%;
    margin: 1% 2% 1% 2%; } }
@media only screen and (min-width: 1220px) {
  .galery > .galery-content > .item-galery-image {
    width: 13%;
    margin: 1% 2% 1% 2%; } }
.galery > .galery-content > .item-galery-image > a > img {
  border: 6px solid #1e3e7b; }

@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .equipe {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .equipe {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.equipe .galery-thumb > h3 {
  margin-bottom: 20px; }
.equipe .galery-thumb > .galery-subtitle-text {
  padding-bottom: 30px; }
.equipe .galery-thumb > .galery-subtitle-text ul {
  background-color: #fff;
  padding: 15px;
  margin: 0px; }
.equipe .galery-thumb > .galery-subtitle-text ul > li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 25px; }
.equipe .galery-thumb > .galery-subtitle-text ul > li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ccc;
  position: absolute;
  margin-left: -25px;
  margin-top: 5px; }
.equipe .galery-thumb > .galery-subtitle-text ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #205797; }
.equipe .galery-thumb > .galery-subtitle-text ul > li > a:hover {
  text-decoration: underline; }
.equipe .galery-thumb > .galery-list {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap; }
.equipe .galery-thumb > .galery-list > .block-gris {
  transition: all 0.25s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 10px; }
@media only screen and (max-width: 780px) {
  .equipe .galery-thumb > .galery-list > .block-gris {
    width: 47%;
    margin-right: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .equipe .galery-thumb > .galery-list > .block-gris {
    width: 32%;
    margin-right: 10px; } }
@media only screen and (min-width: 1220px) {
  .equipe .galery-thumb > .galery-list > .block-gris {
    width: 19%;
    margin-right: 10px; } }
.equipe .galery-thumb > .galery-list > .block-gris > .item-after {
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #205797;
  transition: all 0.25s ease 0s;
  border-radius: 10px; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-left {
  padding: 8%; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-left > .img-container {
  border-radius: 5px;
  overflow: hidden;
  width: 100%; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-left > .img-container > a > img {
  transition: all 0.25s ease 0s; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-right {
  padding: 10px;
  font-size: 12px;
  text-align: center; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-right > h3 {
  padding: 0px;
  min-height: 40px;
  margin-bottom: 10px;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: #353535; }
.equipe .galery-thumb > .galery-list > .block-gris > .block-gris-right > .sous-titre {
  min-height: 40px;
  font-size: 12px; }
.equipe .galery-thumb > .galery-list > .block-gris:hover > .item-after {
  width: 100%; }
.equipe .galery-thumb > .galery-list > .block-gris:hover > .block-gris-left > .img-container > a > img {
  transform: scale(1.2); }
.equipe .galery-thumb > .galery-list > .block-gris:hover > .block-gris-right > h3 {
  color: #fff; }
.equipe .galery-thumb > .galery-list > .block-gris:hover > .block-gris-right > .sous-titre {
  color: #fff; }

.page {
  position: relative;
  z-index: 2; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .page {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.page .white {
  color: #fff !important; }
.page .title {
  padding-bottom: 10px;
  color: #318CF5;
  font-weight: bold;
  font-size: 16px; }
.page .subtitle {
  margin-bottom: 20px; }
.page p {
  line-height: 27px;
  margin-bottom: 40px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page p {
    width: 100%; } }
@media only screen and (min-width: 1220px) {
  .page p {
    width: 90%; } }
.page .link {
  margin-bottom: 5px; }
.page .link > a {
  color: #318CF5; }
.page h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px; }
.page a {
  color: #222;
  text-decoration: underline; }
@media only screen and (max-width: 780px) {
  .page table {
    width: 100%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page table {
    width: 100%; } }
@media only screen and (min-width: 1220px) {
  .page table {
    width: 100%; } }
.page table img {
  border-radius: 5px; }
.page .pagraphe-with-photo {
  margin-bottom: 20px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page .pagraphe-with-photo {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page .pagraphe-with-photo {
    display: flex;
    justify-content: space-between; } }
.page .pagraphe-with-photo img {
  border-radius: 5px; }
@media only screen and (max-width: 780px) {
  .page .pagraphe-with-photo > .col-photo {
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page .pagraphe-with-photo > .col-photo {
    width: 25%; } }
@media only screen and (min-width: 1220px) {
  .page .pagraphe-with-photo > .col-photo {
    width: 25%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page .pagraphe-with-photo > .col-texte {
    width: 70%; } }
@media only screen and (min-width: 1220px) {
  .page .pagraphe-with-photo > .col-texte {
    width: 70%; } }
.page .bulle-blue {
  padding: 20px;
  background-color: #205797;
  color: #fff;
  border-radius: 5px;
  font-size: 18px; }
.page ul {
  background-color: #fff;
  padding: 15px;
  margin: 0px; }
.page ul > li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 25px; }
.page ul > li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ccc;
  position: absolute;
  margin-left: -25px;
  margin-top: 5px; }
.page ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #205797; }
.page ul > li > a:hover {
  text-decoration: underline; }

.contact {
  position: relative;
  z-index: 2; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .contact {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
@media only screen and (min-width: 1220px) {
  .contact {
    width: 92%;
    background-color: #fff;
    padding: 4%; } }
.contact .white {
  color: #fff !important; }
.contact .title {
  padding-bottom: 10px;
  color: #318CF5;
  font-weight: bold;
  font-size: 16px; }
.contact .subtitle {
  margin-bottom: 20px; }
.contact p {
  margin-bottom: 20px;
  color: #222; }
.contact p > a {
  color: #230C35; }
.contact .icon-mail {
  background: url("gfx/contact-icone-email.png") no-repeat;
  width: 200px;
  height: 28px;
  display: block;
  margin-top: 5px;
  padding-left: 35px;
  padding-top: 3px; }
.contact b {
  display: block;
  margin-bottom: 5px;
  font-size: 16px; }
.contact .link {
  margin-bottom: 5px; }
.contact .link > a {
  color: #318CF5; }
.contact iframe {
  border: 0px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .contact > .listcol {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .contact > .listcol {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .contact > .listcol > .col1 {
    width: 56%; } }
@media only screen and (min-width: 1220px) {
  .contact > .listcol > .col1 {
    width: 56%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .contact > .listcol > .col2 {
    width: 34%; } }
@media only screen and (min-width: 1220px) {
  .contact > .listcol > .col2 {
    width: 34%; } }

@media only screen and (max-width: 780px) {
  .formulaire {
    padding: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .formulaire {
    width: 90%; } }
@media only screen and (min-width: 1220px) {
  .formulaire {
    width: 90%; } }
.formulaire input {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px; }
.formulaire .first-line > input {
  float: left;
  width: 230px;
  padding: 10px;
  font-size: 15px; }
@media only screen and (max-width: 780px) {
  .formulaire .first-line > input {
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .formulaire .first-line > input {
    margin-bottom: 10px; } }
.formulaire .second-line {
  clear: both;
  padding-top: 20px;
  color: #222; }
.formulaire .second-line > label {
  margin-bottom: 10px;
  display: block; }
.formulaire .second-line > .checkline {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #040C23; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .formulaire .second-line > .input-adress {
    width: 380px !important; } }
@media only screen and (min-width: 1220px) {
  .formulaire .second-line > .input-adress {
    width: 380px !important; } }
.formulaire .second-line > input[type="text"] {
  float: left;
  width: 230px;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px; }
@media only screen and (max-width: 780px) {
  .formulaire .second-line > input[type="text"] {
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .formulaire .second-line > input[type="text"] {
    margin-bottom: 10px; } }
.formulaire .second-line > select {
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px; }
.formulaire .second-line > textarea {
  width: 100%;
  padding: 10px;
  color: #222;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border-radius: 5px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .formulaire .second-line > textarea {
    height: 375px; } }
@media only screen and (min-width: 1220px) {
  .formulaire .second-line > textarea {
    height: 375px; } }
.formulaire .second-line input[type="submit"], .formulaire .second-line input[type="reset"] {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border: 0px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #1E3E7B;
  color: #fff;
  float: left;
  margin-right: 5px; }
.formulaire .second-line input[type="submit"]:hover, .formulaire .second-line input[type="reset"]:hover {
  background-color: #338AF3;
  color: #fff; }
.formulaire .second-line > .infocontact {
  margin-top: 10px;
  float: left;
  margin-left: 10px; }

.text-contact-content {
  margin-bottom: 40px; }

.content-account-creation {
  background: #fff none repeat scroll 0 0;
  position: relative; }
.content-account-creation .obligatoire {
  color: #FC0000;
  font-size: 11px;
  padding-top: 15px; }
.content-account-creation h3 {
  background-color: #205797;
  color: #fff;
  font-size: 15px;
  padding: 5px 5px 5px 15px;
  border-radius: 5px;
  margin-bottom: 20px; }
@media only screen and (max-width: 780px) {
  .content-account-creation .label {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label {
    float: left;
    width: 130px;
    position: relative; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label {
    float: left;
    width: 130px;
    position: relative; } }
.content-account-creation .label > span {
  color: #FC0000; }
.content-account-creation .label-notif {
  font-size: 11px; }
@media only screen and (max-width: 780px) {
  .content-account-creation .label-notif {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label-notif {
    float: left;
    width: 180px;
    position: relative;
    top: 6px;
    margin-left: 10px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label-notif {
    float: left;
    width: 180px;
    position: relative;
    top: 6px;
    margin-left: 10px; } }
@media only screen and (max-width: 780px) {
  .content-account-creation .label-empty {
    height: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label-empty {
    float: left;
    width: 130px;
    position: relative;
    top: 6px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label-empty {
    float: left;
    width: 130px;
    position: relative;
    top: 6px; } }
.content-account-creation .label-empty > span {
  color: #FC0000; }
.content-account-creation .info-field {
  left: 5px;
  position: relative;
  top: 5px; }
.content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
  border: 1px solid #EDEAEA;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px; }
@media only screen and (max-width: 780px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 90%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 300px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 300px;
    margin-bottom: 5px; } }
.content-account-creation > .civilite > .civilite-det {
  float: left;
  padding-right: 15px; }
.content-account-creation > .validate {
  float: left;
  width: 240px;
  margin-right: 20px; }
.content-account-creation > .validate > .btn_validate {
  background-color: #818181;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer; }
.content-account-creation > .validate-info {
  float: left;
  color: #fc0000; }
.content-account-creation > .content-account-law {
  margin-top: 10px; }
.content-account-creation > .account-final {
  border: 3px solid #90C221;
  padding: 40px;
  border-radius: 10px; }
.content-account-creation > .account-final a {
  background-color: #90C221;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }
.content-account-creation > .account-final img {
  float: left;
  margin-right: 20px; }
.content-account-creation > .account-final > .account-final-info {
  padding-bottom: 60px; }
.content-account-creation > .account-final > .account-final-info > h2 {
  color: #90C221;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 25px;
  background-color: transparent;
  border-width: 0px;
  box-shadow: none; }

.content-account-login {
  background: #fff none repeat scroll 0 0;
  position: relative; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login {
    width: 90%; } }
@media only screen and (min-width: 1220px) {
  .content-account-login {
    width: 90%; } }
.content-account-login h3 {
  background-color: #205797;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px; }
.content-account-login .obligatoire {
  color: #FC0000;
  font-size: 11px;
  padding-top: 15px; }
.content-account-login .account-info {
  margin-bottom: 20px; }
.content-account-login > .content-account-login-form {
  background-color: #205797;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 780px) {
  .content-account-login > .content-account-login-form {
    padding: 3%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login > .content-account-login-form {
    padding: 20px; } }
@media only screen and (min-width: 1220px) {
  .content-account-login > .content-account-login-form {
    padding: 20px; } }
@media only screen and (max-width: 780px) {
  .content-account-login > .content-account-login-form > .label {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login > .content-account-login-form > .label {
    position: relative;
    top: 6px;
    margin-bottom: 15px; } }
@media only screen and (min-width: 1220px) {
  .content-account-login > .content-account-login-form > .label {
    position: relative;
    top: 6px;
    margin-bottom: 15px; } }
.content-account-login > .content-account-login-form > .label > span {
  color: #FC0000; }
.content-account-login > .content-account-login-form input[type="text"], .content-account-login > .content-account-login-form input[type="password"] {
  border: 1px solid #EDEAEA;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px; }
@media only screen and (max-width: 780px) {
  .content-account-login > .content-account-login-form input[type="text"], .content-account-login > .content-account-login-form input[type="password"] {
    float: left;
    width: 96%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login > .content-account-login-form input[type="text"], .content-account-login > .content-account-login-form input[type="password"] {
    float: left;
    width: 92%;
    margin-bottom: 5px; } }
@media only screen and (min-width: 1220px) {
  .content-account-login > .content-account-login-form input[type="text"], .content-account-login > .content-account-login-form input[type="password"] {
    float: left;
    width: 270px;
    margin-bottom: 5px; } }
.content-account-login > .content-account-login-form > .login-submit {
  margin-top: 10px; }
.content-account-login > .content-account-login-form > .login-submit input {
  margin-bottom: 5px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  background-color: #230C35;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px; }
@media only screen and (max-width: 780px) {
  .content-account-login > .content-account-login-form > .login-submit input {
    width: 100%;
    border: 0px solid #ccc;
    margin-top: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login > .content-account-login-form > .login-submit input {
    float: left;
    border: 0px solid #ccc; } }
@media only screen and (min-width: 1220px) {
  .content-account-login > .content-account-login-form > .login-submit input {
    float: left;
    border: 0px solid #ccc; } }
.content-account-login > .content-account-login-form > .login-submit input:hover {
  background-color: #818181;
  color: #fff; }
.content-account-login > .content-account-login-form > .login-info-content {
  min-height: 40px;
  margin-top: 15px; }
.content-account-login > .content-account-login-form > .login-info-content #login-infoD {
  border: 2px solid #FC0000;
  clear: both;
  color: #FC0000;
  padding: 10px;
  display: none; }
.content-account-login .account-info-password-lost {
  margin-top: 30px;
  background-color: #fcf9f4; }
@media only screen and (max-width: 780px) {
  .content-account-login .account-info-password-lost {
    padding: 3%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login .account-info-password-lost {
    padding: 20px; } }
@media only screen and (min-width: 1220px) {
  .content-account-login .account-info-password-lost {
    padding: 20px; } }
.content-account-login .account-info-password-lost > .lost-title {
  color: #666;
  text-decoration: underline; }
.content-account-login .account-info-password-lost > .lost-title:hover {
  text-decoration: underline; }
@media only screen and (max-width: 780px) {
  .content-account-login .account-info-password-lost .label {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login .account-info-password-lost .label {
    float: left;
    width: 50px;
    position: relative;
    top: 6px;
    margin-bottom: 15px; } }
@media only screen and (min-width: 1220px) {
  .content-account-login .account-info-password-lost .label {
    float: left;
    width: 50px;
    position: relative;
    top: 6px;
    margin-bottom: 15px; } }
.content-account-login .account-info-password-lost input[type="text"], .content-account-login .account-info-password-lost input[type="password"] {
  border: 1px solid #EDEAEA;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 10px; }
@media only screen and (max-width: 780px) {
  .content-account-login .account-info-password-lost input[type="text"], .content-account-login .account-info-password-lost input[type="password"] {
    width: 95%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-login .account-info-password-lost input[type="text"], .content-account-login .account-info-password-lost input[type="password"] {
    width: 92%; } }
@media only screen and (min-width: 1220px) {
  .content-account-login .account-info-password-lost input[type="text"], .content-account-login .account-info-password-lost input[type="password"] {
    width: 250px; } }
.content-account-login .account-info-password-lost > .account-password-lost {
  margin-top: 20px; }
@media only screen and (max-width: 780px) {
  .content-account-login .account-info-password-lost > .account-password-lost {
    width: 95%; } }
.content-account-login .account-info-password-lost > .account-password-lost > .lost-submit {
  margin-top: 10px; }
.content-account-login .account-info-password-lost > .account-password-lost > .lost-submit input {
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer; }
.content-account-login .account-info-password-lost > .account-password-lost > .lost-submit input:hover {
  background-color: #818181;
  color: #fff; }

.page-espace-client {
  clear: both; }
@media only screen and (max-width: 780px) {
  .page-espace-client {
    margin-top: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client {
    margin-top: 20px; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content {
    position: relative;
    padding-bottom: 40px; } }
.page-espace-client > .espaceclient-block-content > h1 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #205797;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 0px #eee; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > h1 {
    display: block; } }
.page-espace-client > .espaceclient-block-content > h1 a:active, .page-espace-client > .espaceclient-block-content > h1 a:visited {
  color: #205797; }
.page-espace-client > .espaceclient-block-content .vignette {
  float: left;
  margin-right: 20px;
  width: 65px;
  position: relative;
  margin-top: -16px; }
.page-espace-client > .espaceclient-block-content .btnmodif {
  padding: 5px;
  border-radius: 5px;
  background-color: #205797;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px; }
.page-espace-client > .espaceclient-block-content .btn {
  margin-bottom: 15px;
  background-color: #000; }
.page-espace-client > .espaceclient-block-content .retour {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  padding-left: 35px;
  color: #205797; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content .retour {
    margin-bottom: 10px;
    margin-top: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content .retour {
    display: block;
    margin-top: 10px; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content .retour {
    display: block;
    margin-top: 10px; } }
.page-espace-client > .espaceclient-block-content .retour img {
  width: 20px;
  position: absolute;
  margin-top: -1px;
  margin-left: -26px; }
.page-espace-client > .espaceclient-block-content .retour:hover {
  color: #000; }
.page-espace-client > .espaceclient-block-content > .annuaire-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option {
    justify-content: space-between; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option {
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option {
    justify-content: space-between; } }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option > a {
    margin-bottom: 0px !important; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option > a {
    margin-bottom: 0px !important; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option > a {
    margin-bottom: 0px !important; } }
.page-espace-client > .espaceclient-block-content > .annuaire-option > .recherche {
  width: 100%; }
.page-espace-client > .espaceclient-block-content > .annuaire-option > .recherche #RechLink {
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .annuaire-option > .recherche input {
  padding: 15px 37px;
  background: url("gfx/searchicon.png") no-repeat 10px center #fff;
  display: block;
  border: 1px solid #ced6e0;
  border-radius: 5px;
  color: #323232;
  font-size: 17px;
  width: 80%; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-option > .recherche input {
    width: 70%; } }
.page-espace-client > .espaceclient-block-content > .annuaire-option > .recherche input:focus {
  border: 1px solid #46305D; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .infos-cli {
    display: none; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .infos-cli {
    position: absolute;
    margin-top: -90px;
    right: 7%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .infos-cli {
    position: absolute;
    margin-top: -90px;
    right: 0; } }
.page-espace-client > .espaceclient-block-content > .infos-cli > .infos-cli-nom {
  margin-right: 10px; }
.page-espace-client > .espaceclient-block-content > .infos-cli > .deconnexion {
  padding: 5px;
  border-radius: 5px;
  background-color: #205797;
  color: #fff;
  cursor: pointer; }
.page-espace-client > .espaceclient-block-content > .infos-cli > .deconnexion:hover {
  background-color: #46305D; }
.page-espace-client > .espaceclient-block-content > .infos2-cli {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.page-espace-client > .espaceclient-block-content > .infos2-cli > .cli-txt-intro {
  margin-bottom: 15px;
  font-size: 12px;
  color: #000; }
.page-espace-client > .espaceclient-block-content > .page-client-content {
  border-radius: 0 0 5px 5px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > h2 {
  border-bottom: 8px solid #605077;
  color: #605077 !important;
  margin-bottom: 20px !important;
  padding-bottom: 5px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > h2 {
    width: 373px; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > h2 {
    width: 373px; } }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content {
  margin-bottom: 10px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .livraison-nom {
  color: #000;
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px #eee; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update .obligatoire {
  color: #FC0000;
  font-size: 11px;
  padding-top: 15px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update span {
  color: #FC0000; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update > .majpasswdnotif {
  margin-bottom: 10px;
  color: #B2C620; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update > .validate-info {
  float: left;
  color: #fc0000; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update .client-photo {
  width: 150px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .update .client-photo > img {
  border-radius: 5px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .forminput > label {
  margin-bottom: 10px;
  display: block; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .forminput > input, .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .forminput > select {
  border-radius: 3px;
  font-family: "Alegreya Sans SC",cursive;
  border: 1px solid #ccc;
  padding: 10px;
  width: 90%;
  color: #666;
  font-size: 16px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .forminput .btn_basket_utils {
  display: inline-block; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .forminput .photoaff img {
  margin-left: 0px !important; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .AffAnuuaire {
  display: flex; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-content .AffAnuuaire #checkAnnuaire {
  margin-right: 15px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery-text {
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .delivery-add {
  text-decoration: underline;
  margin-bottom: 10px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery {
  border: 1px solid #ddd;
  padding: 25px 10px 10px;
  margin-bottom: 10px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery {
    width: 44%;
    margin-right: 2%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery {
    width: 44%;
    margin-right: 2%; } }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line {
  margin-bottom: 5px; }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line {
    display: flex;
    justify-content: space-around; } }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .label {
  float: left;
  margin-right: 7%;
  padding: 2px;
  color: #aaa; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 18%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 10%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 10%; } }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form {
  float: left;
  padding: 2px;
  font-weight: bold; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 70%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 75%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 75%; } }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form > input, .page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-form-line > .form > select {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  color: #666;
  font-size: 17px; }
.page-espace-client > .espaceclient-block-content > .page-client-content > .bulle-adress-delivery > .delivery-delete {
  float: right;
  margin-top: 5px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery {
  border: 1px solid #ddd;
  padding: 25px 10px 25px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 30px #eee;
  border: 1px solid #eee; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery {
    width: 47%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery {
    width: 47%; } }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line {
  margin-bottom: 5px; }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line {
    display: flex;
    justify-content: space-between; } }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .label {
  margin-right: 1%;
  color: #aaa; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 18%;
    float: left;
    padding: 2px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 10%;
    font-size: 14px; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .label {
    width: 10%; } }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form {
  padding: 2px;
  font-weight: bold; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 65%;
    float: left; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 90%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form {
    width: 75%; } }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form > input, .page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-form-line > .form > select {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  color: #666;
  font-size: 16px; }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .annuaire-notif {
  position: absolute;
  margin-top: 15px;
  color: #46ba5f; }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-delete {
  float: right;
  margin-top: 5px;
  padding: 5px 5px 5px 27px !important; }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-delete > img {
  margin-left: -22px;
  position: absolute; }
.page-espace-client > .espaceclient-block-content > .list-bulle-adress > .bulle-adress-delivery > .delivery-validate {
  float: right;
  margin-top: 15px; }
.page-espace-client > .espaceclient-block-content > .bulle-adress-delivery-text {
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .delivery-add {
  text-decoration: underline;
  margin-bottom: 10px; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail h3 {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #205797;
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete {
  margin-bottom: 30px; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete {
    display: flex; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete {
    display: flex; } }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .photo {
  border-radius: 50%;
  border: 8px solid #fff;
  padding: 0px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0px 0px 6px 3px #ccc; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .photo {
    width: 250px;
    margin-right: 40px; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .photo {
    width: 250px;
    margin-right: 40px; } }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .content {
  margin-top: 20px; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .content > .nom {
  font-size: 34px;
  margin-bottom: 5px;
  font-weight: bold; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .content > .adresse {
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .entete > .content > .tel {
  font-size: 20px;
  line-height: 24px; }
.page-espace-client > .espaceclient-block-content > .annuaire-detail > .complementaire {
  line-height: 22px; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail h3 {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #205797;
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .entete {
  margin-bottom: 30px; }
@media only screen and (max-width: 780px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .entete {
    text-align: center; } }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .entete h1 {
  margin-bottom: 0px;
  padding-bottom: 0px; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .entete > .date-limite {
  margin-bottom: 20px; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .entete > .date-limite > .label {
  font-size: 12px;
  color: #205797; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colleft {
    width: 60%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colleft {
    width: 60%; } }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colleft > .content {
  margin-bottom: 40px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colright {
    width: 35%; } }
@media only screen and (min-width: 1220px) {
  .page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colright {
    width: 35%; } }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colright > .bulle-link {
  padding: 15px;
  color: #205797;
  border: 2px solid #205797;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  justify-content: center; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colright > .item {
  padding-bottom: 15px;
  margin: 2px;
  padding: 15px;
  background-color: #fff; }
.page-espace-client > .espaceclient-block-content > .offre-emploi-detail > .cols > .colright > .item > .label {
  font-size: 12px;
  color: #205797; }

.loginclient {
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 780px) {
  .loginclient {
    width: 96%;
    padding: 2%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient {
    width: 90%;
    display: flex;
    align-items: center; } }
@media only screen and (min-width: 1220px) {
  .loginclient {
    width: 70%;
    display: flex;
    align-items: center; } }
.loginclient h1 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 30px;
  color: #205797;
  border-bottom: 1px solid #eee;
  text-align: left; }
@media only screen and (max-width: 780px) {
  .loginclient h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient h1 {
    padding-bottom: 20px; } }
@media only screen and (min-width: 1220px) {
  .loginclient h1 {
    padding-bottom: 20px; } }
.loginclient .login-text {
  text-align: left;
  margin-bottom: 20px; }
.loginclient #login-info {
  border: 2px solid #FC0000;
  clear: both;
  color: #FC0000;
  padding: 10px;
  display: none;
  margin-bottom: 20px; }
.loginclient > .inscription {
  text-align: center; }
@media only screen and (max-width: 780px) {
  .loginclient > .inscription {
    width: 100%;
    margin-top: 50px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient > .inscription {
    width: 50%; } }
@media only screen and (min-width: 1220px) {
  .loginclient > .inscription {
    width: 50%; } }
.loginclient > .inscription > a {
  background-color: #eee;
  display: block;
  border-radius: 10px;
  padding: 20px; }
@media only screen and (max-width: 780px) {
  .loginclient > .inscription > a {
    padding: 5%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient > .inscription > a {
    float: right;
    width: 60%; } }
@media only screen and (min-width: 1220px) {
  .loginclient > .inscription > a {
    float: right;
    width: 60%; } }
.loginclient > .inscription > a > .icone {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
.loginclient > .inscription > a > .text {
  color: #205797;
  font-weight: bold;
  font-size: 15px; }
.loginclient > .form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px #eee;
  border: 1px solid #eee;
  background-color: #fff; }
@media only screen and (max-width: 780px) {
  .loginclient > .form {
    width: 100%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient > .form {
    width: 75%;
    padding: 2%; } }
@media only screen and (min-width: 1220px) {
  .loginclient > .form {
    width: 52%;
    padding: 2%; } }
.loginclient > .form > .espace-pro {
  font-size: 25px;
  margin-bottom: 20px; }
.loginclient > .form > label {
  display: block;
  clear: both; }
@media only screen and (max-width: 780px) {
  .loginclient > .form > label {
    padding: 2%;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient > .form > label {
    padding: 2%;
    width: 30%;
    float: left;
    text-align: left; } }
@media only screen and (min-width: 1220px) {
  .loginclient > .form > label {
    padding: 2%;
    width: 30%;
    float: left;
    text-align: left; } }
.loginclient > .form > label > abbr.rq {
  display: inline;
  border: 0;
  color: #f00;
  padding: 0 .3em 0 0;
  text-decoration: none; }
.loginclient > .form > input {
  display: block;
  background: #fff;
  border: 1px solid #ced6e0;
  border-radius: 3px;
  color: #323232;
  margin-bottom: .85em; }
@media only screen and (max-width: 780px) {
  .loginclient > .form > input {
    padding: 2% 2% 2% 13%;
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .loginclient > .form > input {
    padding: 2% 2% 2% 35px;
    width: 55%;
    float: left; } }
@media only screen and (min-width: 1220px) {
  .loginclient > .form > input {
    padding: 2% 2% 2% 35px;
    width: 55%;
    float: left; } }
.loginclient > .form > input:focus {
  border: 1px solid #46305D; }
.loginclient > .form > .mail {
  background: url("gfx/loginicon-mail.png") no-repeat 10px center; }
.loginclient > .form > .password {
  background: url("gfx/loginicon-password.png") no-repeat 10px center; }
.loginclient > .form > .login-submit {
  margin-top: 20px; }
.loginclient > .form > .login-submit > input[type="submit"] {
  background-color: #205797;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  border: 0px;
  font-size: 14px;
  height: 2.8125rem;
  width: 100%;
  max-width: 13.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer; }
.loginclient > .form > .login-submit > input[type="submit"]:hover {
  background-color: #144277; }
.loginclient > .form > .mdp-oublie {
  margin-top: 10px;
  display: block;
  color: #205797 !important; }
@media only screen and (max-width: 780px) {
  .loginclient > .form > .mdp-oublie {
    margin-bottom: 20px; } }

.content-account-creation {
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 780px) {
  .content-account-creation {
    width: 96%;
    padding: 2%;
    margin-bottom: 40px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation {
    width: 76%;
    padding: 2%;
    margin-bottom: 50px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation {
    width: 66%;
    padding: 2%;
    margin-bottom: 50px; } }
.content-account-creation h1 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 30px;
  color: #205797;
  border-bottom: 1px solid #eee;
  text-align: left; }
@media only screen and (max-width: 780px) {
  .content-account-creation h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation h1 {
    padding-bottom: 20px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation h1 {
    padding-bottom: 20px; } }
.content-account-creation h2 {
  margin-bottom: 25px; }
.content-account-creation .obligatoire {
  color: #FC0000;
  font-size: 11px;
  padding-top: 15px; }
.content-account-creation h3 {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px; }
@media only screen and (max-width: 780px) {
  .content-account-creation .label-civil {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label-civil {
    float: left;
    width: 150px;
    position: relative; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label-civil {
    float: left;
    width: 150px;
    position: relative; } }
.content-account-creation .label-civil > span {
  color: #FC0000; }
@media only screen and (max-width: 780px) {
  .content-account-creation .label {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label {
    float: left;
    width: 150px;
    position: relative;
    top: 6px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label {
    float: left;
    width: 150px;
    position: relative;
    top: 6px; } }
.content-account-creation .label > span {
  color: #FC0000; }
.content-account-creation .label-notif {
  font-size: 11px; }
@media only screen and (max-width: 780px) {
  .content-account-creation .label-notif {
    margin-top: 15px;
    margin-bottom: 5px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label-notif {
    float: left;
    width: 150px;
    position: relative;
    top: 6px;
    margin-left: 10px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label-notif {
    float: left;
    width: 150px;
    position: relative;
    top: 6px;
    margin-left: 10px; } }
@media only screen and (max-width: 780px) {
  .content-account-creation .label-empty {
    height: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation .label-empty {
    float: left;
    width: 150px;
    position: relative;
    top: 6px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation .label-empty {
    float: left;
    width: 150px;
    position: relative;
    top: 6px; } }
.content-account-creation .label-empty > span {
  color: #FC0000; }
.content-account-creation .info-field {
  left: 5px;
  position: relative;
  top: 5px; }
.content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
  border: 1px solid #DDD;
  border-radius: 3px; }
@media only screen and (max-width: 780px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 85%;
    padding: 7px;
    font-size: 15px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 65%;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 15px; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation input[type="text"], .content-account-creation input[type="password"], .content-account-creation select {
    float: left;
    width: 65%;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 15px; } }
.content-account-creation > .civilite {
  float: left;
  width: 400px; }
.content-account-creation > .civilite > .civilite-det {
  float: left;
  padding-right: 15px; }
.content-account-creation > .validate {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-top: 30px; }
.content-account-creation > .validate > .btn_validate {
  background-color: #205797;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer; }
.content-account-creation > .validate-info {
  float: left;
  color: #fc0000; }
.content-account-creation > .content-account-law {
  margin-top: 10px; }
.content-account-creation > .account-final {
  border: 3px solid #90C221;
  padding: 40px;
  border-radius: 10px; }
.content-account-creation > .account-final a {
  background-color: #90C221;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }
.content-account-creation > .account-final img {
  float: left;
  margin-right: 20px; }
.content-account-creation > .account-final > .account-final-info {
  padding-bottom: 60px; }
.content-account-creation > .account-final > .account-final-info > h2 {
  color: #90C221;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 25px; }
.content-account-creation .btn_basket_utils {
  display: inline-block; }
@media only screen and (max-width: 780px) {
  .content-account-creation #pass {
    width: 35% !important; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .content-account-creation #pass {
    width: 45% !important; } }
@media only screen and (min-width: 1220px) {
  .content-account-creation #pass {
    width: 54% !important; } }
.content-account-creation .AffAnuuaire {
  display: flex; }
.content-account-creation .AffAnuuaire #checkAnnuaire {
  margin-right: 15px; }

.addfiles {
  position: absolute;
  display: none;
  margin-left: 150px;
  margin-top: 10px; }
.addfiles .addfilesRelative {
  position: relative;
  float: left;
  background-color: #fff;
  z-index: 10;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; }
.addfiles .addfilesRelative .photothumb {
  max-width: 200px;
  margin-bottom: 20px; }
.addfiles .addfilesRelative .photoinput {
  margin-bottom: 10px; }
.addfiles .addfilesRelative .phototransfertresult {
  margin-top: 5px;
  color: #ccc;
  font-size: 11px; }

.photoaff > img {
  width: 150px;
  margin-top: 10px;
  margin-left: 150px;
  border-radius: 5px; }

@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1220px) {
  .list-bulle {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap; } }
.list-bulle > a {
  display: block;
  color: #666;
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px #eee; }
@media only screen and (max-width: 780px) {
  .list-bulle > a {
    width: 100%;
    margin: 0.5%;
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle > a {
    width: 100%;
    margin: 0.5%; } }
@media only screen and (min-width: 1220px) {
  .list-bulle > a {
    width: 100%;
    margin: 0.5%; } }
.list-bulle > a > .bulle {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff; }
@media only screen and (max-width: 780px) {
  .list-bulle > a > .bulle {
    text-align: center; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle > a > .bulle {
    display: flex;
    align-items: center; } }
@media only screen and (min-width: 1220px) {
  .list-bulle > a > .bulle {
    display: flex;
    align-items: center; } }
.list-bulle > a > .bulle > .photo {
  margin-right: 20px; }
@media only screen and (max-width: 780px) {
  .list-bulle > a > .bulle > .photo {
    min-width: 100px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle > a > .bulle > .photo {
    min-width: 160px; } }
@media only screen and (min-width: 1220px) {
  .list-bulle > a > .bulle > .photo {
    min-width: 180px; } }
@media only screen and (max-width: 780px) {
  .list-bulle > a > .bulle > .photo > img {
    width: 100px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle > a > .bulle > .photo > img {
    width: 150px; } }
@media only screen and (min-width: 1220px) {
  .list-bulle > a > .bulle > .photo > img {
    width: 165px; } }
.list-bulle > a > .bulle > .content > .titre {
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  color: #111; }
@media only screen and (max-width: 780px) {
  .list-bulle > a > .bulle > .content > .titre {
    margin-top: 15px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .list-bulle > a > .bulle > .content > .titre {
    margin-bottom: 20px; } }
@media only screen and (min-width: 1220px) {
  .list-bulle > a > .bulle > .content > .titre {
    margin-bottom: 20px; } }
.list-bulle > a > .bulle > .content > .bulle-expiration {
  border: 1px solid #fc0000;
  padding: 10px;
  margin-top: 10px;
  color: #fc0000; }
.list-bulle > a > .bulle:hover {
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1); }

/* ------------------------- */
/* Plugin */
/* ------------------------- */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 1px 2px #555555; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  margin: 0px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  top: 4px; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs {
  display: block;
  border-width: 0;
  padding: 0;
  background: none; }

.ui-tabs-panel {
  background: rgba(255, 255, 255, 0.05);
  width: 480px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-right: 40px;
  margin-top: 0px;
  float: left;
  border-top: 4px solid #B17320;
  position: relative;
  z-index: 10; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

.ui-widget .ui-widget {
  font-size: 15px;
  background-color: #CCCCCC; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  font-weight: normal;
  transition: all 0.25s ease 0s;
  background-color: #FFFFFF; }
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  border: 1px solid #FCEFA1;
  background-color: #FBF9EE; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  font-weight: normal; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #fff;
  text-decoration: none;
  border: 1px solid #90C41A !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #90C41A !important;
  font-weight: normal; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(gfx/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(gfx/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(gfx/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(gfx/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(gfx/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(gfx/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(gfx/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(gfx/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(gfx/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(gfx/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(gfx/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

.slider-mini > .slideshow-content {
  height: 280px !important; }
.slider-mini > .slideshow-content > .slider {
  height: 280px !important; }

.slideshow-block {
  overflow: hidden; }
@media only screen and (max-width: 780px) {
  .slideshow-block {
    display: none; } }
.slideshow-block > .slideshow-content {
  height: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -95px;
  z-index: 0;
  position: relative; }
.slideshow-block > .slideshow-content > .slideshow-upper-content > .slideshow-upper-title {
  position: absolute;
  top: -40px;
  font-size: 24px;
  line-height: 25px;
  background-color: #230C35;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 1px 1px 0 #616D12;
  width: 940px;
  z-index: 2; }
.slideshow-block > .slideshow-content > .slideshow-upper-content > .slideshow-upper-photo {
  position: absolute;
  left: 382px;
  top: -140px;
  z-index: 3; }
.slideshow-block > .slideshow-content::after {
  background: url("gfx/fond_menu_bottom.png") no-repeat center bottom;
  height: 30px;
  content: "";
  width: 100%;
  display: block;
  top: -27px;
  position: relative;
  z-index: 10; }

.slider {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2; }
.slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  /**
  * Here is CSS transitions
  * responsible for slider animation in modern broswers
  */
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.slide {
  height: 100%;
  float: left;
  clear: none; }
@media only screen and (max-width: 780px) {
  .slide > .txtslide {
    display: none; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .slide > .txtslide {
    display: none; } }
@media only screen and (min-width: 1220px) {
  .slide > .txtslide {
    display: block; } }

.slider-arrows {
  display: block; }

.slider-arrow {
  position: absolute;
  font-size: 0px;
  font-weight: bold;
  top: 276px; }

.slider-arrow--right {
  background: url("gfx/arrows.png") no-repeat;
  background-position: -70px -40px;
  width: 40px;
  height: 40px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .slider-arrow--right {
    right: 28px; } }
@media only screen and (min-width: 1220px) {
  .slider-arrow--right {
    right: 28px; } }
.slider-arrow--right:hover {
  background-position: -190px -40px; }

.slider-arrow--left {
  background: url("gfx/arrows.png") no-repeat;
  background-position: -10px -40px;
  width: 40px;
  height: 40px; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .slider-arrow--left {
    margin-top: 50px;
    right: 28px; } }
@media only screen and (min-width: 1220px) {
  .slider-arrow--left {
    left: 28px; } }
.slider-arrow--left:hover {
  background-position: -130px -40px; }

.slider-nav {
  position: absolute;
  top: 440px;
  z-index: 5; }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .slider-nav {
    left: 20px; } }
@media only screen and (min-width: 1220px) {
  .slider-nav {
    left: 90%; } }

.slider-nav__item {
  width: 20px;
  height: 20px;
  float: left;
  clear: none;
  display: block;
  margin: 0 3px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #a2469b; }

.slider-nav__item:hover {
  background: #a2469b;
  border: 2px solid #a2469b; }

.slider-nav__item--current {
  background: #a2469b; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }
.fancybox-inner img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("gfx/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("gfx/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("gfx/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: -50px; }

.fancybox-next {
  right: -50px; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("gfx/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("gfx/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("gfx/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.jcarousel-wrapper {
  margin: 0px auto;
  position: relative;
  border: 0px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  width: 200px;
  float: left;
  border: 0px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jcarousel img {
  display: block;
  max-width: 90%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto; }

/** Carousel Controls **/
.jcarousel-control-prev, .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #212C3F;
  color: #fff;
  text-decoration: none;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

@media only screen and (max-width: 780px) {
  .jcarousel-control-prev {
    left: 0px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .jcarousel-control-prev {
    left: 0px; } }
@media only screen and (min-width: 1220px) {
  .jcarousel-control-prev {
    left: 0px; } }

@media only screen and (max-width: 780px) {
  .jcarousel-control-next {
    right: 0px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .jcarousel-control-next {
    right: 0px; } }
@media only screen and (min-width: 1220px) {
  .jcarousel-control-next {
    right: 0px; } }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  display: none; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C; }

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7; }

.text-caroussel {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  margin-top: 10px;
  color: #666; }

@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .jcarousel-news {
    width: 600px !important; } }
@media only screen and (min-width: 1220px) {
  .jcarousel-news {
    width: 600px !important; } }
.jcarousel-news > ul > li {
  min-height: 155px;
  list-style: none; }
@media only screen and (max-width: 780px) {
  .jcarousel-news > ul > li {
    width: 300px !important; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .jcarousel-news > ul > li {
    width: 600px !important; } }
@media only screen and (min-width: 1220px) {
  .jcarousel-news > ul > li {
    width: 600px !important; } }
.jcarousel-news > ul > li > .txt {
  margin: 0; }
.jcarousel-news > ul > li > .txt > .news-title > h2 {
  float: left;
  width: 90%;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
  color: #FFF;
  font-size: 28px; }
@media only screen and (max-width: 780px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    font-size: 20px;
    min-height: 50px; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    font-size: 20px;
    min-height: 50px; } }
@media only screen and (min-width: 1220px) {
  .jcarousel-news > ul > li > .txt > .news-title > h2 {
    padding-top: 2px;
    font-size: 28px;
    line-height: 30px; } }
.jcarousel-news > ul > li > .txt > .news-more-details {
  padding-top: 5px; }
.jcarousel-news > ul > li > .txt > .news-more-details > .btn-news-more {
  height: 30px;
  display: block;
  /*                        background: url("gfx/btn-plus.png") no-repeat top left;
                          padding-left:30px;  */
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: #fff; }
.jcarousel-news > ul > li > .txt > .news-more-details > .btn-news-less {
  height: 21px;
  /*                        background: url("gfx/btn-moins.png") no-repeat top left;     
                          padding-left:30px; */
  cursor: pointer; }
.jcarousel-news > ul > li > .txt > .publicaton {
  padding-bottom: 5px;
  font-size: 11px;
  color: #A2469B; }
.jcarousel-news > ul > li > .txt p {
  padding-right: 30px;
  margin: 0px; }
.jcarousel-news > ul > li > .txt > .news-text {
  height: 40px;
  overflow: hidden; }
.jcarousel-news > ul > li > .txt > .news-text a {
  color: #fff;
  text-decoration: underline; }
.jcarousel-news > ul > li > .txt > .news-txt-more {
  display: none; }

.jcarousel-news-prev, .jcarousel-news-next {
  float: right;
  width: 25px;
  height: 25px;
  border: 0px;
  margin-right: 3px;
  margin-top: 4px;
  cursor: pointer; }

.jcarousel-news-prev {
  background: url("gfx/fleche-tres-petit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.jcarousel-news-next {
  background: url("gfx/fleche-tres-petit.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0); }

#myController {
  margin-bottom: 20px;
  margin-top: 40px; }

#myController span {
  color: #FFF;
  background: #040c23;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
  text-decoration: underline; }
@media only screen and (max-width: 780px) {
  #myController span {
    margin-bottom: 5px;
    display: block; } }

#jFlowSlide {
  border: 10px solid #040c23;
  scrollbar-face-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-arrow-color: #318CF5;
  scrollbar-highlight-color: #318CF5;
  scrollbar-shadow-color: #318CF5;
  scrollbar-3dlight-color: #318CF5;
  scrollbar-arrow-color: #318CF5;
  scrollbar-track-color: #318CF5;
  scrollbar-darkshadow-color: #318CF5; }
@media only screen and (max-width: 780px) {
  #jFlowSlide {
    width: 90%; } }
@media only screen and (min-width: 781px) and (max-width: 1219px) {
  #jFlowSlide {
    width: 90%; } }
@media only screen and (min-width: 1220px) {
  #jFlowSlide {
    width: 90%; } }

#myController span.jFlowSelected {
  background: #348af4;
  padding: 10px;
  text-decoration: none; }

.jFlowPrev, .jFlowNext {
  cursor: pointer; }

.jFlowSlideContainer div {
  padding: 20px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "Open Sans", sans-serif; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*# sourceMappingURL=style.css.map */
