body.single-article .single_article_content a.bouton-bleu{
  font-size:rem(12);
  background-color:#fff;
  border:solid #003976;
  -webkit-border-radius:rem(50);
     -moz-border-radius:rem(50);
          border-radius:rem(50);
  font-size:rem(16);
  font-family:Roboto,sans-serif;
  margin:0 auto;
  padding:rem(13) rem(25);
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-article .single_article_content a.bouton-bleu{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_content a.bouton-bleu{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

body.single-article .single_article_content a.bouton-bleu:before{
  content:"";
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
}

body.single-article .single_article_content a.bouton-bleu:hover{
  color:#003976;
}
body.single-article .single_article_content a.bouton-bleu{
  background:#fff;
  color:#003976;
  border:.125rem solid #003976;
  font-size:1rem;
  font-weight:500;
  -webkit-border-radius:1.875rem;
     -moz-border-radius:1.875rem;
          border-radius:1.875rem;
  padding:.9375rem 1.875rem;
  line-height:normal;
  position:relative;
  z-index:1;
  overflow:hidden;
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
}

body.single-article .single_article_content a.bouton-bleu:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-article .single_article_content a.bouton-bleu{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_content a.bouton-bleu{
    font-size:.9375rem;
    padding:.75rem 1.5625rem;
  }
}

body.single-article .single_article_content a.bouton-bleu:before{
  background:#fff;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
       transform-origin:0 0;
  width:150%;
  z-index:-1;
  -webkit-transform:translateX(-100%) skew(-45deg);
  -moz-transform:translateX(-100%) skew(-45deg);
    -o-transform:translateX(-100%) skew(-45deg);
       transform:translateX(-100%) skew(-45deg);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  background:#003976;
}

body.single-article .single_article_content a.bouton-bleu:hover{
  color:#fff;
}

body.single-article .single_article_content a.bouton-bleu:hover:before{
  -webkit-transform:translateX(0) skew(-45deg);
  -moz-transform:translateX(0) skew(-45deg);
    -o-transform:translateX(0) skew(-45deg);
       transform:translateX(0) skew(-45deg);
}
@media (max-width:767.98px){
  body.single-article .single_article_content{
    margin-bottom:3.75rem;
  }
}

body.single-article .single_article_content .single_article-h2,body.single-article .single_article_content h5{
  font-size:1.5rem;
  line-height:1.2;
  margin-bottom:.75rem;
}

body.single-article .single_article_content h2.article_sub_heading{
  font-size:1.875rem;
  color:#003976;
  line-height:1.875rem;
  margin-bottom:1.5625rem;
  font-family:palanquin,sans-serif;
  margin-top:0;
  line-height:1.25;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-article .single_article_content h2.article_sub_heading{
    font-size:1.5625rem;
    margin-bottom:1.25rem;
  }
}

@media (max-width:767.98px){
  body.single-article .single_article_content h2.article_sub_heading{
    font-size:1.875rem;
    line-height:1.15;
  }
}

@media (max-width:413px){
  body.single-article .single_article_content h2.article_sub_heading{
    font-size:1.5rem;
  }
}

body.single-article .single_article_content p.article_para_text{
  color:#02243e;
  font-family:Roboto,sans-serif;
  margin-bottom:1.875rem;
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_content p.article_para_text{
    margin-bottom:.9375rem;
  }
}

body.single-article .single_article_content p.paragraph_style_new{
  display:none;
  color:#02243e;
  margin-bottom:1.875rem;
}

@media (max-width:1600px){
  body.single-article .single_article_content p.paragraph_style_new{
    display:block;
  }
}

@media (max-width:1600px){
  body.single-article .single_article_content p.paragraph_style{
    display:none;
  }
}

body.single-article .single_article_content ul{
  margin:0 0 2.0625rem;
  padding:0;
}

body.single-article .single_article_content ul li{
  font-family:Roboto,sans-serif;
  margin-bottom:1.25rem;
  position:relative;
  padding-left:1.125rem;
}

@media (max-width:767.98px){
  body.single-article .single_article_content ul li{
    margin-bottom:.5rem;
  }
}

body.single-article .single_article_content ul li:before{
  content:"";
  position:absolute;
  top:.5625rem;
  left:0;
  width:.375rem;
  height:.375rem;
  background-color:#003976;
  -webkit-border-radius:100%;
     -moz-border-radius:100%;
          border-radius:100%;
}

body.single-article .single_article_content .article_note_text{
  background-color:#9ed2f1;
  color:#02243e;
  font-family:Roboto,sans-serif;
  font-style:italic;
  padding:1.875rem;
  margin-bottom:3.125rem;
  border-left:.25rem solid #003976;
}

@media (max-width:767.98px){
  body.single-article .single_article_content .article_note_text{
    margin-bottom:1.875rem;
  }
}

body.single-article .single_article_content .article_image{
  margin-bottom:3.125rem;
}

body.single-article .single_article_content .article_image img{
  -o-object-fit:cover;
     object-fit:cover;
}

body.single-article .single_article_content .wp-block-image img{
  width:100%;
  height:auto;
  padding-right:1.875rem;
  margin-bottom:1.875rem;
}

body.single-article .single_article_content .col-lg-6 img{
  width:100%;
}

body.single-article .single_article_content .article_content_img{
  width:30%;
}

body.single-article .single_article_count{
  background-color:#fffac2;
  text-align:center;
  padding:3.125rem 0;
  margin-bottom:3.125rem;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-article .single_article_count{
    padding:1.875rem 0;
  }
}

@media (max-width:991.98px){
  body.single-article .single_article_count{
    margin-bottom:1.875rem;
  }
}

@media (max-width:767.98px){
  body.single-article .single_article_count{
    padding:0;
  }
}

@media (max-width:767.98px){
  body.single-article .single_article_count .col-lg-4:last-child .singlur_count{
    border-bottom:0;
  }
}

body.single-article .single_article_count .col-lg-4 .singlur_count{
  padding:.3125rem 1.875rem;
  border-right:.0625rem solid #d0ca8b;
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count{
    padding:.3125rem .625rem;
  }
}

@media (max-width:767.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count{
    padding:2.1875rem .625rem;
    margin:0 3.125rem;
    border-right:0;
    border-bottom:.0625rem solid #d0ca8b;
  }
}

body.single-article .single_article_count .col-lg-4 .singlur_count .article_count{
  font-family:palanquin,sans-serif;
  color:#02243e;
  font-size:1.5rem;
  margin-top:1.875rem;
  margin-bottom:0;
  font-weight:700;
}

@media (min-width:992px) and (max-width:1199.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count .article_count{
    font-size:1.25rem;
    line-height:1.25rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count .article_count{
    font-size:1rem;
    line-height:1.3;
  }
}

@media (max-width:767.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count .article_count{
    font-size:1.5rem;
    line-height:1.25;
  }
}

@media (max-width:413px){
  body.single-article .single_article_count .col-lg-4 .singlur_count .article_count{
    font-size:1.25rem;
  }
}

body.single-article .single_article_count .col-lg-4 .singlur_count .article_owner_icon{
  margin-bottom:1.875rem;
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count .article_owner_icon{
    margin-bottom:1.25rem;
  }
}

body.single-article .single_article_count .col-lg-4 .singlur_count img{
  height:5rem;
}

@media (min-width:768px) and (max-width:991.98px){
  body.single-article .single_article_count .col-lg-4 .singlur_count img{
    height:3.75rem;
  }
}

body.single-article .single_article_count .col-lg-4 .singlur_count p{
  display:none;
}

body.single-article .single_article_count .col-lg-4:last-child .singlur_count{
  border-right:0;
}

body.single-article .fl-module-social_share .component_social_share{
  text-align:center;
}

@media (max-width:1199.98px){
  body.single-article .fl-module-social_share .component_social_share{
    text-align:left;
  }
}

@media (max-width:767.98px){
  body.single-article .fl-module-social_share .component_social_share{
    border-top:.0625rem solid #ddd;
  }
}

@media (min-width:1601px){
  body.single-article .fl-module-social_share .component_social_share .social-share{
    padding:0 .375rem;
  }
}

@media (max-width:767.98px){
  body.single-article .fl-module-social_share .component_social_share .title{
    padding-right:3.125rem;
  }
}

body.single-article .related_sidebar .component_related .text-left{
  padding:0;
}

body.single-article .related_sidebar .component_related .card-deck .recipe-card .card-body .card-title{
  margin-top:-.375rem;
}

body.single-article .related_sidebar .component_related .card-deck .recipe-card .card-body .card-title:first-letter{
  text-transform:capitalize;
}

body.single-article .related_sidebar .component_related .card-deck .recipe-card .card-body .card-title a{
  font-size:1.25rem;
  line-height:1.5rem;
  color:#003976;
  font-family:palanquin,sans-serif;
}

@media (max-width:1600px){
  body.single-article .related_sidebar .component_related .card-deck .recipe-card .card-body .card-title a{
    font-size:1rem;
    line-height:1.375rem;
  }
}

/*# sourceMappingURL=template-single-article.min.css.map */
