/*
   Vieux CSS
*/

/***************************** Changement CSS 12 Avril 2018 **************************************/

/*** Changement CSS du menu mobile afin de remplacé le h1 en p pour le référencement (doublon) ***/

.titre-menu-mobile {
    color: #fff;
    padding: 16px;
    font-size: 21px;	
}

/*** Changement du H1 et H2 du bandeau bleu haut de page pour Responsive + btn ***/

@media all and (max-width:1015px) {
	.banner h1 { font-size: 32px !important; }
}

@media all and (max-width:840px) {
	.banner h1 { font-size: 28px !important; }
}
@media all and (max-width:730px) {
	.banner h1 { font-size: 24px !important; }
	.banner h2 { font-size: 18px !important; }
	.clearfix h3 { font-size: 18px !important; }
}
@media all and (max-width:440px) {
	.banner h1 { font-size: 20px !important; }
	.banner h2 { font-size: 16px !important; }
	
}
@media all and (max-width:991px) {
    .blog_wrap .clearfix li{padding-top: 15px !important;}
    .clearfix ul { padding-top: 0px !important; }
    .clearfix li { padding-top: 0px !important; }
    
    .affiliation .clearfix ul{
        padding : 30px 0 !important;
    }
    
    .blog_wrap .article h2{
        text-align: center;
       
        padding: 20px 30px;
        height: auto;
    }        
}
@media all and (max-width:520px) {
    
}


/*** Style pour les listes et URL se trouvant dans un accordéon de la FAQ ***/ 

.uk-accordion-content a, a:active, a:focus {
	color: #247ee1 !important;
	/*font-weight: 400 !important;*/
	text-decoration: none;
}

 a.white:active, a.white:focus,
#footer a:active, #footer a:focus {
	color: rgb(215, 215, 215) !important;	
}

.uk-accordion-content a:hover {
	color: #4c97e8 !important;
    /* font-weight: 400 !important; */
    /* text-decoration: none; */
    transition: all 400ms;
}

.uk-accordion-content a.white,
.uk-accordion-content a.white:hover,
a.white,
a.white:active,
a.white:focus,
a.white:hover,
a.white:visited{
    color: #fff !important;
}

.uk-accordion-content a.underline,
.uk-accordion-content a.underline:hover,
a.underline,
a.underline:active,
a.underline:focus,
a.underline:hover,
a.underline:visited,
.uk-accordion-content a.underline_hover:hover,
a.underline_hover:hover{
    text-decoration: underline !important;
    font-weight: normal !important;
}

.uk-accordion-content a.gris_hover:hover,
a.gris_hover:hover{
     color: #ccc !important;
}

.uk-accordion-content li {
	font-size: 18px;	
	color: #606060;
	font-weight: 400;
	list-style: disc;
	text-align: justify;
	padding: 5px;
}

.uk-accordion-content ul {
    padding: 15px 0 15px 20px;
}

#faq ul > li p {
	text-align: justify;
}

@media only screen and (max-width:620px) {
	
	.uk-accordion-content li { font-size: calc(0.5rem + 2vw); }

}

/************************* Fin changement CSS du 12 Avril 2018 ****************************************/



.etoiles_avis {
    margin-top: 3px;
}

.image_blog_nouveaute {
    margin-top: 65px
}

.banner_section .banner .caption ul li img {
    width: 25px;
    height: 25px;
    min-height: 25px;
    margin-right: 10px;
}

.pagination {
    margin: 0 -15px 25px -15px !important;
}

.pagination .uk-active {
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
}

.banner_section.affiliation .banner img {
    min-height: 380px
}

.banner_section.inner_page .banner .caption p {
    text-transform: none;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0 30px;
}

.banner_section.inner_page .banner .caption h2 {
    text-transform: none !important;
}

.banner_section.affiliation .banner .caption {
    text-align: center;
    top: 40px
}

.banner_section.affiliation .banner .caption .cmd_btn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.banner_section.affiliation .banner .caption .cmd_btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 35px 12px;
    line-height: 25px;
    background-color: #86c401;
    border-radius: 5px;
    margin: 40px auto;
}

.banner_section.affiliation .banner .caption .cmd_btn a:hover {
    background-color: #6da301;
    border-radius: 8px;
}

.top-link, .top-link:link, .top-link:visited, .top-link:hover {
    right: 5%;
}

.footer_lws_cloud .pull-right-custom {
    float: right;
}

