*{
    -webkit-box-sizing: border-box !important;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    color: #212121;
    font-size: 14px;
    line-height: 1.42857143;
    background: #fff;
    padding-top: 61px;
}

body h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #334d5c;
}

.the-brand {
    display: inline-block;
    padding: 14px 0;
}

.navbar-toggle {
    margin-right: auto !important;
}

.nav {
    padding: 5px 0;
}

.nav li a {
    text-decoration: none;
}

.nav li a i {
    margin-right: 5px;
}

.nav li a span {
    margin-right: 5px;
}

.home-slider {
    text-align: center;
}

.home-slider-slide {
    position: relative;
}

.slick-slide {
    outline: none !important;
}

.slick-slide * {
    outline: none !important;
}

.home-slider-slide > img {
    margin: 0 auto;
}

.slider-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-text h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

.slider-text a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    background: #df5a49;
    padding: 5px 40px 9px 40px;
    transition: .3s;
}

.slider-text a:hover {
    background: #cd4f3f;
}

.service-wrap h3 {
    margin: 70px 0 0;
    padding-bottom: 50px;
    position: relative;
}

.service-wrap h3:after {
    content: '';
    display: block;
    width: 172px;
    height: 1px;
    background: #899fab;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -86px;
}

.service-item {
    padding: 40px 0;
}

.service-item:nth-of-type(even) {
    background: #ecf0f1;
}

.service-item:nth-of-type(even) .service-item-img {
    text-align: left;
}
.service-item:nth-of-type(odd) .service-item-img {
    text-align: right;
}

.service-item:nth-of-type(even) .service-item-img .img-holder {
    margin-right: 45px;
}

.service-item:nth-of-type(odd) .service-item-img .img-holder {
    margin-left: 45px;
}

.service-item div[class*="col-sm-7"] {
    display: table;
}

.service-item-text {
    display: table-cell;
    vertical-align: middle;
}

.service-item-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.service-item:nth-of-type(2) .service-item-text h4 {
    color: #45b29d;
}

.service-item:nth-of-type(3) .service-item-text h4 {
    color: #df5a49;
}

.service-item:nth-of-type(4) .service-item-text h4 {
    color: #55aadb;
}

.service-item:nth-of-type(5) .service-item-text h4 {
    color: #efc94c;
}

.service-item:nth-of-type(6) .service-item-text h4 {
    color: #e27a3f;
}

.service-item-text p {
    font-size: 16px;
    color: #334d5c;
    line-height: 24px;
    margin: 0 0 20px;
}

.service-item-text a {
    font-size: 16px;
    font-style: Italic;
    color: #334d5c;
    text-decoration: none;
    padding-left: 60px;
    background: url(img/link-arrow.png) no-repeat center left;
    transition: 0.3s;
}

.service-item-text a:hover {
    background: url(img/link-arrow.png) no-repeat center left 5px;
}

.advantages-wrap {
    background: #eaeaea;
    padding: 80px 0 95px;
    text-align: center;
}

.advantages h3 {
    margin: 0 0 50px;
}

.advantages .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages .row .advantages-item {
    width: 24.9%;
    justify-content: space-between;
    padding: 0 15px;
}

.adv-item p {
    margin: 30px 0 0;
}

.about-wrap {
    background: #334d5c;
    padding: 70px 0 80px;
}

.about {
    color: #fff;
    position: relative;
}

.about-wrap img {
    margin: 0 auto 15px;
}

.about h3 {
    margin: 50px 0 20px;
    color: #eaeaea;
}

.about p {
    font-size: 16px;
    line-height: 24px;
    color: #334d5c;
    background: rgba(256, 256, 256, 0.8);
    padding: 40px 50px;
    margin-left: -110px;
}

.about a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: Italic;
    text-decoration: none;
    padding: 15px 45px 15px 100px;
    position: absolute;
    bottom: -28px;
    right: 0;
    background: url(img/link-arrow-white.png) no-repeat center left 35px #df5a49;
    transition: .3s;
}

.about a:hover {
    background: url(img/link-arrow-white.png) no-repeat center left 45px #cd4f3f;
}

.partners-wrap {
    padding: 70px 0 90px;
}

.partners-wrap .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.partners-slider-slide img {
    margin: 0 auto;
}

.news-wrap {
    background: #eaeaea;
    padding: 65px 0 50px;
}

.news h3 {
    margin: 0 0 65px;
}

.news .row {
    text-align: center;
}

.news-item {
    width: 222px;
    text-align: left;
    background: #627f8f;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 30px 25px;
    margin-right: 11px;
    transition: 0.3s;
}

.news-item:last-of-type {
    margin-right: 0;
}

.news-item:hover {
    background: #334d5c;
}

.news-item h4 {
    margin: 0;
}

.news-item a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
}

.news-item p {
    line-height: 20px;
}

.footer-wrap {
    background: #1a3442;
    padding: 90px 0 50px;
}

blockquote {
    margin: 30px 0 45px !important;
    padding: 0 !important;
    font-style: Italic;
    color: #df5a49;
    font-size: 16px !important;
    border-left: none !important;
}

.socials {
    margin: 0;
    padding: 0;
}

.socials li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
}

.socials li:hover {
    opacity: .8;
}

address {
    margin-bottom: auto !important;
}

.contacts-col-footer ul,
.cats-col-footer ul {
    margin: 0;
    padding: 0;
}

.contacts-col-footer ul li,
.cats-col-footer ul li {
    list-style: none;
}

.contacts-col-footer ul li a {
    display: inline-block;
    color: #f5f5f5;
    text-decoration: none;
}

.contacts-col-footer p {
    color: #f5f5f5;
    margin: 30px 0 0;
}

.cats-col-footer ul li a {
    color: #f5f5f5;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.cats-col-footer ul li a:hover {
    text-decoration: underline;
}

.news .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.news .row:before {
    display: none;
}

.news .row .news-item {
    width: 18.5%;
    margin-right: 0;
}

.service-item-img .img-holder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: gray;
    text-align: center;
    line-height: 200px;
    display: inline-block;
}

.service-item-img .img-holder img {
    vertical-align: middle;
    transform: scale(1.3);
}

.img-holder.bg-orange {
    background: #e27a3f;
}

.img-holder.bg-yellow {
    background: #efc94c;
}

.img-holder.bg-blue {
    background: #55aadb;
}

.img-holder.bg-red {
    background: #df5a49;
}

.img-holder.bg-green {
    background: #45b29d;
}

