@charset "UTF-8";
body {
  font-size: 14px;
}

.full-size {
  background: #4267b2;
  color: #FFF;
  padding: 15px 20px;
}

#wrapper-footer {
  display: none;
}

.wrapper-navbar .contact-header {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 15px;
  min-width: 175px;
  background: #e3593d;
  text-transform: uppercase;
  text-align: center;
  border-radius: 24px;
}
.wrapper-navbar .contact-header span {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}
.wrapper-navbar .contact-header:hover {
  color: #05A44A;
}
@media (max-width: 992px) {
  .wrapper-navbar .contact-header {
    display: none;
  }
}

.container-fluid.empty-content {
  padding-top: 0;
}

.container-fluid.empty-content {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.empty-content .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    padding: 16px 15px;
    color: #FFF;
    text-transform: uppercase;
  }

  .navbar-toggleable-md .right-element a {
    display: block;
    font-size: 18px;
    border: 1px solid green;
    height: 39px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 2px;
    color: green;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
  }

  .navbar-toggleable-md .right-element a span {
    color: #05A44A;
  }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    width: 200px;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:last-child a,
  .navbar-toggleable-md .navbar-nav .dropdown-menu li a {
    color: #2c2c2d;
    font-size: 14px;
    font-weight: normal;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:last-child a:hover,
  .navbar-toggleable-md .navbar-nav .dropdown-menu li a:hover {
    color: #b1a684;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:hover {
    border-color: #05A44A;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu li:hover a {
    color: #05A44A;
    background: #FFF;
  }

  .navbar-toggleable-md {
    background: #fff;
    padding: 0;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    color: #333;
  }
}
@media (max-width: 992px) {
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .container-fluid.empty-content {
    padding-top: 77px;
  }
}
@media (max-width: 1070px) and (min-width: 992px) {
  .navbar-toggleable-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    border: none;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link:hover {
    background: transparent;
  }
}
#wrapper-footer-full {
  background: #FFFFFF;
  color: #333333;
  padding: 40px 0 25px 0;
  position: relative;
  margin: 0;
  z-index: 1;
}
#wrapper-footer-full > .container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1220px) {
  #wrapper-footer-full > .container {
    max-width: 100%;
  }
}
#wrapper-footer-full .left-footer {
  float: left;
  width: 40%;
}
#wrapper-footer-full .left-footer p {
  color: #333333;
  font-size: 14px;
  margin: 0;
}
#wrapper-footer-full .right-footer {
  float: right;
  width: 55%;
}
#wrapper-footer-full .right-footer p {
  color: #333333;
  font-size: 14px;
  float: left;
  margin: 0;
}
#wrapper-footer-full .right-footer p a {
  color: #333333;
  display: inline-block;
}
#wrapper-footer-full .right-footer p span {
  display: inline-block;
  padding: 0 15px;
}
#wrapper-footer-full .right-footer ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper-footer-full .right-footer ul li {
  display: inline-block;
  padding: 0 7px 0 0;
  vertical-align: top;
}
#wrapper-footer-full .right-footer ul li a {
  font-size: 0;
  background: url(../images/picto-social.png) no-repeat 0 0;
  width: 25px;
  height: 26px;
  display: block;
}
#wrapper-footer-full .right-footer ul li a.tw {
  background-position: -31px 0;
}
#wrapper-footer-full .right-footer ul li a.goo {
  background-position: -62px 0;
}
@media (max-width: 860px) {
  #wrapper-footer-full {
    padding: 10px 0;
  }
  #wrapper-footer-full .left-footer {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  #wrapper-footer-full .left-footer p {
    font-size: 12px;
  }
  #wrapper-footer-full .right-footer {
    float: none;
    width: auto;
  }
  #wrapper-footer-full .right-footer p {
    float: none;
    padding-bottom: 5px;
    font-size: 12px;
  }
  #wrapper-footer-full .right-footer p span {
    padding: 0 5px;
  }
  #wrapper-footer-full .right-footer ul {
    float: none;
  }
}

.navbar-toggleable-md .container {
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}
@media (max-width: 1050px) {
  .navbar-toggleable-md .container {
    padding: 0;
  }
}
@media (max-width: 990px) {
  .navbar-toggleable-md .container {
    padding: 10px 15px 10px 15px;
  }
  .navbar-toggleable-md .container .navbar-brand img {
    max-width: 130px;
  }
  .navbar-toggleable-md .container .navbar-toggler {
    margin-top: 7px;
  }
}

.inner-row .row {
  max-width: 1366px;
  margin: 0 auto;
}

body.home .inner-row .row {
  max-width: 1360px;
}
body.home .BreadCrumbs {
  display: none;
}