.footer_lws_cloud {
    background-color: #0d4d96;
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer_lws_cloud img {
    margin-left: 10px;
    width: 150px;
}

.blog .bor-bot ul, .blog .bor-bot ol {
    list-style: none;
    padding: 0;

}

/*.blog .bor-bot ul li, .blog .bor-bot ol li {*/
/*margin-left: 20px;*/
/*font-size: 20px;*/
/*color: #606060;*/
/*text-align: justify;*/
/*list-style: none;*/
/*background-image: url("<?php echo get_stylesheet_directory_uri(); ?>/images/fleche_li.jpg");*/
/*background-repeat: no-repeat;*/
/*background-position: left 8px;*/
/*background-size: 10px 10px;*/
/*padding-left: 30px;*/
/*padding-top: 0;*/
/*}*/

.blog .bor-bot strong {
    font-weight: bold;
}

.blog .bor-bot i, .blog .bor-bot em {
    font-style: italic;
}

.blog .bor-bot em {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.article .cmd_btn {
    margin: 10px auto 0;
}

b, strong {
    font-weight: bold;
}

.top-link {
    right: 20%;
}

.header .menu_sec ul li.show_mobile {
    display: none;
}

.banner_section.inner_page .banner .caption p.title_article_blog {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6em;
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: center;
    padding: 5px 0 15px;
}

.article_blog.inner_page .banner .caption p{
     font-weight: 400;
}

.video_bg {
    min-height: 360px
}

.cpanel_mng {
    min-height: 450px
}

.footer_top .ft_logo img {
    max-height: 60px
}

.footer_top .ft_logo a {
    padding: 10px 0 10px;
}

.footer_top ul.social_link li {
    float: none;
    padding: 0 10px 5px;
}

.footer_top .ft_logo .social_link img {
    max-height: 40px;
}

.footer_top ul.social_link li a img {
    transition: all 400ms
}

.footer_top ul.social_link li a:hover {
    border-bottom: 0;
    text-decoration: none
}

.footer_top ul.social_link li a:hover img {
    opacity: 1;
}

@media only screen and (max-width: 1260px) {
    .footer_lws_cloud .pull-right-custom {
        float: none;
    }

    .footer_lws_cloud {
        text-align: center !important
    }

    .banner_section.inner_page .banner {
        height: 200px;
    }

    .banner_section.inner_page .banner img {
        height: 200px;
    }

    .banner_section.blog_page .banner {
        height: 250px;
    }

    .banner_section.blog_page .banner img {
        height: 250px;
    }

    .banner_section.affiliation .banner {
        height: 380px;
    }

    .banner_section.affiliation .banner img {
        height: 380px;
        min-height: 380px;
    }
}

@media only screen and (max-width: 1145px) {
    .banner_section.inner_page .banner .caption p.title_article_blog {
        font-size: 35px;
    }

    .banner_section.inner_page .banner {
        height: 180px;
    }

    .banner_section.inner_page .banner img {
        height: 170px;
        min-height: 170px;
    }

    .banner_section.blog_page .banner {
        height: 230px;
    }

    .banner_section.blog_page .banner img {
        height: 230px;
    }
}

@media only screen and (max-width: 992px) {
    .banner_section.inner_page .banner .caption p.title_article_blog {
        font-size: 30px;
    }
    
    .article_blog.inner_page .banner .caption p{
        font-size:20px;
    }

    .banner_section.affiliation .banner img {
        min-height: 340px
    }

    .banner_section.affiliation .banner {
        height: 320px;
    }

    .banner_section.affiliation .banner img {
        height: 320px;
        min-height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .image_blog_nouveaute {
        margin-top: 20px
    }

    .header .menu_sec #right_header {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -30px;
    }

    .header .menu_sec ul li.show_mobile {
        display: block;
    }
}

@media only screen and (max-width: 680px) {
    .banner_section.inner_page .banner .caption p.title_article_blog {
        font-size: 22px;
    }
    
     .article_blog.inner_page .banner .caption p{
        font-size:16px;
    }

    .banner_section.inner_page .banner {
        height: 140px;
    }

    .banner_section.inner_page .banner img {
        height: 140px;
        min-height: 140px;
    }

    .banner_section.blog_page .banner {
        height: 170px;
    }

    .banner_section.blog_page .banner img {
        height: 170px;
    }

    .banner_section.article_blog .banner {
        height: 170px;
    }

    .banner_section.article_blog .banner img {
        height: 170px;
    }
}

@media only screen and (max-width: 631px) {
    .customer_opinion em {
        font-size: 18px;
        line-height: 18px;
    }

    .customer_opinion ul li i {
        font-size: 25px;
    }

    .site_plus {
        float: right;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 606px) {
    .customer_opinion {
        display: none
    }

    .site_plus {
        display: none
    }

    #toggle {
        top: -75px;
    }

    header.header {
        min-height: 0;
    }

    header.header .logo, header.header .pad_last {
        min-height: 0;
    }

    header.header .pad_last .col-md-12 {
        min-height: 0;
    }

    .header .menu_sec #right_header {
        top: calc(100% - 2px);
    }
}

@media only screen and (max-width: 552px) {
    .banner_section.affiliation .banner .caption .cmd_btn a {
        margin: 10px auto
    }

    .banner_section.affiliation .banner .caption .cmd_btn {
        width: 100%;
        padding: 0;
    }

    .banner_section.affiliation .banner img {
        min-height: 360px
    }
}

@media only screen and (max-width: 538px) {
    .banner_section.blog_page .banner {
        height: 250px;
    }

    .banner_section.blog_page .banner img {
        height: 250px;
    }
}

@media only screen and (max-width: 525px) {
    .banner_section.affiliation .banner {
        height: 390px;
    }

    .banner_section.affiliation .banner img {
        height: 390px;
        min-height: 390px;
    }
}

@media only screen and (max-width: 480px) {
    .banner_section.characteristics .right_div sup {
        font-size: 33px;
    }

    #toggle {
        top: -71px;
    }
}

@media only screen and (max-width: 430px) {
    .characteristics .left_div ul li {
        width: 100%
    }

    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 830px;
    }

    #toggle {
        top: -69px;
    }
}

@media only screen and (max-width: 418px) {
    .banner_section.inner_page .banner {
        height: 130px;
    }

    .banner_section.inner_page .banner img {
        height: 130px;
        min-height: 130px;
    }

    .banner_section.blog_page .banner {
        height: 250px;
    }

    .banner_section.blog_page .banner img {
        height: 250px;
    }
}

@media only screen and (max-width: 415px) {
    .banner_section.inner_page .banner {
        height: 160px;
    }

    .banner_section.inner_page .banner img {
        height: 130px;
        min-height: 160px;
    }

    .banner_section.blog_page .banner {
        height: 210px;
    }

    .banner_section.blog_page .banner img {
        height: 210px;
    }

    .banner_section.article_blog .banner {
        height: 180px;
    }

    .banner_section.article_blog .banner img {
        height: 180px;
    }
}

@media only screen and (max-width: 402px) {
    .banner_section.article_blog .banner {
        height: 200px;
    }

    .banner_section.article_blog .banner img {
        height: 200px;
    }

    #toggle {
        top: -66px;
    }
}

@media only screen and (max-width: 378px) {
    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 860px;
    }

    #toggle {
        top: -64px;
    }
}

@media only screen and (max-width: 368px) {
    .banner_section .banner .caption .free_div {
        top: 340px;
    }

    .banner_section .banner img {
        height: 710px;
        min-height: 710px;
        max-height: 710px;
    }

    .banner_section .banner {
        height: 710px;
        min-height: 710px;
        max-height: 710px;
    }
}

@media only screen and (max-width: 360px) {
    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 875px;
    }

    .banner_section .banner .caption .free_div h3 {
        margin-left: 0;
    }

    #toggle {
        top: -60px;
    }
}

@media only screen and (max-width: 346px) {
    .banner_section .banner .caption .free_div {
        top: 380px;
    }

    .banner_section .banner img {
        height: 750px;
        min-height: 750px;
        max-height: 750px;
    }

    .banner_section .banner {
        height: 750px;
        min-height: 750px;
        max-height: 750px;
    }
}