@media only screen and (max-width: 1199px) {
    body {
        padding-top: 51px;
    }
    .the-brand img {
        width: 140px;
    }
    .nav {
        margin-left: 20px;
    }
    .nav>li>a {
        padding: 10px 6px !important;
    }
    .slider-text {}
    .news-item {
        margin-bottom: 20px;
    }
    .advantages .row .advantages-item br {
        display: none;
    }
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
    }
    .home-slider h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .nav {
        margin-left: auto !important;
    }
    .nav > li > a {
        padding: 10px !important;
    }
    .nav li a i, .nav li a span {
        display: none;
    }
    .slider-text h4 {
        margin: 0 0 10px;
    }
    .slider-text a {
        padding: 5px 37px;
    }
    .adv-item {
        margin-bottom: 50px;
    }
    .about {
        background: rgba(256, 256, 256, 0.8);
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .about h3 {
        margin: 0 0 10px;
        color: #334d5c;
        font-size: 38px;
    }
    .about p {
        margin-left: 0;
        background: transparent;
        padding: 20px 20px 30px;
    }
    /*.navbar-header{float: none !important;}
.navbar-toggle{display: block !important;}
.navbar-collapse{border-top: 1px solid transparent !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;}
.navigation .navbar-collapse.collapse{display: none !important;}
.navbar-nav{float: none !important; margin: 7.5px -15px !important;}
.navbar-nav>li{float: none !important;}*/
    .news .row .news-item {
        width: 48%;
        margin-right: 0;
    }
    .news .row .news-item:last-child:nth-child(odd) {
        width: 100%;
    }
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .partners-slider .partners-slider-slide {
        text-align: center;
    }
    .partners-slider .partners-slider-slide img {
        display: inline-block;
        max-width: 100%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 900px) {
    .slick-dots {
        bottom: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .service-wrap h3 {
        font-size: 28px;
        margin: 20px 0 0;
        padding-bottom: 20px;
    }
    .advantages-wrap,
    .about-wrap,
    .news-wrap,
    .footer-wrap {
        padding: 35px 0;
    }
    .advantages h3,
    .about h3,
    .news h3 {
        font-size: 28px;
        margin: 0 0 30px;
    }
    .advantages .row .advantages-item {
        width: 49.9%;
    }
    .slick-slide img {
        max-width: none;
        margin: 0 0px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .slider-text {
        padding: 20px;
    }
    .slider-text h4 {
        font-size: 20px;
    }
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        line-height: 1.2;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        padding-left: 0 !important;
    }
    .service-item {
        text-align: center;
    }
    .service-item div[class*="col-sm-7"] {
        width: 100%;
    }
    .service-item:nth-of-type(odd) .service-item-img,
    .service-item:nth-of-type(even) .service-item-img {
        text-align: center;
    }
    .service-item:nth-of-type(even) .service-item-img .img-holder {
        margin-right: 0;
    }
    .service-item:nth-of-type(odd) .service-item-img .img-holder {
        margin-left: 0;
    }
    .service-item-text h4 {
        margin: 20px 0;
    }
    .col-footer {
        margin-bottom: 50px;
    }
    .about a {
        left: 20%;
        right: 20%;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .slider-text h4 {
        margin: 0 0 20px;
    }
    .slider-text a {
        font-size: 12px;
        font-size: 0 10px;
    }
    .slick-dots {
        display: none !important;
    }
    .news .row .news-item {
        width: 100%;
    }
    .advantages .row .advantages-item {
        width: 100%;
    }
    .about a {
        left: 0;
        max-width: 250px;
        right: 0;
    }
}

@media only screen and (max-width: 375px) {}

.home-slider{
    opacity:0;
}
.home-slider.slick-initialized{
    opacity:1;
}

.footer-wrap .container .row > .col-md-6 {
    padding: 0;
}

.news-wrap {
    padding: 65px 0 122px 0;
}

@media only screen and (max-width: 768px) {
   .news-wrap {
        padding: 35px 0 65px 0;
    } 
}

address {
        display: flex;
        flex-wrap: wrap; 
    }
address p {
        order: 1;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
address ul {
        order: 2;
    }

@media only screen and (max-width: 991px) {

    address ul {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .cats-col-footer {
        display: none;
    }
    .full-width {
        width: 100% !important;
    }
}

.button-link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: Italic;
    text-decoration: none;
    padding: 15px 45px 15px 100px;
    position: absolute;
    bottom: -87px;
    right: 30px;
    background: url(img/link-arrow-white.png) no-repeat center left 35px #df5a49;
    transition: .3s;
}

    .button-link:hover {
        background: url(img/link-arrow-white.png) no-repeat center left 45px #cd4f3f;
}

@media only screen and (max-width: 1199px) {
    .button-link {
        bottom: -77px;
    }
}

@media only screen and (max-width: 991px) {
    .button-link {
        right: 15px;
   }
}

@media only screen and (max-width: 768px) {
      
    .button-link {
        max-width: 300px;
        margin: 0 auto;
        right: 20%;
        left: 20%;
        bottom: -48px;
        text-align: center;
   }
}

@media only screen and (max-width: 480px) {

    .button-link {
        left: 0;
        max-width: 250px;
        right: 0;
    }
}

.slider-img-holder {
    min-height: 406px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 50%;
}

/*--------------------------------------pages-style------------------*/


.page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px;
}

.page-banner strong {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

.salle-blanche-page h1 {
    width: 65%;
    font-size: 32px;
    font-weight: 700;
}


.salle-blanche-page .slider-text h4{
    margin: 0 auto;
    width: 80%;
    font-size: 38px;
    font-weight:  700;
}


.top-main .container {
    position: relative;
}

.links-row {
    margin: 0 auto;
    display: flex;
    width: 78%;
    justify-content: space-around;
    padding: 46px 0 0;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.links-row a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #555555;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.links-row a:hover{
    border-bottom: 2px solid #555555;
}

.links-row a:hover:after {
   display: block;
}
.links-row a:hover:before {
   display: block;
}

.links-row a:before {
   content: ' ';
   position: absolute;
   width: 10px;
   height: 2px;
   background-color: #555555;
   left: -10px;
   bottom: -2px; 
   display: none;
}

.links-row a:after {
   content: ' ';
   position: absolute;
   width: 10px;
   height: 2px;
   background-color: #555555;
   left: auto;
   right: -10px;
   display: none; 
   bottom: -2px;
}

.links-row a.active {
    border-bottom: 2px solid #555555;
}

.links-row a.active:before, a.active:after{
    display: block;
}

.page-description {
    margin: 0 auto;
    width: 78%;
    padding-bottom: 45px;
    margin-bottom: 85px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.page-description:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 120px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #8e8e8e;
    z-index: 2;
}

.page-description h2 {
    font-size: 32px;
    color: #334d5c;
    font-weight: 900;
    margin-bottom: 20px;
}

.page-description p {
    font-size: 18px;
    color: #334d5c;
    font-weight: 900;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

.page-description a {
    font-weight: 900;
    font-size: 20px;
    line-height: 2;
    text-decoration: none;
}


.bg-title {
    position: absolute;
    bottom: -60px;
    left: -45px;
    z-index: 1;
}

.bg-title span {
    display: inline-block;
    width: 100%;
    font-size: 150px;
    font-family: 'Anton', sans-serif;
    color: #ececec;
    opacity: 1;
    line-height: 1; 
}



/*fluid setion*/


.fluid-row {
    display: flex;
    height: 450px;
}

.fluid-row.opened {
    height: auto;
    min-height: 450px;
}

.fluid-row.active .hidden-text {
    visibility: visible;
}

.fluid-row .align-center {
    align-items: center !important;
    padding-bottom: 0 !important;
}

.fluid-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.fluid-row:nth-child(2) .text-holder {
    padding-top: 50px;
}

.fluid-row .col-holder {
    width: 50%;
}

.fluid-row .text-holder {
    display: flex;
    padding: 70px 70px 80px 0;
    justify-content: flex-end;
    background-color: #f8f8f8;
}

.fluid-row:nth-child(2n) .text-holder {
    justify-content: flex-start;
    padding-left: 70px;
    padding-right: 0;
}


.fluid-row .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 515px;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}


.fluid-row .text-wrapper p {
    line-height: 2.3;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-indent: 15px;
    letter-spacing: 0.1px;
}

.fluid-row .hidden-text {
    font-size: 14px;
    line-height: 2.3;
    font-weight: 700;
    visibility: hidden;
    color: #222222;
}

.fluid-row .text-holder .show-text {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 16px;
    font-style: Italic;
    color: #334d5c;
    text-decoration: none;
    padding-left: 60px;
    border: 0;
    background: url(img/link-arrow.png) no-repeat center left;
    transition: 0.3s;
}

.fluid-row .text-wrapper a:hover {
    background: url(img/link-arrow.png) no-repeat center left 5px;
}

.fluid-row .img-holder {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 30px;
    position: relative;
}

.img-holder .arrow{
    display: none;
    position: absolute;
    bottom: -1px;
    border: 20px solid transparent;
    border-bottom: 30px solid #f8f8f8; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.fluid-row:nth-child(2n) .img-holder {
    justify-content: flex-end;
}


.fluid-row .title-holder {
    max-width: 585px;
    width: 100%;
    text-align: right;
    padding: 0 10px;
    margin-left: 40px;
}

.fluid-row:nth-child(2n) .title-holder {
    text-align: left;
    margin-right: 40px;
}

.title-holder span {
    display: inline-block;
    width: 100%;
    font-size: 130px;
    font-family: 'Anton', sans-serif;
    color: #ececec;
    opacity: 0.7;
    line-height: 1.1;
}


/*----------------------About-us---------------------*/

.about-us-page h1 {
    margin: 0;
    font-size: 96px;
    font-weight: 900;
    opacity: 0.6;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
}

.about-us-page .bg-title {
    bottom: 10px;
}

.about-us-page .fluid-row:nth-child(2) .text-wrapper {
    align-items: center;
}


.gray-wrapper {
    background-color: #f0f3f4;
    padding-top: 60px;
    padding-bottom: 90px;
}

.gray-wrapper .container {
    position: relative;
}

.gray-wrapper h3 {
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.flex-stroke {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.gray-wrapper .col-md-5 > :first-child {
    margin-bottom: 9px
}

.gray-wrapper .flex-stroke p {
    margin: 0;
    margin-left: 17px;
    font-size: 18px;
    font-weight: 700;
}

.gray-wrapper .bg-title {
    top: -25px;
    left: -30px;
    bottom: 0;
    opacity: 1;
    z-index: 0;
}

.gray-wrapper .bg-title span{
    color: #e9e9e9;
}

.light-wrapper {
    padding: 75px 0;
}

.light-wrapper .container {
    position: relative;
}

.light-wrapper .info-block {
    margin-bottom: 38px;
}

.light-wrapper .col-md-6:nth-child(2n) {
    margin-bottom: 20px;
}


.light-wrapper .title {
    display: inline-block;
    font-size: 24px;
    color: #df5a49;
    font-weight: 700;
    margin-bottom: 8px;
}

.light-wrapper .flex-stroke a, .light-wrapper p, .light-wrapper .flex-stroke span {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #334d5c;
}

.light-wrapper .flex-stroke span {
    width: 11%;
}

.light-wrapper .bg-title {
    top: -30px;
    left: -30px;
    bottom: 0;
    opacity: 1;
    z-index: -1;
}

.marked-red {
    color: #df5a49 !important;
}

.cheked-box {
    width: 30px;
    height: 34px;
}

/*-----------------------Ref-page---------------------*/

.ref-page .page-description {
    width: 87%;
    margin-bottom: 100px;
    z-index: 3;
}

.ref-page .page-description p {
    margin-bottom: 0;
    text-indent: 35px;
    text-align: justify;
}

.ref-page .page-description h2 {
    margin-bottom: 20px;
}

.ref-page .links-row {
    margin-bottom: 105px;
}

.ref-page .bg-title {
    z-index: 1;
    bottom: -60px;
    left: -35px;
}

.ref-page .bg-title span {
    opacity: 1;
    font-size: 130px;
}

.partners-grid {
    padding-bottom: 60px;
}

.gray-box {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    height: 160px;
    background-color: #f8f8f8;
    border: 1px solid #999999;
}

.gray-box .logo-holder {
    text-align: center;
}


.ref-page h1 {
    font-size: 48px;
    opacity: 1;
    color: #fff;
    font-weight: 900;
    letter-spacing: normal;
    text-transform: none;
}

/*-------------------------Tabs-------------------------*/

.conditions-page .bg-title {
    bottom: -170px;
    left: -40px;
}

.conditions-page .page-description:after {
    display: none;
}

.custom-nav-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
    border: none;
}

.custom-nav-tabs>li>a {
    margin: 0;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    color: #555555;
    border-bottom: 2px solid transparent;
}

.custom-nav-tabs>li>a:focus, .custom-nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #df5a49;
    color: #df5a49;
}

.custom-nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #df5a49;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #df5a49;
}

.tab-content-row {
    margin-bottom: 35px;
}

.tab-row-title {
    display: flex;
    align-items: center;
}

.tab-row-title h3 {
    width: 90%;
    margin: 0;
    font-size: 20px;
    text-align: left;
    margin-left: 12px;
}


.tab-row-title .quad-box {
    margin-left: 16px;
    width: 15px;
    height: 15px;
    background-color: #df5a49;
}

.tab-pane hr {
    margin-top: 9px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #aaaaaa;
}


.parag-section {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    text-align: left; 
}

.tab-content-row .list-interne{
    list-style: none;
    margin-top: 10px;
}

.tab-content-row .list-interne li {
    line-height: 2;
}

.conditions-page .bg-title {
    z-index: -1;
}

.conditions-page h2 {
    margin-top: 60px;
}

.conditions-page .page-description {
    padding-bottom: 40px;
    margin-bottom: 10px;
}


/*-----------------End Tabs---------------------*/


/*---------------Contact-page-----------------*/

.contact-page .page-description {
    width: 60%;
    padding-top: 50px;
    margin-bottom: 19px;
}

.contact-page .page-description:after {
    bottom: 20px;
}

.contact-page .page-description h2{
    margin-bottom: 27px;
}

.contact-page h1 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}

.contact-page .bg-title {
    bottom: -130px;
    left: -37px;
    z-index: -1;
}

.contact-page .bg-title span{
    font-size: 96px;
}

.contact-form {
    padding: 20px 0 80px 0;
}

.contact-form  strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px;
}

.form-group {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.form-group .group-column textarea {
    height: auto;
    margin-bottom: 20px;
}


.group-column {
    display: flex;
    width: 48%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.group-column .input-row {
    display: flex;
}

.group-column .btn{
    height: 50px;
    background-color: #df5a49;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: .3s;
    margin-bottom: 20px;
}

.group-column .btn:hover {
    background-color: #cd4f3f;
}

.group-column .btn .arrow {
    display: inline-block;
    margin: 0 auto;
    width: 40%;
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    background: url(img/link-arrow-white.png) no-repeat center left;
    transition: .3s;
}

.group-column .btn:hover .arrow {
    background: url(img/link-arrow-white.png) no-repeat center left 5px;
}

.group-column .text-row {
    position: absolute;
    left: 0;
    bottom: -10px;
}

.group-column .text-row p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.input-row .pre-input {
    width: 35%;
    height: 50px;
    border: 1px solid #334d5c;
    text-align: center;
    margin-right: 10px;
}

.pre-input span {
    font-size: 16px;
    color: #334d5c;
    line-height: 3.125;
    vertical-align: middle;
}

.input-row .form-control {
    margin: 0;
}

.contact-form .form-control {
    height: 50px;
    padding: 10px 10px;
    font-size: 16px;
    color: #334d5c;
    border: 1px solid #334d5c;
    border-radius: 0;
    margin-bottom: 20px;
    background: transparent;
}

.form-control::-webkit-input-placeholder {color: #334d5c;}
form-control::-moz-placeholder          {color: #334d5c;}
form-control:-moz-placeholder           {color: #334d5c;}
form-control:-ms-input-placeholder      {color: #334d5c;}

.group-column textarea {
    resize: none;
    padding-bottom: 24px;
}


/*----------------LINUX-page----------------------*/

.linux-page .top-main {
    padding-top: 40px;
}

.linux-page .bg-title{
    bottom: -160px;
}

.light-gray {
    background-color: #f8f8f8;
}

.linux-page .page-description {
    margin-bottom: 65px;
    z-index: 2;
}

.linux-page .gray-wrapper {
    padding-top: 0;
}


.linux-page .bg-img {
    background-position: 50% 90%;
    background-repeat: no-repeat;

}

.linux-page .button-link {
    position: static;
    max-width: 100%;
    font-size: 24px;
    line-height: 1;
    padding: 15px 85px 15px 120px;
}

.text-imgage-bg {
    min-height: 397px;
    padding: 60px 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.text-imgage-bg:after {
    content: "";
    display: table;
    clear: both;
}

.image-bg {
    padding: 45px 0 0 0;
}

.image-bg h2 {
    font-size: 32px;
    color: #334d5c;
    font-weight: 900;
    text-align: center;
    margin-bottom: 45px;
}
.image-bg h3 {
    font-size: 26px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 20px;
}

.text-holder {
    width: 67%;
    padding: 48px 40px 48px 45px;
    background-color: rgba(51, 77, 92, 0.65);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #fff;
}


.tarifs h4 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}


.red-marker-list {
    padding-left: 15px;
    color: #df5a49;
}

.red-marker-list li p{
    color: #334d5c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.1px;
}

.single-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
}

.tarif-row {
    padding: 65px 0 0 0;
    text-align: center;
    color: #df5a49;
    margin-bottom: 55px;
}
.tarif-row span {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    vertical-align: top;
}

.tarif-row .price {
    font-size: 96px;
    line-height: 1;
    font-weight: 400;
    margin: 0 10px;
}

.link-holder {
    text-align: center;
    margin-bottom: 80px;
}

.pastillePhone {
    background-color: white; 
    position: absolute; 
    top: 70px; 
    left: 20px; 
    color: #333; 
    z-index: 1000; 
    border-radius: 50%; 
    padding: 25px;
}
.wrapperActionEmailing {
    display: flex; 
    justify-content: space-around;
}
@media only screen and (max-width: 1400px) {
    .pastillePhone {
        top: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .text-imgage-bg {
        background-position: 50% 50%;
    }
    .image-bg .text-holder {
        width: 100%;
    }
    .image-bg h3 {
        text-align: center;
        text-shadow: 1px 1px 1px #334d5c;
    }
    .red-marker-list li p{
        font-size: 16px;
    }
    .linux-page .flex-stroke p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .pastillePhone {
        top: 230px;
    }

    .linux-page .page-description {
        margin-bottom: 45px;
    }

    .linux-page .gray-wrapper {
        padding-bottom: 45px;
    }

    .tarif-row {
    padding: 45px 0 0 0;   
    margin-bottom: 35px;
    }

    .tarif-row span {
        font-size: 20px;
    }

    .tarif-row .price {
        font-size: 72px;
    }

    .link-holder {
        text-align: center;
        margin-bottom: 80px;
    }

    .linux-page .button-link {
        font-size: 20px;
        padding: 15px 65px 15px 100px;
    }

    .linux-page h3 {
        font-size: 24px;
    }

    .text-holder {
    font-size: 16px;
    }
    .page-description a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .pastillePhone {
        top: 530px;
        left: 50%; 
        transform: translate(-50%);
    }
    .wrapperActionEmailing {
        flex-direction: column;
        align-items: center;
    }
    .wrapperActionEmailing div {
        margin-bottom: 10px;
    }

    .linux-page .page-description {
        margin-bottom: 30px;
    }
    
    .linux-page .bg-title {
        bottom: -115px;
        left: 25px;
    }

    .linux-page .bg-title span{
        font-size: 110px;
    }

    .linux-page h3 {
        font-size: 20px;
    }

    .image-bg {
    padding: 25px 0 0 0;
    }

    .tarif-row .price {
        font-size: 60px;
    }

    .red-marker-list li p{
        font-size: 14px;
    }
    .linux-page .flex-stroke p {
        font-size: 14px;
    }

    .linux-page .button-link {
        font-size: 18px;
    }

    .text-holder {
        text-align: center;
    }

    .text-imgage-bg {
        padding: 30px 0;
        background-size: cover;
    }

    .image-bg h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .page-description a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 650px) {

    .linux-page .bg-title {
        bottom: -95px;
    }

    .linux-page .bg-title span{
        font-size: 90px;
    }

}
@media only screen and (max-width: 480px) {

    .tarif-row .price {
        font-size: 48px;
    }

    .tarif-row span {
        font-size: 16px;
    }

    .linux-page .button-link {
        font-size: 16px;
    }
    .page-description a {
        font-size: 14px;
    }
}





/*-----------------SSL-page-------------------*/

.ssl-page h1 {
    font-size: 48px;
    font-weight: 700;
}


.ssl-page .top-main  {
    padding: 70px 0 0 0;
}

.ssl-page  .bg-title {
    bottom: -108px;
    left: -20px;
}

.arrow-bold {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.ssl-page h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
}

.ssl-page .page-description {
    z-index: 2;
}

.ssl-page .light-gray {
    padding: 45px 0 55px 0;
}

.ssl-page .light-gray p {
    color: #334d5c;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: -0.1px;
}

.ssl-page .light-gray .container p:first-of-type {
    text-indent: 20px;
    color: #555555;
    font-weight: 400;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}


.ssl-page .price {
    font-size: 42px;
    color: #df5a49; 
}
.ssl-page .link-holder {
    margin: 0;
}

.ssl-page .marked-list {
    list-style-type: square;
    color: #df5a49;
}

.ssl-page .marked-list p {
    font-size: 14px;
    color: #334d5c;
    font-weight: 700;
}

.group {
    padding: 50px 0 45px 0;
}

.group .section-title {
    display: inline-block;
    width: 100%;
    background-color: #45b29d;
    color: #fff;
    line-height: 2;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.group-element {
    padding: 25px 30px 30px;
    border: 2px solid #d9d9d9;
    font-size: 18px;
    margin-bottom: 15px;
}

.group-element strong {
    font-weight: 900;
    margin-right: 7px;
}

.group-element b {
    color: #334d5c;
}

.group .price {
    font-size: 36px;
}

.group .button-link {
    position: static;
    padding: 10px 25px 10px 80px;
    font-size: 15px;
    background: url(img/link-arrow-white.png) no-repeat center left 23px #45b29d;
}

.group .button-link:hover {
    background: url(img/link-arrow-white.png) no-repeat center left 30px #45b29d;
}

.group .single-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}


.flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row .picture-holder {
    width: 20%;
    text-align: center;
}

.flex-row .list-holder {
    width: 45%;
}

.flex-row .price-holder {
    width: 35%;
}

.text-w60 {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.bolded {
    font-weight: 900 !important;
}

#tarteaucitronAlertBig {
    background-color: white !important;
    color: #333 !important;
 }
#tarteaucitronDisclaimerAlert {
    color: #333 !important;
}
#tarteaucitronCloseAlert {
    background-color: orange !important;
    color: white !important;
}
#tarteaucitronSaveButton {
    font-size: inherit;
    cursor: pointer;
    background: #337ab7;
    color: white;
    padding: 0.5rem 1.5rem;
    line-height: 1.5rem;
    min-height: 2.5rem;
}

#tarteaucitronScrollbarAdjust, .tarteaucitronH2, #googletagmanagerDenied, #tawktoDenied {
	display: none !important;
}
#googletagmanagerLine, #tawktoLine {
	background-color: #dddddd !important;
	padding: 10px !important;
}
#gcmanalyticsstorageLine {
	padding: 10px !important;
}
#googletagmanagerAllowed, #tawktoAllowed, #gcmanalyticsstorageAllowed, #gcmanalyticsstorageDenied {
	padding-top: 30px !important;
}
#tarteaucitronAllDenied2 {
	display: none !important;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {

    .flex-row .picture-holder {
    width: 40%;
    }

    .flex-row .list-holder {
        width: 60%;
    }

    .flex-row .price-holder {
        width: 100%;
    }

    .group .single-text {
        line-height: 2;
    }
    
}


