/*
Theme Name: WPServeur
Theme URI: https://www.wpserveur.net
Author: Nicolas KULKA
Version: 1.0
Text Domain: wpserveurtheme
*/

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


body {
    margin: 0;
    overflow-x: hidden;
}

.container {
    max-width: 970px;
    margin: 0 auto;
}

.site-header {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: #000;
    position: fixed;
    z-index: 10000;
    top: 0;
}

a {
    outline: none !important;
}

.article-content h3 {
    color: #666666;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

/*** FONT FACE ***/

@font-face {
    font-family: PTSansBold;
    src: local(PTSans-Bold),
    url(../wpserveur/fonts/ptsans-bold-webfont.woff2) format("woff2"),
    url(../wpserveur/fonts/ptsans-bold-webfont.woff) format("woff"),
    url(../wpserveur/fonts/PTSans-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: PTSansRegular;
    src: local(PTSans-Regular),
    url(../wpserveur/fonts/ptsans-regular-webfont.woff2) format("woff2"),
    url(../wpserveur/fonts/ptsans-regular-webfont.woff) format("woff"),
    url(../wpserveur/fonts/PTSans-Regular.ttf) format("truetype");
    font-style: normal;
    font-stretch: normal;
}

/*** HEADER ***/


.site-logo {
    padding: 27px 0 20px 20px;
    width: 50%;
}

.site-logo img {
    width: 366px;
    height: 101px;
    object-fit: contain;
}

.site-branding-container {
    max-width: 1600px;
    margin: 0 auto;
}

.site-branding {
    display: flex;
    flex-direction: row;
}

/*** HEADER - Navigation ***/

#site-navigation {
    width: 52%;
    padding: 17px 0 20px 20px
}

#menu-principal .menu-item a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: PTSansRegular;
}

#menu-principal .menu-item a:hover {
    color: #95c11f;
}

#menu-principal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding-right: 15px;
}

#menu-menu_second {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
}

#menu-menu_second .menu-item a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: PTSansBold;
    font-weight: bold;
}

#menu-menu_second .menu-item a:hover {
    color: #95c11f;
    transition:0.3s;
}

.menu-item {
    list-style: none;
    margin: 10px;

}

.button-connexion a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: PTSansBold;
    font-weight: bold;
    margin: 3px;
    vertical-align: top;
}

.button-connexion img {
    width: 21px;
    height: 22px;
}

.button-connexion {
    margin-left: 12px;
}

.button-fr a {
    width: 80px;
    height: 50px;
    border: 2px solid white;
    border-radius: 27px;
    padding: 13px;
    font-family: PTSansRegular;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-menu_second-container, .menu-principal-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.menu-principal-container {
    position: relative;
}

.menu-menu_second-container .menu-item {
    font-size: 18px;
    margin: 10px 15px 10px 15px;
}

.menu-menu_second-container {
    margin-top: 28px;
}

.button-fr img {
    margin-left: 5px;
}

.menu-principal-container:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #95c11f;
    position: absolute;
    bottom: -15px;
    right: 0px;
}

#menu-principal .menu-item:after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: white;
    position: absolute;
    right: -21px;
    top: 4px;
}

#menu-principal .menu-item:last-child:after {
    content: none;
}

#menu-principal .menu-item:last-child {
    margin-right: 0;
}

#menu-principal .menu-item {
    position: relative;
    margin: 10px 20px 10px 20px;
}

/*** HOME PAGE ***/

#content {
    width: 100%;
    background-image: url("../wpserveur/img/background-home.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.intro-content {
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    padding: 152px 0 0;
    text-align: center;
}

h1 {
    font-size: 50px;
    font-family: PTSansBold;
    font-weight: normal;
    margin: 0 auto;
}

h2 {
    color: #95c11f;
    text-transform: uppercase;
    font-size: 50px;
    font-family: PTSansBold;
    font-weight:normal;
    margin: 0 auto;
}

.text-content {
    font-size: 20px;
    font-family: PTSansRegular;
    text-align: center;
    width: 833px;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 5px;
}

.intro-content-title {
    padding-bottom: 40px;
}

.intro-price {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

.price {
    color: #95c11f;
    font-size: 120px;
    font-family: PTSansBold;
    font-weight: bold;
    margin: 0;
    line-height: 109px;
}

.price-second {
    font-family: PTSansRegular;
    font-size: 18px;
    margin: 0;
    text-align: right;
}

.intro-content-price {
    width: 205px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.intro-content-button a {
    border-radius: 25px;
    font-family: PTSansRegular;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.button-offre {
    position: relative;
    transition: all .35s;
    border-radius:23px;
}

.button-offre span{
    position: relative;
    z-index:2;
}

.button-offre:after{
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: 0;
    height: 100%;
    background: #529635;
    border:2px solid #529635;
    transition: all .40s;
    border-radius:23px;
    opacity:0;
}

.button-offre:hover{
    color: #fff;
}

.button-offre:hover:after{
    width: 100%;
    opacity:1;
}

.button-demo {
    position: relative;
    transition: all .35s;
    border-radius:23px;
}

.secondbtn {
    margin-right:20px;
}

.button-demo span{
    position: relative;
    z-index:2;
}

.button-demo:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: all .40s;
    border-radius:23px;
    opacity:0;
}

.button-demo:hover{
    color: #95c11f;
}

.button-demo:hover:after{
    width: 100%;
    opacity:1;
}

.button-blog span{
    position: relative;
    z-index:2;
}

.button-blog:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #529635;
    transition: all .40s;
    border-radius:25px;
    opacity:0;
}

.button-blog:hover{
    color: #fff;
}

.button-blog:hover:after{
    width: 100%;
    opacity:1;
}

.button-offre {
    background-color: #95c11f;
    padding: 20px;
    margin-right: 20px;
    display:inline-block;
    border:2px solid #95c11f;
}

.button-demo {
    border: 2px solid white;
    padding: 20px;
}

.button-demo:hover {
    background-color: white;
    color: #95c11f;
}

.intro-content-services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 65px;
}

.intro-content-services div {
    margin: 18px;
    width: 150px;
    height: 244px;
}

.intro-content-services p {
    font-family: PTSansRegular;
    font-size: 20px;
    line-height: 28px;
}

/*** VIDEO - HOME PAGE ***/

