

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@600&display=swap');
body {
    font-family: 'Noto Sans JP', sans-serif !important;
    background-color: #fff;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: #000;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.wacs {
    width: 100%;
    /* background-color: rgba(37, 37, 235, 0.815); */
    background-image: url(../images/background.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 1.4rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    top: -7px;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-logo {
    width: 150px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 700;
}

.site-navbar .site-navigation .site-menu>li>a.active {
    color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #1273c6;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #1273c6;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #1273c6;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #0f70b7;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    color: #fff;
}


/********************* header *****************************/

.header {
    padding-top: 25vh;
    /* background-image: url(../images/header.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; */
}
.jjj {
    letter-spacing: 1pt;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
  }
  
  
  #table {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  #centeralign {
    display: table-cell;
    vertical-align: middle;
  }
.header-title {
    font-size: 50px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

.header-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.btn-header {
    /* border: 5px solid rgb(145, 144, 144); */
    border: none !important;
    background-color: transparent;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
}

.btn-header:hover {
    border: 5px solid rgb(255, 255, 255);
}

.btn-header span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.btn-header p {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.btn-header-one {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    background-image: url(../images/mostatil.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}

.btn-header-two {
    border-top-left-radius: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    background-image: url(../images/mostatil-2.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}

.center-elemt{
    text-align: center;
    margin-top: 50px;
}
.center-elemt2{
    text-align: center;
}
.center-elemt img{
  width: 100%;
}

.sub-tit-cent{
    text-align: center;
}
.sub-tit-cent img{
   width: 300px;
   margin-bottom: 35px;
}
/************************ presentation ***********************/

.presentation-wacs {
    margin-top: 150px;
}

.section-title {
    color: #1273c6;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 0;
    /* text-shadow: 3px 3px #ffffff; */
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
/* .section-title::before {
    border-left: 55px solid #dadada;
    border-right: 55px solid #dadada;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 130px;
}
.section-title::after {
    background: #008dd5 none repeat scroll 0 0 padding-box content-box;
}
.section-title::after {
    background: #008dd5 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    bottom: -7px;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -13px;
    padding: 0 0 5px 5px;
    position: absolute;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
    width: 15px;
} */

.text-p{
    color: black;
    font-weight: 400;
    font-size: 20px;
}
.presentation {
    background-color: #ffffff9e;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.presentation-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
}
.presentation img {
    margin-right: 30px;
}
.presentation-text-container{
    display: flex;
    flex-direction: column;

}
.presentation-text{
    margin: 0;
    color: black;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
}

.presentation-text2{
    color: black;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    text-align: justify;
}
.presentation-logo{
    width: 175px;

    
}
.pres-part p {
    text-align: justify;
    margin-left: 10px;
}

.pres-part span {
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .presentation-content {
flex-wrap: wrap;
justify-content: center;
    }

    .presentation img {
margin: 0;
margin-bottom: 20px;
    }
    .presentation-text{
        font-size: 16px !important;
    }
    .presentation-text2{
        font-size: 16px !important; 
    }
    .consulting{
        margin-bottom: 20px !important;
    }

    .pres-part{
flex-wrap: wrap;
    }

    .btn-header span {
        font-size: 15px !important;
    }

    .btn-header p {
        font-size: 13px !important;
    }
    .jjj{
        font-size: 23px !important;
    }

    .section-title {
font-size: 27px !important;
    }

    .consulting h3{
        font-size: 22px !important;
    }
    .consulting h5{
font-size: 20px !important;
    }

    .consulting p{
        font-size: 16px !important;
    }

    .text-p{
        font-size: 16px !important;
    }

    .act h3{
font-size: 22px !important;
    }

    .act p{
        font-size: 16px !important;
    }

    .act ul{
        font-size: 15px !important;
    }
    .Partenaires h3{
        font-size: 25px !important;
    }
    .nouv-descr p{
        font-size: 16px !important;
    }
    .title-newwws{
        font-size: 17px !important;
    }
    .secteur-act-img{
        width: 75% !important;
    }
    .w3-button{
        font-size: 16px !important;
    }
}
/*************************** consulting ********************************/

.consulting-wacs {
    margin-top: 100px;
    background: #ffffff9e;
    padding: 50px;
    border-radius: 10px;
}

.consulting {
    background: linear-gradient(to bottom, #ffffff 50%, #0f70b7cc  98%);
    border-radius: 10px;
    margin: auto;
    padding: 15px;
}

.consulting h3 {
    font-size: 30px;
    color: #1273c6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.consulting p {
    margin: 0;
    color: black;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.consulting h5 {
    margin: 0;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
}

/************************* Actuvité **********************/

.activité-wacs {
    margin-top: 100px;
}

.activité {
    background-color: #ffffff9e;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: auto;
}

.activité h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.7;
}

.activité ul {
    font-weight: 400;
    font-size: 18px;
    margin-left: 15px;
}

.secteur-act-img{
    width: 100%;
}

.act{
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 30px;
    border: 7px solid #0e71b8;
    margin-top: 60px;
}


.act h3{
    font-size: 30px;
    color: #1273c6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.act p{
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.act ul{
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.act1{
    display: none;
}
.act2{
    display: none;
}
.act3{
    display: none;
}
.btn-act1,.btn-act2,.btn-act3{
    cursor:  pointer !important;
}
/************************* Actuvité **********************/

.Opportunités-wacs {
    margin-top: 100px;
    background-color: #ffffff9e;
    border-radius: 10px;
}

.Opportunités {
  
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: auto;
}

.Opportunités h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.opp-img {
    width: 100%;
}


/*************** reseau *****************/

.reseau-wacs {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.reseau {
    
    width: 90%;
    height: 100%;
    
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


.reseau-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.reseau-container h3 {
    font-size: 25px;
    color: #000000;
    text-align: center;
    font-weight:500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.reseau-container img {
    height: 250px;
}


/******************************** Partenaires-wacs **********************************/

.Partenaires-wacs {
    margin-top: 100px;
    padding: 20px;
    background-color: #ffffff9e;
    border-radius: 10px;
    padding-bottom: 0;
}

.Partenaires {
    /* background: linear-gradient(to bottom, #ffffff 40%, #0f70b7cc  98%);
    border-radius: 10px; */
    margin: auto;
}

.Partenaires h3 {
    font-size: 35px;
    color: #1273c6;
    text-align: center;
    font-weight: 500;
}

.Partenaires-locaux {
    width: 500px;
    margin: auto;
}

.Partenaires-Internat {
    width: 500px;
    margin: auto;
}

.logo-part-loc {
    width: 100%;
    text-align: center;
}

.logo-part-loc a {
    cursor: pointer;
}

.logo-part-loc img {
    width: 100%;
}

.Partenaires .owl-dots{
    display: none;
}

@media only screen and (max-width: 999px) {
    .Partenaires-locaux {
        width: 250px;
        margin: auto;
    }
    
    .Partenaires-Internat {
        width: 250px;
        margin: auto;
    }
}

.w3-teal-a, .w3-hover-teal-a:hover {
    color: #fff!important;
    background-color: #0f70b7!important;
}
.pres-part{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 10px !important;
margin-bottom: 10px !important;
}

.mySlides {display:none}

.w3-modal{
    z-index: 999 !important;
    padding-top: 20vh !important;
}
.bttttn{
    font-size: 25px !important;
}
.w3-button{
    font-size: 27px !important;
}
/******************** nouveauté **********************/

.Nouveautés-wacs {
    margin-top: 100px;
    background-color: #ffffff9e;
    border-radius: 10px;
    padding:20px;
}

.Nouveautés {
    width: 90%;
    height: 100%;
    padding: 50px;
    margin: auto;
    /* display: flex;
    flex-direction: row;
    align-items: center; */
}

/* .Nouveautés p {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
  
} */

.Nouveautés-conatiner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    border: 5px solid #fff;
    padding: 0;
    border-radius: 7px;
}
.Nouveautés-conatiner img{
   width: 100%;
   height: 100%;
}

.Nouveautés-conatiner p{
  margin: 0;
   color: black;
padding: 20px 0;
background:#fff;
font-weight: 600;
width: 100%;
font-size: 14px;
 }
 .nouv-descr{
    background: white;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
 }
.nouv-descr p{
    font-size: 20px;
}
 .icon-nouv{
font-size: 25px;
color: #0f70b7 ;
 }
/********************** showroom *********************/
 .showropm-wacs{
    margin-top: 100px;
    background-color: #ffffff9e;
    border-radius: 10px;
    padding:20px 50px;
} 
.showropm-wacs h2 {
    margin-bottom: 30px;
}
/********************** footer *********************/

.footer {
    margin-top: 120px;
    padding-top: 50px;
}

.flex-row-cont {
    display: flex;
    flex-direction: row;
}

.form-button {
    background-color: #fff;
    border: none;
    color: #fff;
    font-weight: 400;
    width: 250px;
    border-radius: 10px;
    padding: 6px;
    margin: auto;
}

.form-button:focus {
    background-color: #fff;
}


/* form {
    text-align: center;
} */

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pLR {
    padding-left: 50px;
    padding-right: 50px;
}

.contactForm .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 0;
    background-color: transparent;
}

#contactForm .error {
    color: red;
    font-size: 12px;
}

#contactForm .form-control {
    font-size: 16px;
    color: #fefefe;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 400;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

.footer h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    text-shadow: 3px 1px #0f70b7;
}

.footer ul {
    line-height: 2.5;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-nav {
    list-style: none;
}

.footer span {
    color: #fff;
    font-size: 25px;
}
#message {
    height: 40px !important;
}
.contact-wrap{
    padding-bottom: 0 !important;
}

.contact-list{
   list-style: none;
}
@media only screen and (max-width: 1500px) {
    .footer ul {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 16px !important;
    }
    #message {
        height: 40px !important;
    }
    .contact-wrap{
        padding-bottom: 0 !important;
    }

    .contact-list{
        padding-bottom: 20px !important;
    }
    .presentation-wacs {
        margin-top: 200px !important;
    }

    
.activité-wacs {
    margin-top: 150px !important;
}
}


.owl-nav{
    text-align: center;
}

.owl-nav > button{
    font-size: 40px !important;
    margin: 20px;
}
.foteer-title-desc{
    margin-bottom: 30px;
}