@media only screen and (max-width: 337px) {
    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 875px;
    }

    .banner_section .banner .caption .free_div h3 {
        margin-left: 6%
    }

    .banner_section .banner .caption h1 {
        font-size: 20px;
    }

    #toggle {
        top: -61px;
    }
}

@media only screen and (max-width: 333px) {
    .banner_section.article_blog .banner {
        height: 250px;
    }

    .banner_section.article_blog .banner img {
        height: 300px;
        min-height: 300px;
    }

    .banner_section.article_blog .banner .caption {
        top: 40%;
    }

    .banner_section.affiliation .banner img {
        min-height: 450px
    }

    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 880px;
    }
}

@media only screen and (max-width: 314px) {
    .banner_section.characteristics .banner img, .banner_section.characteristics .banner {
        min-height: 885px;
    }

    .banner_section .banner .caption .free_div h3 {
        margin-left: 8%
    }

    .banner_section .banner .caption .free_div {
        top: 380px;
    }

    .banner_section .banner img {
        height: 750px;
        min-height: 750px;
        max-height: 750px;
    }

    .banner_section .banner {
        height: 750px;
        min-height: 750px;
        max-height: 750px;
    }
}

/*
    Nouveau CSS
 */

[class*="uk-divider"] {
    margin-bottom: 5px;
}

[class*="uk-divider-small"]:after {
    border-top: 4px solid #757575;
    width: 60px;
}

[class*="uk-divider-small-w"]:after {
    border-top: 4px solid #ffffff;
}

[class*="bg"] {
    width: 100% !important;
    height: 100% !important;
    /* !Important obligatoire pour overload une propriété UIKit */
}

#lazy_load {
    opacity: 1;
    transition: opacity 200ms;
    position: relative;
    overflow-x: hidden;
}

#spinner {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    width: 125px;
    height: 25px;
    -webkit-animation: animation 1000ms linear both alternate-reverse infinite;
    animation: animation 1000ms linear both alternate-reverse infinite;
}

#spinner > p {
    font-size: 1rem;
    text-align: center;
}

.bg_white {
    background-color: rgb(255, 255, 255);
}

.bg_grey {
    background-color: rgb(246, 246, 246);
}

.bg_blue_1 {
    background-color: rgb(36, 126, 225);
}

.bg_blue_2 {
    background-color: rgb(4, 96, 195);
}

#header {
    background-color: #FFFFFF;
}

#header .nav_top {
    background-color: rgb(47, 47, 47);
    height: 45px;
}

#header .nav_top li > a {
    height: 45px;
    text-transform: none;
    color: rgb(255, 255, 255);
}

#header .nav_top li > a:hover {
    color: rgb(215, 215, 215);
}

#header .nav_top li > a.avis,
#modale_mobile_menu .liste > .tile a.avis {
    z-index: 0;
}

#header .nav_top li > a.avis i,
#modale_mobile_menu .liste > .tile a.avis i {
    font-size: unset;
    color: rgb(240, 184, 73);
    z-index: 0;
}

#header .nav_top li > a.avis i:first-child,
#modale_mobile_menu .liste > .tile a.avis i:first-child {
    margin-left: 8px;
}

#header .nav_top li > a.avis i.half,
#modale_mobile_menu .liste > .tile a.avis i.half {
    position: relative;
    color: rgb(240, 233, 235);
}

#header .nav_top li > a.avis i.half:after,
#modale_mobile_menu .liste > .tile a.avis i.half:after {
    content: "\f089";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(240, 184, 73);
}

#header .nav_top li > a:not(.avis) i:first-child {
    margin-right: 8px;
    font-size: 0.8rem;
}

#header .nav_top li > a > i.reverse_icon,
#modale_mobile_menu .liste > .tile a i.reverse_icon {
    transform: rotateZ(90deg);
}

#header .nav_top li > a > button.espace_client {
    background-color: rgb(83, 83, 83);
    color: inherit;
    text-transform: inherit;
    padding: 0 10px;
}

#header .nav_top li > a > button.espace_client:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(95, 95, 95);
}

#header .nav_top li > a > button.espace_client > i:first-child {
    margin-right: 5px;
}

@media screen and (max-width: 959px) {
    #header .nav_top {
        display: none;
    }
}
    
#header .sub_nav {
    margin: 15px auto;
}

#header .sub_nav .mobile_menu {
    font-size: 2rem;
    color: rgb(134, 196, 1);
    margin-left: 15px;
}

#header .sub_nav ul > li {
    display: inline-block;
}

#header .sub_nav ul > li:not(:last-child) {
    margin-right: 30px;
}

#header .sub_nav ul > li > a {
   /* text-transform: uppercase; */
    font-size: 1.3rem;
    color: rgb(60, 111, 158);
    font-weight: 400;
    line-height: 24px;
}

#header .sub_nav ul > li:hover > a {
    color: rgb(84, 156, 222);
}

#modale_mobile_menu {
    z-index: 99999;
}

#modale_mobile_menu .top {
    background-color: rgb(134, 196, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}

#modale_mobile_menu .top > h1 {
    color: rgb(255, 255, 255);
    padding: 16px;
}

#modale_mobile_menu .liste {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 0 0 0;
    z-index: 0;
}

#modale_mobile_menu .liste > .tile {
    background-color: rgb(47, 47, 47);
    padding: 15px;
}

#modale_mobile_menu .liste > .tile a {
    text-transform: none;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

#modale_mobile_menu .liste > .tile > div > a > div {
    padding: 10px;
}

#modale_mobile_menu .liste > ul:last-child {
    padding: 15px;
    margin: 5px 0px;
}

#modale_mobile_menu .liste > ul:last-child > li > a {
    font-size: 18px;
    color: rgb(60, 111, 158);
    font-weight: 400;
    line-height: 1.6;
}

#modale_mobile_menu .liste > ul:last-child > li:last-child > a {
    padding-bottom: 20px;
}

#modale_mobile_menu .liste > ul.uk-list-large.uk-list-divider>li:nth-child(n+2) {
    margin-top: 0px;
    padding-top: 6px;
        border-top: none
}

#banner_section {
    color: rgb(255, 255, 255);
    position: relative;
}

