@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Scada:400,400i,700,700i&display=swap');


body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000000; 
    line-height:30px;
    font-weight: normal;
}
h1 , h2 , h3 , h4 , h5{
font-family: 'Raleway', sans-serif;
}
::-moz-selection {
    background: #0e4f91;
    color: #fff;
}
::selection {
    background: #0e4f91;
    color: #fff;
}
.main-navbar {
    z-index: 9999;
    padding: 20px;
    position: absolute;
    margin: 0 auto;
    max-width: 1140px;
    left: 0;
    right: 0;
    padding: 0;
}

a, a:hover{
    text-decoration: none;
}
.main-navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: .5rem 11px;
    font-family: 'Raleway', sans-serif;
}

.main-slider .container,
.main-slider .row {
    height: 100%;
}
.main-slider h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.main-slider p {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.main-slider .more {
    text-decoration: none;
    color: #005c94;
    font-size: 20px;
    font-weight: bold;
}
iframe {
    width: 100%!important;
}


.about-text h3 {
    font-weight: bold;
    font-size: 40px;
}
.btn-custom {
    background: #d30d0c;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.btn-slider {
    background: #d30d0c;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.widget-about-image-text .btn-custom{
    padding: 12px 35px 7px;
    font-weight: bold;
    font-size: 14px;  
}

.collection {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-collections a{
    float: none;
    margin: 0 auto;
    display: block;
}
.post-description span{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.post-description .post-d {
    font-size: 40px;
    padding: 0 10px 0 0;
}
.post-my {
    padding-right: 20px;
    border-right: 1px solid #c1c1c1;
    margin-right: 15px;
}
.post-dmy {
    float: left;
}
.post-dmy span {
    display: inline-block;
    vertical-align: middle;
}
.post-description {
    display: flex;
}
.widget-text-banner-background{
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-text-banner-background h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.widget-text-banner-background p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 60px;
}
.contact-bloc p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.footer-menu .navbar-nav a,
.footer-menu .copyright a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding-right: .5rem;
    padding-left: .5rem;
    display: inline-block;
}
.contact-bloc .contact-info {
    font-weight: normal;
    font-size: 13.5px;
    line-height: 22px;
    color: #5a5858;
}
.social-buttons{
    font-size: 0;
    line-height: 1;
}
.footer-menu a.network-link {
    padding: 0;
    background: #fff;
    color: #d30d0c;
    height: 30px;
    width: 30px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    font-size: 18px;
}
.social-buttons .contact-picto{
    background: #d30d0c;
    color: #fff;
}
.contact-bloc textarea {
    min-height: 130px;
}



.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #939393;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #939393;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #939393;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #939393;
}


#footer-menu {
    color: #fff;
}
.post-image img {
    width: 100%;
}
.menu-icons a {
    color: #000;
    background: #ffcb18;
    margin-left: 5px;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border-radius: 50px;
}
.menu-icons a i {
    display: block;
}
footer a:hover {
    text-decoration: none;
}
footer a {
    text-decoration: none;
}
.navbar-light .navbar-toggler {
    border: none;
    outline: 0;
}
span.post-title {
    letter-spacing: 1px;
}


/**************** Personalise home page *****************/
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}
.bg-image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 168px;
}
.bg-image-big {
    position: relative;
    overflow: hidden;
    display: block;
    height: 360px;
}

.about-image{
    position: relative;
    overflow: hidden;
    display: block;
    height: 336px;
}

.serv-img {
    position: relative;
    overflow: hidden;
    display: block;
    height: 169px;
    z-index: 9;
}

.actu-img {
    position: relative;
    overflow: hidden;
    display: block;
    height: 273px;
}

.widget-news-page-actus .actu-img {
    position: relative;
    overflow: hidden;
    display: block;
    height: 455px;
}