@media only screen and (max-width: 768px) {

    .ssl-page .light-gray .container p:first-of-type {
        margin-bottom: 45px;
    }

    .ssl-page .top-main {
        padding: 30px 0 0 0 
    }

    .ssl-page  .bg-title span {
        font-size: 110px;
    }

    .ssl-page  .bg-title {
        bottom: -50px;
        left: 35px;
    }

}



@media only screen and (max-width: 650px) {
    
    .ssl-page  .bg-title span {
        font-size: 90px;
    }
    .ssl-page  .bg-title {
        bottom: -50px;
        left: 35px;
    }


}



@media only screen and (max-width: 480px) {

    .ssl-page h3 {
        font-size: 20px;
    }

    .ssl-page .light-gray .container p:first-of-type {
        margin-bottom: 25px;
    }

    .ssl-page .light-gray {
        padding: 25px 0 35px 0;
    }

    .flex-row .picture-holder {
        width: 100%;
        margin-bottom: 10px;
    }

    .flex-row .list-holder {
        width: 100%;
    }

    .flex-row .price-holder {
        width: 100%;
    }
    .text-w60 {
        width: 90%;
    }

    .ssl-page .arrow-bold {
        margin-bottom: 15px;
    }

}



/*--------------Media-for-pages------------------*/

@media only screen and (max-width: 1199px) {
    
    .fluid-row .text-holder {
       padding: 35px 30px 50px 15px;
    }

    .fluid-row:nth-child(2n) .text-holder {
        padding-left: 30px;
        padding-right: 15px;
    }

    .title-holder span {
        font-size: 105px; 
    }

    .salle-blanche-page .bg-title {
        bottom: -35px;
        left: -40px;
    }

    .salle-blanche-page .bg-title span {
        font-size: 130px; 
    }

     .salle-blanche-page .slider-text h4{
        font-size: 24px;
    }
    
    .about-us-page h1 {
        font-size: 72px;
    }

    .about-us-page .bg-title {
        bottom: -75px;
        left: -10px;
    }

    .ref-page .bg-title {
        left: -15px;
    }

    .conditions-page .bg-title span {
        font-size: 110px;
    }

    .conditions-page .bg-title {
        left: -20px;
    }

    .group-column .btn .arrow {
        width: 45%;
    }

    .group-column .text-row p {
        font-size: 13px;
    }

    .form-group {
        width: 75%;
    }     

}