#banner_section .box {
   /* padding-top: 30px;
    padding-bottom: 30px;*/
    z-index: 1;
    position: relative;
}

#banner_section .box h1 {
    color: inherit;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 3.1rem;
}

#banner_section .box h1 span {
    color: rgb(165, 234, 3);
}

#banner_section .box h2 {
    color: inherit;
    font-size: 1.6rem;
    margin-top: 24px;
}

#banner_section .box ul {
    font-size: 1.275rem;
    /* margin-top: 20px; */
    line-height: 1.95rem;
}

#banner_section .box ul > li > i {
    /*font-size: 1.5rem;*/
    color: rgb(165, 234, 3);
    margin-right: 10px;
}

#banner_section .box .tarif {
    position: relative;
}

#banner_section .box .tarif > .shape_1,
#banner_section .box .tarif > .shape_2,
#banner_section .box .tarif > .text {
    width: 470px;
    height: 500px;
    transform: scale(0.9);
}

#banner_section .box .tarif > div:not(.shape_1) {
    position: relative;
    margin-top: -500px;
}

#banner_section .box .tarif > .shape_1 {
    background: url('../images/shape1.png') no-repeat 100% 0;
}

#banner_section .box .tarif > .shape_2 {
    background: url('../images/shape2.png') no-repeat 0 100%;
}

#banner_section .box .tarif > .text {
    position: relative;
}

#banner_section .box .tarif > .text > * {
    position: absolute;
    text-align: center;
}

#banner_section .box .tarif > .text > *:nth-child(1) {
    top: 11%;
    right: 7%;
    width: 35%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #75C6FF;
    text-align: center;
}

#banner_section .box .tarif > .text > *:nth-child(2) {
    top: 23%;
    left: 23%;
    width: 20%;
    font-size: 2.2rem;
    font-weight: normal;
    color: rgb(255, 255, 255);
}

#banner_section .box .tarif > .text > *:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 5px solid rgb(93, 169, 255);

    /*-webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);*/
    transform: rotate(-15deg);
}

#banner_section .box .tarif > .text > *:nth-child(3) {
    top: 27%;
    left: 21%;
    font-size: 9rem;
    font-weight: 700;
}

#banner_section .box .tarif > .text > *:nth-child(4) {
    top: 32%;
    left: 37%;
    width: 20%;
    font-size: 4.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

#banner_section .box .tarif > .text > *:nth-child(5) {
    top: 53%;
    left: 47%;
    width: 30%;
    font-size: 1.5rem;
    font-weight: normal;
    color: rgb(255, 255, 255);

}

#banner_section .box .tarif > .text > *:nth-child(6) {
    top: 35%;
    left: 58%;
    width: 20%;
    font-size: 2.2rem;
    font-weight: 700;
    color: #75C6FF;
}
/*
#banner_section .box .tarif > .text > *:nth-child(7) {
    top: 67%;
    left: 25%;
    width: 50%;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgb(255, 255, 255);
}*/

#banner_section .box .tarif > .text > *:nth-child(7) {
        top: 67%;
    left: 24%;
    width: 53%;
    font-size: 1.75rem;
    font-weight: 700;
    background-color: #86C401;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 30px;
}

#banner_section .box .tarif > .text > *:nth-child(7):hover {
    background-color: #99d701;
}


#banner_section .box .tarif > .text > *:nth-child(8) {
    top: 84%;
    left: 28%;
    width: 44%;
    font-size: 1.075rem;
    color: #fff;
    text-decoration: underline;
    transition: 200ms;
}

#banner_section .box .tarif > .text > *:nth-child(8):hover {
    color: #bfbfbf;
}

@media screen and (max-width: 1330px) {
    #banner_section .box .tarif {
        transform: scale(0.9);
    }

    #banner_section .box ul {
        /*font-size: 1.4rem;*/
    }
}

@media screen and (max-width: 959px) {
    
    #banner_section .box {
        padding-top: 30px;
        padding-bottom: 30px;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #banner_section .box .center {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #banner_section .box .tarif {
        margin-top: 20px;
    }

    #banner_section .box h1 {
        text-align: center;
    }

    #banner_section .box h2 {
        text-align: center;
    }

    #banner_section .box ul {
        font-size: 1.5rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 620px) {
    #banner_section .box h1 {
        text-align: center;
        font-size: calc(1.2rem + 2vw);
    }

    #banner_section .box h2 {
        text-align: center;
        font-size: calc(0.7rem + 2vw);
    }

    #banner_section .box ul {
        font-size: calc(0.4rem + 2vw);
        line-height: 1rem;
    }

    #banner_section .box .tarif {
        margin-top: 10px;
    }

    #banner_section .box ul > li > i {
        font-size: calc(0.4rem + 2vw);
    }

    #banner_section .box .tarif > .shape_1,
    #banner_section .box .tarif > .shape_2,
    #banner_section .box .tarif > .text {
        margin: -80px;
        transform: scale(0.7);
    }
}

@media screen and (max-width: 425px) {
       
    #banner_section .box h2{
        margin-bottom : 0px;
    }
}

#slider_logo ul > li,
#slider_reference ul > li {
    padding-left: 50px;
    padding-right: 50px;
}

#slider_logo .logo_idle > li,
#slider_reference .logo_idle > li {
    display: inline-block;
    padding: 10px 25px;
}

#video {
    position: relative;
}

#video .box {
    z-index: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}

#video h2 {
    /*text-transform: uppercase;*/
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 620px) {
    #video h2 {
        font-size: calc(0.7rem + 2vw);
    }
}

#affiliation {
    position: relative;
}

#affiliation .box {
    z-index: 1;
    position: relative;
    padding-top: 30px;
}

#affiliation h1 {
    /*text-transform: uppercase;*/
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#affiliation h2 {
    /*text-transform: uppercase;*/
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#affiliation p {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    text-align: center;
}

#affiliation button {
    font-size: 1.5rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 6px 20px;
    margin: 0 10px;
}

#affiliation a:hover > button {
    background-color: rgb(153, 215, 1);
}

@media screen and (max-width: 620px) {
    #affiliation h2 {
        font-size: calc(0.7rem + 2vw);
    }

    #affiliation button {
        margin: 10px;
    }

    #affiliation .box:last-child > div:first-child {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.lws_row {
    position: relative;
}

.lws_row .box {
    z-index: 1;
    position: relative;
}