.video {
    margin: 0 auto;
    text-align: center;
    background-color: #f0f0f0;
    background-image: url("../wpserveur/img/fill-1.png");
    background-position-y: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.video img {
    box-shadow: 5px 5px 5px #a1a1a1;
}

/*** CONTENT HOME PAGE ***/

.section-content {
    background-color: #f0f0f0;
    width: 100%;
    height: 2250px;
    text-align: center;
    padding-top: 50px;
    background-image: url("../wpserveur/img/fill-2.png");
    background-position-y: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-content-grey {
    font-size: 35px;
    font-family: PTSansBold;
    color: #716f6f;
    font-weight: bold;
    margin: 0;
}

.text-content-white {
    font-size: 35px;
    font-family: PTSansBold;
    color: white;
    font-weight: bold;
    margin: 0;
}

.text-content-green {
    color: #95c11f;
    font-size: 35px;
    font-family: PTSansBold;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}

.bloc-container {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 90px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bloc-container img {
    width: 462px;
    height: 387px;
}

.bloc-number {
    color: #95c11f;
    font-size: 120px;
    font-family: 'roboto';
    font-weight: bold;
    line-height: 100px;
    margin: 0 auto;
}

.bloc-title-simple {
    font-size: 35px;
    padding: 2px;
    background-color: #f0f0f0;
    font-family: PTSansBold;
    font-weight: bold;
    color: #716f6f;
    text-transform: uppercase;
    position: absolute;
    top: 100px;
    left: 140px;
    margin: 0 auto;
}

.bloc-title-rapide {
    font-size: 35px;
    padding: 2px;
    background-color: #f0f0f0;
    font-family: PTSansBold;
    font-weight: bold;
    color: #716f6f;
    text-transform: uppercase;
    position: absolute;
    top: 103px;
    right: 116px;
    margin: 0 auto;
}

.bloc-title-securise {
    font-size: 35px;
    padding: 2px;
    background-color: #f0f0f0;
    font-family: PTSansBold;
    font-weight: bold;
    color: #716f6f;
    text-transform: uppercase;
    position: absolute;
    top: 56px;
    left: 116px;
    margin: 0 auto;
}

.bloc-title-support {
    font-size: 35px;
    padding: 2px;
    background-color: #f0f0f0;
    font-family: PTSansBold;
    font-weight: bold;
    color: #716f6f;
    text-transform: uppercase;
    position: absolute;
    top: 103px;
    right: 116px;
    margin: 0 auto;
}

.bloc-text {
    margin-top: 18px;
    font-family: 'roboto';
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.bloc-text-white {
    margin-top: 15px;
    font-family: 'roboto';
    font-weight: normal;
    font-size: 18px;
    color: white;
    line-height: 27px;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.bloc-content {
    position: relative;
    padding: 45px;
}

.bloc-content-securise {
    position: relative;
    padding: 0 45px;
}

.section-perform {
    background-color: #202120;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 45px;
}

.bloc-flex {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.bloc-flex-content {
    margin-left: 30px;
}

/** SLIDE HOME **/

.slideshow {
    margin-top: 60px;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.slideshow ul {
    width: 400%;
    height: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slideshow li {
    float: left;
}

.slideshow li {
    opacity: 0.3;
    margin-left: 35px;
    margin-right: 35px;
    cursor: pointer;
}

.slideshow li img {
    width: 40%;
    height: 40%;
}

.slideshow li:nth-child(0n+2) {
    opacity: 1;
}

.slideshow figure {
    color: #716f6f;
    z-index: 10;
    font-family: PTSansBold;
    font-size: 20px;
}

.container-slide {
    max-width: 1100px;
    margin: 60px auto 0;
}

/*** SECTION SLIDE AVIS ***/

.section-users {
    width: 100%;
    height: 580px;
    background-color: #f0f0f0;
    padding: 30px 0;
    text-align: center;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 1100px !important;
    height: 350px !important;
}

#slider ul {
    position: relative;
    margin-left: 45px !important;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    width: 453px;
    height: 300px;
    text-align: center;
    line-height: 23px;
    margin: 0 10px 60px 43px;
}

#slider .bloc-text {
    text-align: left;
    padding-left: 15px;
    margin: 0;
    font-size: 16px;
    font-style: oblique;
}

img.control_prev, img.control_next {
    position: absolute;
    top: 30%;
    z-index: 999;
    display: block;
    padding: 4% -23%;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

img.control_prev {
    left: -0%;
}

img.control_next {
    right: -10%;
}

.title-avis {
    font-size: 20px;
    color: #95c11f;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-style: oblique;
}

img.control_prev:hover, img.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

img.control_prev {
    border-radius: 0 2px 2px 0;
}

img.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.photo-avis {
    border: 4px solid #95c11f;
    border-radius: 63px;
    padding: 7px;
}

.logo-avis {
    margin-top: 5px;
    width: 75px;
    height: 27px;
}

.text-avis {
    display: flex;
    flex-direction: row;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}


.logo-line1, .logo-line2 {
    margin-top: 37px;
}

/*** SECTION SLIDE FONCTIONNALITES ***/

#slider2 {
    position: relative;
    overflow: hidden;
    margin: 70px auto 0 auto;
    border-radius: 4px;
    width: 1100px !important;
    height: 855px !important;
}

.slider-bloc {
    display: block;
    position: absolute;
    top: 300px;
    left: -340px;
    width: 950px;
}

.slideshow li:nth-child(0n+2) .slider-bloc {
    opacity: 1;
}

.slideshow li .slider-bloc {
    opacity: 0;
}

#slider2 ul li:last-child {
    opacity: 0;
}

#slider2 ul {
    position: relative;
    margin-left: 45px !important;
    padding: 0;
    height: 200px;
    list-style: none;
    width: 6850px !important;
}

#slider2 ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    width: 275px;
    height: 272px;
    text-align: center;
    line-height: 23px;
    margin: 0 10px 0 43px;
}

#slider2 .bloc-text {
    text-align: left;
    padding-left: 15px;
    margin: 0;
    font-size: 16px;
    font-style: oblique;
}

img.control_prev2, img.control_next2 {
    position: absolute;
    top: 24%;
    z-index: 999;
    display: block;
    padding: 4% -23%;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

img.control_prev2 {
    left: -0%;
}

img.control_next2 {
    right: -10%;
}

img.control_prev2:hover, img.control_next2:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

img.control_prev2 {
    border-radius: 0 2px 2px 0;
}

img.control_next2 {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

/*** BLOC LOGOS & ACTUS ***/

.bloc-logo {
    background-color: #202120;
    width: 50%;
    padding: 30px;
}

.bloc-actu {
    width: 50%;
    padding: 50px;
    background-color: white;
}

.section-logo {
    display: flex;
    flex-direction: row;
}

.aligncenter {
    text-align: center;
}

.title-grey {
    font-family: PTSansBold;
    font-size: 35px;
    text-transform: uppercase;
    color: #716f6f;
    font-weight: bold;
}

.actu-content {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 17px;
}

.actu-content:hover .actu-button {
    opacity: 0.7;
}

.actu-content:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(149, 193, 31, 0.28);
    position: absolute;
    bottom: -5px;
    right: 0px;
    margin-bottom: 8px;
}

.actu-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0%;
    top: 26px;
}

.button-blog {
    color: white;
    background-color: #95c11f;
    padding: 20px 28px;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    width: 50%;
}

.bloc-content-actu {
    margin-bottom: 50px;
}

.categorie-actu {
    color: #716f6f;
    font-size: 14px;
    font-family: PTSansBold;
    font-weight: normal;
    padding: 7px 15px;
    border-radius: 6px;
    background-color: #dedddd;
    margin-bottom: 9px;
    width: max-content;
}

.actu-title {
    font-size: 18px;
    color: #716f6f;
    font-family: PTSansBold;
    margin: 0;
}

a {
    text-decoration: none;
}

/*** SECTION SPONSORS / EVENT ***/

.section-sponsors {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
}

.bloc-sponsors-text {
    width: 55%;
    padding: 15px;
}

.text-content-sponsors {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #202120;
    margin: 0 auto;
    padding-top: 15px;
}

.bloc-sponsors-img img {
    margin-right: 10px;
    width: 22%;
}

.bloc-sponsors-img {
    margin: 0 auto;
    width: 48%;
}

.container-sponsors {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 35px 20px;
    margin: 0 auto;
}

/*** FOOTER ***/

.site-footer {
    background-image: url("../wpserveur/img/rectangle-copie.jpg");
    width: 100%;
    height: auto;
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
}

.section-footer-text {
    background-color: rgba(11, 15, 24, 0.8);
    width: 100%;
    text-align: center;
    padding: 45px 0;
    position: relative;
}

.section-footer-link {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
}

.menu-item-footer,
.footer-menu li {
    /*text-transform: uppercase;*/
    font-family: PTSansRegular;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.menu-item-footer a,
.footer-menu li a {
    color: white;
}

.menu-item-footer a:hover,
.footer-menu li a:hover {
    color: #95c11f;
}

.footer-menu li {
    list-style: none;
}

.menu-footer-container {
    display: flex;
    flex-direction: row;
    max-width: 1010px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px;
}

.footer-title-green {
    color: #95c11f;
    text-transform: uppercase;
    font-family: PTSansBold;
    margin-left: 10px;
    font-weight: bold;
}

.button-connexion-footer {
    padding-left: 30px;
}

.menu-footer-container ul {
    margin: 0;
    padding: 0;
}

.list-reseaux {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 0;
    margin-left: 10px !important;
}

.list-reseaux img {
    margin-right: 15px;
}

.list-reseaux img:hover {
    opacity: 0.7;
}

#menu-footer-col1 {
    padding-left: 30px;
}

#menu-footer-col4 {
    padding-left: 30px;
}

#menu-footer-col1 li {
    margin-bottom: 10px;
}