@media only screen and (max-width: 991px) {

    .page-description {
        padding-bottom: 25px
    }

    .page-description, .links-row {
        width: 90%;
    }

    .fluid-row .title-holder {
        margin: 0;
    }

    .title-holder span {
        font-size: 90px; 
    }

    .fluid-row {
        height: 350px;
    }

    .fluid-row.opened {
        min-height: 350px
    }

    .fluid-row .text-wrapper p {
        line-height: 2;
        font-size: 13px;
    }

    .about-us-page .fluid-row{
        height: auto;
    }

    .salle-blanche-page .bg-title {
        bottom: -35px;
        left: -10px;
    }

    .salle-blanche-page .bg-title span {
        font-size: 110px; 
    }

    .gray-wrapper .row > :first-child {
        margin-bottom: 9px;
    }

    .gray-box {
        height: 120px;
    }

    .gray-box .logo-holder img {
        width: 70%;
        height: auto;
    }

    .contact-page .page-description {
        width: 70%;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .contact-page .bg-title {
        bottom: -60px;
    }

    .form-group {
        width: 90%;
    }

    .contact-page .bg-title {
        left: -65px;
        bottom: -115px;
    }

    .contact-page .page-description:after {
        bottom: 0;
    }

    .contact-page .bg-title span{
        font-size: 72px;
    }

    .group-column .btn .arrow { 
        font-size: 18px;
    }

}

@media only screen and (max-width: 768px) {
    .page-banner strong {
        font-size: 24px;
    }

    .links-row a {
        font-size: 16px;
    }

    .page-description {
        padding-bottom: 20px
    }

    .page-description h2 {
        font-size: 24px;
    }

    .page-description p, .page-description span {
        font-size: 18px;
    }

    .page-description:after {
        display: none !important;
    }

    .salle-blanche-page .bg-title {
        bottom: 35px;
        left: 25px;
    }

    .salle-blanche-page .bg-title span {
        font-size: 90px;
    }

    .salle-blanche-page .slider-text h4{
        font-size: 18px;
    }

    .fluid-row {
        flex-direction: column-reverse;
        justify-content: flex-end;
        min-height: 475px;
    }

     .fluid-row:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .fluid-row .col-holder {
        width: 100%;
    }

    .fluid-row .text-holder, .fluid-row:nth-child(2n) .text-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fluid-row .text-holder {
        min-height: 200px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .fluid-row:nth-child(2) .text-holder {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .fluid-row .text-holder .show-text {
        font-size: 14px;
        bottom: -25px;
    }


    .fluid-row .text-wrapper,.title-holder {
        max-width: 100%;
    }
    
    .fluid-row .img-holder{
        min-height: 275px;
    } 

    .img-holder .arrow {
        display: block;
    }page-description

    .fluid-row .text-wrapper p {
        font-size: 12px;
    }

    .gray-box {
        height: 100px;
    }
    
    .ref-page .links-row {
        margin-bottom: 35px;
    }
    
    .ref-page .page-description {
        margin-bottom: 15px;
    }

    .ref-page .bg-title {
        bottom: -35px;
        left: 25px;
    }

    .ref-page .bg-title span {
        font-size: 90px;
    }

    .conditions-page .bg-title span {
        font-size: 90px;
    }

    .conditions-page .bg-title {
        bottom: -160px;
        left: 0;
    }

    .conditions-page h1 {
        font-size: 24px;
    }

    .custom-nav-tabs>li>a {
    font-size: 16px;
    }

    .about-us-page .fluid-row {
        height: auto;
    }

    .about-us-page h1 {
        font-size: 42px
    }

    .about-us-page h1 {
        font-size: 42px
    }

    .about-us-page .bg-title {
        bottom: 10px;
        left: 50px;
    }

    .about-us-page .bg-title span{
        font-size: 90px;
    }

    .light-wrapper .title {
    font-size: 20px;  
    }

    .light-wrapper .flex-stroke a, .light-wrapper p, .light-wrapper .flex-stroke span {
    font-size: 14px;
    }

    .gray-wrapper h3 {
        font-size: 24px
    }
    
    .gray-wrapper .flex-stroke p {
        font-size: 14px;
    }

    .cheked-box {
        width: 23px;
        height: 27px;
    }

    .contact-page h1 {
        font-size: 28px;
    }

    .form-group {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .group-column {
    width: 80%;
    }

    .group-column .input-row {
        margin-bottom: 20px;
    }

    .group-column .btn .arrow {
        width: 135px;
    }

    .contact-page .page-description{
        width: 80%;
        padding-top: 20px;
    }

    .contact-page .bg-title {
        left: 45px;
        bottom: -110px;
    }

    .contact-page .bg-title span{
        font-size: 60px;
    }
}


@media only screen and (max-width: 650px) {

    .light-wrapper .flex-stroke span {
        width: 13%;
    }

}

@media only screen and (max-width: 480px) {

    .page-description, .links-row {
        width: 100%;
    }

    .links-row a:before { 
       width: 5px;
       height: 1px;
       left: -5px;
       bottom: -1px; 
    }

    .links-row a:after {
       width: 5px;
       height: 1px;
       left: auto;
       right: -5px;
       bottom: -1px;
    }

    .links-row a.active {
        border-bottom: 1px solid #555555;
    }

    .bg-title {
        display: none;
    }

    .links-row a {
        font-size: 12px;
        font-weight: 700;
    }

    .page-description {
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .links-row {
        justify-content: space-between;
        padding: 20px 0 0;
        margin-bottom: 30px;
    }

    .fluid-row .text-holder {
        min-height: 250px;
    }

    .fluid-row .img-holder{
        min-height: 225px;
    }

    .fluid-row .text-wrapper p{
       line-height: 1.75;
       font-size: 13px;
    }

    .page-banner strong {
        font-size: 18px;
    }

    .title-holder span {
        font-size: 60px;
    }

    .light-wrapper .flex-stroke span {
        width: 20%;
    }

    .gray-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gray-wrapper h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .contact-page h1 {
        font-size: 24px;
    }

    .ref-page h1 {
        font-size: 24px;
    }

    .conditions-page h1 {
        font-size: 24px;
    }

    .tab-row-title h3 {
        font-size: 16px;
    }

    .conditions-page .page-description {
        padding-bottom: 10px;
    }

    .custom-nav-tabs>li>a {
        font-size: 13px;
    }

    .custom-nav-tabs {
        margin-bottom: 35px;
    }

    .list-interne {
        padding-left: 20px;
    }

    .form-group {
        width: 100%;
    }

    .group-column {
        width: 100%;
    }

    .contact-page .page-description:after {
        bottom: 0px;
    }

    .form-control {
        height: 30px;
        padding: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pre-input span {
        font-size: 14px;
        line-height: 2.14;
    }

    .group-column .input-row {
        margin-bottom: 10px;
    }

    .group-column .btn{
        height: 30px;
    }

    .group-column .btn .arrow { 
        font-size: 16px;
    }
    
    .group-column .text-row p {
        font-size: 11px;
    }

    .btn {
        padding: 0;
    }
}

@media only screen and (max-width: 375px) {

    .links-row a {
        font-size: 10px;
    }

    .light-wrapper .flex-stroke span {
        width: 25%;
    }

    .custom-nav-tabs>li>a {
        font-size: 10px;
        font-weight: 700;
        padding: 0 !important;
    }

    .tab-row-title h3 {
        font-size: 13px;
    }

    .parag-section {
        font-size: 12px
    }

    .list-interne li {
        font-size: 12px;
    }

    .tab-pane hr {
        margin-bottom: 12px;
    }
    
    .tab-content-row {
        margin-bottom: 15px;
    }

}


/*Mail-page*/

.adresses-page .bg-title {
    bottom: -55px;
}page-description

.adresses-page .arrow-bold{
    margin-top: 25px;
}
.main.adresses-page {
    padding-top: 70px;
}
.adresses-page h1{
    font-size: 48px;
}
.adresses-page .service-item{
    padding: 47px 0;
}

.adresses-page .service-item .service-item-img {
    text-align: left;
}

.adresses-page .page-description p {
    line-height: 2;
}

.adresses-page .service-item:nth-of-type(even) .service-item-img {
    text-align: right;
}

.adresses-page .service-item:nth-of-type(1) .service-item-text h4 {
    color: #55aadb;
}
.adresses-page .service-item:nth-of-type(2) .service-item-text h4 {
    color: #df5a49;
}
.adresses-page .service-item:nth-of-type(3) .service-item-text h4 {
    color: #45b29d;
}

.adresses-page .page-description:after {
    display: none;
}

.adresses-page .page-description {
    padding-bottom: 60px;
    margin-bottom: 0;
}


.tables {
    margin-bottom: 50px;
    padding-top: 70px;
}

.tables .link-holder {
    margin: 0;
}

.tables h2 {
    text-align: center;
    font-size: 32px;
    color: #334d5c;
    margin-bottom: 45px;
    font-weight: 700;
}

.tables-wrapper {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.flex-table {
    width: 23%;
}

.tables-wrapper .button-link{
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 14px 5px 14px 60px;
}

.tables-wrapper .link-holder {
    margin-top: 10px;
}

.flex-table p {
    text-align: center;
    line-height: 60px;
    margin-bottom: 0;
    color: #334d5c;
    font-size: 18px;
}

.table-title {
    background: #344d5c;
    padding: 0 5px;
}

.table-title p {
    color: #fff;
    font-weight: 700;
}

.table-row {
    border: 1px solid #a6b1b7; 
    border-width: 0px 1px 1px 1px;
}

.single-table {
    max-width: 700px;
    padding: 45px 0 50px 0;
    margin: 0 auto;
    border: 1px solid #a6b1b7;
}

.single-table strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #334d5c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-table p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-table .button-link{
    position: relative;
    bottom: 0;
    right: 0;
    padding: 14px 35px 14px 110px;
}

.list-colum .col-span:last-child {
    border-bottom: 1px solid #a6b1b7;
}

.col-span {
    display: inline-block;
    width: 100%;
    padding: 0 5px 0 30px;
    line-height: 56px;
    color: #334d5c;
    border: 1px solid #a6b1b7;
    border-width: 1px 1px 0px 1px;
}

.section-gray {
    padding-top: 50px;
    background-color: #f8f8f8;
}

.section-gray .button-link {
    position: relative;
    bottom: 0;
    right: auto;
    padding: 15px;
    background-image: none;
    text-transform: uppercase;
    font-style: normal;
}
.section-gray .link-holder {
    text-align: center;
    margin-top: 25px;
}

.section-gray strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #334d5c;
}

.list-wrapper {
    max-width: 700px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.list-wrapper li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-wrapper li span {
    width: 49%;
    display: inline-block;
    padding: 0 5px 0 30px;
    line-height: 56px;
    font-size: 18px;
    color: #334d5c;
    border: 1px solid #a6b1b7;
    border-width: 1px 1px 0px 1px; 
}

.list-wrapper li:last-of-type span {
    border-bottom: 1px solid #a6b1b7;

}

.list-wrapper li .marked-red {
    padding: 0;
    border: 0 !important;
    font-size: 12px;
    width: auto;
    line-height: 1;
    text-decoration: none;
}
.list-wrapper li .marked-red:hover {
    text-decoration: underline;
}


@keyframes animatearrow {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}

.arrow-bold {
    display: block;
    position: relative;
    animation-name: animatearrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

#offers:focus {
    outline: 0;
}


@media only screen and (max-width: 1199px) {
    .adresses-page .bg-title {
    left: 0;
    }
    .adresses-page .bg-title span {
        font-size: 130px;
    }
    .tables-wrapper .button-link {
        font-size: 14px;
        background-position-x: 20px;
    }
    .flex-table p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .adresses-page {
    padding-top: 35px;
    }
    .adresses-page .page-description {
        padding-bottom: 30px;
    }
    .adresses-page .bg-title {
    left: 0;
    bottom: 70px;
    }
    .adresses-page .bg-title span {
        font-size: 110px;
    }
    .flex-table {
        margin-top: 20px;
        width: 49%;
    }
    .tables-wrapper .button-link {
        font-size: 14px;
        background-position-x: 35px;
    }
    .tables {
    margin-bottom: 30px;
    padding-top: 15px;
    }
    .tables h2 {
        font-size: 24px;
        color: #334d5c;
        margin-bottom: 25px;
    }
    .list-wrapper li span {
    font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .adresses-page .bg-title {
    left: 0;
    }
    .adresses-page .bg-title span {
        font-size: 90px;
    }
    .adresses-page .service-item .service-item-img {
        text-align: center !important;
    }
    .flex-table {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .adresses-page .button-link {
        left: 0;
        font-size: 14px;
    }
    .single-table {
        max-width: calc(100% - 30px);
    }
    .list-wrapper li span {
    font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .list-wrapper li span {
        width: 50%;
        display: inline-block;
        padding: 0 5px;
        line-height: 30px;
        color: #334d5c;
        border: 0;
        border-bottom: 1px solid #a6b1b7;
    }
    .list-wrapper {
        border: 1px solid #a6b1b7;
        border-width: 1px 1px 0 1px; 
    }
    .list-wrapper li span:first-of-type {
        border-right: 1px solid #a6b1b7;
    }
    .adresses-page .button-link {
        max-width: 100%;
    }
    .flex-table p {
        line-height: 40px;
    }
    .section-gray .button-link {
        width: 100%;
    }
}

/*End-Mail-page*/



/* Hebergement-page */

.hebergement-page .slider-img-holder {
    min-height: 350px;
}

.hebergement-page .top-main {
    padding-top: 50px;
}

.hebergement-page .page-description p {
    color: #45b29d;
    font-size: 20px;
}

.hebergement-page .page-description {
    margin-bottom: 30px;
}

.hebergement-page .group .section-title {
    background-color: #f2633f;
    position: relative;
}

.hebergement-page .bottom-side p {
    color: #555555;
    font-weight: 600;
}

.hebergement-page .bottom-side h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: 900;
}


.hebergement-page .page-description {
    padding-bottom: 30px;
}

.hebergement-page .bottom-side {
    text-align: center;
}

.hebergement-page .group .section-title {
    line-height: 2.5;
}

.hebergement-page .group {
    padding-top: 70px;
    padding-bottom: 0;
}

.hebergement-page .group .section-title::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #f2633f transparent transparent transparent;
}

.hebergement-page .group-element {
    position: relative;
    margin-bottom: 70px;
    border-color: #a3a3a3;
}

.hebergement-page .group-element .img-holder {
    position: absolute;
}

.hebergement-page .group-element .img-holder.pos-1 {
    right: 80px;
    bottom: 0;
}

.hebergement-page .group-element .img-holder.pos-2 {
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
}

.hebergement-page .flex-row .list-holder {
    width: 65%;
}

.hebergement-page .arrow-bold {
    margin:  50px auto 40px;
}

.hebergement-page .color-block {
    background-color: #45b29d;
}

.hebergement-page .link-holder {
    margin-bottom: 0;
}

.hebergement-page .button-link {
    position: static;
    background: url(img/link-arrow-white.png) no-repeat center left 35px #45b29d;
}

.hebergement-page .button-link:hover {
    background: url(img/link-arrow-white.png) no-repeat center left 45px #45b29d;
}

.hebergement-page h3 .marked-red {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hebergement-page .divider {
    display: inline-block;
    width: 100%;
    margin:  25px auto;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.group-element .color-block:nth-child(2) {
    background-color: #55aadb;
}

.group-element .color-block:nth-child(3) {
    background-color: #e27a3f;
}

.color-block {
    height: 205px;
    padding: 60px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.color-block:last-child {
    margin-bottom: 0;
}

.color-block .title {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.color-block .block-img {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
}

.color-block p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 26px;
}

.hebergement-page .flex-table {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.hebergement-page .marked-list {
    list-style-type: square;
    color: #df5a49;
}

.hebergement-page .marked-list p {
    color: #334d5c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.hebergement-page .flex-table .flex-column .marked-list li p {
    text-align: left;
}

.hebergement-page .flex-table .flex-column .marked-list+p {
    text-align: left;
}

.hebergement-page .flex-table .flex-column .list {
    list-style: none;
}

.hebergement-page .flex-table .flex-column .list li p {
    text-align: right;
}

.hebergement-page .flex-table .flex-column .list+p {
    text-align: right;
}

.hebergement-page .flex-table .flex-column .list .marked-red {
    font-size: 20px;
    font-weight: 700;
}

.hebergement-page .flex-table .flex-column p {
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.hebergement-page .flex-table .flex-column p span {
    font-size: 20px;
}

.hebergement-page .flex-column li {
    height: 40px;
    margin-bottom: 7px;
}


.hebergement-page .flex-table .flex-column .list,
.hebergement-page .flex-table .flex-column .marked-list {
    margin-bottom: 30px;
}

.range-form {
    padding-bottom: 50px;
}

.range-form::after {
    content: '';
    display: block;
    clear: both;
}

.home-slider p {
    font-size: 18px;
    color: #fff;
}

.hebergement-page .slider-text {
    padding: 0 15px;
}

.slider-img-holder.overlay::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(45, 45, 45, .6);
}

.blocks-inner {
    padding-top: 45px;
    padding-bottom: 45px;
}

.list-inner {
    padding-left: 67px;
    padding-bottom: 15px;
}

.list-inner .marked-list {
    padding-left: 20px;
}

.hebergement-page .flex-table .flex-column p.marked-red {
    font-weight: 900;
}

.range-form .form-group {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.range-form .panel-body {
    padding: 25px 15px;
}

.range-form .form-group:last-child {
    margin-bottom: 0;
}

.range-form .panel-default>.panel-heading {
    background-color: #45b29d;
    background-image: none;
    text-align: center;
    color: #fff;
}

.range-form h4 {
    font-size: 20px;
    font-weight: 600;
}

.range-form .panel-footer {
    background-color: #45b29d;
    text-align: right;
}

.button-submit {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: Italic;
    text-decoration: none;
    padding: 10px 40px 10px 88px;
    border: 2px solid #fff;
    background: url(img/link-arrow-white.png) no-repeat center left 25px #df5a49;
    transition: .3s;
    border-radius: 2px;
    margin-right: 55px;
}

.button-submit:hover {
   background: url(img/link-arrow-white.png) no-repeat center left 35px #cd4f3f;
}

.upper {
    font-size: 32px;
    text-transform: uppercase;
}

.underline {
    position: relative;
    color: #fff;
}

.underline:hover  {
   text-decoration: none;
}

.marked-yellow {
    color: #efc94c;
}

@media only screen and (max-width: 1199px) {
    .color-block p {
        font-size: 20px;
    }
    .upper {
        font-size: 26px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 991px) {
    .hebergement-page .flex-row .list-holder {
        width: 100%;
    }
    .hebergement-page .group-element .img-holder.pos-1, .hebergement-page .group-element .img-holder.pos-2 {
        display: none;
    }
    .list-inner {
        padding: 15px;
        display: flex;
        justify-content: center;
    }
    .hebergement-page .page-description p {
        font-size: 18px;
    }
    .hebergement-page .group-element {
        margin-bottom: 50px;
    }
    .hebergement-page .arrow-bold {
        margin:  40px auto 30px;
    }
    .hebergement-page .divider {
        font-size: 27px;
    }
}

@media only screen and (max-width: 768px) {
    .button-submit {
        margin-right: 0;
    }
    .range-form .panel-footer {
        text-align: center;
    }
    .color-block .title {
        font-size: 16px;
    }
    .upper {
        font-size: 20px;
    }
    .color-block p {
        font-size: 16px;
    }
    .blocks-inner {
        padding: 15px;
    }
    .hebergement-page .flex-table .flex-column p {
        font-size: 14px;
    }
    .hebergement-page .flex-table .flex-column .list .marked-red,
    .hebergement-page .flex-table .flex-column p span {
        font-size: 16px;
    }
    .hebergement-page .group-element {
        margin-bottom: 40px;
    }
    .hebergement-page .group {
        padding-top: 40px;
    }
    .color-block {
        height: 160px;
        margin-bottom: 15px;
    }
    .block-img img {
        transform: scale(0.8);
    }
    .color-block .block-img {
        left: 5px;
        bottom: 5px;
    }
    .color-block p {
        margin-bottom: 0;
    }
    .hebergement-page .group .section-title {
        font-size: 20px;
        line-height: 2;
    }
    .hebergement-page .page-description p {
        font-size: 15px;
    }
    .hebergement-page .bottom-side h3 {
        font-size: 15px;
    }
    .hebergement-page .marked-list p {
        font-size: 14px;
    }
    .home-slider p {
        font-size: 16px;
    }
    .hebergement-page .flex-table .flex-column .list,
    .hebergement-page .flex-table .flex-column .marked-list {
        margin-bottom: 15px;
    }
    .hebergement-page .flex-table {
        margin-bottom: 0;
    }
    .hebergement-page .divider {
        margin:  15px auto;
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .hebergement-page .flex-table .flex-column .list {
        padding-left: 20px;
    }
    .list-inner {
        padding: 15px;
    }
    .color-block .title {
        font-size: 14px;
    }
    .upper {
        font-size: 18px;
    }
    .color-block p {
        font-size: 14px;
    }
    .hebergement-page .flex-table .flex-column p {
        font-size: 12px;
    }
    .hebergement-page .top-main {
        padding-top: 15px;
    }
    .hebergement-page .page-description {
        margin-bottom: 15px;
    }
    .hebergement-page .bottom-side h3 {
        margin-bottom: 15px;
    }
    .block-img img {
        transform: scale(0.6);
    }
    .color-block .block-img {
        display: none;
    }
    .color-block .title {
        left: 0;
        text-align: center;
    }
    .hebergement-page .arrow-bold {
        margin:  30px auto 20px;
    }
}

@media only screen and (max-width: 350px) {
    .list-inner {
        padding: 15px 5px;
    }
}


/* Animated block */

.animated-1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.animated-block {
    padding: 90px 0;
    text-align: center;
    background-color: #dcebf3;
    border: 2px solid #a8cadd;
    position: relative;
}

.animated-block span{
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    color: #bdd0da;
    transition: transform .5s;
}
.text-1 {
    left: 16%;
    top: 16%;
}
.text-2 {
    left: 22%;
    top: 72%;
}
.text-3 {
    left: 38%;
    top: 17%;
}
.text-4 {
    left: 72%;
    top: 26%;
}

.text-5 {
    left: 77%;
    top: 72%;
}
.text-6 {
    left: 94%;
    top: 53%;
}

.animated-block img {
    position: absolute;
    transition: transform 1s;
}

.animated-block:hover img {
    transform: scale(1.3);
}

.animated-block img:nth-child(3n) {
    transform: scale(1.3);
}
.animated-block img:nth-child(5n) {
    transform: scale(1.7);
}
.animated-block img:nth-child(7n) {
    transform: scale(2.5);

}.animated-block:hover img:nth-child(3n) {
    transform: scale(1.7);
}
.animated-block:hover img:nth-child(5n) {
    transform: scale(2.7);
}
.animated-block:hover img:nth-child(7n) {
    transform: scale(3.5);
}

.animated-block:hover img {
    cursor: pointer;
    transition: transform .5s;
}

.animated-block:hover span{
    transform: scale(1.2);
}

.animated-block img:nth-child(1) {
    left: 3%;
    top: 8%;
}
.animated-block img:nth-child(2) {
    left: 6%;
    top: 21%;
}
.animated-block img:nth-child(3) {
    left: 7%;
    top: 47%;
}
.animated-block img:nth-child(4) {
    left: 4%;
    top: 86%;
}
.animated-block img:nth-child(5) {
    left: 14%;
    top: 63%;
}
.animated-block img:nth-child(6) {
    left: 15%;
    top: 90%;
}
.animated-block img:nth-child(7) {
    left: 19%;
    top: 37%;
}
.animated-block img:nth-child(8) {
    left: 28%;
    top: 21%;
}
.animated-block img:nth-child(9) {
    left: 30%;
    top: 60%;
}
.animated-block img:nth-child(10) {
    left: 35%;
    top: 15%;
}
.animated-block img:nth-child(11) {
    left: 35%;
    top: 84%;
}
.animated-block img:nth-child(12) {
    left: 40%;
    top: 63%;
}
.animated-block img:nth-child(13) {
    left: 51%;
    top: 13%;
}
.animated-block img:nth-child(14) {
    left: 51%;
    top: 75%;
}
.animated-block img:nth-child(15) {
    left: 57%;
    top: 38%;
}
.animated-block img:nth-child(16) {
    left: 61%;
    top: 9%;
}
.animated-block img:nth-child(17) {
    left: 61%;
    top: 69%;
}
.animated-block img:nth-child(18) {
    left: 67%;
    top: 29%;
}
.animated-block img:nth-child(19) {
    left: 65%;
    top: 90%;
}
.animated-block img:nth-child(20) {
    left: 70%;
    top: 16%;
}
.animated-block img:nth-child(21) {
    left: 74%;
    top: 62%;
}
.animated-block img:nth-child(22) {
    left: 76%;
    top: 86%;
}
.animated-block img:nth-child(23) {
    left: 86%;
    top: 11%;
}
.animated-block img:nth-child(24) {
    left: 89%;
    top: 81%;
}
.animated-block img:nth-child(25) {
    left: 94%;
    top: 26%;
}
.animated-block img:nth-child(26) {
    left: 93%;
    top: 56%;
}
.animated-block img:nth-child(27) {
    left: 98%;
    top: 76%;
}
.animated-block img:nth-child(28) {
    left: 96%;
    top: 93%;
}
.animated-block img:nth-child(29) {
    left: 82%;
    top: 30%;
}


.animated-block .title {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.animated-block strong {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #627f8f;
}

.animated-block a{
    display: inline-block;
    margin:  0 auto;
    color: #627f8f;
    font-size: 16px;
    font-style: Italic;
    text-decoration: none;
    padding: 15px 45px 15px 100px;
    background: url(img/link-arrow.png) no-repeat center left 35px transparent;
    border: 1px solid #627f8f;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.animated-block a:hover {
    background: url(img/link-arrow.png) no-repeat center left 45px transparent;
}

.animated-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .text-4 {
        left: 85%;
    }
    .animated-block strong, .animated-block span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .animated-block strong,.animated-block span {
        font-size: 18px;
    }
    .text-6 {
    left: 90%;
    }
    .animated-block a {
        padding: 10px 10px 10px 100px;
    }
}

@media only screen and (max-width: 480px) {
    .animated-block strong,.animated-block span {
        font-size: 16px;
    }
    .text-4 {
    top: 10%;
    }
    .text-6 {
    top: 83%;
    left: 47%;
    }
}

/* End Animated block */

/*info-block*/

.ssl-page .info-block {
    padding: 70px 10px;
}

.info-block .border-box {
    max-width: 976px;
    margin: 0 auto;
    padding: 55px 95px;
    border: 2px solid #45b29d;
    color: #28515f;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 900;
    position: relative;
}

.info-block .border-box p {
    max-width: 595px;
}

.info-block .img-holder {
    width: 135px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}
.info-block .img-holder img{
    width: 100%;
    height: auto;
}

/*Tabs SSL*/

.tabs-section {
    padding-top: 0;
}

.tabs-section .section-title {
    margin-bottom: 0;
}

.tabs-holder {
    padding: 50px 96px 45px;
    background-color: #f0f0f0;
}

.tabs-section .nav-tabs {
    border-bottom: 0;
    padding: 0 13px;
    margin-left: 0;
}

.tabs-section .nav-tabs li{
    margin-right: 4px;
    width: calc(25% - 4px);
}
.tabs-section .nav-tabs li:last-child{
    margin-right: 0px;
}
.tabs-section .nav-tabs li:first-child{
    margin-left: 2px;
}

.tabs-section .nav-tabs li a{
    padding: 17px 15px;
    font-size: 14px;
    color: #28515f;
    font-weight: 700;
    border: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    position: relative;
    margin-right: 0;
}

.tabs-section .nav-tabs li:first-child a{
    background-color: #df5a49;
}
.tabs-section .nav-tabs li:nth-child(2) a{
    background-color: #55aadb;
}
.tabs-section .nav-tabs li:nth-child(3) a{
    background-color:#efc94c;
}
.tabs-section .nav-tabs li:last-child a{
    background-color: #45b29d;
}

.tabs-section .nav-tabs li.active a{
    color: #28515f;
    text-decoration: none;
    border-bottom: 0;
    background-color: #fff;
}

.tab-pane-item {
    padding: 50px 70px;
    background: #fff;
    border-bottom: 3px solid #a6a6a6;
    color: #28515f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 22px;
}

.tab-pane-item.text {
    color: #666666;
    font-size: 16px;
    padding-right: 125px;
}

.tab-pane-item.text p {
    margin-bottom: 15px;
}

#tab4 .tab-pane-item.text p:last-of-type {
    word-break: break-all;
}

.tab-pane-item.text ul {
    list-style: none;
    padding: 0;
    margin: -15px 0 15px;
}

.tab-pane-item.text .img {
    margin-bottom: 25px;
    max-width: 408px;
}

.tab-pane-item.text .img img{
    width: 100%;
    height: auto;
}

.tab-pane-item .h3 {
    margin: 0 0 10px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}

.tab-pane-item.text .h4{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}
.tab-pane-item.text .h5{
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 10px;
}

.star-reit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.star-reit img {
    margin-right: 1px;
}

.columns-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.logo-col{
    width: 35%;
}

.list-col {
    width: 40%;
}

.price-col {
    width: 25%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.logo-col .marked-red {
    text-decoration: none;
    font-weight: 700;
}

.list-col .list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.price-col {
    font-size: 20px;
    font-weight: 600;
}

.price-col .price {
    font-size: 48px;
}

.tab-pane-item .decorated-link {
    display: inline-block;
    font-size: 16px;
    font-style: Italic;
    color: #334d5c;
    text-decoration: none;
    padding-left: 60px;
    background: url(img/link-arrow.png) no-repeat center left;
    transition: 0.3s;
    margin-top: 35px;
    cursor: pointer;
}

.tab-pane-item .decorated-link.reverse {
    display: none;
    padding-left: 65px;
    background: url(img/link-arrow-left.png) no-repeat 5px center;
}

.tab-pane-item .decorated-link:hover {
    background: url(img/link-arrow.png) no-repeat center left 5px;

}
.tab-pane-item .decorated-link.reverse:hover {
    background: url(img/link-arrow-left.png) no-repeat 0 center;
}

.hidden-text {
    display: none;
}

.show-text .hidden-text {
    display: block;
}

.show-text .decorated-link {
    display: none;
}

.show-text .decorated-link.reverse {
    display: block;
}

/*SSL Tabs Media */

@media only screen and (max-width: 1199px) {
    .tab-pane-item.text {
        padding-right: 70px;
    }
    .tab-pane-item.text br{
        display: none;
    }
    .info-block .border-box {
        max-width: 850px;
        padding: 35px 55px;
    }
    .tabs-holder {
        padding: 50px 60px 45px;
    }
    .info-block .img-holder {
        right: 5%;
    }
}

@media only screen and (max-width: 992px) {
    .info-block .border-box {
        max-width: 700px;
        padding: 25px 45px;
    }
    .ssl-page .info-block {
        padding: 45px 15px;
    }
    .tabs-holder {
        padding: 35px 45px;
    }
    .info-block .border-box {
        padding: 25px 45px;
    }
    .info-block .border-box p {
        max-width: 480px;
    }
    .info-block .border-box br {
        display: none;
    }

    .ssl-page .tabs-holder .nav-tabs {
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0 !important;
    }

    .tabs-section .nav-tabs li {
        width:100%;
        margin-right: 0;
    }
    .tabs-section .nav-tabs li a:after {
        content: '+';
        font-size: 25px;
        font-weight: 700;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .tabs-section .nav-tabs li.active a:after {
        display: none;
    }
    .tab-pane-item {
        padding: 25px 30px;
        font-size: 15px;
    }
    .price-col .price {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-pane-item.text p {
        margin-bottom: 10px;
    }
    .info-block .border-box {
        max-width: 479px;
        font-size: 15px;
        line-height: 1.2;
        padding: 15px 25px;
    }
    .info-block .border-box p {
        max-width: 300px;
    }
    .tabs-holder {
        padding: 25px 30px;
    }
    .info-block .img-holder {
        width: 90px;
    }
    .columns-row {
        margin-bottom: 0;
    }
    .tab-pane-item {
        padding: 15px;
    }
    .tab-pane-item.text {
        padding-right: 15px;
    }
    .logo-col, .list-col, .price-col {
        width: 100%;
        margin-bottom: 15px;
    }
    .price-col {
        justify-content: flex-start;
    }
    .tab-pane-item .decorated-link {
        margin-top: 15px;
    }
    .tab-pane-item.text .h4 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .tabs-holder {
        padding: 25px 0;
    }
    .info-block .border-box {
        font-size: 15px;
        padding: 100px 15px 15px;
    }
    .info-block .border-box p {
        max-width: 100%;
    }
    .info-block .img-holder {
        width: 60px;
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .tabs-section .nav-tabs li {
        width: calc(100% - 30px);
        margin: 0 auto !important;
    }
    .tab-content {
        padding: 0 15px;
    }
}

/*End SSL Tabs Media*/


/*Domaine reserve*/


.page-banner.domaine-page {
    text-align: center;
}

.page-banner.domaine-page .caption h1{
    font-size: 48px;
    margin: 0;
    margin-bottom: 20px;
    text-shadow: none;
}

.page-banner.domaine-page .caption p{
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 700;
}

.page-banner.domaine-page .caption .banner-button{
    padding: 15px 35px;
    padding-bottom: 18px;
    font-size: 18px;
    background-color: #55aadb;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
}

.page-banner.domaine-page .caption .banner-button:hover{
    opacity: .8;
}

.table-section {
    padding-bottom: 90px;
}

.gray-blocks-row {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.gray-blocks-row .gray-block {
    padding: 40px 15px 40px 45px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: #334d5c;
    width: 36%;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.gray-blocks-row .gray-block:first-child {
    width: 62%;
    padding: 55px 15px 55px 60px;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
}

.gray-blocks-row .gray-block .img-holder {
    width: 122px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.gray-blocks-row .gray-block .img-holder img {
    width: 100%;
    height: auto;
}

.gray-blocks-row .gray-block:first-child .flex-stroke {
    margin-bottom: 20px;
}

.gray-blocks-row .gray-block:first-child div:nth-of-type(3) {
    margin-bottom: 0;
}

.gray-blocks-row .gray-block .flex-stroke {
    margin-bottom: 25px;
}

.gray-blocks-row .gray-block .flex-stroke img{
    position: relative;
    top: -1px;
}

.gray-blocks-row .gray-block:first-child .flex-stroke img {
    width: 25px;
    height: 27px;
}

.gray-blocks-row .gray-block .flex-stroke p {
    margin-bottom: 0;
    margin-left: 15px;
}

.gray-blocks-row .gray-block .img-stroke {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.img-stroke a {
    transition: opacity .3s;
}

.img-stroke a:hover {
    opacity: .7;
}

.gray-blocks-row .gray-block .img-stroke img{
    margin-right: 13px;
}

.table-holder {
    margin-bottom: 35px;
}

.table-holder table {
    width: 93%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 18px;
    color: #444444;
}

.table-holder table tr th:first-child, .table-holder table tr td:first-child{
    font-weight: 700;
    color: #333333
}

.table-holder th, .table-holder td{
    padding: 12px 5px;
    width: 20%;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
}

.table-holder tr td:first-child {
    text-align: left;
    padding-right: 5px;
    padding-left: 65px;
}

.table-holder td {
    text-align: right;
    padding-right: 67px;
}

.table-holder tr td:last-child {
    padding-right: 52px;
}

.table-holder table tr:nth-child(odd){
    background-color: #eeeeee;
}

.table-holder tr:nth-child(odd) th:first-child:before,
.table-holder tr:nth-child(odd) td:first-child:before,
.table-holder tr:nth-child(odd) th:last-child:before,
.table-holder tr:nth-child(odd) td:last-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + 1px);
    background-color: #eeeeee;
    height: 100%;
    width: 19%;
}

.table-holder tr:nth-child(odd) th:last-child:before,
.table-holder tr:nth-child(odd) td:last-child:before {
    right: auto;
    left: calc(100% + 1px);
}

.table-holder .title {
    display: inline-block;
    width: 100%;
    background-color: #45b29d;
    color: #fff;
    line-height: 2;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
}

.table-holder table tbody tr:nth-last-child(-n+20) {
    display: none;
}

.table-holder #showRetired {
    display: none;
}

.table-holder #showRetired:checked + table tr:nth-last-child(-n+20) {
    display: table-row;
}

.table-holder #showRetired:checked + table + p + .button-holder label:first-child {
    display: none;
}

.table-holder #showRetired:checked + table + p + .button-holder label:last-child {
    display: block;
}

.table-holder label {
    text-decoration: none;
    cursor: pointer;
}

.table-holder .button-holder {
    margin-top: 30px;
}

.button-holder label:last-child {
    display: none;
    max-width: 300px;
    margin: 0 auto;
}

.table-section .button-holder {
   width: 100%;
   text-align: center;
}

.table-section .button-link {
    position: static;
    cursor: pointer;
    max-width: 100%;
}

.table-holder a.marked-red:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {

    .table-section .row {
        padding: 0 15px;
    }

    .gray-blocks-row .gray-block .img-holder {
        width: 90px;
        right: 25px;
    }

    .gray-blocks-row .gray-block .flex-stroke {
        margin-bottom: 15px;
    }

    .gray-blocks-row .gray-block {
        padding: 30px 15px 30px 30px;
        font-size: 15px;
    }
    .gray-blocks-row .gray-block:first-child {
        padding: 30px 15px 30px 30px;
        font-size: 16px;
    }
    .gray-blocks-row .gray-block .img-stroke {
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-holder td {
        padding-right: 47px;
    }
    .table-holder tr td:last-child {
        padding-right: 32px;
    }

}

@media only screen and (max-width: 992px) {

    .page-banner.domaine-page .caption h1 {
        font-size: 36px;
    }

    .page-banner.domaine-page .caption p {
        font-size: 20px;
    }

    .gray-blocks-row .gray-block .flex-stroke {
        margin-bottom: 10px;
    }

    .gray-blocks-row {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .gray-blocks-row .gray-block .img-stroke {
        margin-top: 25px;
    }

    .gray-blocks-row .gray-block {
        width: 100% !important;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .table-holder td {
        text-align: center !important;
        padding: 5px !important;
    }

}   

@media only screen and (max-width: 767px) {
    .table-section {
        padding-bottom: 45px;
    }

    .table-holder tr:nth-child(odd) th:first-child:before,
    .table-holder tr:nth-child(odd) td:first-child:before,
    .table-holder tr:nth-child(odd) th:last-child:before,
    .table-holder tr:nth-child(odd) td:last-child:before {
        display: none;
    }

    .table-holder table {
        width: 100%;
        font-size: 14px;
    }

    .table-holder table tr th:first-child, .table-holder table tr td:first-child {
        width: 10%;
    }

    .page-banner.domaine-page .caption .banner-button {
        font-size: 16px;
    }


}

@media only screen and (max-width: 600px) {
    .gray-blocks-row .gray-block .img-holder {
        display: none;
    }
}


@media only screen and (max-width: 479px) {
    .table-holder table {
        font-size: 13px;
    }
    .table-holder table tr th {
        word-break: break-all;
    }
    .page-banner.domaine-page .caption .banner-button {
        padding: 10px 15px;
        font-size: 14px;
    }
    .table-section .button-link {
        max-width: 100%;
        width: 100%;
        padding: 15px 20px 15px 65px;
        font-size: 15px;
        background: url(img/link-arrow-white.png) no-repeat center left 15px #df5a49;
    }
    .table-section .button-link:hover {
        background: url(img/link-arrow-white.png) no-repeat center left 20px #df5a49;
    }
    .table-section .button-link {
        max-width: 100% !important;
    }

}

/*Domaine reserve END*/

/* Cloud-page */

.cloud-page {
    font-size: 16px; 
    color: #555;
}
.cloud-page .slider-img-holder {
    min-height: 342px;
}

.slider-section {
    padding-top: 50px;
    overflow: hidden;
}

.cloud-page .section-title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #334d5c;
}

.icon-slider {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon-slider-slide {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}

.icon-slider-slide .slider-text{
    position: static;
    transform: translate(0,0);
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #555555;
    text-align: center;
}

.icon-slider-slide .slider-text p {
    margin-bottom: 0;
}

.slider-icon-holder {
    width: 160px;
    height: 160px;
    margin-bottom: 25px;
}

.tarifs-section {
    padding-bottom: 80px;

}

.boxes-holder {
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}

.tarifs-section .price-box {
    width: 30%;
    padding: 18px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #d55f4f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.tarifs-section .price-box:first-child {
    background-color: #50ab97;
}

.tarifs-section .price-box:last-child {
    background-color: #354d5b;
}

.tarifs-section .price-box span{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tarifs-section .price-box p {
    margin-bottom: 0;
}

.tarifs-section .price-box .price-name{
    font-size: 60px;
    margin: 35px 0;
}

.tarifs-section .price-box .big{
    font-size: 34px;
    width: auto;
}

.text-image-section {
    background-color: #f6f6f6;
    padding-bottom: 65px;
}

.text-image-row {
    display: flex;
    padding: 0 50px 0 70px;
}

.text-image-row:nth-child(2n) .text-side{
    order: 1;
    text-align: right;
}

.text-image-row:nth-child(2n) .image-side{
    order: 0;
    justify-content: flex-start;
}

.text-image-row .text-side {
    width: 60%;
    padding: 35px 10px 0 0;
    font-size: 18px;
    color: #444444; 
    margin-bottom: 50px;
}

.text-image-row .text-side h2 {
    font-size: 24px;
    font-weight: 700;
    color: #354d5b;
    margin-bottom: 35px;
}

.text-image-row .text-side .marked-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-image-row .text-side .marked-list li {
    margin-bottom: 7px;
}

.text-image-row .text-side p {
    margin-bottom: 20px;
}

.text-image-row .image-side {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-image-row .image-side .image-holder {

}

@media only screen and (max-width: 992px) {
    .cloud-page .home-slider-slide:nth-child(3) .slider-img-holder{
        background-position: 100% 50%;
    }
    .icon-slider-slide .slider-text {
        font-size: 16px;
    }
    .boxes-holder {
        padding-top: 35px;
    }
    .tarifs-section .price-box {
        width: 32%;
        font-size: 18px;
    }
    .tarifs-section .price-box .price-name{
        font-size: 48px;
        margin: 30px 0;
    }
    .tarifs-section .price-box .big{
        font-size: 27px;
    }
    .text-image-row {
        padding: 0 25px 0 35px;
    }
    .text-image-row .text-side p br {
        display: none;
    }
    .text-image-row {
        flex-wrap: wrap;
    }
    .text-image-row .image-side, .text-image-row .text-side {
        width: 100%;
    }
    .text-image-row .text-side {
        order: 0 !important;
        text-align: left;
        margin-bottom: 10px;
    }
    .text-image-row .image-side {
        order: 1 !important;
        justify-content: center !important;
    }
    .text-image-row:nth-child(2n) .image-side {
        order: 1 !important;
        
    }
}

@media only screen and (max-width: 767px) {
    .cloud-page .section-title {
        font-size: 27px;
    }
    .icon-slider-slide {
        display: flex !important;
        margin-bottom: 40px;
    }
    .cloud-page .container {
        display: flex;
        flex-wrap: wrap;
    }
    .slider-section {
        padding-top: 5px;
        width: 100%;
        order: 1;
    }
    .tarifs-section {
        width: 100%;
        order: 0;
        padding: 25px 0 15px;
    }
    .slider-icon-holder {
        width: 220px;
        height: 220px;
    }

    .icon-slider-slide .slider-text {
        font-size: 18px;
    }
    .icon-slider-slide .slider-text p br {
        display: none;
    }
    .tarifs-section .price-box {
        width: 60%;
        margin-bottom: 20px;
    }
    .tarifs-section .boxes-holder {
        flex-wrap: wrap;
        justify-content: center;
    }
    .text-image-row {
        padding: 0 15px;
    }

    .text-image-row .text-side {
        font-size: 16px;
    }
}

@media only screen and (max-width: 650px) {
    .slider-icon-holder {
        width: 200px;
        height: 200px;
    }
    .icon-slider-slide .slider-text {
        padding: 0 8px;
    }
    .tarifs-section .price-box {
        width: 80%;
    }
}

@media only screen and (max-width: 479px) {
    .slider-icon-holder {
        width: 180px;
        height: 180px;
    }
    .tarifs-section .price-box {
        width: 100%;
    }
    .text-image-row {
        padding: 0;
    }
    .text-image-row .text-side h2 {
        font-size: 21px;
    }
    .text-image-row .text-side {
        font-size: 16px;
        text-align: left !important;
    }
    .text-image-row .text-side h2{
        text-align: center;
    }

}

/* Cloud-page END*/



/* Serveur sedie */

.dedie-page .slider-img-holder {
    min-height: 352px;
}

.dedie-page .top-main {
    padding: 40px 0 0 0;
}

.dedie-page .top-main .bg-title{
    position: absolute;
    bottom: 20px;
    left: -18px;
    z-index: 1;
}

.dedie-page .page-description {
    width: 68%;
    margin-bottom: 60px;
}

.dedie-page .page-description h2 {
    margin-bottom: 50px;
}

.dedie-page .page-description p {
    
    font-weight: 700;
    line-height: 1.8;
}

.dedie-page .text-image-section {
    padding: 50px 0 80px;
}

.dedie-page .text-image-section > .title {
    margin-bottom: 70px !important;
}

.dedie-page .text-image-section  .title {
    margin-bottom: 25px;
}

.dedie-page .text-image-section .title{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #334d5c;
    margin-bottom: 35px;
}

.dedie-page .text-image-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.dedie-page .text-image-col {
    width: 25%;
    justify-content: center;
    align-items: flex-start;
}


.dedie-page .container .text-image-col:nth-child(2) .bottom-text-holder ul{
    padding-left: 62px;
}

.text-image-col .image-holder{
    text-align: center;
    margin-bottom: 58px;
}

.text-image-col .bottom-text-holder {
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.text-image-col .bottom-text-holder a {
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
}

.text-image-col .bottom-text-holder a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #df5a49;
}

.text-image-col .bottom-text-holder a:hover:after {
    display: none;
}

.text-image-col .bottom-text-holder .bold{
    font-size: 16px;
    margin-bottom: 20px;
}

.text-image-col .bottom-text-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.tarif-image-block {
    max-width: 534px;
    margin: 0 auto;
}

.text-image-box {
    border: 3px solid #6d8897;
    border-radius: 9px;
    padding: 35px 40px 55px;
    position: relative;
    overflow: hidden;
    color: #334d5c;
    font-size: 24px;
}

.tarif-text-row {
    display: flex;
    align-items: center;
    max-width: 290px;
    font-size: 24px;
    font-weight: 700;
    justify-content: space-between;
}

.tarif-text-row:first-child {
    align-items: flex-start;
}

.tarif-text-row .top-price {
    padding: 20px 0 0 10px;
}

.tarif-text-row .marked-red {
    font-size: 32px;
}

.tarif-text-row .price{
    font-size: 96px;
    font-weight: 700;
    line-height: 1.1;
}

.text-image-box .image-holder {
    position: absolute;
    right: 10px;
    bottom: -15px;
}

.question-answer {
    padding: 105px 0 30px 0;
}

.question-answer .section-inner{
    padding: 0 15px 0 20px;
    line-height: 1.6;
}

.decorated-title {
    line-height: 2.5;
    background-color: #da7c48;
    position: relative;
    text-align: center;
    color:  #fff;
    font-weight: 700;
}

.question-answer .decorated-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.question-answer .section-block {
    font-size: 18px;
    color: #666666;
    margin-bottom: 65px;
}

.question-answer .section-block:first-child .decorated-title {
    background-color: #da7c48;
}

.question-answer .section-block:nth-child(2) .decorated-title {
    background-color: #d55f4f;
}

.question-answer .section-block:nth-child(3) .decorated-title {
    background-color: #50ab97;
}

.question-answer .section-block:last-child .decorated-title {
    background-color: #61b8bc;
}

.question-answer .section-block:first-child .decorated-title:after {
    border-color: #da7c48 transparent transparent transparent;
}

.question-answer .section-block:nth-child(2) .decorated-title:after {
    border-color: #d55f4f transparent transparent transparent;
}

.question-answer .section-block:nth-child(3) .decorated-title:after {
    border-color: #50ab97 transparent transparent transparent;
}

.question-answer .section-block:last-child .decorated-title:after {
    border-color: #61b8bc transparent transparent transparent;
}

.decorated-title:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
}

.question-answer .section-block .marked-list {
    padding-left: 20px;
    list-style-type: square;
    color: #d55f4f;
    font-size: 18px;
}

.question-answer .section-block .marked-list li {
    margin-bottom: 15px;
}

.question-answer .section-block .marked-list li span{
    color: #666666;
}

.question-answer .section-block .unmarked-list {
    margin: 15px 0 25px;
    color: #666666;
}

@media only screen and (max-width: 1199px) {
    .dedie-page .container .text-image-col:nth-child(2) .bottom-text-holder ul {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .dedie-page .top-main .bg-title {
        left: 0;
    }
    .dedie-page .page-description {
        width: 75%;
    }
    .dedie-page .text-image-col {
        width: 50%;
        margin-bottom: 35px;
    }
    .dedie-page .container .text-image-col:nth-child(2) .bottom-text-holder ul {
        padding-left: 100px;
    }
    .dedie-page .text-image-section .container {
        margin-bottom: 35px;
    }
    .question-answer {
        padding: 65px 0 30px 0;
    }
    .question-answer .section-block {
        margin-bottom: 45px;
    }
    .text-image-col .image-holder {
        margin-bottom: 30px;
    }    
}

@media only screen and (max-width: 767px) {
    .dedie-page .text-image-section > .title {
        margin-bottom: 50px !important;
    }
    .tarif-image-block {
        padding: 0 15px;
    }
    .dedie-page .container .text-image-col:nth-child(2) .bottom-text-holder ul {
        padding-left:0;
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .dedie-page .page-description h2 {
        margin-bottom: 30px;
    }
    .dedie-page .page-description {
        width: 100%;
        margin-bottom: 40px;
    }
    .dedie-page .text-image-section {
        padding: 35px 0 45px;
    }
    .dedie-page .text-image-section > .title {
        margin-bottom: 35px !important;
    }
    .dedie-page .text-image-col {
        width: 100%;
    }
    .dedie-page .text-image-section .container {
        margin-bottom: 15px;
    }
    .tarif-text-row .price {
        font-size: 72px;
    }
    .tarif-text-row {
        font-size: 20px;
        max-width: 220px;
    }
    .text-image-box .image-holder {
        bottom: -45px;
    }
    .text-image-box .image-holder img {
        transform: scale(.7);
    }
    .text-image-box {
        padding: 35px 20px 45px 20px;
    }

    .tarif-text-row .marked-red {
        font-size: 24px;
    }
    .tarif-text-row .price {
        font-size: 60px;
    }
    .tarif-text-row .top-price {
        padding: 5px 0 0 0;
    }
    .question-answer {
        padding: 45px 0 20px 0;
    }
}

@media only screen and (max-width: 479px) {
    .dedie-page .text-image-section .title {
        font-size: 24px;
    }
    .text-image-box .image-holder img {
        transform: scale(.6);
    }
    .tarif-text-row .price {
        font-size: 56px;
    }
    .tarif-text-row {
        max-width: 200px;
    }
    .text-image-box .image-holder {
        bottom: -65px;
        right: -15px;
    }
    .tarif-text-row {
        font-size: 18px;
    }
    .question-answer .decorated-title {
        font-size: 18px;
        line-height: 1.5;
        padding: 10px 0;
    }
    .question-answer .section-block {
        font-size: 16px;
    }
    .question-answer .section-inner {
        padding: 0;
    }
    .question-answer .section-block .marked-list {
        font-size: 16px;
    }
    .question-answer .section-block .unmarked-list {
        padding-left: 15px;
    }
    .question-answer .section-block {
        margin-bottom: 25px;
    }
    .question-answer .section-block .marked-list li {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 350px) {
    .text-image-box .image-holder {
        display: none;
    }
    .tarif-text-row {
        margin: 0 auto;
    }
}

/* Serveur sedie END*/


/*Tarifs*/

.accordion-section-header {
    padding: 40px 15px 20px;
    font-family: 'Anton';
}

.accordion-section-header h2 {
    font-size: 42px;
    text-align: center;
    color: #627f8f;
}

.accordion .panel-group {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.accordion .panel {
    border: 0;
}

.accordion .panel:last-child{
    box-shadow: none;
}

.accordion .panel-group .panel+.panel {
    margin-top: 1px;
}

.accordion .panel-body {
    padding: 70px 0 50px;
    border: 0 !important;
}

.accordion .panel-heading {
    padding: 0;
    font-family: 'Anton';
    font-size: 24px;
    color: #627f8f;
    border: 0;
    border-radius: 0;
    position: relative;
    transition: opacity .3s
}

.accordion .panel-heading:hover {
	opacity: .8;
}

.accordion .panel-heading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 22px;
    border-color: #829ba7 transparent transparent transparent;
    display: none;
}

.accordion .panel-heading.active {
   background-color: #829ba7;
   color: #ecf1f4;
}

.accordion .panel-heading.active:after {
    display: block;
}

.accordion .panel-title a {
    padding: 30px 15px;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 24px;
    text-decoration: none;
    position: relative;
}

.accordion .panel-title a .open-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 19px;
    height: 19px;
    right: 35px;
    transition: transform .5s;
}

.accordion .panel-title a .open-close:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: 5px;
    background-color: #627f8f;
}

.accordion .panel-title a .open-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    width: 5px;
    height: 19px;
    background-color: #627f8f;
}

.accordion .panel-heading.active .panel-title a .open-close {
    transform: translateY(-50%) rotate(45deg);
}

.accordion .panel-heading.active .panel-title a .open-close:after,
.accordion .panel-heading.active .panel-title a .open-close:before {
    background-color: #fff;
}


.accordion .panel-title a .text {
    display: block;
    width: 0;
    white-space: nowrap;
    text-align: left;
    transition: width .5s;
}

.accordion .panel-heading.active .panel-title a .text {
    display: block;
    width: 100%;
    text-align: center;
}

.accordion .panel-heading.active .panel-title a .text1 {
    left: 50%;
    transform: translate(-50%, -50%);
}

.tarifs-table {
    width: 100%;
}

.tarifs-table .unmarked-list{
    padding: 0;
}

.tarifs-table a.marked-red {
    margin-left: 3px;
}

.tarifs-table a.marked-red:hover {
    text-decoration: none;
}

.tarifs-table .unmarked-list li {
    margin-bottom: 8px;
}

.tarifs-table tr {
    border-bottom: 5px solid #fff;
}

.tarifs-table tr th{
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: 700;
}

.tarifs-table tr td {
    width: 50%;
    padding: 15px 15px 15px 60px;
    background-color: #efefef;
    line-height: 1;
    font-size: 16px;
    color: #444444;
    font-weight: 700;
}

.ssl-tarifs .tarifs-table {
    margin-bottom: 35px;
}

.ssl-tarifs .tarifs-table:first-of-type th {
    background-color: #df5a49;
}
.ssl-tarifs .tarifs-table:nth-of-type(2) th {
    background-color: #55aadb;
}
.ssl-tarifs .tarifs-table:nth-of-type(3) th {
    background-color: #efc94c;
}
.ssl-tarifs .tarifs-table:last-of-type th {
    background-color: #45b29d;
}

.ssl-tarifs .tarifs-table th {
	font-size: 18px;
}

.accordion .button-link {
    position: static;
    cursor: pointer;
    max-width: 100%;
}

.accordion .button-holder {
    width: 100%;
    text-align: center;
}



@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 992px) {
    .accordion .panel-title a {
        font-size: 20px;
        padding: 20px 15px;
    }
    .accordion .panel-title a .open-close {
        width: 15px;
        height: 15px;
    }
    .accordion .panel-title a .open-close:before {
        width: 15px;
        height: 3px;
        top: 6px;
    }
    .accordion .panel-title a .open-close:after {
        width: 3px;
        height: 15px;
        left: 6px;
    }

}
@media only screen and (max-width: 767px) {
    .accordion .panel-body {
        padding: 50px 0 35px;
    }
    .tarifs-table tr td {
        font-size: 15px;
        padding: 12px 15px 12px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .accordion-section-header h2 {
        font-size: 36px;
    }
    .tarifs-table tr td {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
    }
    .accordion .button-link {
        font-size: 13px;
    }
}
@media only screen and (max-width: 350px) {
    .tarifs-table tr td {
        font-size: 14px;
        padding: 10px;
    }
}

/*Tarifs END*/



.text-center {
    text-align: center;
}

.padding-block {
    padding: 15px;
}

.no-margin {
    margin: 0 !important;
}

.bold {
    font-weight: 700;
}

.unmarked-list {
    list-style: none;
}

.transparent-bg {
    background: transparent !important;
}

/* Instances_new */

#instances .text-image-section,
#instances .description  {
    padding: 50px 0 80px;
}

#instances .text-image-section .container {
    margin-bottom: 0;
}

#instances .title-block{
    color: #545454;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 45px;
}

#instances .tarif-block {
    max-width: 450px;
    width: 100%;
}

#instances .tarif-block .tarif-title {
    background-color: #50ab97;
    padding:  10px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    margin: 0 0 20px;
    border-radius: 8px;
}

#instances .marked-red {
    font-weight: 900;
}

#instances .tarif-block .tarif-title:after {
    border-color: #50ab97 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
}

#instances .tarif-block .text-box {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 50px 50px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 5px 5px 0px rgba(170, 170, 170, 0.5);
    position: relative;
    text-decoration: none;
}

#instances .tarif-block .text-box .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: italic;
    height: 50px;
    background-color: #50ab97;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: .3s;
    margin: 50px auto 0 auto;
    text-decoration: none;
}

#instances .tarif-block .text-box .button:hover {
    background-color: #df5a49;
}

#instances .tarif-block .text-box .ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

#instances .tarif-block .text-box .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#D55F4F 0%, #d55f4f 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}

#instances .tarif-block .text-box .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #d55f4f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d55f4f;
}

#instances .tarif-block .text-box .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #d55f4f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d55f4f;
}

#instances .tarif-block ul,
#instances .description ul {
    padding: 0 0 0 20px;
}

#instances .tarif-block ul li,
#instances .description ul li {
    font-size: 16px;
    color: #334d5c;
    font-weight: 700;
    line-height: 1.6;
}

#instances .description {
    background-color: #f1f9f8;
}

#instances .description-text {
    padding-bottom: 20px;
}

#instances .description .wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background: #fff;
    justify-content: space-between;
    box-shadow: 3px 5px 5px 0px rgba(170, 170, 170, 0.5);
}

#instances .description .wrapper .image-holder {
    position: absolute;
    right: 0;
    bottom: 0;
}

#instances .description .wrapper .description-left,
#instances .description .wrapper .description-right {
    width: 49%;
    display: flex;
    padding: 50px 50px;
}