.list-blog {
  padding: 60px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.list-blog h3.description {
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  color: #666666;
  margin-bottom: 55px;
}
.list-blog h3.description p {
  margin: 0;
}
.list-blog h1.page-blog {
  text-align: center;
  font-size: 48px;
  font-family: 'pacificoregular';
  color: #666666;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 0;
}
.list-blog .entry-content {
  font-size: 14px;
  position: relative;
  padding-top: 15px;
}
.list-blog .entry-content .btn-4 {
  display: none;
}
.list-blog .entry-content p {
  margin: 0;
  font-size: 13px;
}
.list-blog .entry-content a {
  text-decoration: none;
  cursor: pointer;
}
.list-blog .entry-content .addtoany_share_save_container {
  position: absolute;
  top: -22px;
  right: -5px;
  margin: 0;
}
.list-blog .entry-footer {
  display: none;
}
.list-blog .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.list-blog a.understrap-read-more-link {
  padding: 0;
  margin: 0;
  display: none;
}
.list-blog a.understrap-read-more-link:hover {
  background: #FFF;
}
.list-blog .entry-meta time.updated {
  display: none;
}
.list-blog .entry-meta time.published.updated {
  display: inline;
}
.list-blog .entry-meta span.byline {
  display: none;
}
.list-blog .entry-meta span.posted-on {
  font-size: 0;
  color: #b2b2b2;
}
.list-blog .entry-meta span.posted-on a {
  text-decoration: none;
  color: #b2b2b2;
}
.list-blog .entry-meta span.posted-on time {
  font-size: 11px;
  color: #b2b2b2;
}
@media screen and (max-width: 1200px) {
  .list-blog .entry-content .addtoany_share_save_container {
    position: static;
    left: auto;
    top: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 990px) {
  .list-blog {
    padding-top: 25px;
  }
  .list-blog h3.description {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.category-actualites article.format-standard {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  padding-bottom: 55px;
}
.category-actualites article.format-standard .img-blog {
  margin-bottom: 30px;
}
.category-actualites article.format-standard h2.entry-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.category-actualites article.format-standard h2.entry-title a {
  text-decoration: none;
}
.category-actualites .inner-article .type-post .separator {
  display: none;
}
.category-actualites .inner-article .type-post:nth-child(4),
.category-actualites .inner-article .type-post:nth-child(7),
.category-actualites .inner-article .type-post:nth-child(10),
.category-actualites .inner-article .type-post:nth-child(13),
.category-actualites .inner-article .type-post:nth-child(16),
.category-actualites .inner-article .type-post:nth-child(19) {
  clear: both;
  float: left;
}
@media screen and (max-width: 990px) {
  .category-actualites .inner-article article.format-standard {
    float: none;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.category .col-md-12 .separator {
  max-width: 745px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  clear: both;
}

.category-blog .inner-article .img-blog {
  float: left;
  width: 38%;
}
.category-blog .inner-article .inner-blog {
  float: right;
  width: 60%;
}
.category-blog .inner-article .entry-header {
  float: left;
}
.category-blog .inner-article .entry-header h2 a {
  text-decoration: none;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
}
.category-blog .inner-article .entry-meta {
  float: right;
  padding-top: 13px;
}
.category-blog .inner-article .entry-content {
  clear: both;
}
.category-blog .inner-article .entry-content .addtoany_share_save_container {
  position: static;
  top: auto;
  right: auto;
  margin-top: 45px;
}
.category-blog .col-md-12 .separator {
  margin: 60px auto;
}
.category-blog .inner-article > .category-blog:nth-child(even) .img-blog {
  float: right;
  width: 38%;
}
.category-blog .inner-article > .category-blog:nth-child(even) .inner-blog {
  float: left;
  width: 60%;
}
.category-blog .inner-article > .category-blog.last .separator {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .category-blog .inner-article .inner-blog {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .category-blog .inner-article .inner-blog {
    float: none !important;
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-blog .inner-article .img-blog {
    float: none !important;
    width: auto !important;
    margin-bottom: 15px;
    text-align: center;
  }
  .category-blog .inner-article .entry-header {
    float: none;
  }
  .category-blog .inner-article .entry-meta {
    float: none;
    padding-top: 0;
  }
  .category-blog .col-md-12 .separator {
    margin: 25px auto;
    max-width: 80%;
  }
}

.container-fluid.empty-content.detail-page {
  padding: 60px 0 50px 0;
}
.container-fluid.empty-content.detail-page h1.entry-title {
  font-size: 36px;
  color: #666666;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.container-fluid.empty-content.detail-page .entry-content {
  padding-bottom: 25px;
  padding-top: 25px;
}
.container-fluid.empty-content.detail-page .form-submit .btn {
  margin: 0;
  background: #05A44A;
  padding: 15px 25px;
}
.container-fluid.empty-content.detail-page .entry-meta {
  padding: 0 0 10px 0;
  text-align: left;
}
.container-fluid.empty-content.detail-page .entry-meta span {
  display: inline-block;
}
.container-fluid.empty-content.detail-page .entry-meta span a {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
.container-fluid.empty-content.detail-page .entry-meta .byline {
  padding-left: 10px;
}

.single-post .has-post-thumbnail > img {
  display: none;
}
.single-post .format-standard .entry-content > img {
  margin-bottom: 15px;
}
.single-post .comment-respond {
  max-width: 480px;
  margin-top: 15px;
}
.single-post .separator.single-separator {
  max-width: 745px;
  margin: 45px auto 0 auto;
  border-top: 1px solid #e5e5e5;
  clear: both;
}

.BreadCrumbs {
  max-width: 1210px;
  margin: 0 auto;
  color: #FFF;
  font-size: 12px;
  padding: 3px 0 6px 0;
}
.BreadCrumbs a {
  color: #FFF;
}
.BreadCrumbs em {
  display: inline-block;
  font-style: normal;
  color: #FFF;
  font-size: 12px;
  padding: 0 5px;
}
.BreadCrumbs span {
  display: inline-block;
  padding: 2px 0 0 0;
}
@media (max-width: 1280px) {
  .BreadCrumbs {
    padding: 3px 15px 6px 15px;
  }
}

.banniere-home {
  max-width: 1360px;
  background: url(../images/banniere-home.jpg) no-repeat top center;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  padding: 315px 0 65px 0;
  height: 720px;
}
.banniere-home h2,
.banniere-home h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  font-family: Poppins;
  line-height: 120%;
  margin: 0 0 25px 0;
}
.banniere-home p.titre {
  font-size: 14px;
  font-weight: 100;
  line-height: 170%;
  margin-bottom: 35px;
}
.banniere-home p.link {
  margin: 0;
  text-align: center;
}
.banniere-home p.link a {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #FFF;
  border: 1px solid #000;
  padding: 17px 40px;
  text-transform: uppercase;
  text-decoration: none;
  background: #2a6fb6;
}
@media screen and (max-width: 768px) {
  .banniere-home h2,
  .banniere-home h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .banniere-home p.titre {
    font-size: 12px;
  }
  .banniere-home p.link a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 768px) {
  .banniere-home {
    background: url(../images/banniere-home.jpg) no-repeat top center;
    padding: 25px 15px 25px 15px;
    height: 480px;
    background-size: cover;
    display: table;
    width: 100%;
  }
  .banniere-home > div {
    display: table-cell;
    vertical-align: middle;
  }
  .banniere-home h2,
  .banniere-home h1 {
    margin-bottom: 30px;
  }
  .banniere-home p.titre {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 400;
  }
}

.bloc-contact-form {
  padding: 80px 0 65px 0;
}
.bloc-contact-form .row {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.bloc-contact-form .row > h2 {
  width: 100%;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 0 30px 0;
}
.bloc-contact-form .row > h2 span {
  font-weight: 700;
  color: #000;
}
.bloc-contact-form .row p.titre {
  width: 100%;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
  padding: 0 0 55px 0;
}
.bloc-contact-form .row p.titre strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
.bloc-contact-form .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.bloc-contact-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.bloc-contact-form .gform_wrapper .top_label input.large,
.bloc-contact-form .gform_wrapper textarea.large {
  width: 100%;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 700;
  background: #eeeeee;
  border: none;
  padding: 8px 20px;
}
.bloc-contact-form .gform_wrapper textarea.large {
  height: 199px;
}
.bloc-contact-form .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
  padding-bottom: 29px;
}
.bloc-contact-form .gform_wrapper label.gfield_label + div.ginput_container_textarea {
  padding-bottom: 0;
}
.bloc-contact-form .gform_wrapper ul li.middle-width {
  width: 48%;
  float: left;
}
.bloc-contact-form .gform_wrapper ul li#field_1_7.middle-width,
.bloc-contact-form .gform_wrapper ul li#field_1_4.middle-width {
  clear: none;
  float: right;
}
.bloc-contact-form .gform_wrapper .gform_footer {
  padding: 20px 0 0 0;
  margin: 0;
  text-align: right;
}
.bloc-contact-form .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 10px;
  background: #000;
  border: none;
  padding: 10px 45px;
  letter-spacing: 2px;
}
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container_text,
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container_email {
  padding-bottom: 0;
}
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.bloc-contact-form .gform_wrapper li.gfield_html {
  max-width: 100%;
}
.bloc-contact-form .gform_wrapper .top_label .gfield_error input.large,
.bloc-contact-form .gform_wrapper .top_label .gfield_error select.large,
.bloc-contact-form .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.bloc-contact-form .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.bloc-contact-form .gform_wrapper .top_label .gfield_error.middle-width {
  width: 48%;
}
.bloc-contact-form .gform_wrapper li.gfield.gfield_error,
.bloc-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: #FFF;
}
.bloc-contact-form .gform_wrapper li.gfield_error input[type=email],
.bloc-contact-form .gform_wrapper li.gfield_error input[type=number],
.bloc-contact-form .gform_wrapper li.gfield_error input[type=password],
.bloc-contact-form .gform_wrapper li.gfield_error input[type=tel],
.bloc-contact-form .gform_wrapper li.gfield_error input[type=text],
.bloc-contact-form .gform_wrapper li.gfield_error input[type=url],
.bloc-contact-form .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.bloc-contact-form .gform_wrapper li#field_1_1.gfield.gfield_error.gfield_contains_required div.ginput_container {
  padding-bottom: 29px;
}
.bloc-contact-form .gform_confirmation_message {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}
.bloc-contact-form h3 {
  color: #666666;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .bloc-contact-form {
    padding: 60px 15px 45px 15px;
  }
  .bloc-contact-form .row > h2 {
    font-size: 30px;
  }
  .bloc-contact-form .row p.titre {
    font-size: 18px;
    padding-bottom: 35px;
  }
  .bloc-contact-form .row p.titre strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bloc-contact-form .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-contact-form .right-map {
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .bloc-contact-form {
    padding: 30px 15px 25px 15px;
  }
}

#wrapper-footer-full {
  font-weight: 400;
}
#wrapper-footer-full .textwidget > p {
  max-width: 745px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  display: none;
}
#wrapper-footer-full p.titre {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
}
#wrapper-footer-full .logo-footer {
  float: left;
  width: 36.5%;
  padding-right: 90px;
}
#wrapper-footer-full .logo-footer p {
  font-size: 12px;
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: 400;
}
#wrapper-footer-full .link-footer {
  float: left;
  width: 41.5%;
  padding: 0 0 0 50px;
  border-left: 1px solid #e5e5e5;
}
#wrapper-footer-full .link-footer div {
  float: left;
  width: 45%;
}
#wrapper-footer-full .link-footer div:last-child {
  border-right: 1px solid #e5e5e5;
  min-height: 175px;
}
#wrapper-footer-full .link-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper-footer-full .link-footer ul li a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
}
#wrapper-footer-full .col-social {
  float: left;
  width: 22%;
}
#wrapper-footer-full .col-social p.email {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
}
#wrapper-footer-full .col-social p.email a {
  text-decoration: none;
}
#wrapper-footer-full .col-social p.email .fa {
  margin-right: 20px;
}
#wrapper-footer-full .col-social p.phone {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
}
#wrapper-footer-full .col-social p.phone .fa {
  margin-right: 20px;
}
#wrapper-footer-full .col-social ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper-footer-full .col-social ul.social li {
  list-style: none;
  display: inline-block;
  padding: 0 22px 0 0;
  margin: 0;
}
@media screen and (max-width: 860px) {
  #wrapper-footer-full .logo-footer {
    padding-right: 30px;
  }
  #wrapper-footer-full .link-footer {
    padding-left: 25px;
  }
}
@media screen and (max-width: 800px) {
  #wrapper-footer-full .logo-footer {
    float: none;
    width: auto;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #wrapper-footer-full .link-footer {
    float: none;
    width: auto;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #wrapper-footer-full .link-footer div:last-child {
    border: none;
  }
  #wrapper-footer-full .col-social {
    float: none;
    width: auto;
  }
}

