@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,700,900);


/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #777;
  font-family: 'Nanum Brush Script', cursive;
  font-size: 30px;
  /*font: 400 15px/25px "Raleway", sans-serif;*/
  -webkit-text-size-adjust: none;
}
.Viaodal{
    font: 400 24px/29px "Viaoda Libre", cursive;
}
.Miniver{
    font: 400 24px/30px "Miniver", cursive;
}
.NanumBrush{
    font: 400 20px/25px "Nanum Brush Script", cursive;
}
.Raleway{
    font: 900 15px/25px "Raleway", sans-serif;
}
.RalewayBig{
    font: 900 25px/35px "Raleway", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.shadowwhite{
    text-shadow: 2px 2px 5px white;
}
.shadowblack{
    text-shadow: 2px 2px 5px black;
}
.shadowred{
    text-shadow: 2px 2px 5px #f73961;
}
.shadowbleu{
    text-shadow: 2px 2px 5px #b8daff;
}
.shadowturquoise{
    text-shadow: 2px 2px 5px #0df7ce;
}
.blacktexte{
    color: black;
}
.greytexte{
    color: #e6e6e6;
}
.whitetexte{
    color: white;
}

.bleutexte{
   color: blue; 
}
.darkbleutexte{
    color: #4b68e7;
}

.turquoisetexte{
    color: #0df7ce;
}

.cieltexte{
    color: #b8daff;
}

.yellowtexte{
   color: #ffc200; 
}

.redtexte{
   color: #fb1109; 
}
.fushiatexte{
    color: #f73961;
}

.bordeautexte{
    color: #880909;
}

.greentexte{
   color: #34ce57; 
}

.browntexte{
    color: #703400;
}

.purpletexte{
   color: #ac26c3; 
}

.orangetexte{
    color: #fb6e1a;
}

.bleubabytexte{
    color: #8ae8ff;
}

.rosebabytexte{
    color: #ffa8d3;
}

.text-center {
  text-align: center !important;
}
.mb-2{
  margin-bottom: 30px !important;
}
h1, h2, h3, h4, h5, em {
  color: #FFF;
  text-transform: uppercase;
}

h1, h2, em strong {
  font-family: 'Henny Penny', cursive;
  font-size: 100px;
}

h1 {
  letter-spacing: 10px;
  word-spacing: 10px;
}

h2, em strong {
  letter-spacing: -1.68px;
  word-spacing: 4px;
}

em {
  display: block;
}

h3, em {
  font-family: 'Henny Penny', cursive;
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -1.22px;
  word-spacing: 20px;
}

h4 {
  font: 900 87px/87px "Raleway", sans-serif;
  letter-spacing: -3.48px;
  word-spacing: 11px;
}

h5 {
  font: 900 67px/77px "Nanum Brush Script", cursive;
  line-height: 90px;
  letter-spacing: -2.28px;
  color: #777;
  opacity: 1;
}
.troisquartransparence{
    opacity: 0.25;
}
.demitransparence{
    opacity: 0.50;
}
.quartransparence{
    opacity: 0.75;
}
.notransparence{
    opacity: 1;
}
.lt-ie9 h5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.56)";
  filter: alpha(opacity=56.0);
}

