
@font-face {
    font-family: 'Dinpro_bold';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinpro_light';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinpro_medium';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body{
	overflow: hidden;
}

body{
	line-height: 1.3;
	color: #747474;
	font-size: 36px;
	font-size: 3.7vh;
    font-family: 'Dinpro_light', Arial;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

strong{
	font-weight: 400;
    font-family: 'Dinpro_bold', Arial;
}

*{
	padding: 0;
	margin: 0;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

a, p, textarea, input[type="text"], input[type="email"], input[type="submit"], input[type="password"]{
	-webkit-appearance: none;
}

img{
	vertical-align: bottom;
	border: none;
}

p{
	margin: 15px 0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/**** STYLE DES TITRES ****/

h1, h2, h3, h4{
	margin: 0px 0;
	line-height: 1;
    font-family: 'Dinpro_bold', Arial;
	font-weight: 400;
}

h1{
	font-size: 25px;
	margin: 0 0 20px 0;
    font-family: 'Dinpro_bold', Arial;
}

h2{
	font-size: 64px;
	font-size: 6.6vh;
    font-family: 'Dinpro_bold', Arial;
	font-weight: 400;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

/**** STYLE DES LISTES ****/

ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0;
}

nav ul li{
	list-style: none;
}

.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-bottom{
	margin-top: auto;
}

.bt-border,
.bt-blue{
	text-transform: uppercase;
	border: 1px solid #00B8F1;
	color: #00B8F1;
	font-size: 20px;
	font-size: 2.1vh;
	border-radius: 50px;
	padding: 20px 50px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.bt-border:active, .bt-border:hover{
	background-color: #00B8F1;
	color: #fff;
	text-decoration: none;
}

.bt-blue{
	border: 1px solid #00B8F1;
	background-color: #00B8F1;
	color: #fff;
}
.bt-blue:active, .bt-blue:hover{
	background-color: #fff;
	border-color: #00B8F1;
	color: #00B8F1;
	text-decoration: none;
}

.txt-blue{
	color: #00B8F1 !important;
}


/**** MAIN STYLES ****/
.owl-nav button.disabled{
	display: none;
}

.block-section{
	overflow: hidden;
	position: relative;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	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;
}
.block-section img{
	max-width: 100%;
	height: auto;
}
.block-section .content{
	padding: 0 40px;
}
#section1{
	background-color: #00B8F1;
	font-size: 20px;
	font-size: 2.1vh;
}
#section1 .section-center{
	max-width: 435px;
}
#section1{
	color: #fff;
}
#section1 img{
	margin: 0 0 65px 0;
}
#section1 p{
	margin: 0 0 50px 0;
}
#section1 a{
	color: inherit;
}
#section1 .bt-border{
	border: 1px solid #fff;
	color: #fff;
}
#section1 .bt-border:hover, #section1 .bt-border:active{
	background-color: #fff;
	color: #00B8F1;
}
.section-center{
	margin: auto;
}

.section-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex: 1;
	height: 100%;
}
.section-flex header{
	width: 255px;
	flex: none;
	position: relative;
	background-color: #00B8F1;
}
.section-flex header h2{
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 134px;
	margin-bottom: -60px;
	transform-origin: left top;
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
			transform: rotate(270deg);
}

#section-agence .content{
	max-width: 1050px;
	margin: auto;
}
#section-agence .block-citation{
	margin: 40px 0 40px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#section-agence .block-citation img{
	flex: none;
	margin: auto 60px auto 0;
}
#section-agence .block-citation p{
	overflow: hidden;
	font-size: 20px;
	font-size: 2.1vh;
	margin: auto 0;
}
#section-agence .block-citation p em{
	font-size: 30px;
	font-size: 3.1vh;
	font-style: normal;
	display: block;
	margin: 0 0 20px 0;
}
#section-agence .button-center{
	margin-left: -255px;
}

#section-credo{
	background: url('../images/image-recette.webp') no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 42px;
    font-family: 'Dinpro_medium', Arial;
	text-align: center;
	position: relative;
}
#section-credo .section-center{
	max-width: 320px;
	margin: auto;
}
#section-credo .button-absolute,
#section-end .button-absolute{
	position: absolute;
	left: 0;
	text-align: center;
	right: 0;
	bottom: 70px;
} 
#section-credo .button-absolute .bt-border{
	border: 1px solid #fff;
	color: #fff;
}
#section-credo .button-absolute .bt-border:hover, #section-credo .button-absolute .bt-border:active{
	background-color: #fff;
	color: #00B8F1;
}
#section-end{
	background: url('../images/image-pimentrouge.webp') no-repeat center center;
}