.bann-contact {
  background: url(../images/banniere-contact.jpg) no-repeat top center;
  width: 100%;
  background-size: cover;
}
.bann-contact .inner-bann-contact {
  max-width: 1210px;
  margin: 0 auto;
  display: table;
  height: 416px;
  text-align: left;
  width: 100%;
}
.bann-contact .inner-bann-contact h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  font-family: Poppins;
}
.bann-contact .inner-bann-contact div.table {
  display: table-cell;
  vertical-align: middle;
}
.bann-contact .inner-bann-contact p.phone {
  color: #FFF;
  font-size: 48px;
  text-align: center;
  font-family: 'oswaldlight';
  margin: 0;
}
.bann-contact .inner-bann-contact p.phone a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  background: url(../images/picto-contact.png) no-repeat center left;
  padding: 0 0 0 45px;
}
.bann-contact .inner-bann-contact .BreadCrumbs {
  margin: 30px 0 0 0;
  max-width: 100%;
  text-align: center;
  color: #bdb8a7;
}
@media screen and (max-width: 480px) {
  .bann-contact .inner-bann-contact {
    height: 225px;
  }
  .bann-contact .inner-bann-contact h2 {
    font-size: 30px;
  }
  .bann-contact .inner-bann-contact .BreadCrumbs {
    margin: 0;
  }
}