h6 {
  font: 600 24px/35px "Raleway", sans-serif;
  color: #fff;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
@counter-style repetemoji-style{
    system: cyclic;
    symbols: "\1F58A";
    suffix: " ";
}
@counter-style repetemoji-style2{
    system: cyclic;
    symbols: "\1F4D5" "\1F4D7" "\1F4D8" "\1F4D9";
    suffix: " ";
}
@counter-style repetemoji-style3{
    system: cyclic;
    symbols: "\1F4D6";
    suffix: " ";
}
@counter-style repetemoji-style4{
    system: cyclic;
    symbols: "\1F4D5" "\1F4DA" "\1F4D7" "\1F4D3" "\1F4C4" "\1F4D8" "\1F4D2" "\1F4D9" "\1F4D1";
    suffix: " ";
}

.first_ul{
    list-style-type: repetemoji-style; 
    margin-left: 80px;
    padding: 10px;
}
.first_li{
    list-style-type: repetemoji-style2;
    margin-left: 25px;
    padding-left: 10px;
}
.first_ol{
    list-style-type: repetemoji-style3;
    margin-left: 50px;
    padding-left: 10px; 
}
.listing{
    list-style-type: repetemoji-style4;
    margin: 0;
    padding-left: 10px;
}

time {
  display: block;
  position: relative;
  text-align: center;
  margin: 57px 0 0 26px;
}
time span {
  font: 900 50px/30px "Raleway", sans-serif;
  letter-spacing: -1px;
}
time:before {
  position: absolute;
  content: '\f133';
  font-size: 133px;
  line-height: 133px;
  font-family: 'FontAwesome';
  top: -51px;
  left: -26px;
}

blockquote {
  background: #952216;
  padding: 36px 39px 40px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
blockquote q {
  display: block;
  color: #fff;
  font: 400 20px/35px "Raleway", sans-serif;
  text-align: center;
}
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote:hover {
  background: #880909;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

h6 a:hover {
  color: #b7b3b3;
}
h6 a:active {
  color: #9e9999;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
.off {
  margin-top: 38px;
}

h4 + .row {
  margin-top: 30px;
}

* + p, * + q {
  margin-top: 15px;
}

* + .btn, h4 + .off {
  margin-top: 19px;
}

* + .btn-small, .row + .row {
  margin-top: 32px;
}

* + .addr, h4 + p, .thumb + h6, h4 + h6 {
  margin-top: 20px;
}

h6 + p, a + .off {
  margin-top: 0;
}

.row + .btn-small {
  margin-top: 50px;
}

h5 + .off, h4 + .off1, * + .contact-form, * + .mail-2 {
  margin-top: 27px;
}

p + h6 {
  margin-top: 25px;
}

* + .btn-small.off, .row + .row__off {
  margin-top: 41px;
}

.mt, h6 + .off, * + .contacts-many, * + .mail-1 {
  margin-top: 9px;
}

* + .border-block {
  margin-top: -11px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  position: relative;
  padding-left: 0px;
  padding-top: 10px;
  z-index: 0;
}
.brand_logo:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 99px;
  height: 100px;
  z-index: -1;
}
.brand_slogan {
  float: left;
  font-size: 75px;
  line-height: 40px;
  letter-spacing: -0.74px;
  color: #000;
  margin: 20px 0 0 2px;
  max-width: 70%;
}

.brand_slogan_outils {
  float: left;
  font-size: 50px;
  line-height: 15px;
  letter-spacing: -0.74px;
  color: #000;
  margin: 16px 0 0 2px;
}

/*===================== Tooltips ========================*/
 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #25589A;
}

.bg-image {
  background: #fff url(../images/page-1_img01.png) no-repeat 81% bottom;
}

/*==================     Skins     ======================*/
.skin{
    background: #ffffff;
    /* blanc */
}

.skin-0{
    background: #000000;
    /* noir */
}

.skin-1 {
  background: #0ec7a7;
  /* turquoise*/
}
.skin-1-1 {
  background: #f3bc10;
  /* orange */
}

.skin-2 {
  background: #f73961;
  /* fushia */
}

.skin-3 {
  background: #87c82a;
  /* vert */
}

.skin-4 {
  background: #fb6e1a;
  /* orange */
}

.skin-5 {
  background: #4b68e7;
  /* bleu */
}

.skin-6 {
  background: #8ae8ff;
  /* bleu bébé */
}

.skin-7 {
    background: #ffa8d3;
    /* rose bébé */
}

.skin-8 {
    background: #703400;
    /* marron */
}

.skin-21 {
  background: #ffc200;
  /* jaune */
}

.skin-22 {
    background: #34ce57;
    /* vert */
}

.skin-23 {
    background: #ff0000;
    /* rouge */
}

.skin-24 {
  background: #ac26c3;
  /* violet */
}

.skin-25 {
    background: #0000ff;
    /* bleu */
}

/*==================     Paints    ======================*/
.paint {
    /*blanc*/
  color: #fff;
}

.paint-0 {
    /*noir*/
    color: #000;
}

.paint-1 {
    /*jaune*/
  color: #ffc200;
}

.paint-2 {
    /*vert*/
  color: #34ce57;
}

.paint-3 {
    /*rouge*/
  color: #FF0000;
}

.paint-4 {
    /*orange*/
  color: orange;
}

.paint-5 {
    /*violet*/
  color: #ac26c3;
}

.paint-6 {
    /*orange*/
  color: #fb6e1a;
}

.paint-7 {
    /*blue*/
  color: #0000FF;
}

.paint-8 {
    /*bleu bébé*/
    color: #8ae8ff;
}

.paint-9 {
    /*rose bébé*/
    color: #ffa8d3;
}

.paint-10 {
    /*marron*/
    color: #703400;
}

.paint-11{
    /* fushia */
    color: #f73961;
}

/*==================   Distances  ======================*/
.distance-1 {
  padding-right: 370px;
}

.distance-2 {
  padding-right: 70px;
}
.distance-3{
    padding-left: 5px;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/


.btn {
  display: inline-block;
  font: 700 33px/35px "Raleway", sans-serif;
  padding: 27px 29px 28px;
  color: #FFF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-small {
  display: inline-block;
  font: 600 18px/22px "Raleway", sans-serif;
  color: #fff;
  padding: 22px 20px 23px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-xs {
  display: inline-block;
  font: 600 28px/32px "Viaoda Libre", cursive;
  letter-spacing: 2px;
  color: #fff;
  padding: 6px 5px 7px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==================     BtnSkins     ======================*/
.btn-skin-1 {
  background: #f73961;
}
.btn-skin-1:hover {
  background: #ac26c3;
}
.btn-skin-1:active {
  background: #861e98;
}
.btn-skin-2 {
  background: #fb6e1a;
}
.btn-skin-2:hover {
  background: #ffc200;
}
.btn-skin-2:active {
  background: #cc9b00;
}
.btn-skin-3 {
  background: #87c82a;
}
.btn-skin-3:hover {
  background: #0ec7a7;
}
.btn-skin-3:active {
  background: #0b977f;
}
.btn-skin-4 {
  background: blue;
}
.btn-skin-4:hover {
  background: darkblue;
}
.btn-skin-4:active {
  background: #1b4171;
}
.btn-skin-5 {
  background: #952216;
}
.btn-skin-5:hover {
  background: #880909;
}
.btn-skin-5:active {
  background: #856404;
}
.btn-skin-6 {
    background: #4b68e7;
}
.btn-skin-6:hover {
    background: #25589A;
}
.btn-skin-6:active {
    background: #1b4171;
}
.btn-skin-7 {
    /*vert fluo*/
    background: #98ec20;
}
.btn-skin-7:hover {
    background: #0ec7a7;
}
.btn-skin-7:active {
    background: #538c00;
}

.btn.disabled, .btn:disabled {
  opacity: 0.55;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-bleubaby {
    color: #fff;
    background-color: #8ae8ff;
    border-color: #8ae8ff;
}

.btn-bleubaby:hover {
    color: #fff;
    background-color: #96e1f3;
    border-color: #8ae8ff;
}

.btn-bleubaby:focus, .btn-bleubaby.focus {
  color: #fff;
  background-color: #96e1f3;
  border-color: #8ae8ff;
  box-shadow: 0 0 0 0.2rem rgba(138, 232, 255, 0.5);
}

.btn-bleubaby.disabled, .btn-bleubaby:disabled {
  color: #fff;
  background-color: #b0e0e6;
  border-color: #b0e0e6;
}

.btn-bleubaby:not(:disabled):not(.disabled):active, .btn-bleubaby:not(:disabled):not(.disabled).active,
.show > .btn-bleubaby.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-bleubaby:not(:disabled):not(.disabled):active:focus, .btn-bleubaby:not(:disabled):not(.disabled).active:focus,
.show > .btn-bleubaby.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-rosebaby {
    color: #fff;
    background-color: #ffa8d3;
    border-color: #ffa8d3;
}

.btn-rosebaby:hover {
    color: #fff;
    background-color: #f38abe;
    border-color: #ffa8d3;
}

.btn-rosebaby:focus, .btn-rosebaby.focus {
  color: #fff;
  background-color: #f38abe;
  border-color: #ffa8d3;
  box-shadow: 0 0 0 0.2rem rgba(255, 168, 211, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #8ae8ff;
  border-color: #8ae8ff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #96e1f3;
  border-color: #8ae8ff;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #96e1f3;
  border-color: #8ae8ff;
  box-shadow: 0 0 0 0.2rem rgba(138, 232, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #b0e0e6;
  border-color: #b0e0e6;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #8ae8ff;
  border-color: #8ae8ff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #8ae8ff;
  border-color: #8ae8ff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 232, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #8ae8ff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #8ae8ff;
  border-color: #8ae8ff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 232, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/*==================   TimeSkins   ======================*/
.time-skin-1:before {
  color: #87c82a;
}

.time-skin-2:before {
  color: #f73961;
}

.time-skin-3:before {
  color: #0ec7a7;
}

.time-skin-4:before {
  color: #fb6e1a;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_aside img{
    max-width: 250px;
    max-height: 200px;
    display: block;
    border: 4px double #FFF;
    border-radius: 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  color: #fff;
}
.index-list li {
  position: relative;
  box-sizing: border-box;
  padding-left: 100px;
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal) ".";
  counter-increment: li;
  font-family: "Henny Penny", cursive;
  font-size: 37px;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 9px;
  left: 0;
  text-align: center;
}
.index-list li a {
  font: 400 24px/35px "Henny Penny", cursive;
}
.index-list li a:hover {
  color: #a1fcec;
}
.index-list li a:active {
  color: #0df7ce;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 30;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 3px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li {
  position: relative;
  z-index: 0;
}
.sf-menu > li > a {
  color: #FFF;
  font: 400 24px/35px "Henny Penny", cursive;
  white-space: nowrap;
  letter-spacing: 0.3px;
  padding: 10px 18px 10px ;
}
.sf-menu > li:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  outline: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li:nth-child(1):after {
    /*jaune*/
  background: #f3bc10;
}
.sf-menu > li:nth-child(2):after {
    /*bleu*/
  background: blue;
}
.sf-menu > li:nth-child(3):after {
    /*rouge*/
  background: red;
}
.sf-menu > li:nth-child(4):after {
    /*vert*/
  background: #34ce57;
}
.sf-menu > li:nth-child(5):after {
    /*violet*/
  background: blueviolet;
}
.sf-menu > li:nth-child(6):after {
    /*orange*/
  background: #fb6e1a;
}
.sf-menu > li:nth-child(7):after {
    /*turquoise*/
  background: #0df7ce;
}
.sf-menu > li.sfHover:after, .sf-menu > li:hover:after, .sf-menu > li.active:after {
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 260px;
  margin-top: 2px;
  padding: 5px 0 5px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sf-menu ul > li > a {
  color: #FFF;
  font: 400 18px/29px "Henny Penny", cursive;
  padding: 10px 18px 10px;
}
.sf-menu ul > li:nth-child(1) {
  background: #fb6e1a;
}
.sf-menu ul > li:nth-child(2) {
  background: #87c82a;
}
.sf-menu ul > li:nth-child(3) {
  background: #8ae8ff;
}
.sf-menu ul > li:nth-child(4) {
  background: #f73961;
}
.sf-menu ul > li:nth-child(5) {
  background: #0ec7a7;
}
.sf-menu ul > li:nth-child(6) {
    /*jaune*/
  background: #ffc200;
}
.sf-menu ul > li:nth-child(7) {
    /*turquoise*/
  background: #0df7ce;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.sf-menu ul > li + li {
  margin-top: 5px;
}
.sf-menu ul ul {
  position: absolute;
  top: 5%;
  right: -265px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  font: 400 18px/29px "Henny Penny", sans-serif;
  letter-spacing: 0.3px;
  padding: 13px 19px 14px;
}
.sf-menu ul ul > li:nth-child(1) {
    /*jaune orange*/
  background: #ffc200;
}
.sf-menu ul ul > li:nth-child(2) {
    /*rouge fushia*/
  background: #f73961;
}
.sf-menu ul ul > li:nth-child(3) {
  background: #4b68e7;
}
.sf-menu ul ul > li:nth-child(4) {
  background: #0ec7a7;
}
.sf-menu ul ul > li:nth-child(5) {
  background: #b8daff;
}
.sf-menu ul ul > li:nth-child(6) {
  background: #ac26c3;
}
.sf-menu ul ul > li:nth-child(7) {
  background: #e6e6e6;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

/* sf-menu outils */

.sf-menu-outils {
  display: inline-block;
}
.sf-menu-outils:before, .sf-menu-outils:after {
  display: table;
  content: "";
  line-height: 30;
}
.sf-menu-outils:after {
  clear: both;
}
.sf-menu-outils > li {
  position: relative;
  float: left;
}
.sf-menu-outils > li + li {
  margin-left: 3px;
}
.sf-menu-outils a {
  display: block;
}

.sf-menu-outils > li {
  position: relative;
  z-index: 0;
}
.sf-menu-outils > li > a {
  color: #FFF;
  font: 400 24px/35px "Henny Penny", cursive;
  white-space: nowrap;
  letter-spacing: 0.3px;
  padding: 10px 18px 10px ;
}
.sf-menu-outils > li:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  outline: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu-outils > li:nth-child(1):after {
    /*rose bébé*/
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(2):after {
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(3):after {
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(4):after {
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(5):after {
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(6):after {
  background: #ffa8d3;
}
.sf-menu-outils > li:nth-child(7):after {
  background: #ffa8d3;
}
.sf-menu-outils > li.sfHover:after, .sf-menu-outils > li:hover:after, .sf-menu-outils > li.active:after {
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.sf-menu-outils ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 260px;
  margin-top: 2px;
  padding: 5px 0 5px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu-outils ul > li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sf-menu-outils ul > li > a {
  color: #FFF;
  font: 400 18px/29px "Henny Penny", cursive;
  padding: 10px 18px 10px;
}
.sf-menu-outils ul > li:nth-child(1) {
  background: #fb6e1a;
}
.sf-menu-outils ul > li:nth-child(2) {
  background: #87c82a;
}
.sf-menu-outils ul > li:nth-child(3) {
  background: yellow;
}
.sf-menu-outils ul > li:nth-child(4) {
  background: #f73961;
}
.sf-menu-outils ul > li:nth-child(5) {
  background: #0ec7a7;
}
.sf-menu-outils ul > li:nth-child(6) {
    /*jaune*/
  background: #ffc200;
}
.sf-menu-outils ul > li:nth-child(7) {
    /*turquoise*/
  background: #0df7ce;
}
.sf-menu-outils ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.sf-menu-outils ul > li + li {
  margin-top: 5px;
}
.sf-menu-outils ul ul {
  position: absolute;
  top: 5%;
  right: -265px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu-outils ul ul > li > a {
  color: #FFF;
  font: 400 18px/29px "Henny Penny", sans-serif;
  letter-spacing: 0.3px;
  padding: 13px 19px 14px;
}
.sf-menu-outils ul ul > li:nth-child(1) {
    /*jaune orange*/
  background: #ffc200;
}
.sf-menu-outils ul ul > li:nth-child(2) {
    /*rouge fushia*/
  background: #f73961;
}
.sf-menu-outils ul ul > li:nth-child(3) {
  background: #4b68e7;
}
.sf-menu-outils ul ul > li:nth-child(4) {
  background: #0ec7a7;
}
.sf-menu-outils ul ul > li:nth-child(5) {
  background: #b8daff;
}
.sf-menu-outils ul ul > li:nth-child(6) {
  background: #ac26c3;
}
.sf-menu-outils ul ul > li:nth-child(7) {
  background: #e6e6e6;
}
.sf-menu-outils > li > .sf-with-ul {
  position: relative;
}
.sf-menu-outils > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

i[data-tool-tip-contrat]{
    position: relative;
    text-decoration: none;
    color: rgba(255,0,0,1);
}

i[data-tool-tip-contrat]::after{
    content: attr(data-tool-tip-contrat);
    display: block;
    position: absolute;
    background-color: blue;
    padding: 1em 3em;
    color: #fff;
    border-radius: 5px;
    font-size: .9em;
    bottom: 0;
    left: -180%;
    white-space: nowrap;
    transform: scale(0);
    transition: 
    transform ease-out 150ms,
    bottom ease-out 150ms;
}

i[data-tool-tip-contrat]:hover::after{
    transform: scale(1);
    bottom: 200%;
}

i[data-tool-tip]{
    position: relative;
    text-decoration: none;
    color: rgba(214,19,19,1);
}

i[data-tool-tip]::after{
    content: attr(data-tool-tip);
    display: block;
    position: absolute;
    background-color: #703400;
    padding: 1em 3em;
    color: #fff;
    border-radius: 5px;
    font-size: .9em;
    bottom: 0;
    left: -180%;
    white-space: nowrap;
    transform: scale(0);
    transition: 
    transform ease-out 150ms,
    bottom ease-out 150ms;
}

i[data-tool-tip]:hover::after{
    transform: scale(1);
    bottom: 200%;
}

i[data-tool-tip2]{
    position: relative;
    text-decoration: none;
    color: rgba(214,19,19,1);
}

i[data-tool-tip2]::after{
    content: attr(data-tool-tip2);
    display: block;
    position: absolute;
    background-color: #ffa8d3;
    padding: 1em 3em;
    color: #fff;
    border-radius: 5px;
    font-size: .9em;
    bottom: 0;
    left: -180%;
    white-space: nowrap;
    transform: scale(0);
    transition: 
    transform ease-out 150ms,
    bottom ease-out 150ms;
}

i[data-tool-tip2]:hover::after{
    transform: scale(1);
    bottom: 200%;
}




@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .sf-menu-outils {
    display: none;
  }
}
@media (max-width: 767px) {
  .brand_slogan {
      font-size: 12px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 17px 21px 23px;
  }
  .sf-menu-outils > li > a {
    padding: 17px 21px 23px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu {
    white-space: nowrap;
  }

  .sf-menu > li {
    display: inline-block;
    float: none;
    white-space: normal;
  }

  .sf-menu > li > a {
    font-size: 19px;
    line-height: 30px;
    padding: 15px 12px 14px;
  }
  .sf-menu-outils {
    white-space: nowrap;
  }

  .sf-menu-outils > li {
    display: inline-block;
    float: none;
    white-space: normal;
  }

  .sf-menu-outils > li > a {
    font-size: 19px;
    line-height: 30px;
    padding: 15px 12px 14px;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #25589A;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #e3e3e3;
  z-index: 999;
  height: 4.5em;
  border-bottom: 1px solid #333333;
}
.isStuck h1 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -3px;
}
.isStuck .contacts, .isStuck .brand_slogan, .isStuck .brand_logo{
  display: none;
}
.isStuck .brand_name{
    height: 60px;
}
.isStuck .posit-wrap {
  left: 420px;
  bottom: 10px;
}
.isStuck .sf-menu > li > a {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 7px;
}
.isStuck .sf-menu ul {
  margin-top: 6px;
}
.isStuck .sf-menu ul > li > a {
  padding: 11px 20px;
}
.isStuck .sf-menu-outils > li > a {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 7px;
}
.isStuck .sf-menu-outils ul {
  margin-top: 6px;
}
.isStuck .sf-menu-outils ul > li > a {
  padding: 11px 20px;
}
.isStuck .brand_name {
  padding-left: 38px;
}
.isStuck .brand_logo:before {
  /*background: url(../images/logo_stuck.png) no-repeat;*/
  width: 59px;
  height: 60px;
  top: 4px;
}
@media (min-width: 1140px) and (max-width: 1299px) {
  .isStuck .posit-wrap {
    left: 320px;
  }
}
@media (min-width: 1100px) and (max-width: 1139px) {
  .isStuck .posit-wrap {
    left: 285px;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .isStuck .posit-wrap {
    left: 260px;
  }
}
@media (min-width: 980px) and (max-width: 1099px) {
  .isStuck .sf-menu > li > a {
    font-size: 12px;
    line-height: 10px;
    padding: 11px 15px;
  }
  .isStuck .sf-menu-outils > li > a {
    font-size: 12px;
    line-height: 10px;
    padding: 11px 15px;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================    List Groupe    ==================*/
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-bleubaby {
    color: #8ae8ff;
    background-color: #703400;
}

.badge-rosebaby {
    color: #ffa8d3;
    background-color: #703400;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 25%;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}



/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 50px;
  line-height: 62px;
  color: #fff;
  background: #4b68e7;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  border-radius: 70%;
  position: fixed;
  right: 200px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  background: #25589A;
  text-decoration: none;
}
.toTop:active {
  background: #1b4171;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 1px #703400;
  border-radius: 16px;
  border-bottom: none;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(75, 104, 231, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#804B68E7', endColorstr='#804B68E7')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804B68E7', endColorstr='#804B68E7');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 460px;
  width: 600px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 979px) {
  .map_model {
    height: 370px;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #0df7ce;
  padding: 0px 0 0px;
}

header .brand, header .brand_name {
  float: left;
}

header .brand_date {
    float: left;
    margin-top: 16px;
    padding-left: 400px;
}

header .contacts {
  float: right;
  margin-top: 40px;
  padding-left: 50px;
}

.visiteurs {
  color :blue;
  margin-top: 40px;
  padding-left: 50px;
  font-size: 24px;
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .brand_name, header .brand_date, header .contacts {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding: 190px 0 207px;
}

.well-1 {
  padding: 87px 0 82px;
}

.well-2 {
  padding: 40px 0;
}

.well-3 {
  padding: 79px 0 89px;
}

.well-3__off {
  padding-bottom: 98px;
}

.well-3__off1 {
  padding-top: 77px;
}

.well-3__off2 {
  padding-top: 102px;
}

.well-3__off3 {
  padding-bottom: 102px;
}

.well-3__off4 {
  padding-bottom: 78px;
}

.well-3__off5 {
  padding-bottom: 112px;
}

/*==================      Contacts     ======================*/
.contacts:before, .contacts:after {
  display: table;
  content: "";
  line-height: 0;
}
.contacts:after {
  clear: both;
}
.contacts dt, .contacts dd {
  color: #000;
  float: right;
  letter-spacing: -0.5px;
}
.contacts dt {
  font: 400 20px/43px "Raleway", sans-serif;
}
.contacts dd {
  font: 400 24px/40px "Raleway", sans-serif;
  clear: both;
}
.contacts a:hover {
  color: #15dbf3;
  text-decoration: none;
}
.contacts a:active {
  color: #0ab6cb;
}

.contacts__md {
  clear: none;
}
.contacts__md dt, .contacts__md dd {
  float: none;
}
.contacts__md dd {
  padding-right: 7px;
}

.contacts-many {
  font: 400 15px/25px "Raleway", sans-serif;
}
.contacts-many dd {
  padding-left: 69px;
}

/*==================    PositionWrap   ======================*/
.posit-wrap {
  position: absolute;
  content: '';
  bottom: -44px;
  left: 0;
  right: 0;
  z-index: 1;
}

.posit-wrap-outils {
  position: absolute;
  content: '';
  bottom: -55px;
  left: 390px;
  right: 0;
  z-index: 1;
}

/*==================     ImgWrap    ======================*/
.img-wrap {
  position: relative;
  display: inline-block;
}
.img-wrap:after {
  position: absolute;
  content: '';
  background: url("../images/citation_white.png") no-repeat;
  width: 100px;
  height: 250px;
  bottom: 2px;
  right: -101px;
}

/*==================      Link     ======================*/
.link {
  color: #777;
}

/*==================      Event    ======================*/
.event {
  color: #fff;
}
.event i {
  text-align: center;
  font-size: 75px;
  line-height: 154px;
  margin-top: 6px;
  width: 154px;
  height: 154px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.event .box_cnt__no-flow {
  padding-left: 32px;
}

.event1 .box_cnt__no-flow {
  padding-left: 54px;
}

/*==================    CopyRight   ======================*/
.copyright {
  position: relative;
  top: -72px;
}

/*==================   BorderBlock  ======================*/
.border-block {
  border: solid 1px #E5E5E5;
  border-top: none;
  padding: 31px 24px 31px 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/*==================     Widgets    ======================*/
.container .widget-wrap [class*="grid_"] {
  float: none;
  margin-left: 0;
  width: 100%;
}
.container .widget-wrap [class*="grid_ft"] {
  width: 96%;
}

#twitter-widget-0 {
  width: 570px !important;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: transparent;
}
footer * + p {
  margin-top: 0px;
}

/*==================  Address & mail  ======================*/
.mail, .addr, .mail-1 a, .mail-2 {
  font: 600 24px/43px "Raleway", sans-serif;
}

.addr__md {
  line-height: 35px;
}

.addr dt, dd {
  display: inline-block;
}

.mail a {
  color: #15dbf3;
}
.mail a:hover {
  color: #fff;
  text-decoration: none;
}
.mail a:active {
  color: #e6e6e6;
}

.mail-1 {
  line-height: 50px;
}

.mail-2 {
  display: inline-block;
  color: #15dbf3;
}
.mail-2:hover {
  text-decoration: underline;
}
.mail-2:active {
  color: #0ab6cb;
}

/*========================================================
                    Bonus bootstrap
========================================================*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #34ce57;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.thumbnails img{
    display: block;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    border: 4px double #FFF;
    -webkit-border-image: 4px double #FFF;
    border-radius: 20px;
    -moz-border-radius:  20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    opacity: 0.85;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/*========================================================
                     Responsive
=========================================================*/
@media (max-width: 1199px) {
  .distance-2 {
    padding-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  h4 {
    font-size: 82px;
    line-height: 82px;
  }

  .bg-image {
    background-position: 128% bottom;
  }

  .mail, .addr {
    font-size: 23px;
  }

  h6 {
    font-size: 21px;
  }

  .border-block h6 {
    font-size: 19px;
  }

  .container .widget-wrap [class*="grid_"] {
    width: 80%;
  }
}
@media (max-width: 979px) {
  .mail, .addr, .contacts__md dt {
    font-size: 18px;
    line-height: 37px;
  }

  .contacts__md dd {
    font-size: 29px;
    line-height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  blockquote q {
    font-size: 19px;
    line-height: 30px;
  }

  .img-wrap:after {
    display: none;
  }

  .index-list li {
    padding-left: 70px;
  }
  .index-list li:before {
    font-size: 30px;
    line-height: 42px;
    height: 50px;
    width: 50px;
    top: 4px;
    border-width: 4px;
  }
  .index-list li a {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #twitter-widget-0 {
    width: 347px !important;
  }

  .container .widget-wrap [class*="_fancy"] {
    width: 347px;
  }
  .container .widget-wrap [class*="grid_ft"] {
    width: 94%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 113px;
    line-height: 113px;
  }

  h2, em strong {
    font-size: 101px;
    line-height: 101px;
  }

  h3, em {
    font-size: 87px;
    line-height: 87px;
  }

  h4 {
    font-size: 66px;
    line-height: 66px;
  }

  h6 {
    font-size: 18px;
  }

  header {
    padding: 30px 0 40px;
  }

  .brand_slogan {
    font-size: 40px;
  }

  .posit-wrap {
    bottom: -27px;
  }

  .bg-image {
    background-position: 131% bottom;
  }

  .well-1.bg-image {
    padding-top: 30px;
  }

  .event i {
    font-size: 50px;
    height: 129px;
    line-height: 129px;
    width: 128px;
  }
  .event .box_cnt__no-flow {
    padding-left: 15px;
  }

  .contacts-many dd {
    padding-left: 39px;
  }

  .mail-1 {
    line-height: 42px;
  }
  .mail-1 a {
    font-size: 20px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  header, footer, [class*="well"] {
    padding: 30px 0;
  }

  #twitter-widget-0 {
    width: 270px !important;
  }

  .container .widget-wrap [class*="_fancy"] {
    width: 270px;
  }
  .container .widget-wrap [class*="grid_ft"] {
    width: 92%;
  }

  .brand_slogan {
    margin: 0;
  }

  .contacts dd, .contacts dt {
    float: none;
  }

  .distance-1 {
    padding-right: 0;
  }

  h3, h4 {
    letter-spacing: 0;
  }

  h4 {
    word-spacing: 0;
  }

  .bg-image {
    background-image: none;
  }

  .event .box_aside {
    float: none;
    text-align: center;
  }
  .event .box_cnt__no-flow {
    padding-left: 0;
  }
  .event .box_aside + .box_cnt__no-flow {
    margin-top: 10px;
  }

  .btn, .btn-small {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 22px;
  }

  .copyright {
    top: 30px;
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2, em strong {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -0.68px;
  }

  h3, em {
    font-size: 55px;
    line-height: 55px;
  }

  h4 {
    font-size: 66px;
    line-height: 66px;
  }

  .container .widget-wrap [class*="grid_"] {
    width: 75%;
  }
}
@media (max-width: 479px) {
  h2, em strong {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 0;
  }

  h3, em {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
  }

  h4 {
    font-size: 43px;
    line-height: 43px;
  }

  h5 {
    font-size: 52px;
    line-height: 52px;
  }

  h6 {
    font-size: 21px;
  }

  blockquote {
    text-align: center;
  }

  .event1 .box_aside {
    float: none;
  }
  .event1 .box_cnt__no-flow {
    padding-left: 0;
    margin-top: 30px;
  }

  time:before {
    left: 50%;
    margin-left: -66px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