.connexion {
    vertical-align: top;
    margin-left: 10px;
}

.section-footer-green {
    background-color: #95c11f;
    padding: 20px 0 20px 20px;
    text-align: center;
}

.section-footer-green div, .section-footer-green a {
    margin: 0;
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: left;
}

/*** PAGE SUPPORT ***/

.button-ticket {
    background: rgb(2, 0, 36);
    background: linear-gradient(110deg, rgba(2, 0, 36, 1) 0%, rgba(149, 193, 31, 1) 0%, rgba(82, 150, 53, 1) 100%);
    padding: 25px 30px;
    vertical-align: top;
}

.button-ticket:hover {
    background: #529635;
    color: white !important;
}

.button-ticket img {
    padding-right: 20px;
    vertical-align: bottom;
}

.button-doc {
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    background-color: #95c11f;
    padding: 20px 5px;
    border-radius: 25px;
}

.button-doc {
    position: relative;
    transition: all .35s;
    border-radius:25px;
}

.button-doc span{
    position: relative;
    z-index:2;
}

.button-doc:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #529635;
    transition: all .40s;
    border-radius:23px;
    opacity:0;
}

.button-doc:hover{
    color: #fff;
}

.button-doc:hover:after{
    width: 100%;
    opacity:1;
}

/*** PAGE SUPPORT - Section support : Les 3 blocs ***/

.bloc-documentation {
    background: #f0f0f0;
    padding: 45px;
    text-align: center;
    margin-top: 50px;
    width: 30%;
}

.bloc-documentation .bloc-text {
    margin-bottom: 25px;
    margin-top:0;
}

.section-support {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1215px;
    margin: 50px auto;
}

.button-tel {
    font-size: 20px;
}

.margintop {
    margin-top: 39px;
}

/*** PAGE SUPPORT - Section : Ouvrir un ticket ***/

.section-ouverture-ticket {
    background-color: white;
    padding: 380px 0 50px;
    margin-top: -360px;
}

.section-ouverture-ticket .title-grey {
    margin: 0 auto;
    text-align: center;
}

.background-grey {
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-top: 50px;
}

.bloc-attention {
    display: flex;
    flex-direction: row;
    max-width: 65%;
    margin: 0 auto;
}

.bloc-attention img {
    margin-right: 30px;
}

.bloc-attention-text-green {
    color: #95c11f;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.bloc-attention-text-grey {
    color: #666666;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0;
}

/*** PAGE SUPPORT - Formulaire ***/

.section-ticket-form {
    background-color: white;
    padding: 10px 0 100px;
}

.wpcf7-form {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-family: PTSansRegular;
    color: #716f6f;
}

.form-line1, .form-line3, .form-line4, .form-line5 {
    display: flex;
    flex-direction: row;
}

.form-container {
    margin: 0 auto;
    margin-top: -230px;
    padding-top: 270px;
    padding-bottom: 40px;
}

.form-line4 {
    margin-top: -40px;
}

.back-grey {
    background-color: #f8f8f8;
}

.form-container2 {
    max-width: 1150px;
    margin: 0 auto;
}

.bloc-file input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 25px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px rgba(113, 111, 111, 0.3);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

input#file-upload-button {
    display: none;
}

.fileinputs label {
    position: absolute;
    top: 84px;
    right: 0px;
    background-color: #95c11f;
    padding: 22px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.bloc-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.back-grey .bloc-form {
    width: 47%;
}

.bloc-form label {
    text-align: left;
    font-family: PTSansBold;
    font-weight: bold;
    font-size: 22px;
    color: #716f6f;
    margin-top: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.slideshow li:nth-child(0n+2) .logo-fonctionnalite {
    width: 50%;
    height: auto;
    transition: 0.7s;
}

div.fileinputs {
    position: relative;
}

.text-joindre {
    text-align: left;
    font-family: PTSansBold;
    font-weight: bold;
    font-size: 22px;
    color: #716f6f;
    margin-top: 38px;
    margin-bottom: 0;
}

.bloc-form-checkbox {
    display: flex;
    flex-direction: row;
}

.bloc-form-checkbox span {
    color:#95c11f;
}

.wpcf7-list-item-label, .wpcf7-list-item-label {
    color:#716f6f !important;
}

.cloudflare-box-444 {
    margin-left: 50px;
}

.bloc-file {
    width: 100%;
    margin-left: 30px;
    margin-right: 15px;
}

div.fakefile {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    z-index: 1;
    border: solid 1px rgba(113, 111, 111, 0.3);
    border-radius: 10px;
    height: 64px;
}

.fakefile img {
    display: none;
}


input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
    width: 100%;
}

.fakefile p {
    margin-top: 22px;
}

.bloc-form-checkbox label {
    text-align: left;
    font-family: PTSansBold;
    font-size: 22px;
    color: #716f6f;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkbox-mentions-container {
    margin-bottom: 40px;
}

.form-line6 input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: solid 1px rgba(24, 33, 37, 0.2);
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 23px;
    left: 25px;
    margin: 0 !important;
}

.form-line6 {
    position: relative;
}


.form-line6 label {
    margin-left: 55px;
}