.bann-rte {
  background: url(../images/banniere-nourisson.jpg) no-repeat top center;
}

.banner-actualités {
  background: url(../images/banniere-actu.jpg) no-repeat top center;
}
.banner-actualités h2 {
  text-transform: capitalize;
}

.banner-blog {
  background: url(../images/banniere-blog.jpg) no-repeat top center;
}
.banner-blog h2 {
  text-transform: capitalize;
}

body.page-femme .bann-rte {
  background: url(../images/banniere-femme.jpg) no-repeat top center;
}

.lst-service .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.lst-service .col-md-6 h2 {
  font-size: 40px;
  font-weight: 500;
  color: #FFF;
  font-family: Poppins;
  margin-bottom: 32px;
}
.lst-service .col-md-6 p {
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 30px;
}
.lst-service .col-md-6 p.big {
  font-size: 20px;
  line-height: 165%;
}
.lst-service .col-md-6 a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #cac4b4;
  padding: 16px 25px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.lst-service .col-md-6 .inner-txt {
  display: table;
  height: 100%;
}
.lst-service .col-md-6 .outer-txt {
  display: table-cell;
  vertical-align: middle;
}
.lst-service .row {
  background: #227fde;
  color: #FFF;
}
.lst-service .row div.txt {
  padding: 75px 60px;
}
@media screen and (max-width: 1024px) {
  .lst-service .row div.txt {
    padding: 45px 30px;
  }
  .lst-service .col-md-6 h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lst-service .row div.txt {
    padding: 30px 15px 15px 15px;
  }
  .lst-service .col-md-6 h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .lst-service .col-md-6 h2 {
    font-size: 30px;
  }
  .lst-service.state .row .img {
    order: 2;
  }
  .lst-service.state .row .txt {
    order: 1;
  }
  .lst-service.last .row .img {
    order: 1;
  }
  .lst-service.last .row .txt {
    order: 2;
  }
}