.lws_row .box {
    padding-top: 40px;
}

.lws_row .box:first-child {
    padding-top: 30px;
}

.lws_row .box:last-child,
.lws_row .box.once {
    padding-bottom: 30px;
}

#slider_logo.lws_row .box.once{
    padding-top : 0px !important;
    padding-bottom : 0px !important;
}


.lws_row .box > h1 {
    /*text-transform: uppercase;*/
    color: rgb(36, 126, 225);
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.lws_row .box > h2 {
    /*text-transform: uppercase;*/
    color: rgb(36, 126, 225);
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.lws_row .box > p {
    color: rgb(56, 56, 56);
    font-size: 1.2rem;
    text-align: center;
    padding: 0 30px;
    position: relative;
    width: 100%;
}

#infos_1 .carte {
    position: relative;
    padding: 10px;
}

#infos_1 .carte > div:nth-child(1) {
    background-color: rgb(36, 126, 225);
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 10px 20px;
}

#infos_1 .carte > div:nth-child(1) > * {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

#infos_1 .carte > div:nth-child(1) i {
    margin-right: 5px;
}

#infos_1 .carte > div:nth-child(2) {
    background-color: rgb(255, 255, 255);
    padding: 30px 30px 55px 30px;
    border: 2px solid rgb(36, 126, 225);
    border-radius: 0 0 10px 10px;
}

#infos_1 .carte > div:nth-child(2) li {
    font-size: 1.3rem;
    color: rgb(36, 126, 225);
}

#infos_1 .carte > div:nth-child(2) li i {
    font-size: 1.5rem;
    margin-right: 10px;
}

#infos_1 .carte > div:nth-child(3) {
    margin-top: -40px;
}

#infos_1 .carte > div:nth-child(3) > a {
    margin-right: 10px;
}

#infos_1 .carte > div:nth-child(3) > a > button {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#infos_1 .carte > div:nth-child(3) > a:hover > button {
    background-color: rgb(153, 215, 1);
}

#infos_1 .cards {
    align-items: unset;
}

@media screen and (max-width: 985px) {
    #infos_1 .cards {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #infos_1 .cards > * {
        width: 100%;
    }

    .lws_row .box > p:after {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    #infos_1 .carte {
        padding: 10px 0;
    }

    #infos_1 .carte > div:nth-child(1) > * {
        font-size: calc(0.6rem + 2vw);
    }

    #infos_1 .carte > div:nth-child(2) li {
        font-size: calc(0.5rem + 2vw);
    }

    #infos_1 .carte > div:nth-child(2) li i {
        font-size: calc(0.6rem + 2vw);
    }

    #infos_1 .carte > div:nth-child(3) > a > button {
        font-size: calc(0.6rem + 2vw);
        padding: 2px 10px;
    }

    .lws_row .box h2 {
        font-size: calc(0.7rem + 2vw);
    }

    .lws_row .box p {
        font-size: calc(0.5rem + 2vw);
    }
}

#infos_2 {
    padding-bottom: 30px;
}

#infos_2 .liste h3 {
    font-weight: bold;
    color: rgb(36, 126, 225);
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: left;
}

#infos_2 .liste p {
    font-size: 1.075rem;
    margin-top: 5px;
    text-align: left;
}

#infos_2 .liste ul {
    padding-top: 20px;
}

#infos_2 .liste ul li:first-child {
    margin-right: 15px;
}

#infos_2 .liste ul li:last-child {
    display: inline-block;
    padding: 5px;
}

@media screen and (max-width: 960px) {
    #infos_2 .liste * {
        text-align: center;
    }

    #infos_2 .liste ul {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media screen and (max-width: 620px) {
    #infos_2 .liste ul {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;

    }

    #infos_2 .liste ul li:first-child {
        margin-right: 0;
    }

    #infos_2 .liste ul > li > * {
        text-align: center;
    }

    #infos_2 .liste ul > li > h3 {
        font-size: calc(0.5rem + 2vw);
    }

    #infos_2 .liste ul > li > p {
        font-size: calc(0.4rem + 2vw);
    }
}

#testimonial {
    padding-bottom: 20px;
}

#testimonial img {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.29);
    border-radius: 50%;
    transition: 200ms
}

#testimonial a:hover > img {
    opacity: 0.8;
}

#testimonial .message {
    padding-left: 40px;
}

#testimonial .message > div {
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.29);
}

#testimonial .message > div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -26px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 22px solid rgba(0, 0, 0, 0.15);
    filter: blur(2px);
}

#testimonial .message > div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid white;
}

#testimonial .message > div > p {
    text-align: left;
    color: rgb(36, 126, 225);
    font-size: 1rem;
    position: relative;
    text-indent: 15px;
    margin-bottom: 0;
}

#testimonial .message > div > p:before {
    content: "";
    background: url(../images/left_q.png);
    width: 12px;
    height: 11px;
    position: absolute;
    left: 0;
}

#testimonial .message > div > p:after {
    content: "";
    background: url(../images/right_q.png);
    width: 12px;
    height: 11px;
    position: absolute;
    margin-left: 5px;
}

#testimonial .message > div h3 {
    margin-top: 10px;
    text-align: right;
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: bold;
}

@media screen and (max-width: 620px) {
    #testimonial .message > div:before,
    #testimonial .message > div:after {
        display: none;
    }

    #testimonial .message {
        padding-left: 0;
    }

    #testimonial .box ul {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #testimonial .box ul li:first-child {
        margin-bottom: 10px;
    }

}

#slider_reference {
    padding-bottom: 30px;
}

#lws_panel,
#boiboite {
    padding-bottom: 30px;
}

#lws_panel .box > h2,
#boiboite .box > h2 {
    color: rgb(255, 255, 255);
}

#lws_panel .box > h1,
#boiboite .box > h1 {
    color: rgb(255, 255, 255);
}

#lws_panel .box > p {
    color: rgb(255, 255, 255);
}

#boiboite .uk-flex-top a {
    text-decoration: none;
    color: #86C401;
}


#boiboite .uk-flex-top a:hover {
    color: #99d701;
}

#lws_panel .demo {
    margin-top: -22px;
}

#lws_panel .demo > a > button {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#lws_panel .demo > a > button:hover {
    background-color: rgb(153, 215, 1);
}

