/* 
	Table of Contents

    01. Vendor ------------------------------------
         Slider -----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    02. Settings ----------------------------------
    03. Sprite ------------------------------------
    04. Generic -----------------------------------
    05. Base --------------------------------------
    06. Fonts -------------------------------------
    07. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    08. Liens -------------------------------------
    09. Reset -------------------------------------
    10. Regions -----------------------------------
    11. Container ---------------------------------
    12. Content -----------------------------------
    13. Footer ------------------------------------
    14. Header ------------------------------------
    15. Main --------------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. Advantages --------------------------------
    21. Advantage ---------------------------------
    22. Advantages  Secondary ---------------------
    23. Article -----------------------------------
    24. Articles ----------------------------------
    25. Button ------------------------------------
         Button Block -----------------------------
    26. Form Elements -----------------------------
    27. Form --------------------------------------
    28. Images ------------------------------------
    29. List --------------------------------------
    30. List Dash ---------------------------------
    31. List Partners -----------------------------
    32. List Dots ---------------------------------
    33. List Dash  Alt ----------------------------
    34. Logo --------------------------------------
    35. Map Canvas --------------------------------
    36. Nav ---------------------------------------
    37. Plans -------------------------------------
    38. Popup -------------------------------------
    39. Products ----------------------------------
    40. Section -----------------------------------
    41. Section  Timeline -------------------------
    42. Section  Secondary ------------------------
    43. Section  Concept --------------------------
    44. Section  Services -------------------------
    45. section--products -------------------------
    46. Section  Contacts -------------------------
    47. Section  Contacts -------------------------
    48. Services ----------------------------------
    49. Slider ------------------------------------
    50. Table -------------------------------------
    51. Timeline ----------------------------------
    52. Widget ------------------------------------
    53. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Vendor
\* ------------------------------------------------------------ */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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: Arial, Baskerville, monospace; }