.form-line6 input[type="checkbox"]:checked {
    background: url("../wpserveur/img/check-list.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 23px;
    left: 25px;
    background-position: center;
    margin: 0 !important;
}

.bloc-file label {
    padding-left: 20px;
}

.bloc-container-form {
    max-width: 990px;
    margin: 0 auto;
}

.bloc-container-check {
    max-width: 990px;
    margin: 0 auto;
}

.bloc-form input {
    width: 461px;
    height: 60px;
    border-radius: 10px;
    border: solid 1px rgba(113, 111, 111, 0.3);
    background-color: #ffffff;
    color: #666666;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.bloc-form textarea {
    width: 97%;
    height: 214px;
    border-radius: 10px;
    border: solid 1px rgba(113, 111, 111, 0.3) !important;
    background-color: #ffffff;
    color: #666666;
    padding: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.bloc-form input::placeholder {
    color: #adadad;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.bloc-form textarea::placeholder {
    color: #adadad;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.form-line2 .bloc-form {
    width: 100% !important;
}

.bloc-form span, .form-line5 p {
    color: #95c11f;
    font-size: 20px;
    font-family: PTSansRegular;
    margin: 0;
    margin-right: 5px;
    text-align: left;
}

#file-upload-button {
    background-color: #95c11f !important;
    color: white !important;
    right: 0;
    padding: 25px;
}

.file-accept {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #716f6f;
    text-align: right;
    margin: 0;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: solid 1px rgba(24, 33, 37, 0.2);
    width: 18px;
    height: 18px;
    margin: 0px 5px 0 0;
}

input[type="checkbox"]:checked {
    background: url("../wpserveur/img/check-list.png");
    background-repeat: no-repeat;
    margin: 0px 5px 0 0;
    position: relative;
    background-position: center;
}

.form-line5 {
    margin-top: 45px;
}

.form-line6 {
    background-color: #95c11f;
    padding: 20px 80px;
    width: 100%;
    margin: 40px auto;
    text-align: left;
    max-width: 1150px;
}

.bloc-form-green-checkbox label {
    text-align: left;
    font-family: PTSansRegular;
    font-size: 22px;
    color: white;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bloc-form-green-checkbox p {
    margin: 0 0 0 55px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
}

.form-line7 {
    width: 80%;
    margin-top: 40px;
    text-align: left;
}

.checkbox-mentions {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    text-align: left;
    margin-left: 7px;
}


.checkbox-mentions-container div {
    margin-top: 30px;
    text-align: left;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
}

input[type='submit'] {
    color: white;
    border-radius: 12px;
    border: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
}

input[type='submit']:hover {
    color: #95c11f;
}

/*** PAGE OFFRES ***/

/*** PAGE OFFRES : Intro + 4 Offres ***/

.section-offres {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
}

.section-offres .bloc-documentation {
    width: 264px;
    margin: 0 10px;
    padding: 50px 5px 0;
    border: 10px solid #f0f0f0;
    position: relative;
    cursor: pointer;
}

.section-offres .bloc-documentation .bloc-text, .bloc-offre-recap .price {
    font-weight: bold;
}

.section-offres .bloc-documentation .price, .bloc-offre-recap .price {
    font-size: 70px;
    line-height: 65px;
    margin-top: 5px;
}

.section-offres .bloc-documentation .intro-price {
    font-size: 14px;
    color: #666666;
}

.section-offres .bloc-documentation .price-second {
    font-size: 14px;
    color: #666666;
}

.section-offres .bloc-documentation .intro-content-price {
    width: 115px;
}

.section-offres .bloc-documentation .intro-content-price-second {
    width: 160px;
    margin: 0 auto;
}

.section-ouverture-offre {
    background-color: white;
    padding: 230px 0 50px;
    margin-top: -230px;
}

.section-offres .bloc-documentation:hover, .section-offres .bloc-documentation.current {
    border: 10px solid #95c11f;
    transition: all 0.3s;
    transform: translateY(20px);
}

.offre-hover {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    transform: translateY(1px);
    transition: all .3s;
    left: -10px
}

.section-offres .bloc-documentation:hover .offre-hover {
    opacity: 1;
    transform: translateY(0);
}

.add-basket-container {
    position:relative;
}

.add-basket-container img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    margin-left: 24px;
}

#submit-offre {
    padding-left: 54px;
}


/*** PAGE OFFRES : Section du formulaire ***/

.section-offre-form {
    background-color: white;
    padding-bottom: 100px;
}

.bloc-container-form-offre {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nb-select, #paiement-select {
    padding: 15px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    color: #716f6f;
    font-size: 18px;
}