#services {
    padding-bottom: 20px;
}

#services .liste > div {
    padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
    #services .liste > div {
        transform: scale(0.8);
        margin: -25px;
    }
}

@media screen and (max-width: 620px) {
    #services .liste > div {
        transform: scale(0.6);
        margin: -40px;
    }
}

#boiboite .box .boite {
    border-radius: 5px;
    overflow: hidden;
}

#boiboite .box .boite p {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

#boiboite .box .boite p > b {
    font-weight: bold;
}

#boiboite .box .boite a > p {
    color: rgb(61, 61, 61);
    font-size: 1.1rem;
}

#boiboite .box .boite .tarifs {
    position: relative;
    overflow: hidden;
    min-height: 282px;
}

#boiboite .box .boite .tarifs > .promo {
    position: absolute;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    left: 100%;
    top: 0;
    transform: rotateZ(45deg);
    margin-top: 20px;
    margin-left: -187px;
}

#boiboite .box .boite .promo_banner {
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 1170px) {
    #boiboite .box .boite .tarifs > .promo {
        margin-left: -177px
    }
}

#boiboite .box .boite .tarifs > p {
    position: absolute;
}

#boiboite .box .boite .tarifs > p:nth-child(1) {
    top: 50%;
    right: 50%;
    font-size: 1.8rem;
    margin-right: 39px;
    margin-top: -115px;
    width: 70px;
    text-align: center;
}

#boiboite .box .boite .tarifs > p:nth-child(1):before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid rgb(56, 56, 56);

    /*-webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);*/
    transform: rotate(-20deg);
}

#boiboite .box .boite .tarifs > p:nth-child(2) {
    top: 50%;
    right: 50%;
    font-size: 9rem;
    font-weight: 700;
    color: rgb(15, 15, 15);
    letter-spacing: -22px;
    margin-right: 15px;/*4px*/
    margin-top: -113px;
}

#boiboite .box .boite .tarifs > p:nth-child(3) {
    top: 50%;
    right: 50%;
    font-size: 6rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin-right: -33px;
    margin-top: -70px;
}

#boiboite .box .boite .tarifs > p:nth-child(4) {
    top: 50%;
    right: 50%;
    margin-right: -68px;
    font-size: 3.4rem;
    color: rgb(51, 51, 51);
    margin-top: -92px;
}

#boiboite .box .boite .tarifs > p:nth-child(5) {
    top: 50%;
    right: 50%;
    margin-right: -68px;
    font-size: 3.2rem;
    color: rgb(51, 51, 51);
    margin-top: -38px;
}

#boiboite .box .boite .tarifs > p:nth-child(6) {
    top: 50%;
    right: 50%;
    margin-right: -47px;
    font-size: 1.5rem;
    color: rgb(51, 51, 51);
    margin-top: 45px;
}

#boiboite .box .boite .tarifs a {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#boiboite .box .boite .tarifs a:hover {
    background-color: rgb(153, 215, 1);
}

#boiboite .box .boite ul > li {
    display: inline-block;
    padding: 20px 20px 0 20px;
}

#boiboite .box .boite ul > li img {
    margin-right: 10px;
    margin-bottom: 10px;
}

#boiboite .box .boite > div > div:first-child {
    padding: 20px;
}

#boiboite .box .boite > div > div:last-child {
    background-color: rgb(231, 245, 254);
}

#faq ul > li > h3 {
    color: rgb(36, 126, 225);
    font-size: 1.6rem;
}

#faq ul > li > h3:after {
    float: left;
    color: rgb(255, 255, 255);
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

#faq ul > li p {
    color: rgb(96, 96, 96);
    font-weight: normal;
}

#faq ul > li p > a {
    color: rgb(36, 126, 225);
    font-weight: bold;
}

@media screen and (max-width: 620px) {
    #faq ul > li > h3 {
        font-size: calc(0.6rem + 2vw);
    }

    #faq ul > li > h3:after {
        display: none;
    }
}

#hosting h3 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-bottom: 0;
}

#hosting a > button {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#hosting a > button:hover {
    background-color: rgb(153, 215, 1);
}

@media screen and (max-width: 960px) {
    #hosting .box {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #hosting h3 {
        margin-bottom: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 620px) {
    #hosting .box {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #hosting h3 {
        margin-bottom: 15px;
        text-align: center;
        font-size: calc(0.7rem + 2vw);
    }

    #hosting a > button {
        margin-bottom: 15px;
        text-align: center;
        font-size: calc(0.5rem + 2vw);
    }
}

#totop {
    position: fixed;
    bottom: 120px;
    right: -80px;
    padding: 15px 7px;
    background-color: #247EE1;
    border-top-left-radius: 5px;
    color: #fff;
    transition: 200ms;
    z-index: 99999;
    border: 2px solid #fff;
    border-right: none;
    border-bottom-left-radius: 5px;
}

#totop:hover {
    background-color: #539ded;
}

@media screen and (max-width: 768px) {
    #totop{
        right: -80px !important;
    }
}


#footer > div:first-child .box:first-child > div:first-child {
    padding-right: 50px;
}

#footer > div:first-child ul.footer_nav {
    margin-bottom: 15px;
}

#footer > div:first-child ul.footer_nav > li {
    display: inline-block;
    margin-bottom: 15px;
}

#footer > div:first-child ul.footer_nav > li:not(:last-child) {
    margin-right: 15px;
}

#footer > div:first-child ul.footer_nav > li > a {
    text-transform: capitalize;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-bottom: 5px;
}

#footer > div:first-child ul.footer_nav > li:hover > a {
    border-bottom: 2px solid rgb(5, 96, 196);
}

#footer > div:first-child .footer_info p {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    margin-bottom: 15px;
}

#footer > div:first-child .box:first-child > div:last-child a > img {
    opacity: 0.6;
    transition: 200ms;
    margin-bottom: 30px;
}

#footer > div:first-child .box:first-child > div:last-child a:hover > img {
    opacity: 1;
}

#footer > div:first-child .social > li {
    display: inline-block;
}

#footer > div:first-child .social > li > a {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    opacity: 0.6;
    transition: 200ms;
}

#footer > div:first-child .social > li > a:hover {
    opacity: 1;
}