.section-rea.animated #main-menu{
	opacity: 0;
	visibility: hidden;
}
#main-menu{
	top: 0;
	left: 0;
	width: 100%;
	flex: none;
	height: 60px;
	z-index: 50;
	padding-left: 255px;
	background: url('../images/logo-small.png') no-repeat 75px center;
	background-color: #00B8F1;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
#main-menu.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#main-menu .mobile{
	display: none;
}
#main-menu .mobile-menu{
	display: none;
}
#main-menu ul{
	font-size: 16px;
    font-family: 'Dinpro_light', Arial;
	color: #fff;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	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;
}
#main-menu ul li{
	display: inline-block;
	padding: 0 12px;
	margin: auto 0;
}
#main-menu ul li:hover a,
#main-menu ul li:active a,
#main-menu ul li.active a{
    font-family: 'Dinpro_bold', Arial;
}
#main-menu ul li a{
	color: inherit;
	display: block;
	line-height: 60px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
#main-menu ul li.button-contact{
	margin-left: auto;
}
#main-menu ul li.button-contact a{
	line-height: 1.3;
	background-color: #fff;
	color: #00B8F1;
    font-family: 'Dinpro_bold', Arial;
	border-radius: 20px;
	padding: 4px 20px;
}

.button-fixed{
	position: fixed;
	right: 20px;
	top: 70px;
	z-index: 10;
}
.button-fixed.first-section a{
	background-color: #00B8F1;
	color: #fff;
	border-color: #fff;
}
.button-fixed.first-section a:hover{
	background-color: #fff;
	color: #00B8F1;
}
.button-fixed a{
	font-size: 18px;
	padding: 15px 20px;
    font-family: 'Dinpro_bold', Arial;
}

.section-rea.animated{
	z-index: 51;
}
.section-rea .content-section{
	flex: none;
	width: 100%;
	-webkit-transition: transform 0.5s ease-in-out;
	   -moz-transition: transform 0.5s ease-in-out;
			transition: transform 0.5s ease-in-out;
}
.section-rea.animated .content-section{
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}
.section-rea .content{
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-flex-direction: column;
		-ms-flex-direction: column;
		 -o-flex-direction: column;
			flex-direction: column;
	max-width: 1420px;
	margin: 0px auto;
	padding: 90px 80px 90px 40px;
}



.section-rea .content-top{
	margin: 0 0 30px 0;
}
.section-rea .content-scroll{
	position: relative;
	padding-right: 65px;
	margin-right: -65px;
}
.section-rea .content-scroll.noscroll,
.section-rea .content-scroll.noscroll .content-text{
	padding: 0;
	margin-right: 0;
}
.section-rea .content-scroll.noscroll:before,
.section-rea .content-scroll.noscroll:after{
	display: none;
}
.section-rea .content-scroll:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 30px;
	border: 1px solid #707070;
	border-radius: 40px;
}
.section-rea .content-scroll:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 32px;
	background: url('../images/arrow_scroll.svg') no-repeat center center;
	animation: scrollUptoDown 1.5s infinite ease-in-out;
}
@keyframes scrollUptoDown {
  from { transform: translateY(-5px); opacity: 0;}
  to   { transform: translateY(0); opacity: 1;}
}
.section-rea .content-text{
	position: relative;
	max-height: 340px;
	max-width: 660px;
	overflow: auto;
	padding-right: 45px;
	margin-right: -45px;
	/* margin: 30px 0px 30px auto; */
	margin: 0px 0px 30px auto;
	font-size: 20px;
	font-size: 2vh;
}
.section-rea .content-text::-webkit-scrollbar {
  width: 7px;
}
.section-rea .content-text::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #707070;
}
.section-rea .content-text::-webkit-scrollbar-thumb {
  background: #707070;
}
.section-rea .content-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#section-marketing .section-flex{
	/* height: calc(100% - 60px); */
}