.bloc-container-form-offre select {

    background: url("../wpserveur/img/bas-verte.png");
    background-position: calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;

    background-repeat: no-repeat;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bloc-container-form-offre .bloc-form label {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.textcenter {
    text-align: center;
}

.section-offre-form .title-grey {
    margin-top: 75px;
}

.section-offre-form .offer-dedie input {
    margin: 0 25px 25px 25px;
}

.section-offre-form .offer-dedie .suppl-price {
    width: 25%;
}

.section-offre-form .offer-dedie .suppl-select {
    padding: 35px 40px 0;
}



.section-offre-form input {
    margin: 0 auto;
}

.bloc-offre-recap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.bloc-offre-recap-center {
    padding: 45px 70px;
    text-align: center;
}

.bloc-offre-recap-left {
    padding: 70px 100px;
    text-align: center;
    margin-right: 40px;
    border-bottom-left-radius: 50px;
    background-color: white;
}

.bloc-offre-recap-right {
    padding: 70px 60px;
    margin-left: 40px;
    text-align: center;
    background-color: white;
    border-top-right-radius: 50px;
}

.bloc-offre-recap-left p, .bloc-offre-recap-center p, .bloc-offre-recap-right p {
    margin: 0;
}

.bloc-offre-recap-center {
    background-color: #202120;
}

.bloc-offre-recap-center .bloc-text {
    color: white;
}

#bloc-freelance {
    display: none;
}

.text-green {
    color: #95c11f;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
}

.offre-form-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.offre-form-list li {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-size: 24px;
    padding: 10px 0 10px 10px;
    list-style-image: url("../wpserveur/img/check-list.png");
}

.offre-form-list .none-check {
    font-family: 'Roboto', sans-serif;
    color: #aeaeae;
    font-size: 24px;
    padding: 10px 0 10px 10px;
    list-style-image: url("../wpserveur/img/croix-rouge.png");
}

.offre-form-list ul {
    padding: 0 50px;
}

.container-submit {
    text-align: center;
    margin: 50px 0 50px;
    clear: both;
}

.text-form-offre-suppl {
    color: #716f6f;
    font-size: 25px;
    font-family: PTSansBold;
    font-weight: bold;
}

.offre-form-bloc-line p {
    margin: 0;
}

.offre-form-bloc-line {
    display: flex;
    flex-direction: row;
    background-color: #f0f0f0;
    margin-bottom: 12px;
}

.submit-offre-suppl {
    color: white;
    background-color: #95c11f;
    padding: 0 40PX;
    height: 62px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 27px !important;
    border: none;
    border-radius: 33px !important;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    width: 286px;
}

.submit-offre-suppl:hover {
    background-color: #529635;
    color: white !important;
    transition:0.4s;
}

.suppl-price {
    background-color: #202120;
    padding: 30px;
    text-align: center;
    width: 18%;
}

.suppl-price .bloc-text {
    color: white;
}

.suppl-price .text-green {
    padding-top: 0;
    font-size: 25px;
    font-weight: bold;
    color: #95c11f;
}

.suppl-offre-select {
    padding: 20px 48px 20px 22px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #95c11f;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    background-color: white;
}

.suppl-offre-checkbox {
    border-radius: 9px;
    color: #95c11f;
    font-weight: bold;
    font-size: 18px;
    background-color: white;
    margin: 0 20px 0 0 !important;
}

.suppl-select {
    width: 50%;
    padding: 40px 60px;
}

.offre-form-suppl {
    margin-top: 60px;
}

/*** PAGE OFFRES : Modal du panier (après voir cliqué sur "Voir mon panier") ***/

.modal.is-visible {
    visibility: visible;
}

.modal-panier.is-visible-panier {
    visibility: visible;
}

.modal {
    position: absolute;
    z-index: 10000;
    bottom: 50px;
    left: -25%;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-panier {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 0;
    visibility: hidden;
    width: 350px;
    height: 100%;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-overlay-panier {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.admin-bar .modal-overlay-panier {
    height: calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
}
.admin-bar .modal-wrapper-panier {
    height: calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-panier.is-visible-panier .modal-overlay-panier {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    top: -65px;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    bottom: 80%;
    left: 59%;
    width: 70em;
    margin-left: -16em;
    background-color: white;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-wrapper-panier {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 350px;
    background-color: white;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}


.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal-transition-panier {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-panier.is-visible-panier .modal-transition-panier {
    transform: translateY(0);
    opacity: 1;
}

.modal-content {
    padding: 20px 40px 30px;
    font-weight: bold;
}

.modal-content select {
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-content-panier {
    padding: 18px 12px 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    position: relative;
}

.modal-content-panier:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(213, 213, 213, 0.59);
    position: absolute;
    top: 0;
    right: 0px;
}

.modal-footer-panier {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 75px;
}

.modal-footer-panier p {
    margin: 0;
}

/*** PAGE OFFRES : Modal du panier (après voir cliqué sur le bouton fixe "Voir mon panier") ***/

.total-mois {
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    color: #95c11f;
    text-align: right;
    font-weight: bold;
}

.text-modal-total-green {
    color: #95c11f;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.total-apayer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.total-apayer:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(213, 213, 213, 0.59);
    position: absolute;
    top: -40px;
    right: 0px;
    margin-top: 18px;
}

.valid-panier {
    background: linear-gradient(110deg, rgba(2, 0, 36, 1) 0%, rgba(149, 193, 31, 1) 0%, rgba(82, 150, 53, 1) 100%);
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding: 20px 43px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.valid-panier img {
    margin-right: 12px;
    margin-bottom:-2px;
}

.valid-panier:hover {
    background: #529635;
}

.text-modal-bold span {
    font-weight: normal;
}

.modal-content-panier img {
    width: 25px;
    height: 25px;
    margin-top: 20px;
}

.container-poubelle {
    margin-right: 20px;
}

.text-modal-green {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    color: #95c11f;
    padding-top: 4px;
}

.accroche-modal-panier {
    font-size: 25px;
    color: #716f6f;
    font-family: PTSansBold;
    margin: 0;
}

.button-panier {
    background: linear-gradient(110deg, rgba(2, 0, 36, 1) 0%, rgba(149, 193, 31, 1) 0%, rgba(82, 150, 53, 1) 100%);
    padding: 25px 30px;
    vertical-align: top;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 40px;
    font-size: 18px;
}

.button-panier:hover {
    background: #529635;
}

.modal-header, .modal-header-panier {
    position: relative;
    background-color: white;
    border-bottom: none;
    padding: 30px;
}

.button-search {
    background-color: #95c11f;
    padding: 19px 25px;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.modal-price {
    font-size: 34px;
    color: #95c11f;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}


.woocommerce button.button-modal-panier,
.woocommerce a.button-modal-panier {
    background: linear-gradient(110deg, rgba(2, 0, 36, 1) 0%, rgba(149, 193, 31, 1) 0%, rgba(82, 150, 53, 1) 100%);
    padding: 25px 30px;
    vertical-align: top;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /*margin-top: 20px;*/
}

.woocommerce a.button-modal-panier {
    display: inline-block;
}

.wrapper {
    text-align: center;
}

.woocommerce button.button-modal-panier:hover,
.woocommerce a.button-modal-panier:hover {
    background: #529635;
}

.bloc-button-search {
    position: relative;
}

#nb-select-modal {
    padding: 15px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    color: #716f6f;
    font-size: 18px;
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
}

.filter-mobile {
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button-search-mobile {
    padding: 19px 25px;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.form-search {
    width: 32%;
    float: right;
    margin-right: 32px;
}

.form-modal {
    width: 70%;
    margin: 0 auto;
}

.text-modal {
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    color: #716f6f;
}

.content-panier {
    text-align: left;
}

.header-flex {
    display: flex;
    flex-direction: row;
}

.header-flex img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.text-modal-bold,
dl.variation {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    color: #716f6f;
    font-weight: bold;
}

.content-panier p {
    margin: 0;
}

.modal-close-text {
    font-family: 'Roboto', sans-serif;
    color: #95c11f;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.modal-close, .modal-close-panier {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.modal-close img {
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-top: 4px;
}

.modal-close-panier img {
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-top: 4px;
}

.accroche-modal {
    font-family: PTSansRegular;
    font-size: 35px;
    color: #716f6f;
    text-transform: uppercase;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    outline: none;
}

.modal-close:hover {
    opacity: 0.7;
}

.modal-close-panier {
    position: absolute;
    top: 20px;
    right: 16px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.modal-close:hover {
    background-color: transparent;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.modal-section {
    position: relative;
}

.modal-section-panier {
    position: relative;
}

/*** PANIER ***/

.panier-article {
    display: flex;
    flex-direction: row;
    background-color: #202120;
    padding: 15px;
    margin-bottom: 15px;
}

.panier-article span {
    color: white;
    font-family: PTSansRegular;
    font-size: 14px;
    z-index: 20000;
    position: absolute;
    background-color: #95c11f;
    padding: 0px 5px;
    border-radius: 20px;
    top: 14px;
    left: 27px;
}

.panier-article p {
    color: #95c11f;
    font-family: PTSansBold;
    text-align: right;
    font-size: 26px;
    margin: 0;
    font-weight: bold;
}

.panier-article img {
    width: 25px;
    height: 25px;
    margin-right: 42px;
    margin-top: 2px;
}

.lien-panier {
    background-color: #95c11f;
    padding: 18px 26px;
    border-bottom-left-radius: 16px 16px;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.lien-panier:hover {
    background-color: #529635;
    transition:0.4s;
}

.panier {
    position: fixed;
    right: 0;
    top: 50%;
    width: 162px;
    z-index: 10000;
}

/*** PAGE NOS OFFRES - Modal Nom de domaine : Search  ***/

.button-search {
    background-color: #95c11f;
    padding: 19px 25px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: -17px;
}

.button-search:hover {
    background-color: #529635;
    transition:0.3s;
}

.bloc-form input.site-search,
#site-search {
    width: 100%;
}

/*** PAGE BLOG ***/

.section-blog {
    background-color: #f0f0f0;
    padding: 20px 0;
    margin-top: 80px;
}

.container-blog {
    max-width: 1156px;
    margin: 0 auto;
}

/*** PAGE BLOG : Filtres des catégories ***/

.title-category-filter {
    color: #716f6f;
    font-size: 25px;
    font-family: PTSansBold;
    font-weight: bold;
    margin-top: 12px;
}

.bloc-filter {
    display: flex;
    flex-direction: row;
    clear: both;
}

.category-filter-all {
    color: white;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: #95c11f;
    font-family: 'Roboto', sans-serif;
    border-radius: 16px;
    font-size: 14px;
    margin-right: 10px;
}

.category-filter-all:hover {
    background-color: #529635;
}

.category-filter {
    background-color: rgba(111, 113, 112, 0.37);
    color: white;
    padding: 15px 25px;
    font-family: 'Roboto', sans-serif;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}

.category-current {
    background-color: #95c11f;
}

.category-filter:hover {
    background-color: #6f7170;
    transition:0.3s;
}

/*** PAGE BLOG : Content ***/

.bloc-first-article {
    width: 64%;
    margin-right: 20px;
    position: relative;
}

.bloc-first-article article {
    background-color: white;
}

.bloc-first-article .art-link {
    position: relative;
    padding-left: 7px;
}

.img-article {
    width: 100%;
}

.bloc-all-filter {
    margin-bottom: 50px;
}

.article-content {
    padding: 10px 35px 30px;
}

.art-cat {
    color: #95c11f;
    font-size: 18px;
    font-family: PTSansBold;
    text-transform: uppercase;
    font-weight: bold;
}

.article-categorie-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.art-date {
    font-size: 18px;
    color: #716f6f;
    font-family: PTSansBold;
    font-weight: bold;
}

.art-link {
    font-size: 14px;
    color: #95c11f;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight:bold;
}


.art-link img {
    width: 10px;
    height: 10px;
    margin: 17px 10px;
}

.art-link:hover {
    color: #529635;
}

.article-line1 {
    display: flex;
    flex-direction: row;
}

.article-widget-right .bloc-documentation, .article-all .bloc-documentation {
    background-image: url("../wpserveur/img/background-home.png");
    width: 100%;
    margin-top: 0;
    padding: 40px;
    background-position: bottom;
}

.article-all .bloc-documentation .text-content-green {
    margin-bottom: 10px;
}

.article-all .bloc-documentation {
    padding-bottom: 56px;
    padding-top: 50px;
    margin-bottom: 32px;
}

.article-widget-right .bloc-documentation .bloc-text {
    color: white;
}

.article-widget-right {
    width: 31%;
    margin-right: 20px;
}

.bloc-test {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 40px;
}

.bloc-test p {
    margin: 0;
}

.link-test {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.link-test:hover {
    opacity: 0.8;
}

.link-test img {
    width: 10px;
    height: 10px;
    margin-top: 5px;
}

.title-test {
    font-size: 25px;
    font-family: PTSansBold;
    color: #716f6f;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
}

.title-test:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.bloc-title-test {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bloc-title-test img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.article-categorie-date-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.art-cat-all {
    font-family: PTSansBold;
    font-weight: bold;
    font-size: 14px;
    color: #95c11f;
    text-transform: uppercase;
    margin-top: 0;
}

.art-date-all {
    font-family: PTSansBold;
    font-weight: bold;
    font-size: 14px;
    color: #716f6f;
    margin-top: 0;
}

.title-article-all {
    font-size: 23px;
    color: #716f6f;
    font-family: PTSansBold;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
}

.article-content-all {
    padding: 25px 25px 45px 25px;
}

.article-content-all .bloc-text {
    font-size: 16px;
    line-height: 23px;
}

.bloc-first-article .wp-post-image, .bloc-article-all .wp-post-image {
    width: 100%;
}

.bloc-article-all {
    background-color: white;
    width: 31%;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
}


.bloc-article-all .bloc-text {
    margin-bottom: 0;
}

.article-all {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bloc-article-all .art-link {
    justify-content: flex-end;
}

.bloc-article-all:hover {
    transition: all 0.3s;
    transform: translateY(-8px);
    box-shadow: 2px 4px 3px #ccc8c8;
}

.rond-icon {
    position: absolute;
    opacity: 0;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.bloc-article-all:hover .rond-icon {
    opacity: 1;
    transition: all 0.3s;
}

.bloc-article-all:hover .img-article {
    opacity: 0.7;
    transition: all 0.3s;
}

.bloc-documentation .text-content-white {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.bloc-documentation .intro-content-price {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.bloc-documentation .intro-content-price .bloc-text {
    margin: 0;
}

.no-photo:hover {
    background-color: #292929;
    opacity: 0.7;
}

.no-photo:hover .rond-icon-no-photo {
    opacity: 1;
}

.rond-icon-no-photo {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.section-pagination {
    background-color: #f0f0f0;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 30px;
}

.section-pagination a {
    color: #716f6f;
    padding: 8px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.section-pagination .current {
    color: #95c11f;
    font-family: 'Roboto', sans-serif;
    padding: 8px 12px;
    font-weight:bold;
}

.section-pagination a:hover {
    background-color: #95c11f;
    border-radius: 17px;
    color: white;
}

/*** PAGE UNE ACTU ***/

.category-filter-actu {
    color: white;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: #95c11f;
    font-family: 'Roboto', sans-serif;
    border-radius: 16px;
    font-size: 14px;
    margin: 70px auto 50px;
    width: 100%;
    text-align: center;
}

.container-filter-actu {
    width: fit-content;
    margin:0 auto;
}

.bloc-title-test .title-support {
    margin-bottom:0;
}

.intro-content-actu {
    background-image: url("../wpserveur/img/background-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 152px;
}

.fill-grey {
    width:100%;
    height:60px;
    margin-top:-50px;
}

.intro-page {
    padding-top: 48px !important;
}

.intro-content-title-actu {
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(82, 150, 53, 0) 100%);
    padding: 0 0 100px;
    width: 100%;
}

.intro-content-title-actu .text-content {
    color: white;
}

.intro-content-title-actu h2 {
    text-align: center;
}

.article-actu .article-content p {
    margin: 0;
}

.article-content-actu {
    margin: 60px 0 50px;
}

.article-content-actu p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #716f6f;
    line-height: 25px;
}

.article-content-actu strong {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #716f6f;
    line-height: 25px;
    font-weight: bold;
}

.article-content-actu h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #716f6f;
    line-height: 25px;
    font-weight: bold;
}

.article-content-actu a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.article-content-actu a:hover {
    color: #529635;
}

.article-content-actu img {
    width: 100%;
    height: auto;
}

.article-content-actu li {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #716f6f;
    line-height: 25px;
    padding-bottom: 8px;
    list-style: none;
}

.article-content-actu li:before {
    content: "•";
    color: #95c11f;
    font-size: 30px;
    margin-right: 18px;
    vertical-align: bottom;
}

.img-article-actu {
    width: 100%;
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}

.list-article {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #716f6f;
    line-height: 25px;
    padding-bottom: 8px;
    list-style: none;
}

.list-article::before {
    content: "•";
    color: #95c11f;
    font-size: 30px;
    margin-right: 18px;
    vertical-align: bottom;
}

.list {
    padding-left: 0;
}

/*** PAGE UNE ACTU : Bloc "Lire aussi" ***/

.bloc-lire-aussi {
    display: flex;
    flex-direction: row;
    border: 1px solid #f0f0f0;
    margin: 20px 0;
}

.article-content-actu p.lire-aussi,
p.lire-aussi {
    color: #95c11f;
    font-family: PTSansBold;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.lire-aussi-background {
    background-color: #f0f0f0;
    padding: 10px 40px;
    vertical-align: bottom;
}

.bloc-lire-aussi .lire-aussi-cat-background {
    width: 67%;
}

.bloc-lire-aussi a:hover {
    opacity: 0.7;
}

.article-content-actu p.lire-aussi-cat,
.lire-aussi-cat {
    font-size: 14px;
    font-family: PTSansBold;
    color: #716f6f;
    text-align: center;
    background-color: #f0f0f0;
    padding: 5px 7px;
    border-radius: 6px;
    margin: 10px 0 10px 20px;
    font-weight: bold;
}

.bloc-lire-aussi .title-article-all {
    margin-left: 20px;
}

.article-content-actu img.icon-lire-aussi, img.icon-lire-aussi {
    width: 40px;
    height: 40px;
    margin-top: 48px;
}

.article-actu {
    display: flex;
    flex-direction: row;
    margin-bottom:140px;
}

.article-all-actu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.bloc-article-background {
    background-color: #f0f0f0;
}

.bloc-article-background .title-grey {
    text-align: center;
}

.button-container-blog {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
}

.button-container-blog a {
    cursor: pointer;
}

.button-blog:hover {
    background-color: #529635;
}

/*** PAGE UNE ACTU : Bloc Réseaux sociaux ***/

.bloc-reseaux {
    display: flex;
    flex-direction: row;
    background-color: #f0f0f0;
    padding-left: 40px;
    position: relative;
    margin-bottom: 80px;
    margin-top: 40px;
}

.bloc-reseaux a:hover {
    opacity: 0.7;
}

.bloc-reseaux:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #95c11f;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*** PAGE UNE ACTU : Widgets droite ***/

.support-tel {
    padding: 10px;
    background-color: #95c11f;
    color: white;
    font-family: PTSansBold;
    font-size: 35px;
    border-radius: 35px;
    text-align: center;
}

.title-support {
    font-size: 25px;
    font-family: PTSansBold;
    color: #716f6f;
    position: relative;
    padding-bottom: 10px;
}

.text-support {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
    line-height: 19px;
}

.bloc-test:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #95c11f;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap p {
    margin: 0 4px 15px 0;
}

.name-avis {
    color: #95c11f;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
}

.etoile {
    width: 80px;
    height: 15px;
}

.bloc-avis {
    margin-top: 20px;
}

.button-avis {
    color: white;
    background-color: #95c11f;
    padding: 20px 28px;
    border-radius: 36px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.button-avis:hover {
    background-color: #529635;
}

.button-container-avis {
    margin: 50px auto 30px auto;
    text-align: center;
}

.widget-bloc-article-flex {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.widget-bloc-article-flex .lire-aussi-cat {
    margin-left: 0;
}

.widget-bloc-article-flex:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -5px;
    right: 0px;
}

/*** PAGE OFFRE BLOGUEUR : Uniquement sur mobile ***/

.section-offre-form {
    background-color: white;
}

.offre-blogueur .bloc-documentation {
    cursor: initial;
    position: relative;
    padding-bottom: 40px;
}

.offre-img-blogueur {
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    max-height: 35px;
}

.form-container-blogueur {
    display: none;
}

.offre-form-list-blogueur li {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-size: 20px;
    padding: 10px 0;
    list-style-image: url(../wpserveur/img/check-list.png);
}

.offre-blogueur-infos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.offre-blogueur-infos .price {
    font-size: 50px;
}

.offre-blogueur-infos .bloc-offre-recap-right {
    margin-left: 0;
}

.offre-blogueur-infos .bloc-offre-recap-left {
    padding: 60px 0;
}

.offre-blogueur-infos .bloc-offre-recap {
    margin-top: 0;
}

.text-blogueur-add {
    font-size: 18px;
    color: #716f6f;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
}

.button-blogueur {
    background: linear-gradient(110deg, rgba(2, 0, 36, 1) 0%, rgba(149, 193, 31, 1) 0%, rgba(82, 150, 53, 1) 100%);
    padding: 25px 30px;
    vertical-align: top;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 40px;
    font-size: 18px;
}

.button-blogueur:hover {
    background: #529635;
}

.form-container-blogueur-add .suppl-price {
    width: 47%;
}

.form-container-blogueur-add .suppl-select {
    width: 65%;
    padding: 30px 30px;
}

.form-container-blogueur-add .button-panier {
    margin-top: 0;
}

.offre-blogueur-add .bloc-documentation {
    margin-bottom: 30px !important;
}

.bloc-blogueur-close {
    cursor: pointer;
}

.bloc-blogueur-close:hover {
    opacity: 0.9;
}

.bloc-blogueur-open {
    display: none;
    background-color: #f0f0f0;
    font-size: 18px;
    color: #716f6f;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 60px 30px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.bloc-blogueur-open-select {
    padding: 20px 48px 20px 22px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #95c11f;
    font-weight: bold;
    font-size: 18px;
    background-color: white;
}

.container-select-blogueur-open {
    text-align: center;
    margin-bottom: 40px;
}

.button-option-blogueur {
    color: white;
    background-color: #95c11f;
    padding: 20px 28px;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.button-option-blogueur:hover {
    background-color: #529635;
}

.container-option-blogueur {
    text-align: center;
    margin: 20px auto 0;
}

.bloc-blogueur-open ul li::before {
    content: "•";
    color: #95c11f;
    font-size: 30px;
    margin-right: 15px;
    vertical-align: text-bottom;
}

.bloc-blogueur-open ul li {
    list-style: none;
}

/*** PAGE OFFRE BLOGUEUR OPTION : Uniquement sur mobile ***/

.section-blogueur-option {
    padding: 55px 20px;
}

.section-blogueur-option .bloc-form {
    width: 100%;
}

.section-blogueur-option .price {
    font-size: 34px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*** PAGE PANIER MOBILE ***/


.section-panier-final {
    padding: 30px 20px;
}

.footer-panier {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 75px;
}

.footer-panier p {
    margin: 0;
}

/*** PAGE ***/

.section-page {
    background-color: white;
    padding-top: 65px;
    padding-bottom: 100px;
}

.container-page {
    max-width: 1100px;
    margin: 0 auto;
}

.content-page p, .content-page {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.content-page strong {
    font-weight: bold;
}


.intro-content-page {
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    padding: 250px 0 80px;
    text-align: center;
}

.content-page a:hover {
    color: #529635;
}

.content-page input[type='submit'] {
    color: white;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
    background-color: #95c11f;
    padding: 20px 40px;
}

.content-page input[type='text'], .content-page input[type='email'], .content-page input[type='password'], .content-page input[type='search'], .content-page input[type='url'], .content-page textarea {
    padding: 15px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    color: #716f6f;
    font-size: 18px;
    margin-top: 10px;
}

.woocommerce .quantity .qty {
      padding: 23px;
      border: 1px solid rgba(113, 111, 111, 0.3);
      border-radius: 9px;
      color: #716f6f;
      font-size: 20px;
  }

.content-page input[type='text']::placeholder, .content-page input[type='email']::placeholder {
    color: #b8b8b8;
    font-size: 16px;
}

.content-page .search-submit {
    border-radius: 0 !important;
    width: 20%;
    padding: 20px !important;
    margin-top: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.content-page .search-field {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.content-page .search-field::placeholder {
    color: #9a9797;
    font-size: 15px;
}

.content-page input[type='submit']:hover {
    background-color: #529635;
}

.content-page img {
    width: 80%;
    height: auto;
}

.content-page li {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
    padding: 10px 0;
    list-style-image: url("../wpserveur/img/check-list.png");
}

.content-page input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: solid 1px rgba(24, 33, 37, 0.2);
    width: 18px;
    height: 18px;
    margin: 0px 5px 0 0;
}

.content-page input[type="checkbox"]:checked {
    background: url("../wpserveur/img/check-list.png");
    background-repeat: no-repeat;
    margin: 0px 5px 0 0;
    position: relative;
    background-position: center;
}

.content-page h2 {
    font-family: PTSansBold;
    font-size: 35px;
    text-transform: uppercase;
    color: #716f6f;
    font-weight: bold;
    line-height: 42px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.content-page h1 {
    display: none;
}

.content-page .form-row .required {
    color: #95c11f !important;
}

.content-page .form-row input[type=checkbox] {
    margin-left: 10%;
}

.container-page .bloc-reseaux {
    margin-top: 70px;
}

.content-page .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    border-bottom: 1px solid #eee;
    font-size: 30px;
    font-weight: bold;
    padding: 26px;
    margin: 0;
    line-height: 1.4;
}

.content-page .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside {
    padding: 28px;
    min-height: 60px;
}

.content-page .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link > a {
    color: #fff;
    background: #95be22;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    padding: 20px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-page .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link > a:hover {
    background-color: #529635;
    color: white;
}

.content-page .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    margin-bottom: 50px;
}

.wedocs-single-content h2 {
    font-family: PTSansBold;
    font-size: 35px;
    text-transform: uppercase;
    color: #716f6f;
    font-weight: bold;
    line-height: 42px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left !important;
}

.wedocs-single-content h1 {
    color: #95c11f;
    text-transform: uppercase;
    font-size: 50px;
    font-family: PTSansBold;
    margin: 0 auto;
    font-weight: bold;
    line-height: 56px;
}

.wedocs-single-content {
    font-family: 'roboto';
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
    padding: 20px 0 80px;
}

.wedocs-sidebar p {
    font-family: 'roboto';
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
    text-align: center;
}

.wedocs-single-content a:hover {
    color: #529635;
}

.wedocs-sidebar a {
    font-family: 'roboto';
    font-weight: normal;
    font-size: 18px;
}

.wedocs-sidebar h3 {
    font-family: PTSansBold;
    font-size: 25px;
    text-transform: uppercase;
    color: #716f6f;
    font-weight: bold;
    line-height: 40px;
    padding: 40px 30px 10px 20px !important;
}

.wedocs-sidebar h4 {
    font-family: PTSansBold;
    font-size: 25px;
    text-transform: uppercase;
    color: #716f6f;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 20px;
}

.wedocs-sidebar div {
    margin-top: 50px;
}

.current-menu-item a {
    color: #95c11f !important;
}

.endmenu .current-menu-item a {
    color: #000 !important;
}

.responsive-video {
    width: 60%;
    margin: 0 auto;
}

.responsive-video iframe {
    width: 700px;
    border: 10px solid white;
}

.ytp-large-play-button {
    opacity: 0 !important;
}

.ytp-gradient-top {
    display: none;
}

#menu-footer-col2 {
    padding: 0;
    padding-left: 30px;
}

.connexion:before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-weight: 300;
}

.connexion-header:before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-weight: 300;
}

.deconnexion-header:before {
    content: '\f08b';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-weight: 300;
}

.connexion-header:hover, .deconnexion-header:hover {
    color: #95c11f !important;
}

.wedocs-single-wrap {
    padding-top: 150px;
}

.deconnexion {
    vertical-align: top;
    margin-left: 10px;
}

.deconnexion:before {
    content: '\f08b';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    font-weight: 300;
}

.lire-aussi-cat-blog {
    font-size: 14px;
    font-family: PTSansBold;
    color: #716f6f;
    text-align: center;
    font-weight: normal;
    background-color: #f0f0f0;
    padding: 5px 7px;
    border-radius: 6px;
    margin: 10px 10px 0 0;
}

.lire-aussi-cat-blog:hover {
    background-color: #95c11f;
    color: white;
}

.wrap-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.widget-bloc-article-flex:hover img {
    opacity: 0.7;
}

.lire-aussi-cat-background:hover .icon-lire-aussi {
    opacity: 0.7;
}

.product_title {
    color: #95c11f;
    text-transform: uppercase;
    font-size: 50px;
    font-family: PTSansBold;
    font-weight: bold;
    margin-top: 40px;
}

.product p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.product {
    margin: 0 auto;
}

.woocommerce-input-wrapper select {
    padding: 15px 50px 15px 15px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    color: #716f6f;
    font-size: 18px;
    margin-left: 30px;
    background: url(../wpserveur/img/bas-verte.png);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.related .columns-4 li {
    list-style: none;
}

.related .columns-4 li h2 {
    color: #716f6f;
    font-size: 25px;
    font-family: PTSansBold;
}

.related .columns-4 .price {
    color: #716f6f;
    font-size: 25px;
    font-family: PTSansBold;
    line-height: 32px;
}

.related .columns-4 li .add_to_cart_button {
    color: white;
    background-color: #95c11f;
    padding: 15px 20PX;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
}

.related h2 {
    margin-top: 90px;
    margin-bottom: 40px;
}

.related ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.related ul li {
    width: 40%;
    position: relative;
    text-align: center;
    padding: 30px;
    margin: 20px;
    height: 500px;
}

.related ul li img {
    width: 100%;
    height: auto;
}

.woocommerce-input-wrapper input {
    padding: 15px 50px 15px 15px;
    border: 1px solid rgba(113, 111, 111, 0.3);
    border-radius: 9px;
    color: #716f6f;
    font-size: 18px;
}

.nav-breadcrumb {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.nav-breadcrumb a {
    color: white;
    font-family: PTSansRegular;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

.overlay-breadcrumb {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 11px
}

.nav-breadcrumb a:hover {
    color: #95c11f;
}

.woocommerce-breadcrumb {
    /*margin-top: 170px !important;*/
    color: #fff !important;
    font-family: PTSansRegular;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 50px 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce-breadcrumb a {
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.woocommerce form .form-row label {
    text-align: left;
    font-family: PTSansBold;
    font-weight: bold;
    font-size: 22px;
    color: #716f6f;
}

.DomainSearch-btn {
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}

.return_ndd {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}

.woocommerce-breadcrumb a:hover {
    color: #95c11f;
}

.woocommerce-product-details__short-description {
    float: left;
}

.product_meta {
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.product_meta a:hover {
    color: #529635;
}

.variations_form cart {
    width: 48%;
    float: right;
    background: #f2f2f2 !important;
    padding: 20px 10px 10px;
    border: 1px solid #aaa !important;
    margin-top: 30px !important;
    position: relative;
}

.variations_form cart label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.woocommerce div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.woocommerce-variation-price .price {
    line-height: 20px;
}

.woocommerce-product-details__short-description h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #716f6f;
    font-family: PTSansRegular;
}

.woocommerce-product-rating {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.woocommerce-tabs {
    background: #fff;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 50px;
}

#comments ol.commentlist li {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    list-style: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: #fff;
    border: 1px solid #e6e6e6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 30px;
}

#comments ol.commentlist li img.avatar {
    width: 60px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    position: absolute;
    top: 24px;
    left: -31px;
    padding: 3px;
    height: auto;
    margin: 0;
    box-shadow: none;
}

#comments ol.commentlist li {
    position: relative;
}

#comments .star-rating {
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
}

#comments ol.commentlist li .comment-text {
    border: none;
    margin: 0 0 0 55px;
    padding: 0;
}

.woocommerce-Reviews-title {
    font-size: 30px;
    color: #666666;
    line-height: 30px;
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 1em;
    font-size: 20px;
    color: #666666 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    color: #666666 !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-pagination ul li {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.woocommerce-pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.woocommerce-pagination ul li a {
    font-family: PTSansBold;
    font-weight: bold;
}

.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff;
}

.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 30px;
    margin: 0;
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: initial;
    width: 0;
    margin-top: 50px;
}

.offer-dedie p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #716f6f;
    line-height: 25px;
}

.bloc-serveur {
    margin-top: 40px;
}

.lire-aussi-cat-background .title-article-all {
    font-size: 18px;
}

.intro-content-page-offers {
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    padding: 152px 0 80px;
    text-align: center;
}

.button-blog-container {
    position:relative;
    margin-bottom:65px;
}

.button-blog-container .button-blog {
    text-align:left !important;
    width:245px;
    position:absolute;
    right:0px;
    top:-20px;
}

.offer-dedie-green {
    color:#95c11f !important;
    font-weight:bold !important;
    margin-bottom:0 !important;
}

.offer-dedie-grey {
    font-weight:bold !important;
    color:#202120 !important;
    margin-top:0 !important;
}

/* NICO */
.added_to_cart {
    display: none;
}