@import "font/productsans/style.css";*

section .triangle {
    display: none;
}

hr{
    margin: 0;
}

.titre {
    font-family: "Product Sans Black";
    font-size: 45px;
    line-height: 46px;
    text-transform: none;
}

.p-titre {
    position: relative;
    font-family: "Product Sans Bold";
    color: #191b1b;
    font-size: 22px;
    line-height: 32px;
}

.p-titre:not(.no-border) {
    padding-left: 25px;
}

.p-titre:not(.no-border)::before {
    content: "";
    position: absolute;
    width: 4px;
    top: 6px;
    bottom: 6px;
    left: 0;
    background-color: #c00a27;
}

p {
    font-family: "Product Sans Medium";
    font-size: 16px;
    line-height: 26px;
    color: #888;
}

/* Menu style */
.menu .right ul li a {
    text-transform: none;
    font-family: "Product Sans Bold";
    font-size: 16px;
}
 
.menu.fixe-menu .right li a {
    color: #191b1b !important;
}

.menu.fixe-menu .right li a::after {
    border-color: #191b1b;
}


/* Header style */
.header .mouse {
    bottom: 10%;
}

.header .content {
    position: relative;
    z-index: 1;
    background: radial-gradient(#F00, #9b0900) !important;
    min-height: 100vh;
}

.header .content::before {
    /*display: none !important;*/
    background-image: url(../image/illustration.png);
    background-size: auto 66%;
}

.header .content::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/fast-food-pattern.jpg) repeat;
    mix-blend-mode: multiply;
    opacity: .05;
}

.header .inner-container {
    text-align: left;
}

.header .inner-container .titre {
    font-family: "Product Sans Black";
    font-size: 55px;
    text-transform: none;
    max-width: 700px;
    margin-top: 40px;
}

.header .inner-container .desc {
    margin-left: 0;
    margin-top: 60px;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    max-width: 400px;
    font-family: "Product Sans";
}

.header .inner-container .more-infos {
    display: table;
    outline: none;
    font-family: "Product Sans Bold";
    font-size: 16px;
    color: #fff;
    padding: 12px 40px;
    border: 2px solid #fff;
    border-radius: 60px;
    margin-top: 50px;
}

.approche .col-desc {
    background-color: #fcfcfc;
    padding: 100px 70px;
}

.approche .col-desc-inner {
    position: relative;
    max-width: 450px;
}

.approche .col-desc-inner::before {
    overflow: hidden;
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    width: 240px;
    height: 300px;
    display: inline-block;
    background-image: url("../image/dots.png");
}

.approche .col-desc .titre,
.approche .col-desc .p-titre {
    margin-bottom: 30px;
}


.approche .col-image {
    position: relative;
    background: no-repeat center;
    background-size: cover;
}

.approche .col-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0, .5);*/
}

.services {
    padding: 100px 0;
    background-color: #fff;
}

.services.realisation {
    background-color: #fcfcfc;
}

.services .titre::after {
    top: -20px;
    height: 2px !important;
    width: 50px;
}

.services .service {
    transform: none !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.services .service-inner {
    position: relative;
    height: 100%;
    padding: 20px;
    transition: background-color .3s;
}

.services .service.stripped .service-inner {
    padding-bottom: 100px;
}

.services .service:not(.stripped) .service-inner {
    background-color: #f7f7f7;
}

.services .service .icon {
    margin: 30px 0;
}

.services .service .icon svg {
    fill: #c00a27;
    transition: fill .3s;
} 

.services .service .titre-services {
    font-family: "Product Sans Bold";
    text-transform: none;
    text-align: left;
    color: #191b1b;
    transition: color .3s;
}

.services .service .desc {
    text-align: left;
    padding: 0;
    margin-top: 15px;
    line-height: 26px;
}

.services .service .desc p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    transition: color .3s;
}

.services .service.stripped:nth-child(even) .service-inner .devis::before {
    border-color: #fff;
}

.services .service .service-inner .devis p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.services .service .more {
    text-transform: none;
    text-align: normal;
    padding: 4px 0 8px;
    left: 20px;
    margin: 0;
    transition: background-color .3s;
}

.services .service .more a {
    font-family: "Product Sans Bold";
    font-size: 15px;
}

.services .service.stripped:nth-child(even) {
    background-color: #c00a27;
}

.services .service.stripped:nth-child(even) .titre-services,
.services .service.stripped:nth-child(even) p {
    color: #fff;
}

.services .service.stripped:nth-child(even) .icon svg {
    fill: #fff;
}

.services .service.stripped:nth-child(even) .more {
    background-color: #90071d;
}

/*.services .service:not(.no-hover) .service-inner:hover {
    background-color: #c00a27;
}

.services .service:not(.no-hover) .service-inner:hover .titre-services,
.services .service:not(.no-hover) .service-inner:hover p {
    color: #fff;
}

.services .service:not(.no-hover) .service-inner:hover .icon svg {
    fill: #fff;
}

.services .service:not(.no-hover) .service-inner:hover .more {
    background-color: #90071d;
}*/

.realisation .item {
    padding: 0 80px;
}

.realisation .item .col-image {
    background: no-repeat center;
    background-size: auto 100%;
}

.realisation .item .col-content .content {
    position: relative;
    padding-top: 40px;
}

.realisation .item .col-content .content::before {
    overflow: hidden;
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    width: 240px;
    height: 200px;
    display: inline-block;
    background-image: url("../image/dots.png");
}

.realisation .item .col-content .content h3 {
    font-family: "Product Sans Bold";
    font-size: 35px;
    margin-bottom: 15px;
    color: #c00a27;
}

@media (min-width: 768px) {
    .realisation .item .col-content .content {
        padding-left: 50px;
        padding-bottom: 40px;
    }
}

.realisation .item .col-image img {
	max-width: 380px;
    margin: auto;
}

@media (max-width: 768px) {
	.menu, .menu .container {
		padding-left: 0;
	}
	.menu .left img {
		padding-top: 10px;
	}
	.header .inner-container {
		padding: 100px 0;
	}
	.header .content {
		max-height: 100vh;
	}
	.header .inner-container .desc {
		font-size: 25px;
	}
    .header .inner-container .titre {
		font-size: 50px;
		margin: 0;
	}
    .header .inner-container .more-infos {
		display: none;
	}
	.approche .col-desc {
		padding: 50px 15px;
	}
	.services {
		padding: 50px 0;
	}
	.services .service .icon {
		margin-left: auto;
		margin-right: auto;
	}
	.services .service .titre-services {
		text-align: center;
		line-height: normal;
		height: auto;
	}
	.services .service .desc {
		text-align: center;
	}
	.marketing .sous-title {
		text-align: center;
		max-width: 100%;
	}
	.marketing .sous-title .p-titre {
		font-size: 20px;
	}
	.footers .footer.tel {
		font-size: 26px;
	}
	.header .content::before {
		background: none;
	}
	.realisation .titre {
		margin-bottom: 40px;
	}
	.realisation .item {
		padding: 0 30px;
	}
	.realisation .item .col-content .content {
		display: none;
	}
}

.langues{ 
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 99;
}
.langues a{
	font-family: 'Tajawal', sans-serif !important;
	font-weight: 500 !important;
	color:#fff;
	font-size:14px;
}
.langues span{
	color:#fff;
}
.menu.fixe-menu .langues a{
	color: #191b1b !important;
}
.menu.fixe-menu .langues span{
	color: #191b1b !important;
}
@media screen and (max-width: 991px){
	.langues{
		right: 55px;
		top: -35px;
	}
}