.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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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;
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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;
    -webkit-box-sizing: border-box;
            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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-archive
{ background: url(../images/sprite/ico-archive.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-communication
{ background: url(../images/sprite/ico-communication.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-consentement
{ background: url(../images/sprite/ico-consentement.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-demande
{ background: url(../images/sprite/ico-demande.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-devis
{ background: url(../images/sprite/ico-devis.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-infos
{ background: url(../images/sprite/ico-infos.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-intervention
{ background: url(../images/sprite/ico-intervention.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-signature
{ background: url(../images/sprite/ico-signature.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-tableau
{ background: url(../images/sprite/ico-tableau.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }

.image-fondaccueil
{ background: url(../images/sprite/image-fondaccueil.png) no-repeat 0 0; background-size: 100% 100%; width: 1600px; height: 1066px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-bas
{ background: url(../images/sprite/Logo-bas.png) no-repeat 0 0; background-size: 100% 100%; width: 327px; height: 142px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-cloud
{ background: url(../images/sprite/logo-cloud.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-euro
{ background: url(../images/sprite/logo-euro.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-mobile
{ background: url(../images/sprite/logo-mobile.png) no-repeat 0 0; background-size: 100% 100%; width: 227px; height: 99px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-phone
{ background: url(../images/sprite/logo-phone.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-toutcompris
{ background: url(../images/sprite/logo-toutcompris.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo
{ background: url(../images/sprite/Logo.png) no-repeat 0 0; background-size: 100% 100%; width: 327px; height: 142px; display: inline-block; vertical-align: middle; font-size: 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi)
{
	.ico-archive
{ background: url(../images/sprite/ico-archive@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-communication
{ background: url(../images/sprite/ico-communication@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-consentement
{ background: url(../images/sprite/ico-consentement@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-demande
{ background: url(../images/sprite/ico-demande@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-devis
{ background: url(../images/sprite/ico-devis@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-infos
{ background: url(../images/sprite/ico-infos@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-intervention
{ background: url(../images/sprite/ico-intervention@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-signature
{ background: url(../images/sprite/ico-signature@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-tableau
{ background: url(../images/sprite/ico-tableau@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.image-fondaccueil
{ background: url(../images/sprite/image-fondaccueil@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 1600px; height: 1066px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-bas
{ background: url(../images/sprite/logo-bas@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 326.5px; height: 142px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-cloud
{ background: url(../images/sprite/logo-cloud@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-euro
{ background: url(../images/sprite/logo-euro@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-mobile
{ background: url(../images/sprite/logo-mobile@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 226px; height: 98px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-phone
{ background: url(../images/sprite/logo-phone@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-toutcompris
{ background: url(../images/sprite/logo-toutcompris@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 70px; height: 70px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo
{ background: url(../images/sprite/logo@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 326.5px; height: 142px; display: inline-block; vertical-align: middle; font-size: 0px; }
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Titilium Web', Helvetica, sans-serif; font-size: 15px; line-height: 1.3; color: #000; }

a { color: inherit; text-decoration: none; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }

a:hover[href^="http"] { text-decoration: underline; }

h1 { font-size: 43px; color:#132968;}

h2 { font-size: 40px; color: #4CC2F1; }

h3 { font-size: 30px; color: #4CC2F1; }

h4 { font-size: 20px; color:#132968;}

h5 { font-size: 25px; text-transform: uppercase; color:#132968; }

h6 { font-size: 30px; color: #4CC2F1; text-transform: uppercase; text-shadow: 0px 1px rgba(0, 0, 0, 0.5); }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

p {
	line-height:1.75; 
	margin-bottom:26px; 
	letter-spacing: 0.04em; 
}

p + ul { margin-top:-22px; }

li {
	padding-bottom: 8px;; 
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

.mfp-close-btn-in .mfp-close {
	font-size: 48px;
	color: #132968;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    display: block;
    clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1150px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1151px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

.mfp-auto-cursor .mfp-content {
	max-width: 900px;
}

/* ------------------------------------------------------------ *\
	Liens
\* ------------------------------------------------------------ */

.lien { font-size:15px; color: #132968; padding-top:10px; font-weight:400; text-decoration: underline;  }

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
a[href^="http"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

a[href^="http"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { font-size:12px; font-weight:500; color: #200025; border-top:1px solid #D3D8DF; background: #ffffff;
}

.footer .footer__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: start; padding: 5px 31px 5px 31px; }

.titre { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  padding-top: 10px;font-size:14px; }

.footer .logo-footer { margin: 0 10px; }

.footer a { text-decoration: none; }

.footer a:hover { text-decoration: underline; }

@media (max-width: 1150px) {
	.footer .footer__inner { padding-left:10px; padding-right:10px; }
}

@media (max-width: 767px) {
	.footer { text-align:center; line-height: 20px;}
	.footer .footer__inner { display:block; }
	.footer .copyright { margin: 20px ; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.footer .copyright span { display:block; margin: 10px 0; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background:#fff; height:100px; position: relative; z-index: 99; position: fixed; top:0; width:100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.header .header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left:0px; }

.header.fixed { background: #F1F2F6; }

.header.fixed .nav li:not(.active) a { color: #132968; }

.header .logo-mobile { display:none; width:200px; height:95px; margin-left: 10px;  margin-top:0px; -o-object-fit: contain; object-fit: contain;}

.header.fixed .logo-mobile { display:block; }

.header.fixed .logo { display:none; width:200px; height:95px; margin-left: 10px; margin-top:0px; padding-left:10px; -o-object-fit: contain; object-fit: contain;}

@media (max-width: 1200px) {
	/* .header .header__inner { display: flex; flex-flow: row wrap; justify-content: space-between; padding-left:0px; } */
	.header .header__inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, 0);}
	.header .logo {  margin-top:0px; }
	/* .header .logo-mobile { width:133px; height:63px; margin-top:5px; object-fit: contain;} */
	.header .logo-mobile { display:none;  width:200px; height:95px; margin-top:0px; -o-object-fit: contain; object-fit: contain;}
	.header.fixed .nav { background: #F1F2F6; }
}

@media (max-width: 1600px) {
	/*.header .header__inner { padding-left:0; background-color: rgba(255, 255, 255, 0);}*/
.header .logo {  margin-top:0px; }
.header .logo-mobile { display:none;  width:200px; height:95px; margin-top:0px; -o-object-fit: contain; object-fit: contain;}
.header .header__inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, 0);}
.header.fixed .nav { background: #F1F2F6; }
}

@media (max-width: 1150px) {
	/*.header { height: auto; padding: 10px 0; background-color: rgba(255, 255, 255, 0);}*/
	/* .header { height:70px; } */
	/* .header .logo { width:129px; height:61px; margin-top:5px; } */
	.header .logo { margin-top:5px; }
	.header .logo-mobile { display:none;  width:200px; height:95px; margin-top:0px; -o-object-fit: contain; object-fit: contain;}
	/* .header .logo-mobile { width:129px; height:61px; margin-top:5px; object-fit: contain;} */
	.header .header__inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, 0);}
	.header.fixed .nav { background: #F1F2F6; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1800px; padding-left: 0px; padding-right: 0px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Advantages
\* ------------------------------------------------------------ */

.advantages { padding: 50px 0 50px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 55px; }

@media (max-width: 1600px) {
	.advantages { margin: 0; }
}

/* ------------------------------------------------------------ *\
	Advantage
\* ------------------------------------------------------------ */

.advantage { -webkit-box-flex:1; -ms-flex:1 1; flex:1 1; padding: 0 25px; text-align:justify; }

.advantage .advantage__image { text-align:center; margin-bottom:24px; }

.advantage .advantage__title { text-align:center; margin-bottom:6px; }

@media (max-width: 1600px) {
	.advantage { padding: 0 20px; }
}

@media (max-width: 1200px) {
	.advantage { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
}

@media (max-width: 767px) {
	.advantages { display:block; }
	.advantage { max-width: 100%; margin-bottom:20px; }
	.advantage .advantage__image { margin-bottom:10px; }
}

/* ------------------------------------------------------------ *\
	Advantages  Secondary
\* ------------------------------------------------------------ */

.advantages--secondary { margin: 0 132px; padding: 6px 0 0 0; }

.advantage--secondary { margin-bottom:37px; }

.advantage--secondary .advantage__image { margin-bottom:15px; }

.advantage--secondary .advantage__title { color: #132968; }

@media (max-width: 1200px) {
	.advantages--secondary { margin: 0; }
}

@media (max-width: 767px) {
	.advantages--secondary { padding-bottom:20px; }
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article-simple { padding: 0 50px; margin-bottom:50px; }

.article-simple h3 { color: #4CC2F1; text-align:center; margin-bottom:28px; }

.article-simple ul {padding-left: 50px;}

.article-simple ul li { text-align: left;}

.article-gros h3 { color: #4CC2F1; text-align:center; margin-bottom:28px; }

.article-gros ul {padding-left: 100px; padding-right: 10px; font-size: 20px;}

.article-gros ul li {list-style:square; list-style-position: outside; padding-left: 10px; padding-right: 10px; text-align: left;}

.article-gros2 {text-align: left;  padding-left: 50px; padding-right: 10px; font-size: 20px;}

@media (max-width: 1150px) {
	.article-simple { padding: 0 50px; }
	.article-simple ul {padding-left: 0px;}
	.article-gros { padding: 0 10px; }
	.article-gros ul {padding-left: 50px; padding-right: 10px;}
	.article-gros ul li {list-style:square; list-style-position: outside; padding-left: 20px; padding-right: 10px; text-align: left;}
}

@media (max-width: 767px) {
	.article-simple { padding: 0 30 0 30px; }
	.article-gros { padding: 0 10px; }
	.article-gros ul {padding-left: 50px; padding-right: 10px;}
	.article-gros ul li {list-style:square; list-style-position: outside; padding-left: 20px; padding-right: 10px; text-align: left;}
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles { padding: 0 50px; }

.article { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom:66px; }

.article .article__body { -webkit-box-flex:1; -ms-flex:1 1; flex:1 1; padding-left:60px; }

.article .article__title { margin-bottom:24px; }

.article .list-dash { margin-top:0; padding-top:5px; }

.article:nth-child(odd) .article__image { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }

.article:nth-child(odd) .article__body { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; padding-right:30px; padding-left:0; }

@media (max-width: 1200px) {
	.article .article__image  { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
}

@media (max-width: 1150px) {
	.articles { padding: 0; }

	.article { display:block; overflow: hidden; }
	.article .article__image { float:left; margin-right:20px; }
	.article .article__body { padding-left:0; }
}

@media (max-width: 767px) {	
	.article .article__image { float:none; max-width: 100%; margin: 0 0 20px 0; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Block  */

.btn--block { display: block; padding-left: 0; padding-right: 0; }

.btn-menu { width:40px; }

.btn-menu span { display:block; margin: 5px; height:5px; background:#132968; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field-error { display: none; margin-top: 5px; margin-bottom: 10px; color: #ff0000; font-size: 14px; text-align: left; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form { max-width:800px; margin: 0 ; padding: 50px; }

.form .form__row { margin-bottom:24px; }

.form .form__actions { position: relative; overflow: hidden; }

.form .form__btn { margin-top:10px; float: right; background:#132968; color: #ffffff; border:none; padding: 0 30px; height:42px; border-radius: 0px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.form .g-recaptcha { float: right; }

.form .form__btn:hover { opacity: .7; }

.form .textarea,
.form .field { display:block; width:100%; border:none; border-bottom:2px solid #ffffff; color: #231F20; padding: 12px 5px; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.form .field.error { border-bottom-color: #ff0000 }

.form .textarea { height:182px; }

@media (max-width: 767px) {
.form { max-width: 500px; }
.form .form__actions {-ms-transform:scale(0.90);transform:scale(0.90);-webkit-transform:scale(0.90);-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform-origin:0 0; }
.form .g-recaptcha { float: left; -ms-transform:scale(0.85); transform:scale(0.85);-webkit-transform:scale(0.85);-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform-origin:0 0; }
}

@media (max-width: 1150px) {
	.form { max-width: 1200px; }
}

/* ------------------------------------------------------------ *\
	Images
\* ------------------------------------------------------------ */

.images { 
	background-image: url("../images/sprite/image-fondaccueil.png");
	background-position: center top; 
	background-repeat: no-repeat no-repeat; 
	height:400px; 
	width:100%; 
	background-attachment: fixed; 
	background-size: cover; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-top: -50px; 
	margin-bottom: 0px; 
	min-height: 350px; 
	
}

.bloc-image {
	padding-left: 0px;
	padding-right: 0px; 
	opacity: 1; 
	margin-left: 0px;
}

.bloc-texte {
	padding-top: 120px;
	padding-bottom: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

.bloc-texte h1 {
	text-align: center;
	color: #ffffff;
}

.bloc-texte h5 {
	text-align: center;
	color: #ffffff;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

.list-services { font-size:0; }

.list-services a { display:block; border-radius: 50%;  }

.list-services a i { -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 50%; }

.list-services a:hover i { -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7); }

.list-services li { position: absolute; }

.list-services li:nth-child(1) { top:10.3%; left:46.9%; }

.list-services li:nth-child(2) { top:24%; left:66.9%; }

.list-services li:nth-child(3) { top:44.7%; left:72.7%; }

.list-services li:nth-child(4) { top:66.8%; left:66.9%; }

.list-services li:nth-child(5) { top:79.1%; left:47%; }

.list-services li:nth-child(6) { top:66.9%; left:29.4%; }

.list-services li:nth-child(7) { top:44.7%; left:24.3%; }

.list-services li:nth-child(8) { top:24%; left:29.4%; }

.list-services li i { width:4.6875vw; height:4.6875vw; }

@media (max-width: 767px) {
	.list-services { font-size:16px; font-weight:900; }
	.list-services li { position:static; margin-bottom:20px; }
	.list-services li i { width:12vw; height:12vw; margin-right:10px; }
	.list-services a { text-decoration: none; }
	.list-services a:hover { color: #231F20; }
}

/* ------------------------------------------------------------ *\
	List Dash
\* ------------------------------------------------------------ */

.list-dash { padding-left:20px; margin-top:9px; list-style:circle; }

.list-dash li + li { margin-top:9px; }

.list-dash0 { padding-left:0px; margin-top:9px; list-style:none; }

.list-dash0 li + li { margin-top:20px; }

.list-dash0 ul { list-style:none;  padding-left:4px; }

.list-dash2 { padding-left:0px; margin-top:9px; list-style:square; }

.list-dash2 li + li { margin-top:9px; }

.list-dash2 ul + li{ list-style:square;  padding-left:4px; }

.list-dash-indent { padding-left:50px; margin-top:9px; list-style:square; }

.list-dash-indent li + li { margin-top:9px; }

/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */

.list-partners { font-size:12px; text-align:right; padding-right:6px; margin-bottom:50px; margin-left: 70px; }

.list-partners li { display: inline-block; vertical-align: middle; padding-left:0px; }

.list-partners li * { display: inline-block; vertical-align: middle; margin-left:4px; }

@media (max-width: 1150px) {
	.list-partners li:first-child { padding-left: 0; }
}

@media (max-width: 767px) {
	.list-partners { padding: 0; text-align:left; margin-bottom:10px; }
	.list-partners li { padding: 0; margin-bottom:10px; }
}

/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */

.list-dots { padding-left:35px; margin-top:9px; }

.list-dots li { margin-bottom:7px; position: relative; letter-spacing: 0.03em; margin-top:9px; }

.list-dots li + li { margin-top:9px; }

.list-dots li:before { content:'•'; position: absolute; top:0; left:-25px; }

/* ------------------------------------------------------------ *\
	List Dash  Alt
\* ------------------------------------------------------------ */

.list-dash--alt li + li { margin-top:33px; }

@media (max-width: 1150px) {
	.list-dash--alt li + li { margin-top:0; }
}

.form__actions { position: relative; }

.lds-hourglass { display: inline-block; position: relative; width: 44px; top: 15px; bottom: 10px; left: 150px; }

.lds-hourglass { display: none; }

.lds-hourglass:after { content: " "; display: block; border-radius: 50%; width: 0; height: 0; margin: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 26px solid #0275D3; border-color: #0275D3 transparent #0275D3 transparent; -webkit-animation: lds-hourglass 1.2s infinite; animation: lds-hourglass 1.2s infinite; }

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
    width:200px; height:95px; margin-top:0px; margin-left: 10px; -o-object-fit: contain; object-fit: contain;
    /*width:302px; height:122px; margin-top:10px;*/

}

.logo-bas {
    width:200px; height: 95px ; margin: auto;

}

/* 
.logo-haut {
    width:350px; height:100px;

}

.logo-pied {
    width:105px; height:40px;

}
 */

@media (max-width: 1600px) {
.logo {  margin-top:0px; }

 }

@media (max-width: 1200px) {
    /* .logo { width:157px; height:63px;  margin-top:0px;  } */
    .logo { margin-top:0px;  }
}

@media (max-width: 1150px) {
    /* .logo { width:152px; height:61px; margin-top:0px; } */
    .logo { margin-top:0px; }
}

/* ------------------------------------------------------------ *\
	Map Canvas
\* ------------------------------------------------------------ */

.map { position: relative; }

.map .map-canvas { padding-bottom:34vw; position: relative; }

.map .map-canvas iframe { display:block; width:100%; height:100%; position: absolute; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size:18px; color: #132968; padding-top:50px; font-weight:600; padding-right:16px; }

.nav li { list-style:none; list-style-position: outside; display: inline-block; vertical-align: middle; }

.nav li + li { padding-left:29px; }

.nav li.active a { color: #4CC2F1;  opacity: 100%;}

.nav a { text-decoration: none; letter-spacing: 0.02em; }

.nav a:hover { text-decoration: underline; }

@media (max-width: 1200px) {
	.nav { font-size:15px;  }
	.nav li { margin-top:5px; }
	.nav li + li { padding-left:15px;  margin-top:0px;}
	.nav.open { max-height: 150px; overflow: auto; top:100%; visibility: visible; opacity: 1; }
}

@media (max-width: 1600px) {
	.nav { font-size:16px;  }
	.nav li { margin-top:0px; }
	.nav li + li { padding-left:15px; margin-top:0px;}
	.nav.open { overflow: auto; top:100%; visibility: visible; opacity: 1; }
}

@media (max-width: 1150px) {
	.nav { font-size:15px; padding-top:20px; padding-bottom:20px;  padding-left: 20px; position: absolute; top:150%; background:#fff; width:100%; left:0; visibility: hidden; opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
	.nav li { display:block; margin-top:0px;}
	.nav li + li { padding-left:0; margin-top:0px; }
	.nav.open { max-height: 280px; overflow: auto; top:100%; visibility: visible; opacity: 1; }
}

/* ------------------------------------------------------------ *\
	Plans
\* ------------------------------------------------------------ */

.plans { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; margin-bottom:40px; }

.plan { border:1px solid #132968; text-align:center; background: #e1e1e1; width:500px; min-height: 348px; padding: 20px 30px; margin: 0 28px; }

.plan .plan__title { color: #231F20; margin-bottom:36px; }

.plan .plan__content { text-align:left; padding-left: 10px; }

.plan ul { list-style:inside; list-style-position: outside; padding-left:4px; }

.plan ul li { margin-bottom:7px; }

.plans-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; padding-left: 50px; margin-bottom:0px; }

@media (max-width: 1200px) {
	.plan { margin: 0 20px; width:280px; }
}

.plans2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; margin-bottom:40px; margin-left: 10px; margin-right:10px; }

.plan2 { border:1px solid #4CC2F1; background: #ffffff; width:350px; height: 350px; padding: 20px 20px; margin: 0 28px; margin-top:0px; border-radius: 4%;}

.plan2Bis { border:1px solid #D3D8DF; background: #EEF9FE; width:700px; min-height: 180px; padding: 10px 50px;  margin-top:0px; margin-bottom: 0px; border-radius: 8px;}

.plan2Ter { border:1px solid #D3D8DF; background: yellow; width:700px; padding: 10px 50px;  margin-top:0px; margin-bottom: 0px; border-radius: 8px;}

.plan2 .plan2__title { color: #132968; margin-bottom:36px; }

.plan2 .plan2__subtitle { color: #231f20; margin-bottom:36px; }

.plan2 .plan2__content { text-align:left; padding-left: 10px; }

.plan2 .plan2__image { text-align:center; margin-bottom:24px; }

.plan2 ul { list-style:inside; list-style-position: outside; padding-left:4px; }

.plan2 ul li { margin-bottom:10px; }

.plan2 .planx__content { text-align:left; padding-left: 10px; }

.plan2 .planx__content ul { list-style:none; list-style-position: outside; padding-left:4px; }

.plan2Bis .planbleu__content { color: #132968; text-align:justify; padding-left: 10px; }

.plan2Bis .planbleu2__content { color: #132968; text-align:center; padding-left: 10px; }

.plan2 .planbleu__content ul { list-style:none; list-style-position: outside; padding-left:4px; }

.plan2Ter .planbleu2__content { color: #132968; text-align:center; padding-left: 10px; }

.plans2-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; padding-left: 50px; margin-bottom:0px; }

.plans3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:0px; margin-bottom:0px; }

.plan3 { border:1px solid #D3D8DF; text-align:center; background: #EEF9FE; width:450px; min-height: 450px; padding: 15px 40px 0px 40px; margin: 0 28px; margin-top:28px; margin-bottom:28px; border-radius: 4%;}

.plan3 .plan3__title { color: #4CC2F1; margin-bottom:32px; }

.plan3 .plan3__subtitle { color: #231f20; margin-bottom:32px; }

.plan3 .plan3__content { text-align:justify; padding-left: 0px; }

.plan3 .plan3__image { text-align:center; margin-bottom:24px; }

.plan3 ul { list-style:none; list-style-position: outside; padding-left:4px; }

.plan3 ul li { margin-bottom:10px; }

.plans3-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; padding-left: 50px; margin-bottom:0px; }

.plans4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:0px; margin-bottom:0px; }

.plan4 { border:0px solid #ffffff; text-align:center; background: #ffffff; width:400px; min-height: 400px; padding: 10px 10px 10px 10px; margin: 0 10px; margin-top:10px; margin-bottom:10px;}

.plan4 .plan4__title { color: #4CC2F1; margin-bottom:21px; font-size: 24px; }

.plan4 .plan4__subtitle { color: #231f20; margin-bottom:21px; font-size: 21px;}

.plan4 .plan4__content { text-align:justify; padding-left: 10px; }

.plan4 .plan4__image { text-align:center; margin-bottom:24px; }

.plan4 ul { list-style:inside; list-style-position: outside; padding-left:4px; }

.plan4 ul li { margin-bottom:5px; }

.plan4 .list-dash-indent { padding-left:50px; margin-top:5px; list-style:square;  }

.plans4-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; padding-left: 50px; margin-bottom:0px; }

@media (max-width: 1200px) {
.plan { margin: 0 20px; width:280px; }
}

@media (max-width: 1150px) {
.plans { display:block; }
.plan { margin: 0 auto 20px auto; width:60%; }
.plans2 { display:block; }
.plan2 { margin: 0 auto 20px auto; width:60%; }
.plan2Bis { margin: 0 auto 20px auto; width:100%; margin-bottom: 40px; }
.plan2Ter { margin: 0 auto 20px auto; width:100%; margin-bottom: 40px;}

}

@media (max-width: 767px) {
.plan { width:100%; }
.plan2 { width:100%; }
.plan2Bis { width:100%; margin-bottom: 40px;}

}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup { margin: 0 auto; background: #fefeff; border:0px solid #132968; text-align:center; padding: 35px 0; }

.popup .popup__image {  text-align:center; margin-top:5px; margin-bottom:5px; }

.popup .popup__image2 {  text-align:left; margin-top:5px; margin-bottom:5px; }

.popup .popup__body { text-align:justify; padding: 0 38px; margin-bottom:35px; }

.popup .popup__bodypart1 { text-align:justify; padding: 0 38px; margin-top:50px; margin-bottom:35px; }

.popup .popup__head { text-transform: uppercase; color: #132968; }

.popup .popup__headgauche { text-transform: uppercase; color: #132968; text-align:left; margin-left:50px; margin-top: 50px;}

.popup .popup__head2 { text-transform: uppercase; color: #231f20; text-align:left; margin-left:50px; margin-top: 50px;}

.popup .popup__head h3 { text-transform: uppercase; color: inherit; text-shadow: 0px 1px rgba(0, 0, 0, 0.5);}

.popup .popup__image i { border-radius: 50%; -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.5); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.popup2 { margin-bottom: 50px; text-align: justify; }

.popup2__titre { font-size: 18px; font-weight: 700; color: #132968; text-transform: uppercase; text-align:left; padding-bottom: 20px; }

.popup2 .planp__content { list-style: square; text-align:left; padding-left: 0px; text-align: justify;  }

.popup2 .planp__content ul {  list-style-position: outside; list-style:inside; padding-left:4px;  }

.popup2 .planp__content ul li { color: #231f20; text-align:justify; margin-bottom:6px; margin-left: 10px; }

.popup2--timeline .popup2__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.popup2--timeline .popup2__body { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right:50px; margin-top: 50px; }

.popup2--timeline .popup2__bodycenter { padding-left:40px; margin-right:20px; margin-top: 40px; width: 100%; }

.popup2--timeline .popup2__aside { width:563px; text-align:center; }

.popup2--timeline .popup2__image--center { margin-top:9px; margin-bottom:6px; }

.popup2--timeline .popup2__image--center img { margin-left:-45px; }

.popup2--timeline .popup2__aside--secondary { padding-top:50px; text-align:center; padding-right:50px; padding-left: 10px;}

.popup2--timeline .popup2__inner + .popup2__inner { margin-top:50px; }

.popup2--timeline .popup2__image {padding-left: 50px; padding-right: 50px; padding-bottom: 30px; padding-top: 0px; text-align: left;}

.popup2--timeline .popup2__bodycenter .popup3__bodycenter .{ padding-left: 50px; padding-right: 50px; padding-bottom: 30px; padding-top: 20px;}

.popup2--timeline .popup2__bodycenter .popup3__bodycenter .popup3__image  { padding-left: 0px; padding-right: 0px; padding-bottom: 30px; padding-top: 0px; width: 100%; }

@media (max-width: 1600px) {
	.popup2--timeline .popup2__image--center { margin: 30px 0; }
	.popup2--timeline .popup2__bodycenter { padding-left:40px; }
}

@media (max-width: 1200px) {
	.popup2--timeline .popup2__aside { padding-right:20px; padding-left:0; }
	.popup2--timeline .popup2__bodycenter { padding-left:40px; }
}

@media (max-width: 1150px) {
	.popup2--timeline .popup2 { padding-right:20px; padding-left:0; }
	.popup2--timeline .popup2__aside { padding-right:20px; width:70%; padding-left:0; }
	.popup2--timeline .popup2__bodycenter { padding-left:40px; }
}

@media (max-width: 767px) {
	.popup2 .popup2__title { font-size: 34px; }
	.popup2--timeline .popup2__inner { display:block; }
	.popup2--timeline .popup2__aside { width:100%; margin: 0 0 20px 0; }
	.popup2--timeline .popup2__image--center img { margin: 0; }
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */

.products { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding:8px 0 45px 0; margin-top:50px;}

/* .product { border:1px solid #DEF4FD; background:#EEF9FE; padding: 13px; width:300px; height:300px; margin: 0 40px 48px 40px; position: relative; box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.4);  border-radius: 4%;} */

.product { border:1px solid #D3D8DF; background:#EEF9FE; padding: 13px; width:300px; height:300px; margin: 0 40px 48px 40px; position: relative;  border-radius: 4%;}

.productsmall { width:70%; margin-top: 60px; margin-left:auto; margin-right:auto; margin-bottom:30px;}

.product .product__title { position:absolute; top:80px; left:0; width:100%; text-align:center; padding: auto; }

.product .product__image { display:block; border:1px solid #132968; padding: auto; }

.product .product__imagesmall { display:block; border:0px solid #ffffff; margin:auto; margin-top:200px;}

.product .product__image2 { opacity:0.7; display:block; border:1px solid #132968; }

.product__article { text-align: justify;  font-size: 20px; margin: 0 50px 20px 50px; padding: auto;}

.product__article2 { text-align: center;  font-size: 20px; margin: 0 50px 20px 50px; padding: auto;}

@media (max-width: 1200px) {
	.product { width:280px; height:280px;}
	/* .product .product__title { top:40px; font-size: larger; } */
	.product .product__title { top:40px;}
	.product .product__imagesmall { display:block; border:0px solid #ffffff; margin:auto; margin-top:100px; width:40%}
}

@media (max-width: 1150px) {
	.product { width:300px; height: 300px; }
	/* .product .product__title { top:100px; font-size:larger; } */
	.product .product__title { top:100px;  }
	.product .product__imagesmall { display:block; border:0px solid #ffffff; margin:auto; margin-top:150px; width:40%}
}

@media (max-width: 767px) {
	/* .product .product__title { top:100px; font-size:larger; } */
	.product .product__title { top:100px; }
	.product .product__imagesmall { display:block; border:0px solid #ffffff; margin:auto; margin-top:150px; width:40%}
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { margin-bottom: 0px; margin-top: 0px;}

.section .section__body { padding-right:0px; text-align:justify; }

.section .section__head { text-align:center; margin-bottom:35px; padding-top: 10px;}

.section .section__title { font-weight:900; margin-top:30px; }

.section .section__subtitle { text-align:center; margin-bottom:20px; margin-top:10px;}

.section .section__image--center { text-align:center; margin-top:35px;}

.section .section__image--present { text-align:center; margin-top:45px;}

.section .section__content { text-align:justify; }

.section2 { margin-bottom: 0px; width: 100%;}

.section2 .section__head { text-align:center; margin-bottom:35px; padding-top: 10px;}

.section2 .section__content { text-align:justify; }

.section2 .section--timeline .section__inner { margin-bottom: 0px;}

.section__slogan { width: 100%; background: #132968; color:#ffffff;  font-size: 25px; text-align:center;margin-top:0px;padding: 10px;  }

.slogan2 { width: 100%; background: #132968; color:#ffffff;  font-size: 20px; text-align:center;margin-top:0px;margin-bottom: 20px;  }

.section__slogan2 { width: 100%; background: #132968; color:#ffffff; padding: 10px 50px 10px 50px ;  }

.section3 { margin-bottom: 0px; }

.tarif0 { background: #4CC2F1; color:#ffffff;   text-align:center; padding: 20px 0 20px 0; margin-bottom: 20px;}

.tarif1 { font-size: smaller; font-weight:bold; padding-top: 10px; margin-bottom: 15px; text-align:center; font-size: 15px;  color:#132968;}

.tarif2 { font-size: smaller; font-weight:normal; text-align:center;  }

.tarif2 .p { margin-bottom: 0px;}

.tarif3 { font-size: xx-small; font-weight:normal; padding-top: 10px;}

/* ------------------------------------------------------------ *\
	Section  Timeline
\* ------------------------------------------------------------ */

/*.section--timeline { margin-bottom:50px; }*/

.section--timeline .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-bottom: 40px;}

.section--timeline .section__body { -webkit-box-flex:1; -ms-flex:1 1; flex:1 1; padding-left: 50px; padding-right:50px; margin-top: 40px;}

.section--timeline .section__bodycenter { -webkit-box-flex:1; -ms-flex:1 1; flex:1 1; padding-right:0px; margin-top: 0px; margin-bottom: 0px;}

.section--timeline .section__aside { width:563px; text-align:center; }

.section--timeline .section__image--center { margin-top:9px; margin-bottom:6px; }

.section--timeline .section__image--center img { margin-left:-45px; }

.section--timeline .section__aside--secondary { padding-top:92px; text-align:center; padding-right:100px; padding-left: 50px;}

.section--timeline .section__inner + .section__inner { margin-top:70px; }

.section--timeline .section__image {padding-left: 50px}

@media (max-width: 1600px) {
	.section--timeline .section__image--center { margin: 30px 0; }
}

@media (max-width: 1200px) {
	.section--timeline .section__aside { width: 427px; padding-left:20px; padding-right:20px; }
}

@media (max-width: 1150px) {
	.section--timeline .section__aside { padding-right:20px; width:310px; padding-left:0; }
	.section--timeline .section__body { padding-left: 10px; padding-right:20px; }
}

@media (max-width: 767px) {
	.section--timeline .section__inner { display:block; }
	.section--timeline .section__aside { width:100%; margin: 0 0 20px 0; }
	.section--timeline .section__image--center img { margin: 0; }
	.section--timeline .section__body { padding-left: 20px; padding-right:20px; }
}

/* ------------------------------------------------------------ *\
	Section  Secondary
\* ------------------------------------------------------------ */

.section--secondary { background:#F1F2F6; }

.section .section--secondary .section--products { margin-bottom: 0px; }

/* ------------------------------------------------------------ *\
	Section  Concept
\* ------------------------------------------------------------ */

.section--concept .section__head { font-size:20px; }

.section--concept .section__title { margin-bottom:45px; }

.section--concept .section__subtitle { margin-bottom:35px; }

/* ------------------------------------------------------------ *\
	Section  Services
\* ------------------------------------------------------------ */

.section--services { padding: 0px 0 0 0; }

.section--services .section__title { margin-bottom:45px; }

.section--services .section__subtitle { margin-bottom:35px; }

.section--services .section__head { padding: 0 85px; margin-bottom:45px; }

.section--services .section__head p { text-align:left; }

@media (max-width: 767px) {
	.section--services .section__head { padding: 0; }
}

/* ------------------------------------------------------------ *\
	section--products
\* ------------------------------------------------------------ */

.section--products { padding: 5px 0 0 0; }

/* ------------------------------------------------------------ *\
	Section  Contacts
\* ------------------------------------------------------------ */

.section--contacts { padding: 0px 0 0 0; }

/* ------------------------------------------------------------ *\
	Section  Contacts
\* ------------------------------------------------------------ */

.section--contacts { padding: 50px 0 50px 0; }

.section--contacts .section__body { padding: 40px 0 0 0; }

/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */

.services { position: relative; display: inline-block; }

@media (max-width: 767px) {
	.services { display:block; }
	.services img { display:none; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { margin-top:90px ;margin-bottom:0px; }

.slider .slider__slide { display:-webkit-box; display:-ms-flexbox; display:flex; max-height:100%; width: auto; -o-object-fit: scale-down; object-fit: scale-down;}

/* .slider .slider__slide-image img { display:block; width:100%; } */

.slider .slider__slide-image img { display:-webkit-box; display:-ms-flexbox; display:flex; max-height:100%; width: auto; -o-object-fit: scale-down; object-fit: scale-down; }

.slick-prev,
.slick-next
{
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: 3px;
    outline: none;
    background: black;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */

.timeline { padding-top:55px; padding-bottom:10px;  position: relative; margin-top:7px; font-size:16px; margin-left:105px; text-align:left; }

.timeline:before { content:''; position: absolute; top:0; left:62px; width:5px; height:100%; background: #bdbcbc; }

.timeline .timeline__item { margin-bottom:40px; position: relative; margin-left:62px; list-style:none; list-style-position: outside; max-width: 270px; min-height: 50px; }

.timeline .timeline__item:before { content:attr(data-year); display: inline-block; position: absolute; top:3px; right:109.4%; font-weight:700; color: #e0272c; }

.timeline .timeline__item-content { position: relative; padding-left:28px; padding-top:2px; font-size:16px; font-weight:700; line-height:1.5; text-align:justify;}

.timeline .timeline__item-content:before { content:''; width:26px; height:26px; border-radius: 50%; background:#fff; position: absolute; right:100%; top:0; margin-right:-16px; }

.timeline .timeline__item-content:after { content:''; width:20px; height:20px; border-radius: 50%; background:#fff; position: absolute; right:100%; top:3px; margin-right:-13px; border:4px solid #e0272c; }

.timeline .timeline__item { color: #e0272c; }

.timeline .timeline__item { color: #200025; }

/*.timeline .timeline__item:nth-child(1) { margin-bottom:75px; }*/

/*.timeline .timeline__item:nth-child(4) { margin-bottom:45px; }*/

@media (max-width: 1150px) {
	.timeline { margin-left:0; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 55px; }

/*.widget { background: #e1e1e1; box-shadow: 2px 2px 10px 0px; color: #231f20; flex:1; margin: 0 10px; text-align:center; padding: 37px 0 45px 0; } */

.widget { background: #F1F2F6;  -webkit-box-flex:1;  -ms-flex:1 1;  flex:1 1; margin: 0 10px; text-align:center; padding: 37px 0 45px 0; }

.widget .widget__title { color: #132968; margin-bottom:30px; }

.widget .widget__image { margin-bottom:30px; }

.widget .link-phone { display: inline-block; color: #132968; font-size:64px; font-weight:900; margin-bottom:31px; }

.widget .address { color: #231f20; font-weight:500; font-size:24px; line-height:2.4; margin-top: 100px;}

.widget .rgpd-txt { text-align:left; }

.widget .rgpd-chk { padding-left: 320px; }

.widgets2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap;  margin: 10px; }

.widget2-1 { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align:left; margin: 10px; background-color: #F1F2F6; border: 2px solid #13296E; border-radius: 8px;}

.widget2-2 { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align:left; margin: 10px; background-color: #F1F2F6; border: 2px solid #13296E; border-radius: 8px;}

.widget2 .widget2__title { color: #132968; margin-bottom:50px; }

.widget2 .widget2__image { margin-bottom:30px; }

.widgets2-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: auto;  }

.widget2-2 .widget__image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: auto;}

.widget2-2 .link-phone { display: inline-block; color: #132968; font-size:40px; font-weight:900;  margin-left:10px; margin-top: 10px; }

.widget2-2 .address { color: #132968; font-weight:200; font-size:15px; line-height:2; margin-top: 10px; margin-left:10px;}

.widget2-2 .link-user { color: #132968; font-weight:200; font-size:15px; line-height:2; margin-top: 10px; margin-left:10px;}

.widget2-2 .address__title { color: #132968; font-weight:700; font-size:18px; text-align: center; margin-top: 40px; margin-left:10px;}

.widget2 .rgpd-txt { text-align:left; }

.widget2 .rgpd-chk { padding-left: 320px; }

.widget2-2 .tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top:10px; padding-right:10px; margin-bottom:40px; }

.widget2-2 .tab { padding-right:10px; padding-top:10px; color: #132968; }

/*$breakpoint-small-desktop {*/

/*	.widgets { margin: 0; }*/

/*	.widget2-2 { flex: 1 1 auto; border-left:2px; border-top:0px solid #132968; }*/

/*}*/

/*$breakpoint-tablet-portrait {*/

/*	.widgets { display:block; }*/

/*	.widget { margin-bottom:30px; }*/

/*	.widget2-2 { flex: 1 1 auto; border-left:0px; border-top:2px solid #132968; }*/

/*}*/

/*$breakpoint-mobile {*/

/*	.widget { margin: 0 0 20px 0; padding:20px; }*/

/*	.widget .link-phone { font-size:34px; }*/

/*	.widget .rgpd-chk { padding-left: 240px; }*/

/*	.widget2-2 { flex: 1 1 auto; border-left:0px; border-top:2px solid #132968; }*/

/*}*/

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

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