#instances .description .wrapper .description-left .tarif-text > ul {
    margin-bottom: 30px;
}

#instances .description .description-separator {
    width: 1px;
    background-color: #ddd;
    margin: 35px 0;
}

#instances .description .sub-title {
    font-size: 22px;
    font-style: italic;
    color: #545454;
    margin: 0 0 25px 0;
    text-align: center;
}

#instances .description .video-container {
    text-align: center;
}

#instances .description .video-title {
    margin-bottom: 20px;
}


@media only screen and (max-width: 991px) {
    #instances .text-image-section .container {
        justify-content: center;
    }

    #instances .text-image-section .container .tarif-block{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #instances .tarif-block .text-box .button {
        width: 65%;
    }

    #instances .text-image-section,
    #instances .description  {
        padding: 20px 0 30px;
    }

    #instances .description .wrapper {
        flex-wrap: wrap;
        margin: 0 15px;
    }

    #instances .description .wrapper .description-left {
        width: auto;
        padding: 30px;
    
    }

    #instances .description .wrapper .description-left .description-small-text{
        font-size: 13px;
    }

    #instances .description .wrapper .description-right {
        width: auto;
        padding: 30px 30px 70px 30px;
    }

    #instances .description .description-separator {
        width: 80%;
        height: 1px;
        background-color: #ddd;
        margin: 0 auto;
    }

    #instances .description .wrapper .image-holder img{
        height: auto;
        width: 100%;
    }

    #instances .tarif-block ul li, #instances .description ul li {
        font-size: 14px;
    }

    #instances .tarif-block .text-box {
        padding: 30px;
    }

    #instances .tarif-block .tarif-title {
        font-size: 20px;
    }

    #instances .description .sub-title {
        font-size: 20px;
    }

    #instances .description .video-container iframe {
        width: 300px !important;
        height: 200px !important;
    }
}