#footer > div:first-child .social > li > a > i {
    color: rgb(5, 96, 196);
    font-size: 1.5rem;
    display: block;
    text-align: center;
}

#footer > div:first-child .social > li:not(:last-child) {
    margin-right: 15px;
}

#footer > div:first-child ul.logos > li {
    display: inline-block;
}

#footer > div:first-child ul.logos > li {
    margin-right: 30px;
    margin-bottom: 15px;
}

#footer > div:first-child ul.logos > li > a {
    opacity: 0.6;
    transition: 200ms;
}

#footer > div:first-child ul.logos > li > a:hover {
    opacity: 1;
}

#footer > div:last-child .box > div > ul > li {
    display: inline-block;
    color: #fff;
}

#footer > div:last-child .box > div > ul > li:not(:last-child) {
    margin-right: 15px;
}

#footer > div:last-child .box > div > ul > li > a {
    color: rgb(255, 255, 255);
    opacity: 0.6;
    font-size: 1rem;
    transition: 200ms;
}

#footer > div:last-child .box > div > ul > li > a:hover {
    opacity: 1;
}

#footer.lws_row .uk-cover-container:first-child .box:first-child{
    padding-bottom : 0;
}

#footer.lws_row .uk-cover-container:first-child .box:last-child{
    padding-top : 0;
}

#footer .social{
   margin-top: 15px;
}

#footer .logos{
    text-align: center;
    margin-top: 15px;    
}

@media screen and (max-width: 960px) {
    
    #footer.lws_row .uk-cover-container:first-child .box:last-child > div:first-child{
        width: 60%;
    }
    
    #footer.lws_row .uk-cover-container:first-child .box:last-child > div:last-child{
        width: 40%;
    }
    
    #footer > div .box:first-child {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #footer > div .box:first-child > div:first-child {
        padding: 10px 0 20px 0;
    }

    #footer > div:first-child .box:first-child > div:first-child {
        padding-right: 0;
    }

    #footer > div:last-child .box > div > ul {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

}

@media screen and (max-width: 767px) {
    
    #footer.lws_row .uk-cover-container:first-child .box:first-child{
        padding-top: 5px;
    }
    
    #footer.lws_row .uk-cover-container:first-child .box:first-child > div{
        padding-bottom :0;
    }
    
    #footer > div:first-child ul.footer_nav{
        text-align: center;
            border-bottom: 1px solid #fff;
    }
    
    #footer > div:first-child ul.footer_nav li{
    
        width: 100%;
    }
    
    #footer.lws_row .uk-cover-container:first-child .box:last-child{
        display: block;
    }
    
    #footer.lws_row .uk-cover-container:first-child .box:last-child > div:first-child,
    #footer.lws_row .uk-cover-container:first-child .box:last-child > div:last-child{
        width: 100%;
    }

    #footer .logos{
        margin-bottom: 15px;
    }    
    
}

@media screen and (max-width: 620px) {
    #footer > div:last-child .box:first-child * {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

}

#mentions_legales > div:first-child > div:nth-child(2) {
    background-color: rgb(134, 196, 1);
}

#mentions_legales > div:first-child > div:nth-child(2) > h2 {
    color: rgb(255, 255, 255)
}

#mentions_legales p {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 1.1rem;
}

#mentions_legales p:first-child {
    font-style: italic;
}

#mentions_legales > div:first-child > div:last-child > button {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#mentions_legales > div:first-child > div:last-child > button:hover {
    background-color: rgb(153, 215, 1);
}

/**
Page caratéristiques
 */

#caracteristiques {
    padding-top: 30px;
}

#caracteristiques .carte {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}

#caracteristiques .carte > div:nth-child(1) {
    background-color: rgb(36, 126, 225);
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 10px 20px;
    position: relative;
}

#caracteristiques .carte > div:nth-child(1) > * {
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

#caracteristiques .carte > div:nth-child(1) img {
    position: absolute;
    right: 15px;
    top: -30px;
    transform: scale(0.9);
}

#caracteristiques .carte > div:nth-child(2) {
    background-color: rgb(255, 255, 255);
    padding: 0;
    border: 2px solid rgb(36, 126, 225);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#caracteristiques .carte > div:nth-child(2) td {
    font-size: 1.3rem;
    color: rgb(56, 56, 56);
}

#caracteristiques .carte > div:nth-child(2) tr > td:last-child {
    text-align: right;
    color: rgb(33, 33, 33);
    font-weight: bold;
}

@media screen and (max-width: 985px) {

}

@media screen and (max-width: 620px) {
    #caracteristiques .carte {
        padding: 10px 0;
    }

    #caracteristiques .carte > div:nth-child(1) > * {
        font-size: calc(0.6rem + 2vw);
    }

    #caracteristiques .carte > div:nth-child(1) img {
        position: absolute;
        right: -11px;
        top: -43px;
        transform: scale(0.5);
    }

    #caracteristiques .carte > div:nth-child(2) td {
        font-size: calc(0.5rem + 2vw);
    }
}

#themes img {
    margin: 15px;
    border: 1px solid rgb(33, 33, 33);
    max-height: 180px;
}

#plugins img {
    height: 150px;
}

#plugins .box:last-child h3 {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
}

#plugins .box:last-child p {
    text-align: justify;
    font-size: 1rem;
}

#plugins a {
    text-decoration: none;
    color: #86C401;
}
#plugins a:hover {
    color: #99d701;
}


#sidebar_articles {
    z-index: 0;
}

@media screen and (max-width: 991px) {
    #sidebar_articles  .bloc_res_sociaux{
        display : none;
    }
    
    #sidebar_articles{
        position : relative !important;
        max-height : none!important;
    }
    
    .blog_rh .uk-sticky-placeholder{
        height: 0px !important;
        margin: 0px !important
    }
    
    .blog_rh .bloc_sidebar{
        margin-bottom : 0px!important;
    }
}

#sidebar_articles .res_sociaux{
    padding:15px;
}

#sidebar_articles .res_sociaux img{
    max-width : 30px;
    max-height: 30px;
    margin-right: 6px;
}

#sidebar_articles .res_sociaux img:hover{
    opacity: .6
}


#sidebar_articles li {
    /*display: none;*/
}

#i_m_lost img {
    max-height: 200px;
}

#i_m_lost h1 {
    font-size: 3.2rem;
    font-weight: bold;
}