.image-bg-title {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    background: #00000080;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.serv-bloc {
    position: relative;
    background: #fff;
    box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.05);
    padding: 0;
    margin: 0;
    padding: 10px;
    height: 100%;
}
.serv-content {
    padding: 20px 50px 50px;
    margin-top: -41px;
    position: relative;
    padding-top: 41px;
}
.serv-img img {
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(50% 100%, 100% 92%, 100% 0, 0 0, 0 92%);
    clip-path: polygon(50% 100%, 100% 92%, 100% 0, 0 0, 0 92%);
}
.serv-title {
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 15px;
}
.serv-line {
    background-color: #e6e6e6;
    width: 70px;
    height: 1px;
    margin: 0 auto 30px;
}
.serv-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #797979;
}
.serv-btn {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px;
    background: #d30d0c;
    color: #fff;
    border: none;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.news-item {
    background: #f6f6f6;
}
.news-blc {
    padding: 20px 25px;
}
.news-title {
    font-size: 20px;
    color: #5a5050;
    font-weight: bold;
}
.news-desc {
    font-size: 14px;
    line-height: 30px;
    color: #797979;
    margin-bottom: 10px;
}
.news-line {
    background: #a7a7a7;
    width: 220px;
    height: 1px;
    margin: 10px 0 15px;
}
.news-item .col-lg-5 {
    padding: 0;
}
a.lire-la-suite {
    color: #d30d0c;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    display: block;
    text-align: right;
    float:right;
}
.widget-contact-contact_home {
    background-color: #000;
    color: #fff;
    min-height: 767px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bloc-title {
    background: #d30d0c;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 7px 70px 7px 20px;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 95% 99%, 0 100%);
}

.news-date {
    display: inline-block;
    margin: 0;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    color: #fff;
    background: #d30d0c;
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    position: absolute;
    z-index: 9;
}


.widget-news-page-actus .news-date {
    bottom: -20px;
}

.odd .news-date {
    left: 0;
    margin-top: 20px;
    margin-left: -30px;
}
.even .news-date {
    right: 0;
    margin-top: 20px;
    margin-right: -30px;
}
.header {
    min-height: 910px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(50% 100%, 100% 92%, 100% 0, 0 0, 0 92%);
    clip-path: polygon(50% 100%, 100% 92%, 100% 0, 0 0, 0 92%);
}
.interne-title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.catalogue_slider_bg {
    padding-bottom: 20px;
    background: #f5f5f5;
}
.bg-nav {
    background-color: #f5f5f5;
    padding: 20px 0 15px;
    margin-bottom: 50px;
}
.two-columns {
    column-count: 2;
}


.website-wrapper .nav-tabs .nav-link:focus, 
.website-wrapper .nav-tabs .nav-link:hover, 
.website-wrapper .nav-tabs .nav-item.show .nav-link, 
.website-wrapper .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #d30d0c;
    text-shadow: 1px 1px 3px;
    border-bottom: 1px solid;
    border-radius: 0;
}
.website-wrapper .nav-tabs .nav-link {
    margin: 5px 0px;
    color: #d30d0c;
    font-size: 16px;
    background: transparent;
    border: none;
}

.noPadd {
    padding: 0;
}
.actus-blc {
    padding: 50px 80px;
}
.noPadd .news-date {
    bottom: -20px;
    left: 20px;
}
.props-text p {
    font-size: 14px;
    color: #797979;
    line-height: 30px;
}
.propos-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.propos-line {
    background: #d30d0c;
    width: 170px;
    height: 3px;
}
.team-img-1 {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    display: block;
    width: 100%;
}
.team-img-2 {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    display: block;
    width: 100%;
}
.team-img-3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    display: block;
    width: 100%;
}
.team-img-4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    display: block;
    width: 100%;
}
.footer-menu {
    background: #d30d0c;
}
.team-name {
    font-size: 26px;
    font-weight: bold;
    color: #585858;
    margin: 0;
}
.team-profession-left {
    background: #d30d0c;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.team-profession-right {
    background: #d30d0c;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.galerie_grnd {
    min-height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.galerie_ptt {
    min-height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.galerie_ptt .image-bg-title, .galerie_grnd .image-bg-title {
    left: 0;
}
.tem-img-left {
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}
.tem-img-right {
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.tem-title {
    font-size: 20px;
    font-weight: bold;
    color: #d30d0c;
}
.tem-opinion {
    font-size: 16px;
    color: #797979;
    line-height: 28px;
}
.tem-profession {
    font-size: 16px;
    font-weight: bold;
    color: #797979;
}

.form-control {
    border-color: #c1c1c1;
    color: #939393;
    border-radius: 0;
}
textarea.form-control {
    height: 150px;
}
.btn-contact {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 50px;
    background: #d30d0c;
    border: none;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.mention-leg h3 {
    font-size: 20px;
    font-weight: bold;
    color: #757575;
}
.mention-leg p {
    color: #757575;
    font-size: 16px;
}
.contact-bloc .contact-address {
    font-size: 14px;
}
.contact-bloc .contact-desc {
    font-size: 20px;
}

.carousel-indicators {
    bottom: 40px;
    z-index: 99 !important;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.produits-image img {
    display: block;
    width: 100%;
}
.produits-title {
    font-size: 20px;
    font-weight: bold;
    color: #5a5050;
    margin-bottom: 5px;
}
.produits-desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #797979;
    margin: 0;
}

/* Adittion */

.navbar-dark .navbar-toggler {
    position: relative;
    z-index: 99;
    background: none;
    border: none;
    outline: 0;
}

.main-slider {
    color: white;
}

.main-slider .carousel-caption {
    left: 0;
    top: 120px;
    bottom: 120px;
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
    width: 45px;
    height: 45px;
    display: block;
    top: 50%;
    line-height: unset;
    background: #242331;
    transform: translateY(-50%);
}
.carousel-control-next i, .carousel-control-prev i {
    font-size: 30px;
    line-height: 45px;
}
.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.main-slider .carousel-caption .container,
.main-slider .carousel-caption .row {
    height: 100%;
}

.navbar-light .navbar-toggler {
    border: none;
    outline: 0;
}
.section-title-pg, .carousel-item {
    position: relative;
    padding-top: 42.85714%;
    overflow: hidden;
    height: 0;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.banner-img img,
.banner-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.section-title-pg .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-gdpr {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: black;
    max-width: 290px;
    padding: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 99;
}
.widget-gdpr p, .widget-gdpr span {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}
.accept-gdpr span {
    background: #60b97e;
    padding: 5px 15px;
    cursor: pointer;
    float: right;
}
.widget-gdpr p a {
    color: #ffffff;
    text-decoration: underline;
}

.about-img {
    display: block;
    height: 413px;
    overflow: hidden;
}
.bg-image img,
.bg-image video,
.about-img img,
.about-img video,
.bg-image-big img,
.bg-image-big video,
.bg-image img,
.bg-image video,
.serv-img img,
.serv-img video,
.actu-img img,
.actu-img video,
.about-image img,
.about-image video,
.catalogue-image img,
.catalogue-image video,
.about-img img,
.about-img video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 1s;
}

.bg-image:hover img,
.about-img:hover img,
.bg-image-big:hover img,
.bg-image:hover img,
.serv-img:hover img,
.actu-img:hover img,
.about-image:hover img,
.catalogue-image:hover img{
    transition-duration: 1s;
    transform: scale(1.2);
}

.widget-produits-page-produits .catalogue-image{
    position: relative;
    overflow: hidden;
    height: 252px;
}

.about-element{
    position: relative;
}

.hamburger-menu #main-menu {
    position: absolute;
    background: #000000;
    right: 10px;
    top: 100%;
    min-width: 320px;
    text-align: center;
}
a.network-link {
    padding: 0 !important;
    background: #fff;
    color: #d30d0c;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 4px;
}
a.network-link i {
    font-size: 25px;
    line-height: 40px;
}
.bg_social {
    background: #c3c3c3;
}
.contact-title {
    font-size: 20px;
    margin: 0 0 15px;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url(../img/close-w.png);
}


.equipe-text {
    width: 50%;
    top: 50px;
    position: relative;
}

.equipe-image{
    width: 50%;
    position: relative;
}

.equipe-text {
    float: left;
    text-align: right;
    padding: 15px;
}

.equipe-image {
    float: right;
}



.team-profession {
    background: #014765;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.team-item:nth-child(2n+0) .team-profession{
    background: #014765;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.team-item:nth-child(2n+0)  .equipe-text {
    float: right;
    text-align: left;
}

.equipe-image img {
    width: 100%;
}
div.navbar-brand {
    padding-top: 0;
}
footer .nav-link{
    padding-top: 0;
    padding-bottom: 0;
}