.bottom-title{
	display: inline-block;
	background-color: rgba(255,255,255,0.75);
	padding: 15px 85px;
	font-size: 38px;
	font-size: 4vh;
	color: #2B2E34;
	position: relative;
	text-align: left;
}
.bottom-title:before, .bottom-title:after{
	content: "";
	position: absolute;
	width: 56px;
	height: 48px;
	background: url('../images/bg_coin.svg') no-repeat center center;
	background-size: cover;
	top: 0;
	left: 0;
}
.bottom-title:after{
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
			transform: rotate(180deg);
}
.bottom-title p{
	margin: 0;
	text-transform: uppercase;
    font-family: 'Dinpro_bold', Arial;
}

.arrow-bottom{
	position: absolute;
	right: 40px;
	bottom: 90px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 70px;
	border: 1px solid #00B8F1;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.arrow-bottom a{
	display: block;
	text-indent: -9999px;
	background: url('../images/arrow_bottom.svg') no-repeat center center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.arrow-bottom:hover{
	background-color: #00B8F1;
}
.arrow-bottom:hover a{
	filter: brightness(0) invert(1);
}

.right-hidden{
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 51;
	background-color: #fff;
}
.right-hidden .close{
	position: absolute;
	z-index: 10;
	right: 40px;
	top: 40px;
	width: 30px;
	height: 30px;
	background: url('../images/arrow_close.svg') no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
.slideshow-rea{
	width: 100%;
	height: 100%;
}
.slideshow-rea .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	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;
	height: 100vh;
}

.slideshow-rea .item .image{
	flex: 1;
	overflow: hidden;
	position: relative;
}
.slideshow-rea .item .image .owl-item{
	height: 100vh;
}
.slideshow-rea .item .image video,
.slideshow-rea .item .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slideshow-rea .item .image.fullscreen video,
.slideshow-rea .item .image.fullscreen img{
	object-fit: cover;
}
.slideshow-rea .item .image .bt-border,
.slideshow-rea .item .image .bt-blue{
	position: absolute;
	left: 50%;
	bottom: 100px;
	text-transform: none;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}
.slideshow-rea .item .image .owl-nav button{
	position: absolute;
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 70px;
	border: 1px solid #00B8F1;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.slideshow-rea .item .image .owl-nav button span{
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	background: url('../images/arrow_bottom.svg') no-repeat center center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.slideshow-rea .item .image .owl-nav button:hover{
	background-color: #00B8F1;
}
.slideshow-rea .item .image .owl-nav button:hover span{
	filter: brightness(0) invert(1);
}
.slideshow-rea .item .image .owl-nav .owl-prev{
	top: 50px;
	transform: rotate(180deg);
}
.slideshow-rea .item .image .owl-nav .owl-next{
	bottom: 40px;
}

.slideshow-rea .item .info{
	flex: none;
	width: 480px;
	color: #fff;
	background-color: #000;
	padding: 100px 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.slideshow-rea .item .info .logo{
	margin: 0 0 100px 0;
	text-align: center;
}
.slideshow-rea .item .info .logo img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.slideshow-rea .item .info h3{
	font-size: 36px;
	font-size: 3.7vh;
	margin: 0 0 30px 0;
}
.slideshow-rea .item .info ul{
	font-size: 24px;
	font-size: 2.4vh;
}

.slideshow-rea >.owl-nav button{
	position: absolute;
	width: 32px;
	height: 64px;
	background: url('../images/arrow_slider.svg') no-repeat center center;
	background-size: cover;
	bottom: 40px;
	z-index: 10;
	border: none;
	cursor: pointer;
}
.slideshow-rea >.owl-nav button span{
	display: none;
}
.slideshow-rea >.owl-nav button.owl-prev{
	left: 85px;
}
.slideshow-rea >.owl-nav button.owl-next{
	right: 100px;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
			transform: rotate(180deg);
}


.animation-scroll{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s 0.3s ease-in-out;
	   -moz-transition: all 1s 0.3s ease-in-out;
			transition: all 1s 0.3s ease-in-out;
}
.animation-scroll.animation-toDown{
	-webkit-transform: translateY(-100px);
	   -moz-transform: translateY(-100px);
			transform: translateY(-100px);
}
.animation-scroll.animation-toUp{
	-webkit-transform: translateY(100px);
	   -moz-transform: translateY(100px);
			transform: translateY(100px);
}
.animation-scroll.animation-toDownFull{
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
			transform: translateY(-100%);
}
.animation-scroll.animation-toUpFull{
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
			transform: translateY(100%);
}
.animation-scroll.animation-toRightFull{
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
			transform: translateX(100%);
}
.animation-scroll.animation-toLeftFull{
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}
.animation-scroll.animation-toRight{
	-webkit-transform: translateX(40px);
	   -moz-transform: translateX(40px);
			transform: translateX(40px);
}
.animation-scroll.animation-toLeft{
	-webkit-transform: translateX(-40px);
	   -moz-transform: translateX(-40px);
			transform: translateX(-40px);
}
.animation-scroll.animation-toZoom{
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
}
.animation-scroll.animation{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0);
	   -moz-transform: translate(0);
			transform: translate(0);
}
.animation-scroll.animation.animation-toZoom{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
}

.text-end{
	display: none;
}


@media screen and (min-width: 768px) {
	#section-marketing .right{
		flex: 1;
		background: url('../images/salade.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-emarketing .right{
		flex: 1;
		background: url('../images/avocat.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-design .right{
		flex: 1;
		background: url('../images/tomate.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-print .right{
		flex: 1;
		background: url('../images/oignons.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-web .right{
		flex: 1;
		background: url('../images/orange.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-logiciel .right{
		flex: 1;
		background: url('../images/figue.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-mobile .right{
		flex: 1;
		background: url('../images/choux.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-3d .right{
		flex: 1;
		background: url('../images/fraise.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-stand .right{
		flex: 1;
		background: url('../images/poireau.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
	#section-video .right{
		flex: 1;
		background: url('../images/champignon.webp') no-repeat left bottom;
		background-size: 100% auto;
	}
}


@media screen and (min-width: 951px) and (max-width: 1400px) {
	body{
		font-size: 24px;
		font-size: 2.6vh;
	}
	h2{
		font-size: 40px;
	}
	#main-menu{
		background-image: none;
		padding: 0 20px;
	}
	#main-menu ul{
		font-size: 12px;
	}
	#main-menu ul li{
		padding: 0 5px;
	}
	
	.section-flex header{
		width: 150px;
	}
	.section-flex header h2{
		margin-left: 75px;
	}
	
	#section-agence .block-citation p em{
		font-size: 20px;
		font-size: 2.1vh;
	}
	#section-agence .block-citation img{
		max-width: 50%;
	}
	
	#section-agence .button-center{
		margin-left: -150px;
	}
	
	#section-credo{
		font-size: 28px;
	}
	
	.section-rea .content{
		padding: 80px 40px 40px 40px;
	}
	.section-rea .content-scroll{
		margin-right: 0;
		padding-right: 50px;
	}
	.section-rea .content-text{
		font-size: 22px;
		font-size: 2.3vh;
		/* width: 60%; */
		max-height: 250px;
		padding-right: 20px;
	}
	
	.bottom-title{
		font-size: 30px;
		font-size: 3.1vh;
		padding: 15px 40px;
	}
	
	.arrow-bottom{
		width: 50px;
		height: 50px;
		bottom: 40px;
	}
	.arrow-bottom a{
		background-size: auto 60%;
	}
	
	.section-rea .right{
		background-size: 90% auto !important;
	}
	
	#section-end{
		background-size: contain;
		/* padding-bottom: 56.25%; */
		/* height: auto; */
	}
	
	.slideshow-rea .item .info{
		width: 300px;
		padding: 100px 40px 40px 40px;
	}
	.slideshow-rea .item .info h3{
		font-size: 24px;
		font-size: 2.4vh;
	}
	.slideshow-rea .item .info ul{
		font-size: 18px;
		font-size: 1.8vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1670px) {
	body{
		font-size: 28px;
		font-size: 2.8vh;
	}
	h2{
		font-size: 54px;
	}
	#main-menu{
		padding-left: 80px;
		background-position: 20px center;
	}
	#main-menu ul{
		font-size: 14px;
	}
	
	.section-flex header{
		width: 200px;
	}
	.section-flex header h2{
		margin-left: 98px;
	}
	
	#section-credo{
		font-size: 32px;
	}
	#section-agence .button-center{
		margin-left: -200px;
	}
	
	.section-rea .content-text{
		max-width: 600px;
		padding-right: 20px;
		font-size: 24px;
		font-size: 2.5vh;
	}
	.section-rea .content-scroll{
		margin-right: 0;
		padding-right: 50px;
	}
	.arrow-bottom{
		bottom: 40px;
	}
	
	#section-end{
		background-size: cover;
	}
}