@media only screen and (max-width: 320px) {
    #instances .description .wrapper .image-holder {
        display: none;
    }

    #instances .description .wrapper .description-right {
        padding: 30px;
    
    }

    #instances .description .video-container iframe {
        width: 280px !important;
        height: 150px !important;
    }
}

/* PROMO */
.bato-promo-wrapper {
    position: relative;
}

.animated-ribbon {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.animated-block.bato-promo-block {
    background-color: #45b29d;
    border: 2px solid #317e6e;
    padding: 130px 0 90px;
}

.bato-promo-underlined {
    color: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.bato-promo-text {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px 0!important;
    padding: 0 !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.bato-promo-text::after {
    display: none !important;
}

.bato-promo-block .inherit-title {
    color: #334d5c !important;
    font-size: 36px !important;
}

.bato-promo-block .title {
    margin-bottom: 20px;
}

.bato-promo-block a {
    background: url(img/link-arrow-white.png) no-repeat center left 35px #df5a49;
    border: 1px solid #df5a49;
    color: #fff;
}

.bato-promo-block a:hover {
    background: url(img/link-arrow-white.png) no-repeat center left 45px #334d5c;
    border: 1px solid #334d5c;
}

.bato-promo-top {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.bato-promo-bottom {
    position: absolute;
    color: #334d5c;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.bato-promo-block span {
    color: #fff;
    opacity: 0.5;
}

.ribbon {
    width: 400px;
    height: 60px;
    margin: 0 auto 0px;
    position: relative;
    color: #fff;
    font: 28px/60px sans-serif;
    text-align: center;
    background: #df5a49;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
  }
  
  .ribbon i {
    position: absolute;
  }
  
  .ribbon i:first-child, .ribbon i:nth-child(2) {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: 20px solid transparent;
    border-right-color: #334d5c;
    
    -webkit-animation: edge 500ms;
    -moz-animation: edge 500ms;
    -ms-animation: edge 500ms;
    animation: edge 500ms;
  }
  
  .ribbon i:nth-child(2) {
    left: auto;
    right: -20px;
    border-right-color: transparent;
    border-left-color: #334d5c;
  }
  
  .ribbon i:nth-child(3), .ribbon i:last-child {
    width: 20px;
    bottom: -20px;
    left: -41px;
    z-index: -2;
    border: 30px solid #b44a3c;
    border-left-color: transparent;
    
    -webkit-animation: back 600ms;
    -moz-animation: back 600ms;
    -ms-animation: back 600ms;
    animation: back 600ms;
    
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .ribbon i:last-child {
    bottom: -20px;
    left: auto;
    right: -41px;
    border: 30px solid #b44a3c;
    border-right-color: transparent;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  p {
    text-align: center;
    color: #777;
    /* color: #aaa; */
  }
  .offre_next_cloud {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
  }
  .best_offre {
    padding: 10px;
    background-color: #DC2323;;
    /* background-color: #641212; */
    border: 1px solid #000000;
    font-weight: bolder;
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin: 10px;
    font-size: 20px;
    text-transform: uppercase;
  }
  .col_offre {
    width: 100%;
  }
  .top_offre {
    margin-top: 70px !important;
  }
  .head_offre {
    /* background-color: #bae547; */
    border: 1px solid #000000;
    margin: 10px;
  }
  .title_offre {
    padding: 10px;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    border-bottom: 1px solid #000000;
  }
  .body_offre {
    padding: 10px;
    text-align: center;
  }
  .tarif_offre {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .tarif_integer {
    font-size: 40px;
    font-weight: bolder;
  }
  .tarif_decimal {
    text-align: left;
    font-size: 18px;
  }
  .tarif_euro {
    font-weight: bolder;
    font-size: 15px;
  }
  .ttc_offre {
    font-size: small;
    margin-top: 10px;
  }
  .quantite_offre {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 30px;
  }
  .paiement_mensuel {
    font-weight: bolder;
    color: #800;
  }
  .bloc_offre {
    /* border: 1px solid #000000; */
    margin: 10px;
  }
  .body_offre_bloc {
    padding: 10px 0px;
    
  }
  .body_offre_bloc ul {
    list-style-type: "- ";
  }
  .title_body_offre_bloc {
    font-weight: bolder;
    margin-left: 15px;
  }

  .title_cloud {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.3);
  }

  .title_table_cloud {
    max-width: 100%;
    position: relative;
    display: flex;
    color: #334D5C;
    font-size: 18px;;
  }

  .title_table_cloud::before {
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background: url(./img/mail-pro/icon_title.png) center center no-repeat;   
        margin-right: 13px;
        margin-left: 0px;
  }
  .subtitle_cloud {
    font-size: 24px;
    font-weight: 700;
    color: #354d5b;
    margin-bottom: 35px;
    text-align: left;
  }
  .tilte_parpah_cloud {
    padding: 10px;
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 0;
  }
  
  /* animations */
  
  @-webkit-keyframes main {
    0% { -webkit-transform: scaleX(0); }
    100% { -webkit-transform: scaleX(1); }
  }
  
  @-webkit-keyframes edge {
    0%, 50% { -webkit-transform: scaleY(0); }
    100% { -webkit-transform: scaleY(1); }
  }
  
  @-webkit-keyframes back {
    0%, 75% { -webkit-transform: scaleX(0); }
    100% { -webkit-transform: scaleX(1); }
  }
  
  
  @-moz-keyframes main {
    0% { -moz-transform: scaleX(0); }
    100% { -moz-transform: scaleX(1); }
  }
  
  @-moz-keyframes edge {
    0%, 50% { -moz-transform: scaleY(0); }
    100% { -moz-transform: scaleY(1); }
  }
  
  @-moz-keyframes back {
    0%, 75% { -moz-transform: scaleX(0); }
    100% { -moz-transform: scaleX(1); }
  }
  
  
  @keyframes main {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
  }
  
  @keyframes edge {
    0%, 50% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
  }
  
  @keyframes back {
    0%, 75% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
  }

  @media (max-width: 767px) {
    .ribbon {
        width: 200px;
        font-size: 16px;
    }

    .bato-promo-block .inherit-title {
        font-size: 25px !important;
    }

    .bato-promo-text {
        font-size: 20px !important;
    }

    .bato-promo-bottom {
        width: 100%;
    }
    .offre_next_cloud {
        flex-direction: column;
    }
    .top_offre {
        margin-top: 0px;;
      }
  }
