
/**** RESPONSIVE STYLE >320px ****/
@media screen and (min-width: 320px) {
	body, html{
		overflow: visible;
	}
	body{
		font-size: 14px;
	}
	.block-section{
		height: auto;
	}
	#main-menu.fixed{
		top: auto;
	}
	#main-menu .mobile{
		display: block;
	}
	#main-menu .bt-white{
		background-color: #fff;
		color: #00B8F1;
		text-transform: uppercase;
		font-size: 18px;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 4px 20px;
		border-radius: 40px;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	#main-menu{
		background: none;
		height: auto;
		text-align: left;
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		height: 60px;
		padding: 0 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		background: url('../images/logo-small.png') no-repeat 20px center;
		background-color: #00B8F1;
	}
	#main-menu .mobile-menu{
		display: block;
		height: 100%;
		cursor: pointer;
		width: 40px;
		height: 60px;
		z-index: 10;
		position: relative;
		margin: auto 0 auto auto;
	}
	#main-menu .mobile-menu:after{
		content: "";
		background-color: #fff;
		height: 2px;
		left: 50%;
		left: -webkit-calc(50% - 20px);
		left: calc(50% - 20px);
		top: 50%;
		top: -webkit-calc(50% - 1px);
		top: calc(50% - 1px);
		position: absolute;
		width: 40px;
		-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 .mobile-menu span{
		display: block;
		text-indent: -9999px;
		width: 40px;
		height: 2px;
		top: 50%;
		top: -webkit-calc(50% - 1px);
		top: calc(50% - 1px);
		margin: 0 auto;
		position: relative;
	}
	#main-menu .mobile-menu span:before, #main-menu .mobile-menu span:after{
		content: "";
		position: absolute;
		top: -12px;
		left: 50%;
		left: -webkit-calc(50% - 20px);
		left: calc(50% - 20px);
		height: 2px;
		width: 40px;
		background-color: #fff;
		transform-origin: center center;
		-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 .mobile-menu span:after{
		width: 40px;
		bottom: -12px;
		top: auto;
	}
	
	#main-menu.active .mobile-menu:after{
		width: 0;
		opacity: 0;
	}
	#main-menu.active .mobile-menu span:before{
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
				transform: rotate(45deg);
		top: 0;
	}
	#main-menu.active .mobile-menu span:after{
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
				transform: rotate(-45deg);
		bottom: 0;
		width: 40px;
	}
	#main-menu.active nav{
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	
	#main-menu nav{
		position: fixed;
		bottom: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		background-color: rgba(0,0,0,0.9);
		padding: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 9;
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
		-webkit-transform: translateY(100%);
		   -moz-transform: translateY(100%);
				transform: translateY(100%);
	}
	#main-menu nav >ul{
		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;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;

	}
	#main-menu nav >ul >li{
		flex: none;
		width: 100%;
		display: block;
		margin: 0;
		height: auto;
		padding: 0;
		text-align: center;
	}
	#main-menu nav >ul >li.button-contact{
		display: none;
	}
	#main-menu nav >ul >li.button-contact a{
		border-radius: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #00B8F1;
	}
	#main-menu nav >ul >li >a{
		display: block;
		width: 100%;
		padding: 10px 20px;
		color: #fff;
		position: relative;
		font-size: 18px;
		line-height: 1.2;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.bt-border, .bt-blue{
		font-size: 14px;
		padding: 10px 20px;
	}
	
	#section1{
		font-size: 14px;
		padding: 40px;
	}
	
	#section-agence .content{
		padding: 40px;
	}
	
	.section-flex{
		-webkit-flex-direction: column;
		   -moz-flex-direction: column;
			-ms-flex-direction: column;
			 -o-flex-direction: column;
				flex-direction: column;
	}
	.section-flex header{
		width: 100%;
		height: auto;
	}
	.section-flex header h2{
		-webkit-transform: rotate(0);
		   -moz-transform: rotate(0);
				transform: rotate(0);
		position: static;
		text-align: center;
		margin: 0;
		padding: 30px 20px;
		font-size: 24px;
	}
	
	#section-agence .block-citation{
		-webkit-flex-wrap: wrap;
		   -moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			 -o-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	#section-agence .block-citation img{
		flex: none;
		margin: 0 auto 20px auto;
	}
	#section-agence .block-citation p,
	#section-agence .block-citation p em{
		font-size: 16px;
	}
	#section-agence .button-center{
		margin-left: 0;
	}
	
	#section-credo{
		font-size: 24px;
		height: 100vh;
	}
	#section-credo .section-center{
		max-width: 280px;
	}
	
	.arrow-bottom{
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		display: none;
	}
	.arrow-bottom a{
		background-size: auto 60%;
	}
	
	.align-bottom{
		margin-top: 0;
	}

	.section-rea .content-top{
		margin: 0;
	}
	
	.animation-scroll{
		visibility: visible;
		opacity: 1;
		transform: none !important;
		transition: none;
	}	
	
	.section-rea.animated .right-hidden{
		left: 0;
	}
	.section-rea.animated .content-section{
		transform: none;
	}
	.right-hidden{
		height: 100%;
		position: fixed;
		-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-stage-outer {
		height: 100% !important;
	}
	.slideshow-rea .item .image .owl-stage-outer *{
		height: 100% !important;
	}
	.slideshow-rea .item .image .owl-nav button{
		width: 40px;
		height: 40px;
	}
	.slideshow-rea .item .image .owl-nav button span{
		background-size: auto 60%;
	}
	.slideshow-rea .item .image .owl-item{
		height: auto;
	}
	
	.slideshow-rea .item .image .bt-border, .slideshow-rea .item .image .bt-blue{
		bottom: 20px;
		white-space: nowrap;
	}
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	
	.section-rea{
		display: block;
	}
	.section-rea .content{
		padding: 40px;
		height: 100%;
	}
	.section-rea .content .content-top{
		order: 1;
		font-size: 20px;
	}
	.section-rea .content .title-rea{
		order: 2;
		margin: 150px auto 20px auto;
		max-width: 300px;
	}
	.section-rea .content .content-scroll{
		order: 3;
		margin: 0 -40px;
		background-color: rgba(255,255,255,0.8);
		padding: 30px 40px 0 40px;
		font-size: 16px;
	}
	.section-rea .content-text{
		font-size: 14px;
		padding: 0px;
		margin: 0px 0px 0px auto;
		max-height: none;
		overflow: visible;
	}
	.section-rea .content .content-scroll:before,
	.section-rea .content .content-scroll:after{
		display: none;
	}
	.section-rea .content .button-rea{
		order: 4;
	}
	.section-rea .content .button-rea .align-right{
		text-align: center;
	}
	.section-rea .content .button-rea .align-right a{
		/* display: block; */
		padding: 10px 30px;
		font-size: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.bottom-title{
		padding: 0;
		background: transparent;
		color: #fff;
		font-size: 22px;
		text-align: center;
	}
	.bottom-title br{
		display: none;
	}
	.bottom-title *{
		color: inherit !important;
	}
	.bottom-title:before, .bottom-title:after{
		display: none;
	}
	
	#section-marketing .right{
		flex: 1;
		background: url('../images/salade-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-emarketing .right{
		flex: 1;
		background: url('../images/avocat-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-design .right{
		flex: 1;
		background: url('../images/tomate-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-print .right{
		flex: 1;
		background: url('../images/oignons-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-web .right{
		flex: 1;
		background: url('../images/orange-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-logiciel .right{
		flex: 1;
		background: url('../images/figue-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-mobile .right{
		flex: 1;
		background: url('../images/choux-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-3d .right{
		flex: 1;
		background: url('../images/fraise-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-stand .right{
		flex: 1;
		background: url('../images/poireau-mobile.webp') no-repeat center 120px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	#section-stand  .bottom-title{
		color: #4A4A4A;
	}
	#section-video .right{
		flex: 1;
		background: url('../images/champignon-mobile.webp') no-repeat center 200px;
		/* background-size: 100% auto; */
		background-size: auto;
	}
	
	.slideshow-rea .item{
		-webkit-flex-direction: column;
		   -moz-flex-direction: column;
			-ms-flex-direction: column;
			 -o-flex-direction: column;
				flex-direction: column;
	}
	.right-hidden .slideshow-rea >.owl-stage-outer,
	.right-hidden .slideshow-rea >.owl-stage-outer >.owl-stage,
	.right-hidden .slideshow-rea >.owl-stage-outer >.owl-stage >.owl-item,
	.right-hidden .slideshow-rea >.owl-stage-outer >.owl-stage >.owl-item >.item{
		height: 100% !important;
	}
	.slideshow-rea .item .image{
		flex: 1;
		width: 100%;
	}
	.slideshow-rea .item .info{
		padding: 80px 50px 25px 50px;
		width: 100%;
		position: relative;
		flex: none;
		z-index: 1;
	}
	.slideshow-rea .item .info .logo{
		margin: 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		transform: translateY(-80%);
		text-align: center;
	}
	.slideshow-rea .item .info h3{
		font-size: 18px;
	}
	.slideshow-rea .item .info ul{
		font-size: 16px;
	}
	.slideshow-rea >.owl-nav button{
		top: 200px;
		bottom: auto;
	}
	.slideshow-rea >.owl-nav button.owl-prev{
		left: 30px;
	}
	.slideshow-rea >.owl-nav button.owl-next{
		right: 30px;
	}
	.slideshow-rea .item .image .owl-nav{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slideshow-rea .item .image .owl-nav .owl-next{
		position: static;
		display: inline-block;
		margin: 0 5px;
	}
	.slideshow-rea .item .image .owl-nav .owl-prev{
		display: inline-block;
		margin: 0 5px;
		position: static;
	}
	
	.right-hidden .close{
		top: auto;
		bottom: 40px;
	}
	
	#section-end{
		background-size: cover;
		background: url('../images/image-pimentrouge-mobile.webp') no-repeat center top;
		min-height: 530px;
		padding-bottom: 280px;
	}
	#section-end .text-end{
		display: block;
		bottom: 145px;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#section-end .text-end img{
		max-width: 90%;
		height: auto;
	}
}

/**** RESPONSIVE STYLE >480px ****/
@media screen and (min-width: 480px) and (max-width: 767px) {
	#section-marketing .right{
		background-position: center 150px;
	}
	#section-emarketing .right{
		background-position: center 150px;
	}
	#section-design .right{
		background-position: center 150px;
	}
	#section-print .right{
		background-position: center 150px;
	}
	#section-web .right{
		background-position: center 150px;
	}
	#section-logiciel .right{
		background-position: center 150px;
	}
	#section-mobile .right{
		background-position: center 150px;
	}
	#section-3d .right{
		background-position: center 150px;
	}
	#section-stand .right{
		background-position: center 100px;
	}
	#section-video .right{
		background-position: center 150px;
	}
}