#i_m_lost p {
    font-size: 1.8rem;
}

#i_m_lost a {
    display: block;
    margin-top: 30px;
}

#i_m_lost button {
    font-size: 1.5rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 6px 20px;
    margin: 0 10px;
}

#i_m_lost a:hover > button {
    background-color: rgb(153, 215, 1);
}

.main_content {
    padding: 30px 0 0 0 !important;
}

.main_content h2 {
    font-size: 1.4rem !important;
}

.blog .bor-bot h3 {
    font-size: 22px;
    color: #247ee1;
}

.blog .bor-bot a {
    color: #247ee1;
    text-align: justify;
    line-height: 1.2em;
    padding: 10px 0 30px;
    font-size: 17px;/*20*/
    text-decoration: underline;
}

.blog .bor-bot a:hover {
    color: rgb(84, 156, 222);
}

.blog .bor-bot ul li {
    padding: 0 15px 20px;
    font-size: 1.2rem;
    color: #606060;
    text-align: justify;
}

.blog .bor-bot ol {
    list-style: disc;
}

.blog .bor-bot ol li {
    padding: 0 15px 20px;
    font-size: 1.2rem;
    color: #606060;
    text-align: justify;
}

.nextprev {
    background-color: rgb(255, 255, 255) !important;
}

.video_bg {
    background-size: cover !important;
    
}

@-webkit-keyframes animation {
    0% {
        /*-webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.4% {
        /*-webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        /*-webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.81% {
        /*-webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        /*-webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        /*-webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.61% {
        /*-webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        /*-webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.52% {
        /*-webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        /*-webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        /*-webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    36.74% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.44% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    59.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    90.69% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.4% {
        -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.81% {
        -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.61% {
        -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.52% {
        -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    36.74% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.44% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    59.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    90.69% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/***** NEW CSS du 21/09/2018 ******/

.lws_row .box > p,
.affiliation p,
.affiliation ul li p,
.partnership p,
#i_m_lost p,
#boiboite .box .boite > div > div:first-child p,
.faq_sec p,
#plugins .box:last-child p,
.main_content ul li .con_div p,
.main_content .blog p,
.blog .bor-bot ul li,
.blog .bor-bot ol li,
#infos_2 .liste p{
    font-weight: 400 !important;
    color: #525f7f !important;
}

#i_m_lost p{
    font-size: 24px !important;
    line-height: 38px !important;
}

/* Niveau 1 */
.lws_row .box > p,
.affiliation p,
#boiboite .box .boite > div > div:first-child p,
.faq_sec p{
    font-size: 19px !important;
    line-height: 30px !important;
}

@media screen and (max-width: 620px) {
    .lws_row .box > p{
        font-size: calc(0.5rem + 2vw) !important;
    }
}


/* Niveau 2 */
#infos_2 .liste p,
.partnership p,
.affiliation ul li p,
.main_content ul li .con_div p,
#boiboite .box .boite > div > div:first-child ul li p,
.main_content .blog p,
.blog .bor-bot ul li,
.blog .bor-bot ol li,
#faq .uk-accordion-content p{
    font-size: 17px !important;
    line-height: 28px !important;
    color: #525f7f !important;
}

/* Niveau 3 */ 

#testimonial a.uk-button {
    font-size: 1.375rem;
    background-color: rgb(134, 196, 1);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

#testimonial .message > div > p,
#plugins .box:last-child p{    
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
}

/* Niveau 4 */
#footer > div:first-child .footer_info p{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

#affiliation p,
#lws_panel .box > p{
    color: #fff !important;
}

#boiboite .box .boite > div > div:first-child ul li p{
    margin-top: -6px !important;
}

.uk-tooltip{
    font-size: 15px;
    line-height: 21px !important;
    padding: 10px;
}

.uk-tooltip:before{
     left: calc(50% - 8px);
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #666;
    border-width: 8px;
}

.uk-table td>:last-child,
#caracteristiques .carte > div:nth-child(2) td{
    color: #525f7f !important;
}

#plugins .box:last-child h3{
    color:  rgb(36, 126, 225);
}

#boiboite .box .boite .tarifs > p:nth-child(4){
    right: 48%;
}

/*** Ajout CSS du 22/11/2019 *****/

#header .sub_nav .logo{
    max-height: 56px;    
}


@media screen and (max-width: 375px) {
    #header .sub_nav .logo{
        max-height: 43px;    
    }
}


.uk-button{
    padding: 5px 30px;
}

#ajaxsearchlite1{
        margin: 2% 15% 0px 15% !important;
}

/** Ajout CSS 16/02/2022 **/
#faq ul:first-child > li { padding: 30px; margin-bottom: 30px; background: #fff; box-shadow: 0px 0px 20px #525F7F1A; }
#faq ul:first-child > li > h3 { font-size: 22px; line-height: 32px; font-weight: 600; }
#faq ul:first-child > li > h3:after { display: none; }
#faq ul:first-child > li > h3:hover { cursor: inherit; }
#faq ul:first-child > li > p { font-size: 17px; line-height: 27px; color: #525F7F; }

/** Ajout CSS 05/07/2022 **/
.blog .bor-bot ul li:before { content:'•'; color: #247ee1; font-size: 17px; font-weight: 600; display: inline-block; margin-left: -15px; margin-right: 10px; }
.blog .bor-bot img { margin: auto; display: block; }
.blog .blog_rh div.uk-sticky-fixed { top: 30px !important; }

#bloc_similar_article { padding: 30px 0; border-bottom: 1px solid #86c401; }
#bloc_similar_article h3 { font-size: 24px; line-height: 32px; color: #247ee1; font-weight: 600; }
#bloc_similar_article ul { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 30px 0 0 !important; }
#bloc_similar_article ul li { padding: 0; }
#bloc_similar_article ul li span { font-size: 16px; text-align: left; margin: 10px 0 0; }
#bloc_similar_article ul li img { width: 100%; height: auto; }

@media (max-width: 991px) {
    #sidebar_articles .bloc_res_sociaux { display: block; width: 400px; max-width: 100%; margin: 30px auto; }
    .blog .blog_rh { padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 991px) AND (min-width: 768px) {
    #bloc_similar_article ul { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 500px) {
    #bloc_similar_article ul { grid-template-columns: 1fr; }
}