.state .row {
  background: #227fde;
}

.inner-row.bloc-seo .row {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 85px;
  padding-bottom: 65px;
}
.inner-row.bloc-seo .row h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 25px;
  color: #336699;
  font-weight: 700;
}
.inner-row.bloc-seo .row h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  background: #fff052;
  margin: 0 auto;
  margin-top: 15px;
}
.inner-row.bloc-seo .row .titre p {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.inner-row.bloc-seo .row p {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .inner-row.bloc-seo .row {
    padding: 35px 0 25px 0;
  }
  .inner-row.bloc-seo .row h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .inner-row.bloc-seo .row {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-row.bloc-seo .row h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .inner-row.bloc-seo .row h2 {
    font-size: 34px;
  }
}

.inner-row.bloc-mini,
body.home .inner-row.bloc-mini {
  z-index: 2;
  position: relative;
}
.inner-row.bloc-mini .row,
body.home .inner-row.bloc-mini .row {
  max-width: 768px;
}

body.home .inner-row.before-footer .row,
.inner-row.before-footer .row {
  background: url(../images/banniere-footer.jpg) no-repeat bottom left;
  min-height: 229px;
}
body.home .inner-row.before-footer .row .col-sm-12,
.inner-row.before-footer .row .col-sm-12 {
  background: url(../images/bg-footer.png) no-repeat top right;
  padding-bottom: 50px;
  padding-top: 50px;
  height: 592px;
}
body.home .inner-row.before-footer .row .col-sm-12 .txt,
.inner-row.before-footer .row .col-sm-12 .txt {
  color: #FFF;
  padding: 355px 70px 0 0;
  width: 67%;
  text-align: right;
}
body.home .inner-row.before-footer .row .col-sm-12 .txt p.titre,
.inner-row.before-footer .row .col-sm-12 .txt p.titre {
  font-family: Poppins;
  font-size: 36px;
  margin-bottom: 25px;
}
body.home .inner-row.before-footer .row .col-sm-12 .txt a.link,
.inner-row.before-footer .row .col-sm-12 .txt a.link {
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #cac4b4;
  text-transform: uppercase;
  padding: 20px 26px;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  body.home .inner-row.before-footer,
  .inner-row.before-footer {
    margin-top: 0 !important;
  }
  body.home .inner-row.before-footer .row,
  .inner-row.before-footer .row {
    min-height: 100px;
    background-size: 100% auto;
  }
  body.home .inner-row.before-footer .row .col-sm-12,
  .inner-row.before-footer .row .col-sm-12 {
    height: 340px;
    background-size: auto 100%;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt,
  .inner-row.before-footer .row .col-sm-12 .txt {
    padding-top: 135px;
  }
}
@media screen and (max-width: 1024px) {
  body.home .inner-row.before-footer,
  .inner-row.before-footer {
    margin-top: 0 !important;
  }
  body.home .inner-row.before-footer .row,
  .inner-row.before-footer .row {
    min-height: 100px;
    background-size: 100% auto;
  }
  body.home .inner-row.before-footer .row .col-sm-12,
  .inner-row.before-footer .row .col-sm-12 {
    height: 270px;
    background-size: auto 100%;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt,
  .inner-row.before-footer .row .col-sm-12 .txt {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  body.home .inner-row.before-footer .row .col-sm-12,
  .inner-row.before-footer .row .col-sm-12 {
    height: 165px;
    background-size: auto 100%;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt,
  .inner-row.before-footer .row .col-sm-12 .txt {
    padding-top: 5px;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt p.titre,
  .inner-row.before-footer .row .col-sm-12 .txt p.titre {
    font-size: 30px;
    margin-bottom: 15px;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt a.link,
  .inner-row.before-footer .row .col-sm-12 .txt a.link {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 748px) {
  body.home .inner-row.before-footer .row,
  .inner-row.before-footer .row {
    background-size: cover;
  }
  body.home .inner-row.before-footer .row .col-sm-12,
  .inner-row.before-footer .row .col-sm-12 {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    height: auto;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt,
  .inner-row.before-footer .row .col-sm-12 .txt {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
    text-align: center;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt p.titre,
  .inner-row.before-footer .row .col-sm-12 .txt p.titre {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body.home .inner-row.before-footer .row .col-sm-12 .txt a.link,
  .inner-row.before-footer .row .col-sm-12 .txt a.link {
    font-size: 14px;
    padding: 6px 15px;
  }
}

body.home .inner-row.before-footer {
  margin-top: -350px;
  position: relative;
  z-index: 1;
}

.page-contact .row {
  max-width: 1000px;
}
.page-contact .row > h2 {
  width: 100%;
  text-align: center;
  color: #515254;
  font-family: Poppins;
  padding: 50px 0;
  margin: 0;
  font-size: 42px;
}
.page-contact .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.page-contact .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-contact .gform_wrapper .top_label input.large,
.page-contact .gform_wrapper textarea.large {
  width: 100%;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 700;
  background: #eeeeee;
  border: none;
  padding: 8px 20px;
}
.page-contact .gform_wrapper textarea.large {
  height: 199px;
}
.page-contact .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
  padding-bottom: 29px;
}
.page-contact .gform_wrapper label.gfield_label + div.ginput_container_textarea {
  padding-bottom: 0;
}
.page-contact .gform_wrapper ul li.middle-width {
  width: 48%;
  float: left;
}
.page-contact .gform_wrapper ul li#field_1_7.middle-width,
.page-contact .gform_wrapper ul li#field_1_4.middle-width {
  clear: none;
  float: right;
}
.page-contact .gform_wrapper .gform_footer {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: right;
}
.page-contact .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 10px;
  background: #000;
  border: none;
  padding: 10px 45px;
  letter-spacing: 2px;
}
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container_text,
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required .ginput_container_email {
  padding-bottom: 0;
}
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-contact .gform_wrapper li.gfield_html {
  max-width: 100%;
}
.page-contact .gform_wrapper .top_label .gfield_error input.large,
.page-contact .gform_wrapper .top_label .gfield_error select.large,
.page-contact .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.page-contact .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.page-contact .gform_wrapper .top_label .gfield_error.middle-width {
  width: 48%;
}
.page-contact .gform_wrapper li.gfield.gfield_error,
.page-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: #FFF;
}
.page-contact .gform_wrapper li.gfield_error input[type=email],
.page-contact .gform_wrapper li.gfield_error input[type=number],
.page-contact .gform_wrapper li.gfield_error input[type=password],
.page-contact .gform_wrapper li.gfield_error input[type=tel],
.page-contact .gform_wrapper li.gfield_error input[type=text],
.page-contact .gform_wrapper li.gfield_error input[type=url],
.page-contact .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.page-contact .gform_wrapper li#field_1_1.gfield.gfield_error.gfield_contains_required div.ginput_container {
  padding-bottom: 29px;
}
.page-contact .gform_confirmation_message {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}
.page-contact .map-right h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 13px;
}
.page-contact .map-right > img {
  margin-bottom: 35px;
}
.page-contact .map-right p {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
}
.page-contact .map-right p a {
  text-decoration: none;
  color: #999999;
}
.page-contact .map-right p .fa {
  margin-right: 15px;
}
.page-contact .map-right p span {
  display: inline-block;
  vertical-align: top;
}
.page-contact .map-right p.adresse .fa {
  font-size: 16px;
}

.inner-row.rte-top-txt > .row,
.inner-row.rte-bottom-txt > .row {
  max-width: 1200px;
}

.rte-top-txt {
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Poppins;
}
.rte-top-txt .row > h2 {
  width: 100%;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  color: #515254;
  margin-bottom: 50px;
}
.rte-top-txt .left-rte {
  padding-left: 0;
  padding-right: 0;
  color: #FFF;
}
.rte-top-txt .left-rte div.text {
  background: #000;
  padding: 35px 44px;
}
.rte-top-txt .left-rte div.text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rte-top-txt .left-rte div.text p {
  font-size: 14px;
  font-weight: 100;
  line-height: 145%;
  margin: 0;
}
.rte-top-txt .rte-right {
  padding-left: 30px;
  padding-right: 30px;
}
.rte-top-txt .rte-right h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.rte-top-txt .rte-right h4 {
  margin-top: 35px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.rte-top-txt .rte-right p {
  font-size: 14px;
  font-weight: 100;
  line-height: 145%;
  margin-bottom: 20px;
}
.rte-top-txt div.separator {
  width: 745px;
  margin: 70px auto;
  border-top: 1px solid #e5e5e5;
}
.rte-top-txt div.separator.no-margin {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .rte-top-txt {
    padding-top: 25px;
  }
  .rte-top-txt div.separator {
    margin: 30px auto;
  }
  .rte-top-txt .row > h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .rte-top-txt .left-rte div.text {
    padding: 25px 20px;
  }
  .rte-top-txt .left-rte div.text h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .rte-top-txt .rte-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rte-top-txt .rte-right h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rte-top-txt .left-rte div.text {
    margin-bottom: 20px;
  }
  .rte-top-txt .left-rte div.image {
    text-align: center;
    margin-bottom: 20px;
  }
}

.rte-bottom-txt {
  max-width: 1519px;
  margin: 0 auto;
  background: url(../images/bg-nourisson.jpg) no-repeat bottom right;
  min-height: 500px;
  font-family: Poppins;
}
.rte-bottom-txt .row > h2 {
  width: 100%;
  text-align: left;
  font-family: Poppins;
  color: #666666;
  font-size: 42px;
  margin-bottom: 40px;
}
.rte-bottom-txt .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.rte-bottom-txt .col-sm-12 h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rte-bottom-txt .col-sm-12 p {
  font-size: 14px;
  font-weight: 100;
  line-height: 145%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .rte-bottom-txt {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 300px;
    background-size: auto 90%;
  }
}
@media screen and (max-width: 900px) {
  .rte-bottom-txt .row > h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .rte-bottom-txt .col-sm-12 h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.before-footer-rte {
  background: url(../images/footer-nourisson.jpg) no-repeat top center;
  max-width: 1519px;
  margin: 0 auto;
  min-height: 230px;
  background-size: 100% auto;
}
.before-footer-rte .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.before-footer-rte div.txt {
  margin: 0 0 0 34.5%;
  padding: 40px 0 0 0;
  color: #FFF;
}
.before-footer-rte div.txt p.titre {
  font-family: Poppins;
  font-size: 36px;
  margin-bottom: 25px;
}
.before-footer-rte div.txt a.link {
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #cac4b4;
  text-transform: uppercase;
  padding: 20px 26px;
  color: #FFF;
  text-decoration: none;
  float: left;
}
.before-footer-rte div.txt span {
  font-size: 18px;
  display: block;
  float: left;
  padding: 3px 0 0 20px;
}
.before-footer-rte div.txt span strong {
  font-size: 36px;
  font-family: 'oswaldlight';
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .before-footer-rte {
    background-size: cover;
    min-height: 100px;
  }
  .before-footer-rte .col-sm-12 {
    height: 230px;
  }
  .before-footer-rte .col-sm-12 .outer {
    display: table;
    height: 100%;
    width: 100%;
  }
  .before-footer-rte .col-sm-12 .outer .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 34.5%;
    margin: 0;
  }
}
@media screen and (max-width: 990px) {
  .before-footer-rte .col-sm-12 {
    height: 200px;
  }
  .before-footer-rte div.txt p.titre {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .before-footer-rte div.txt a.link {
    padding: 14px 20px;
  }
  .before-footer-rte div.txt span strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .before-footer-rte .col-sm-12 {
    height: 150px;
  }
  .before-footer-rte .col-sm-12 .outer .txt {
    padding: 0 0 0 29.5%;
  }
}
@media screen and (max-width: 630px) {
  .before-footer-rte .col-sm-12 .outer .txt {
    padding: 0 0 0 24.5%;
  }
  .before-footer-rte .col-sm-12 .outer .txt a.link {
    font-size: 14px;
    padding: 9px 10px;
  }
  .before-footer-rte .col-sm-12 .outer .txt span {
    font-size: 14px;
    padding-left: 10px;
  }
  .before-footer-rte .col-sm-12 .outer .txt span strong {
    font-size: 24px;
  }
}

.inner-row.rte-bottom-video {
  max-width: 1519px;
  margin: 0 auto;
  padding-top: 70px;
}
.inner-row.rte-bottom-video .row {
  max-width: 1519px;
}
.inner-row.rte-bottom-video .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .inner-row.rte-bottom-video {
    padding-top: 30px;
  }
}

.separator.type {
  max-width: 745px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.error404 .container-fluid.empty-content .row {
  margin-left: 0;
  margin-right: 0;
}
.error404 .container-fluid.empty-content .row .error-404 {
  min-height: 600px;
  text-align: center;
}
.error404 .container-fluid.empty-content .row .error-404 p {
  font-size: 72px;
}

.inner-row.interne {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 45px;
}

.inner-row.bloc-seo .bloc-princ {
  padding-top: 45px;
  text-align: left;
  align-items: center;
}
.inner-row.bloc-seo .bloc-princ .row {
  align-items: center;
  padding: 0;
}
.inner-row.bloc-seo .bloc-princ h2 {
  width: 100%;
}
.inner-row.bloc-seo .bloc-princ h3 {
  color: #227fde;
  font-size: 22px;
  font-weight: 500;
}
.inner-row.bloc-seo .bloc-princ p {
  font-size: 16px;
  text-align: left;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div {
  position: relative;
  padding: 0 0 25px 90px;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div:before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/picto/radiateur.png) no-repeat center center;
  background-size: 30px auto;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.electricite:before {
  background: url(../images/picto/electricite.png) no-repeat center center;
  background-size: 30px auto;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.electricite:before {
  background: url(../images/picto/electricite.png) no-repeat center center;
  background-size: 30px auto;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.climatisation:before {
  background: url(../images/picto/climatisation.png) no-repeat center center;
  background-size: 30px auto;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.ventilation:before {
  background: url(../images/picto/climatisation-2.png) no-repeat center center;
  background-size: 30px auto;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.securite {
  padding-bottom: 0;
}
.inner-row.bloc-seo .bloc-princ .left-gtc div.securite:before {
  background: url(../images/picto/bouclier.png) no-repeat center center;
  background-size: 30px auto;
}

.lst-obligatoire .left {
  padding-left: 0;
}
.lst-obligatoire .txt {
  max-width: 768px;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .lst-obligatoire .txt {
    max-width: 100%;
  }
}
.lst-obligatoire .txt p.notice {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
}
.lst-obligatoire .txt p {
  font-size: 16px;
  margin-bottom: 45px;
}
.lst-obligatoire .txt p span {
  font-weight: 600;
  font-size: 24px;
}
.lst-obligatoire .txt h3 {
  color: #227fde;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lst-obligatoire .txt h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.lst-obligatoire .txt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.lst-obligatoire .txt ul li {
  font-size: 16px;
  padding: 0 0 10px 25px;
  position: relative;
}
.lst-obligatoire .txt ul li:before {
  content: "✔";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #227fde;
}

@media screen and (min-width: 990px) {
  .internal .navbar-toggleable-md {
    box-shadow: 0 7px 6px -5px rgba(0, 0, 0, 0.16);
  }
}
.list-label {
  padding-top: 85px;
}
.list-label .col-md-6 {
  margin-bottom: 65px;
}
.list-label .card {
  box-shadow: #0060c1 0px 8px 0px;
  position: relative;
  margin-bottom: 1.56rem;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.57rem;
}
.list-label .card .blockquote {
  padding: 15px 25px 15px 25px;
}
.list-label .card .blockquote p {
  font-size: 16px;
  color: #333;
}
.list-label .card .blockquote p strong {
  font-weight: 500;
}
.list-label .card .blockquote p.txt {
  margin-bottom: 0;
}
.list-label .card .blockquote p.font-normal {
  font-weight: 600;
  font-size: 16px;
}
.list-label .card .blockquote h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.list-label .card-icon-border-large {
  width: 100px;
  height: 100px;
  margin: -3.06rem auto 0px;
  text-align: center;
  background-color: white;
  border: 6px solid;
  border-radius: 50%;
  font-size: 1.88rem;
  color: #666666;
  border-color: #227fde;
  color: #333;
  padding: 19px;
}
.list-label .card-icon-border-large.verifier {
  padding-left: 25px;
  padding-right: 10px;
}

@media screen and (min-width: 990px) {
  .finance-page .lst-service.right .txt {
    order: 1;
  }
  .finance-page .lst-service.right .img {
    order: 2;
  }
}
.finance-page .lst-service .txt p.big {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 145%;
}
.finance-page .notice p {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  font-size: 18px;
  padding: 25px;
  font-weight: 500;
  margin: 35px 25px;
}

.titre-ventage {
  padding-bottom: 45px;
}
.titre-ventage .col-lg-12 {
  position: relative;
}
.titre-ventage .col-lg-12 .white {
  position: absolute;
  top: 20%;
  left: 10%;
  background: rgba(255, 255, 255, 0.52);
  width: 80%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre-ventage .col-lg-12 .white h2 {
  color: #0b2a53;
  font-size: 48px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 490px) {
  .titre-ventage .col-lg-12 img {
    height: 200px;
    object-fit: cover;
  }
  .titre-ventage .col-lg-12 .white {
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    padding: 10px 0;
  }
  .titre-ventage .col-lg-12 .white h2 {
    font-size: 34px;
  }
}

.internal .container > .titre {
  background: linear-gradient(90deg, #005bea, #00c6fb);
  padding: 35px 15px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .internal .container > .titre {
    padding: 85px 15px;
  }
}
.internal .container > .titre h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 1360px;
  margin: 0 auto;
}

.bottom-avantage {
  display: block;
}
.bottom-avantage h3 {
  text-align: center;
  color: red;
  font-size: 30px;
  font-weight: 500;
  width: 100%;
}
.bottom-avantage h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 25px auto;
  background: red;
}
.bottom-avantage .post {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-left: 100px;
  padding-bottom: 75px;
  color: #212529;
}
.bottom-avantage .post .number {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 30px;
  font-weight: 500;
  color: #227fde;
}
.bottom-avantage .post h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.bottom-avantage .post p {
  font-size: 16px;
}
@media screen and (max-width: 990px) {
  .bottom-avantage {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-avantage h3 {
    font-size: 26px;
  }
  .bottom-avantage .post {
    padding: 25px 15px;
    padding-left: 40px;
  }
  .bottom-avantage .post .number {
    left: 10px;
  }
}

.container > .texto {
  max-width: 1360px;
  margin: 0 auto;
}
.container > .texto p {
  padding: 30px 15px;
  font-size: 16px;
  margin: 0;
}
.container > .texto h2 {
  padding: 0 15px;
  margin-bottom: 0;
  margin-top: 35px;
  color: #227fde;
  font-size: 24px;
  font-weight: 500;
}

.box-footer {
  max-width: 1360px;
  margin: 0 auto;
  background: #e9f1f9;
  padding: 75px 25px;
}
.box-footer span {
  display: inline-block;
  padding: 5px;
  background: #fff;
  color: #227fde;
  font-size: 11px;
}
.box-footer h3 {
  margin: 25px 0 25px 0;
  font-size: 30px;
  font-weight: 500;
  color: #212529;
}
.box-footer p {
  color: #212529;
}
.box-footer a {
  display: inline-block;
  background: #005bff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 15px;
}

.container .bt {
  padding: 45px 0;
}
.container .bt a {
  display: block;
  width: 320px;
  height: 52px;
  text-decoration: none;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
  background: linear-gradient(90deg, #005bea, #00c6fb);
  margin: 0 auto;
}

/*# sourceMappingURL=gbts-1.css.map */