@media screen and (min-width: 768px) {
	body{
		font-size: 20px;
	}
	.bt-border, .bt-blue{
		font-size: 20px;
	}
	.section-flex header h2{
		font-size: 28px;
	}
	#section1{
		font-size: 20px;
	}
	#section-agence .block-citation p{
		flex: 1;
	}
	
	.bottom-title{
		font-size: 24px;
	}
	.section-rea .content-scroll{
		margin-right: -20px;
		padding-right: 50px;
	}
	.section-rea .content{
		padding: 40px;
	}
	.section-rea .content-text{
		width: 50%;
		font-size: 16px;
		max-height: 200px;
		padding-right: 20px;
	}
	
	.slideshow-rea >.owl-nav button.owl-prev{
		left: 40px;
	}
	.slideshow-rea >.owl-nav button.owl-next{
		right: 40px;
	}
	.slideshow-rea .item .info .logo{
		margin: 0 0 20px 0;
	}
	.slideshow-rea .item .info{
		width: 320px;
		padding: 80px 20px 40px 20px;
	}
	.slideshow-rea .item .info h3{
		font-size: 24px;
	}
	.slideshow-rea .item .info ul{
		font-size: 18px;
	}
	
	#section-end{
		background-size: cover;
		padding-bottom: 56.25%;
	}
}