/*-----------------------------------------------------------------------------------
	Aide informatique prestataire Apple 
	About: Nouvelle version du site d'Aide-Informatique votre prestataire de service informatique spécialisé Apple 
	Author: Laurent GUESDON
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'DaysOne-Regular';
	src: url('./fonts/DaysOne-Regular/DaysOne-Regular.woff');
	src: url('./fonts/DaysOne-Regular/DaysOne-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Regular';
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf');
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Thin';
	src: url('./fonts/Roboto-Thin/Roboto-Thin.ttf');
	src: url('./fonts/Roboto-Thin/Roboto-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Dosis-Regular';
	src: url('./fonts/Dosis-Regular/Dosis-Regular.woff');
	src: url('./fonts/Dosis-Regular/Dosis-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Medium';
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf');
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Raleway-Light';
	src: url('./fonts/Raleway-Light/Raleway-Light.woff');
	src: url('./fonts/Raleway-Light/Raleway-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Light';
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf');
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Bold';
	src: url('./fonts/Roboto-Bold/Roboto-Bold.ttf');
	src: url('./fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Condiment-Regular';
	src: url('./fonts/Condiment-Regular/Condiment-Regular.woff');
	src: url('./fonts/Condiment-Regular/Condiment-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Raleway-Thin';
	src: url('./fonts/Raleway-Thin/Raleway-VariableFont_wght.woff');
	src: url('./fonts/Raleway-Thin/Raleway-VariableFont_wght.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Gugi-Regular';
	src: url('./fonts/Gugi-Regular/Gugi-Regular.woff');
	src: url('./fonts/Gugi-Regular/Gugi-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Rajdhani-Light';
	src: url('./fonts/Rajdhani-Light/Rajdhani-Light.woff');
	src: url('./fonts/Rajdhani-Light/Rajdhani-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Black';
	src: url('./fonts/Roboto-Black/Roboto-Black.ttf');
	src: url('./fonts/Roboto-Black/Roboto-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = iPhone 11 & 12 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone11,.blocsapp-device-iphone12{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.6%;
	position: relative;
}
.blocsapp-device-iphone11::after,.blocsapp-device-iphone12::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:-0.5%;
	background-repeat:no-repeat;
	background-size:40%;
	background-position:top center;
	background-image:url("img/iphone-notch.png");
}
.blocsapp-device-iphone11 img,.blocsapp-device-iphone12 img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:9%/4%;
}
.blocsapp-device-iphone11 .ratio::before,.blocsapp-device-iphone12 .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone11 .ratio,.blocsapp-device-iphone12 .ratio{
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}
.blocsapp-device-iphone12.iphone12-black{
	background-image:url("img/Apple-iPhone-12-Black.png");
}
/* = iPad Devices
-------------------------------------------------------------- */

.blocsapp-device-ipad{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 13.4%;
}
.blocsapp-device-ipad img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-ipad .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-ipad .ratio{
	padding-bottom: 25%;
}
.blocsapp-device-ipad.ipad-silver{
	background-image:url("img/Apple-iPad-Air-Silver.png");
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac.imac-pro{
	background-image:url("img/Apple-iMac-Pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .ratio::before{
	padding-top: 56.25%;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto-Regular";
	font-weight:300;
	text-decoration:none;
}
.container{
	max-width:1140px;
	display:block;
	width:1240px;
}
.acctitre{
	font-family:"Lato";
	font-weight:300;
	font-size:87px;
	color:rgba(0,0,0,0.50)!important;
	text-shadow:2px 0px 5px rgba(0,0,0,0.24);
}
.accsoustitre{
	font-family:"Lato";
	font-weight:300;
	font-size:45px;
	text-transform:none;
	position:relative;
	top:-32px;
}
.spanacctitre{
	font-size:67px;
	color:transparent!important;
	text-shadow:0px 0px 2px #B7D6A3;
}
.tit2{
	font-family:"Gugi-Regular";
	font-weight:700;
	color:rgba(114,145,170,0.25)!important;
	font-size:130px;
	line-height:120px;
	position:relative;
	top:20px;
	left:0px;
	right:0px;
}
.stit2{
	font-size:62px;
	font-family:"Rajdhani-Light";
	font-weight:100;
	position:relative;
	text-align:center;
	top:20px;
	bottom:0px;
	float:none;
	display:inline;
	text-transform:none;
}
.spamtit2{
	color:#FFC201!important;
	font-size:49px;
	top:2px;
	text-transform:none;
	text-shadow:1.97px 0.35px 3px #3F3F3F;
}
.icon2{
	color:#FFCA3D!important;
	font-size:55px;
}
.icon2:hover{
	color:#0093FC!important;
	border-style:_popUpItemAction:;
}
.bloc-divider-t-style{
	height:124px;
	width:100%;
	fill:#FFFFFF;
}
.bloc-divider-b-fill{
	fill:#003668;
	height:127px;
	width:100%;
}
.titservice{
	font-size:55px;
	font-family:"Roboto";
	font-weight:100;
	text-align:right;
	box-shadow:0px 1px 0px rgba(255,255,255,0.50);
}
.pservice{
	font-family:"Lato";
	font-weight:300;
	font-size:22px;
	text-align:right;
}
.stservice{
	text-align:right;
	box-shadow:0px 1px 0px rgba(255,255,255,0.50);
}
.btn-padding-top{
	margin-top:73px;
}
.row-7-margin-top{
	margin-top:256px;
}
.row-bloc-web-margin-top{
	margin-top:261px;
}
.stformation{
	text-align:left;
	box-shadow:0px 1px 0px rgba(255,255,255,0.50);
}
.titformation{
	font-size:55px;
	font-family:"Roboto";
	font-weight:100;
	text-align:left;
	box-shadow:0px 1px 0px rgba(255,255,255,0.50);
}
.pformation{
	font-family:"Lato";
	font-weight:300;
	font-size:22px;
	text-align:left;
}
.surtit{
	font-size:30px;
	top:17px;
	position:relative;
	color:#A4A4A4!important;
	font-family:"Raleway-Thin";
	font-weight:300;
	text-transform:none;
}
.icondiv{
	top:200px;
}
.divfilet{
	stroke:#FD0000;
	fill:#FD0000;
	border-style:_NS:5560;
	position:relative;
}
.bloc-divider-t-fill{
	fill:#FEE39F;
	width:100%;
	height:235px;
}
.divhaut{
	height:1000px;
	background-size:length;
	background-color:transparent;
}
.device-padding-top{
	padding-top:131px;
	padding-right:0px;
	padding-left:0px;
}
.test{
	width:77px;
	position:relative;
	top:20px;
	float:left;
}
.degradetit{
	background-color:transparent;
	fill:#FD0000;
	stroke:#008E00;
	stroke-linecap:square;
	color:#A3BE78!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.navbar-brand img{
	width:213px;
	height:60px;
}
.ajustrangee{
	position:relative;
	top:-17px;
}
.ajustcontdiv{
	top:347px;
}
.degrad1{
	background:repeating-radial-gradient(#000000  0%, #003668  63%, #3957BD 100%);
}
.bloc-divider-b-bloc-degrade-fill{
	fill:rgba(255,255,255,0.43);
	width:100%;
	height:337px;
}
.contmoove{
	position:relative;
	top:-600px;
}
.txtwhite{
	color:#FFFFFF!important;
}
.hcol{
	padding-top:100px;
	padding-bottom:10px;
}
.tittxtbl{
	font-family:"Roboto-Black";
	font-size:60px;
	color:#F1F1F1!important;
	font-weight:800;
	position:relative;
	width:1100px;
	text-align:left;
	line-height:65px;
}
.titdanstit{
	font-size:87px;
	color:#FFCA3D!important;
	line-height:0px;
}
.bloc-divider-b-bloc-apple-fill{
	fill:#FFFFFF;
}
.degrad2{
	background:linear-gradient(0deg, #B7C3E5 87%, #ACBCD3 100%);
}
.paddingacc{
	padding-bottom:90px;
}
.colimg{
	top:30px;
	position:relative;
	height:485px;
	width:1140px;
	max-height:485px;
	max-width:100%;
	left:37px;
	margin-left:0px;
}
.img-margin-right{
	margin-right:-32px;
	padding-right:0px;
	padding-left:0px;
}
.txtpresent{
	font-family:"Roboto-Light";
	font-size:28px;
	color:rgba(0,0,0,0.50)!important;
	text-align:justify;
}
.titpresent{
	font-family:"Roboto-Medium";
	font-size:42px;
	text-align:left;
	color:rgba(0,0,0,0.50)!important;
}
.txtcitation{
	font-family:"Lato";
	font-weight:300;
	font-size:44px;
	color:#81A046!important;
	line-height:52px;
	text-transform:none;
}
.degrad3{
	background:linear-gradient(0deg, #E4FAFF 1%, #003467 92%);
	padding-top:27px;
}
.icon1{
	color:rgba(0,0,0,0.14)!important;
}
.icon1:hover{
	color:#A3BE78!important;
}
.titchiffre{
	font-family:"Roboto-Bold";
	font-size:50px;
	color:#FEFFFE!important;
	text-align:center;
	padding-top:0px;
	margin-top:57px;
	margin-bottom:30px;
}
.chiff1{
	font-family:"Roboto-Medium";
	font-size:42px;
	color:#FEFFFE!important;
}
.chiff2{
	font-family:"Roboto-Light";
	color:#FEFFFE!important;
	font-size:20px;
}
.img-style{
	width:133px;
	height:133px;
}
.img-carte-visit-style{
	width:460px;
	height:232px;
}
.txtlink{
	font-family:"Roboto-Bold";
	text-decoration:none;
	font-size:22px;
	position:relative;
	left:22px;
	color:rgba(65,65,65,0.77)!important;
}
.icon3{
	color:#FFCA3D!important;
}
.icon3:hover{
	color:#45ABEB!important;
}
.codetel{
	margin-right:261px;
	padding-top:0px;
	margin-top:0px;
	left:-23px;
	position:relative;
	color:transparent!important;
	top:-10px;
	width:80px;
}
.corse{
	width:46px;
	top:20px;
	fill:transparent;
	background-color:transparent;
	position:absolute;
	right:5px;
	display:block;
}
.codetel2{
	margin-right:261px;
	padding-top:0px;
	margin-top:0px;
	top:-7px;
	left:-30px;
	position:relative;
	color:transparent!important;
	width:80px;
}
.codetel3{
	margin-right:261px;
	padding-top:0px;
	margin-top:0px;
	top:-5px;
	left:-30px;
	position:relative;
	color:transparent!important;
	width:80px;
}
.boutacc{
	background-size:auto auto;
	background-color:#81A046;
	font-family:"Roboto-Black";
	font-size:30px;
	text-transform:none;
	color:#FFFFFF!important;
	position:relative;
	top:5px;
}
.boutacc:hover{
	background-color:#7F1400;
	font-family:"Roboto-Black";
	font-size:30px;
	color:#FFCA3D!important;
}
.logoacc{
	background-size:auto auto;
	background-position:center center;
	width:213px;
	height:60px;
	color:#636363!important;
	font-family:"DaysOne-Regular";
	font-weight:900;
	font-size:20px;
	text-transform:none;
	text-align:center;
	line-height:50px;
	background-image:url("img/logosmall.png");
}
.logoacc:hover{
	background-image:url("img/logosmall2.png");
	background-position:center center;
	color:transparent!important;
	background-size:100% auto;
}
.filethiden{
	opacity:00;
	border-style:none;
}
.tailldivcorse{
	width:95%;
}
.imgmarge{
	margin-left:-12px;
}
.decalbloc{
	padding-top:150px;
}
.imgmarge2{
	position:relative;
	left:12px;
}
.spansign{
	text-transform:none;
	color:#6C0102!important;
	text-align:right;
	font-weight:bold;
	float:right;
}
.titpied{
	font-size:43px;
	font-family:"Titan One";
	color:rgba(108,1,2,0.37)!important;
	font-weight:600;
	padding-bottom:27px;
}
.margepied{
	margin-top:-45px;
	margin-bottom:33px;
}
.jutifcopyright{
	text-align:right;
	color:#000000!important;
	position:relative;
	top:-23px;
	font-family:"Roboto-Thin";
	font-size:18px;
}
.widgetlegal{
	color:#0D0D0D!important;
	font-family:"Helvetica";
	box-shadow:0px 3px 7px #616161;
	padding:12px 12px 1px 12px;
}
.close:hover{
	background-size:auto auto;
	color:#FFCA3D!important;
}
.close{
	color:rgba(0,0,0,0.50)!important;
	background-size:auto auto;
}
.coulmodal{
	background-color:#FEFFFE;
	color:rgba(0,0,0,0.90)!important;
	font-family:"Helvetica";
	text-transform:uppercase;
	box-shadow:0px 2px 12px #7B7B7B;
}
.degradpied{
	background:linear-gradient(0deg, #FFFFFF 96%, #FFCA3D   100%);
}
.bloc-divider-t-bloc-pied-style{
	height:445px;
	width:100%;
	fill:transparent;
}
.bloc-divider-b-style{
	height:1000px;
	fill:#C2D3EF;
}
.txtmail{
	color:#6C0102!important;
	font-family:"Helvetica";
	font-size:18px;
}
.captcha{
	text-align:center;
	text-transform:none;
}
.p-style{
	font-size:10px;
}
.titmodal{
	color:#000000!important;
	font-size:32px;
	line-height:36px;
	text-decoration:none;
}
.txtetiqmail{
	color:#000000!important;
}
.lienactif{
	color:#6C0102!important;
}
.titcook{
	font-family:"Wire One";
	font-size:77px;
	text-align:right;
	padding-top:0px;
	margin-top:0px;
	position:relative;
	top:22px;
	font-weight:bold;
}
.stitcook{
	font-family:"Wire One";
	font-size:55px;
	color:#676767!important;
	top:17px;
	position:relative;
	font-weight:bold;
}
.txtcook{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
	color:#676767!important;
	text-align:justify;
}
.degradcook{
	background:linear-gradient(0deg, #FFCB43 0%, #FFFFFF  13%);
}
.noactive{
	font-family:"Roboto-Medium";
	font-weight:300;
	font-size:25px;
	color:#B1B1B1!important;
	opacity:1;
	z-index:999999;
}
.active{
	font-family:"Roboto-Medium";
	font-size:25px;
	color:rgba(0,54,104,0.77)!important;
}
.noactive:hover{
	color:#E08304!important;
}
.txtmarq{
	font-family:"Roboto-Light";
	font-size:16px;
	color:#676767!important;
	text-align:center;
}
.titacc{
	font-family:"Lato";
	font-weight:300;
	font-size:74px;
	color:#7F7F7E!important;
}
.stitacc{
	font-family:"Roboto-Thin";
	font-size:45px;
	color:#7E7F7D!important;
	text-transform:uppercase;
}
.rowacc{
	position:relative;
	top:130px;
}
.rowicon{
	position:relative;
	top:83px;
}
.cadrecol2{
	padding-top:67px;
	border-style:solid;
	border-color:#E9990C!important;
	border-width:0px 0px 1px 1px;
}
.cadrecol{
	border-style:solid;
	border-color:#E9990C!important;
	border-width:1px 1px 0px 0px;
}
.typo1{
	font-family:"Lato";
	font-weight:300;
	font-size:107px;
	color:#FFCA3D!important;
	line-height:30px;
}
.typo{
	padding-top:31px;
	font-family:"Lato";
	font-weight:300;
	font-size:39px;
	color:#FFFFFF!important;
	text-align:left;
}
.typo3{
	font-family:"Lato";
	font-weight:300;
	font-size:31px;
	color:#FFCA3D!important;
	text-align:center;
}
.txttaille{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	color:#FFFFFF!important;
	text-align:justify;
}
.horaires{
	font-family:"Lato";
	font-weight:300;
	font-size:50px;
	color:#FFFFFF!important;
	text-align:center;
	border-style:_popUpItemAction:;
	border-width:0px 0px 0px 0px;
}
.vide{
	height:37px;
}
.img05{
	bottom:180px;
}
.z-index{
	z-index:1000;
}
.heading-row-01{
	height:500px;
	position:relative;
	z-index:9999999;
	top:-200px;
	display:block;
}
.titformparalax{
	font-size:92px;
	font-weight:bold;
	text-align:center;
	color:transparent!important;
	min-height:400px;
	font-family:"Roboto-Bold";
}
.logophoto{
	width:320px;
	max-width:100%;
	position:absolute;
	top:470px;
	left:-290px;
	display:block;
	align-items:center;
	align-content:center;
}
.block-z-index{
	z-index:1000;
}
.container-div-padding-top{
	padding-top:100px;
}
.logomail{
	width:370px;
	max-width:100%;
	margin-right:490px;
	margin-left:490px;
	align-items:center;
	align-content:center;
}
.logocalendar{
	left:500px;
	display:block;
	position:absolute;
	width:150px;
	max-width:100%;
	align-content:center;
	align-items:center;
	bottom:810px;
	filter:blur(3px);
}
.logophotoshop{
	position:absolute;
	top:210px;
	left:720px;
	display:block;
	align-content:center;
	align-items:center;
	width:220px;
	max-width:100%;
}
.logomusic{
	width:310px;
	right:-155px;
	position:absolute;
	display:block;
	align-content:center;
	align-items:center;
	max-width:100%;
	top:2px;
}
.logopowerpoint{
	width:201px;
	max-width:100%;
	position:absolute;
	display:block;
	align-content:center;
	align-items:center;
	left:70px;
	top:350px;
	filter:blur(2px);
}
.taillenav{
	height:77px;
	max-height:77px;
	background-color:rgba(255,255,255,0.90);
}
.ajusttitre{
	height:800px;
	max-height:100%;
	padding-top:120px;
}
.bloc-divider-b-bloc-titre-fill{
	fill:rgba(215,236,194,0.50);
	height:1000px;
}
.bloc-divider-b-bloc-titre-style{
	height:1000px;
	fill:rgba(183,216,235,0.41);
}
.fond1{
	background-color:#252625;
}
.icontitre{
	color:#B2B2B2!important;
	margin-top:77px;
}
.icontitre:hover{
	color:rgba(0,97,167,0.50)!important;
}
.logo-word{
	width:270px;
	max-width:100%;
	position:absolute;
	right:22px;
	top:510px;
	display:block;
	align-content:center;
	align-items:center;
}
.logopages{
	width:200px;
	max-width:100%;
	position:absolute;
	top:200px;
	left:-190px;
	display:block;
	align-content:center;
	align-items:center;
}
.logofinder{
	width:100px;
	max-width:100%;
	display:block;
	top:350px;
	position:absolute;
	right:80px;
	align-items:center;
	align-content:center;
	filter:blur(3px);
}
.logoimovie{
	position:absolute;
	right:-310px;
	bottom:2px;
	width:370px;
	max-width:100%;
	display:block;
}
.logoillustrator{
	width:127px;
	max-width:100%;
	position:relative;
	left:600px;
	display:block;
	bottom:100px;
}
.logoexcel{
	position:absolute;
	width:277px;
	max-width:100%;
	align-content:center;
	align-items:center;
	top:590px;
	left:90px;
}
.logonumbers{
	position:relative;
	top:290px;
	left:277px;
	width:240px;
	filter:blur(2px);
}
.logoindesign{
	width:170px;
	max-width:100%;
	top:120px;
	position:absolute;
	left:50px;
	display:block;
	align-content:center;
	align-items:center;
}
.logowhatsapp{
	width:180px;
	max-width:100%;
	position:absolute;
	left:355px;
	top:137px;
	filter:blur(3px);
}
.logogarageband{
	width:240px;
	max-width:100%;
	position:absolute;
	left:-200px;
	bottom:100px;
}
.logokeynote{
	width:140px;
	max-width:100%;
	position:absolute;
	bottom:50px;
	left:77px;
	display:block;
	align-items:center;
	align-content:center;
	filter:blur(3px);
}
.logo-facebook{
	position:absolute;
	width:77px;
	max-width:100%;
	right:200px;
	display:block;
	align-items:center;
	align-content:center;
	bottom:310px;
	filter:blur(3px);
}
.bloc-divider-b-bloc-img-style{
	height:179px;
	fill:transparent;
	background:linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0.74) 46%, rgba(255,255,255,0.42) 70%, transparent 100%);
}
.overlay-btn{
	display:none;
}
.overlay-title{
	font-family:"Lato";
	font-weight:900;
	font-size:52px;
	color:#E9990C!important;
}
.overlay-desc{
	font-family:"Lato";
	font-weight:900;
	font-size:45px;
	text-align:center;
	text-decoration:overline!important;
	line-height:77px;
}
.fixrow{
	position:relative;
	height:430px;
}
.fixwaves{
	width:100%;
	max-width:100%;
}
.bloc-divider-b-bloc-chiffre-fill{
	fill:#FFCA3D;
	height:12px;
}
.txtlink:hover{
	color:#6C0102!important;
}
.icon{
	color:#FFCA3D!important;
	margin-bottom:0px;
	position:relative;
	bottom:0px;
	z-index:9999;
	left:77px;
	top:31px;
	font-size:37px;
}
.icon:hover{
	color:#0093FC!important;
	border-style:_popUpItemAction:;
}
.bloc-divider-t-bloc-23-style{
	height:84px;
	width:100%;
}
.logomessage{
	width:200px;
	max-width:100%;
	position:absolute;
	right:-77px;
	display:block;
	align-items:center;
	align-content:center;
	bottom:377px;
	filter:blur(3px);
}
.stitaccservice{
	font-family:"Roboto-Thin";
	font-size:44px;
	color:#7E7F7D!important;
	text-transform:uppercase;
}
.ajusttitreservice{
	padding-top:120px;
	height:800px;
}
.bloc-divider-b-0-style{
	height:1000px;
	fill:rgba(255,203,62,0.40);
}
.ajusttitreweb{
	height:800px;
	max-height:100%;
	padding-top:120px;
}
.divider-background-color{
	background-color:#6C0102;
	height:2px;
}
.img1{
	margin-bottom:22px;
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.img3{
	margin-bottom:22px;
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.img5{
	margin-bottom:22px;
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.img2{
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.img4{
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.img6{
	border-style:solid;
	border-color:#BFBFBF!important;
	margin-bottom:0px;
	border-width:1px 1px 1px 1px;
}
.ajustconteneur{
	margin-top:-30px;
}
.bloc-divider-b-bloc-caroussel-style{
	height:650px;
	fill:#C2D3EF;
}
.bloc-divider-b-22711-style{
	height:1000px;
	fill:#E5F3D9;
}
.bloc-divider-b-26612-style{
	height:1000px;
	fill:#FFE49F;
}
.hidnav{
	height:57px;
}
.sticky-nav.sticky{
	z-index:11111;
	background-color:#FFFFFF;
	box-shadow:0.00px -0.00px 0px transparent;
	border-width:0px 0px 0px 0px;
}
.titform{
	font-family:"Lato";
	font-weight:300;
	font-size:70px;
	text-align:center;
	color:rgba(0,0,0,0.67)!important;
	margin-bottom:57px;
	text-shadow:0.00px -0.00px 10px #BFBFBF;
}
.dropdown-menu{
	opacity:0;
}
.nav-tabs{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
	margin-bottom:27px;
	font-family:"Helvetica";
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-link{
	text-transform:uppercase;
	text-align:center;
	width:277px;
	font-family:"Roboto-Bold";
	font-weight:800;
	font-size:25px;
	color:#7F7F7F!important;
	height:58px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-link:hover{
	color:#81A046!important;
	text-decoration:none;
	border-style:solid;
	border-bottom-width:4px;
	border-color:#81A046!important;
}
.nav-tabs .nav-link:active{
	color:#FFC201!important;
}
.custom-icon{
	font-size:28px;
	color:#666665!important;
}
.txt-menu{
	font-family:"Dosis-Regular";
	font-size:22px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:27px;
	color:#666665!important;
	text-indent:12px;
}
.custom-icon:hover{
	color:#FFC201!important;
}
.txt-menu:hover{
	color:transparent!important;
}
.sidebar{
	position:fixed;
	z-index:123456;
	display:block;
	width:327px;
	top:0px;
	bottom:0px;
	right:0px;
	left:auto;
}
.container-div-padding-bottom{
	padding-bottom:27px;
}
.custom-icon2{
	font-size:27px;
	text-indent:2px;
	letter-spacing:2px;
	color:#3F3F3F!important;
}
.custom-icon2:hover{
	color:#FFC201!important;
}
.bloc-divider-b-img-fill{
	fill:#B99A4B;
	height:269px;
}
.menutransp{
	background-color:#FFFFFF;
	z-index:99999999;
	position:relative;
	display:block;
}
.iphone-web{
	width:100px;
	min-width:100px;
	max-width:200px;
	position:relative;
	display:block;
	bottom:490px;
	left:580px;
	z-index:2222;
	padding:9px 9px 9px 9px;
}
.ipad-web{
	width:250px;
	position:relative;
	display:block;
	bottom:297px;
	left:580px;
	z-index:1111;
	padding:32px 32px 32px 32px;
}
.txtcreaweb{
	font-family:"Roboto-Light";
	font-size:16px;
	text-align:justify;
	z-index:2222;
	position:relative;
	color:#FFFFFF!important;
}
.colmoove{
	display:block;
	position:absolute;
	top:201px;
	background-color:#7F1400;
	width:32px;
	height:312px;
	left:-40px;
	z-index:1;
}
.imac-web{
	position:relative;
	z-index:111;
}
.span-ai{
	color:#6C0102!important;
	font-family:"Roboto-Bold";
}
.titcreaweb{
	font-family:"Roboto-Thin";
	font-size:42px;
	color:#FFFFFF!important;
	z-index:2222;
	position:relative;
}
.coltaillweb{
	height:20px;
}
.txthero{
	font-size:97px;
	text-align:center;
	text-transform:none;
	letter-spacing:3px;
	color:#FFC201!important;
	font-weight:700;
	font-family:"DaysOne-Regular";
	text-shadow:2.57px 3.06px 4px #000000;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.sthero{
	font-size:55px;
	text-align:center;
	color:#D1D1D1!important;
	text-transform:none;
	font-family:"DaysOne-Regular";
}
.icon-web{
	font-size:40px;
	color:#FFC201!important;
	padding-top:70px;
}
.logoacc2{
	background-size:auto auto;
	background-position:center center;
	width:213px;
	height:60px;
	color:#636363!important;
	font-family:"DaysOne-Regular";
	font-weight:900;
	font-size:20px;
	text-transform:none;
	text-align:center;
	line-height:50px;
}
.logoacc2:hover{
	background-image:url("img/logosmall2.png");
	background-position:center center;
	color:transparent!important;
	background-size:100% auto;
}
.iconacc{
	padding-top:159px;
	color:#FFFFFF!important;
	position:relative;
	fill:transparent;
}
.iconacc:hover{
	color:#FF6802!important;
}
.size100{
	height:490px;
}
.colweb{
	background-color:rgba(255,255,255,0.5);
	border-style:solid;
	color:rgba(0,0,0,0.6)!important;
	padding:20px 20px 20px 20px;
	border-width:0px 1px 0px 1px;
}
.colweb1{
	padding-top:20px;
	background-color:rgba(243,255,245,0.5);
	border-style:solid;
	color:rgba(0,0,0,0.6)!important;
	border-width:0px 1px 0px 0px;
}
.bloc-divider-t-bloc-13-fill{
	fill:#B89A4B;
	height:114px;
}
.bloc-divider-b-bloc-13-fill{
	fill:#496564;
	height:164px;
}
.taillweb{
	height:1000px;
}
.titreimgweb{
	padding-top:400px;
	font-family:"Condiment-Regular";
	font-size:75px;
	color:#FFFFFF!important;
}
.imgweb{
	border-style:solid;
	border-color:#FFCA3D!important;
	margin-bottom:20px;
	padding-top:0px;
	margin-top:0px;
	border-width:5px 5px 5px 5px;
}
.zonetxt{
	font-size:17px;
	color:#424141!important;
	text-align:center;
	font-family:"Lato";
	font-weight:300;
}
.liencrea{
	color:#FEFFFF!important;
	font-size:34px;
	font-family:"Lato";
	font-weight:300;
}
.liencrea:hover{
	color:#AAA8A8!important;
	font-size:34px;
	font-family:"Lato";
	font-weight:300;
}
.iconcode{
	text-transform:none;
	font-size:55px;
	width:70px;
	height:70px;
}
.taillbloc{
	padding-top:95px;
	padding-bottom:95px;
}
.taillblocservice{
	padding-top:7px;
	background-color:#FFFFFF;
}
.taillblocacc{
	padding-top:57px;
}
.taillblocform{
	padding-top:57px;
	background-color:#FFFFFF;
}
.taillblocweb{
	padding-top:57px;
}
.corse2{
	width:56px;
	max-width:56px;
	padding-top:7px;
}
.entete-row{
	margin-top:-20px;
}
.iconcook{
	font-size:32px;
	position:relative;
	bottom:5px;
	color:rgba(108,1,2,0.74)!important;
}
.tit-tabform{
	font-family:"Roboto-Medium";
	font-weight:700;
	text-decoration:none;
	font-size:22px;
	color:#FFFFFF!important;
	height:50px;
	padding-top:17px;
}
.coulrowtab{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 0px 0px 0px;
}
.coltab-d{
	border-style:solid;
	border-color:#000000!important;
	padding-right:0px;
	padding-left:0px;
	border-width:0px 1px 1px 1px;
}
.coltab-m{
	border-style:solid;
	border-color:#000000!important;
	border-width:0px 1px 1px 0px;
}
.coltab-f{
	border-style:solid;
	border-color:#000000!important;
	background-color:#EFF6EA;
	border-width:0px 1px 1px 0px;
}
.coulrowtab-d{
	background-color:#445F5D;
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.txt-details{
	font-family:"Roboto-Regular";
	font-size:14px;
	color:#1D1D1D!important;
	padding-top:6px;
}
.txt-tabform{
	font-family:"Roboto-Regular";
	color:#1E1E1E!important;
	text-align:center;
	text-transform:uppercase;
	padding-top:22px;
	font-size:16px;
	background-color:transparent;
}
.txt-tabform-2l{
	font-family:"Roboto-Regular";
	color:#1E1E1E!important;
	text-align:center;
	text-transform:uppercase;
	padding-top:16px;
	font-size:16px;
	caret-color:#D7ECC2;
}
.tit-tabform-2l{
	font-family:"Roboto-Medium";
	font-weight:700;
	text-decoration:none;
	font-size:22px;
	color:#FFFFFF!important;
	height:50px;
	padding-top:17px;
}
.logo-apple{
	width:70px;
	position:absolute;
	padding-right:0px;
	padding-left:0px;
	height:70px;
	margin-left:0px;
	margin-right:0px;
	display:block;
	left:-30px;
	top:250px;
}
.span-tab{
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	position:relative;
	top:-9px;
	left:0px;
	right:0px;
	bottom:0px;
}
.txtexpliq{
	font-size:13px;
	color:rgba(0,0,0,0.70)!important;
	padding-top:8px;
	font-family:"Roboto-Light";
	font-weight:300;
	margin-bottom:50px;
}
.logo-tab-word{
	width:70px;
	height:70px;
	max-width:70px;
	max-height:70px;
	padding-left:0px;
	margin-left:0px;
}
.logo-tab-excel{
	width:70px;
	height:70px;
	position:absolute;
	display:block;
	left:20px;
}
.logo-tab-pwp{
	position:absolute;
	display:block;
	width:70px;
	height:70px;
	left:20px;
}
.ajustlogo{
	position:relative;
	top:35px;
	padding-right:0px;
	padding-left:0px;
}
.coltab-d-logo{
	border-style:solid;
	border-color:#000000!important;
	padding-right:0px;
	padding-left:0px;
	border-width:0px 1px 0px 1px;
}
.coulrowtab-d-apple{
	background-color:#6C0102;
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.coulrowtab-d-burotic{
	background-color:rgba(105,136,113,0.80);
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.coulrowtab-d-pao{
	background-color:#38608D;
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.coltab-f-2{
	border-style:solid;
	border-color:#000000!important;
	background-color:#E4FAFF;
	border-width:0px 1px 1px 0px;
}
.coltab-f-3{
	border-style:solid;
	border-color:#000000!important;
	background-color:#EBECEB;
	border-width:0px 1px 1px 0px;
}
.coulrowtab-d-apple-softs{
	background-color:#01BAC5;
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.coulrowtab-d-apple-burotic{
	background-color:#C5A95B;
	border-style:solid;
	border-color:#000000!important;
	border-width:1px 0px 1px 0px;
}
.coltab-f-4{
	border-style:solid;
	border-color:#000000!important;
	background-color:#DAF1F3;
	border-width:0px 1px 1px 0px;
}
.coltab-f-5{
	border-style:solid;
	border-color:#000000!important;
	background-color:#E2DAD0;
	border-width:0px 1px 1px 0px;
}
.taillicon{
	width:45px;
}
.logomirosoft{
	width:157px;
}
.txt-tit{
	font-family:"Roboto-Bold";
	font-size:22px;
	text-align:center;
	color:#FFFFFF!important;
	padding-top:21px;
}
.coulr1{
	background-color:#445F5D;
	height:90px;
}
.col-d{
	border-style:solid;
	border-width:1px 1px 0px 1px;
}
.col-f{
	border-style:solid;
	background-color:rgba(107,107,107,0.23);
	border-width:1px 1px 0px 0px;
}
.col-m{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.tailleligne{
	height:80px;
}
.txt-cellule{
	font-family:"Roboto-Regular";
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	color:#3F3F3F!important;
	padding-top:18px;
}
.txt-cel-3l{
	font-size:14px;
	font-family:"Roboto-Regular";
	color:#3F3F3F!important;
	text-transform:none;
	text-align:center;
	padding-top:5px;
}
.txt-cel-2l{
	font-family:"Roboto-Regular";
	font-size:16px;
	color:#3F3F3F!important;
	text-align:center;
	text-transform:uppercase;
	padding-top:9px;
}
.txt-cel-4l{
	font-family:"Roboto-Regular";
	color:#3F3F3F!important;
	font-size:14px;
	text-align:center;
}
.tit-carrousel{
	font-family:"Lato";
	font-weight:700;
	font-size:35px;
	margin-bottom:13px;
}
.tit-tarifs{
	font-family:"Raleway-Light";
	font-weight:300;
	font-size:40px;
	text-align:center;
	text-transform:none;
	padding-top:10px;
}
.traitcoltit{
	border-style:solid;
	border-color:#000000!important;
	background-color:#7F1400;
	color:#FFFFFF!important;
	z-index:7;
	border-width:1px 1px 1px 1px;
}
.spanprice{
	text-transform:none;
	position:relative;
	left:652px;
	color:rgba(0,0,0,0.77)!important;
}
.txt-price{
	font-family:"Lato";
	font-weight:500;
	font-size:22px;
	margin-bottom:-30px;
	color:rgba(0,0,0,0.77)!important;
}
.col-price{
	height:125px;
	border-style:solid;
	border-color:#000000!important;
	z-index:9;
	background-color:#FFFBF9;
	border-width:0px 1px 0px 1px;
}
.diviseur{
	border-style:dashed;
	width:68%;
	position:relative;
	left:127px;
	padding-top:0px;
	top:3px;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.spanprice2{
	position:relative;
	left:652px;
	color:rgba(0,0,0,0.77)!important;
}
.diviseur2{
	position:relative;
	top:3px;
	left:185px;
	width:645px;
	border-style:dashed;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.spanprice3{
	position:relative;
	left:710px;
	color:rgba(0,0,0,0.77)!important;
}
.diviseur3{
	width:702px;
	position:relative;
	top:3px;
	left:130px;
	border-style:dashed;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.spanprice4{
	position:relative;
	left:438px;
	color:rgba(0,0,0,0.77)!important;
}
.diviseur4{
	position:relative;
	top:4px;
	left:325px;
	width:450px;
	border-style:dashed;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.spannote{
	font-size:12px;
	position:relative;
	top:-7px;
}
.spanprice5{
	position:relative;
	left:488px;
	color:rgba(0,0,0,0.77)!important;
}
.diviseur5{
	position:relative;
	top:3px;
	left:297px;
	width:480px;
	border-style:dashed;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.spanprice6{
	left:584px;
	position:relative;
	color:rgba(0,0,0,0.77)!important;
}
.diviseur6{
	position:relative;
	top:3px;
	left:269px;
	width:577px;
	border-style:dashed;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.col-price2{
	height:125px;
	border-style:solid;
	border-color:#000000!important;
	z-index:3;
	background-color:#FFFFFF;
	border-width:1px 1px 1px 1px;
}
.coulr2{
	height:90px;
	background-color:#6C0001;
}
.coulr3{
	height:90px;
	background-color:#00BAC5;
}
.col-d2{
	border-style:solid;
	border-width:0px 1px 0px 1px;
}
.ajustlogo2{
	position:relative;
	top:45px;
}
.col-d3{
	border-style:solid;
	border-width:0px 1px 1px 1px;
}
.coulr4{
	background-color:#C6AA5C;
}
.coulr5{
	background-color:#879F8D;
}
.coulr6{
	background-color:#B6753B;
}
.coulr7{
	background-color:#38608D;
}
.col-f1{
	border-style:solid;
	background-color:#D9DFDD;
	border-width:1px 1px 0px 0px;
}
.col-f1d{
	border-style:solid;
	background-color:#D9DFDC;
	border-width:1px 1px 1px 0px;
}
.col-md{
	border-style:solid;
	border-width:1px 1px 1px 0px;
}
.col-dd{
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.col-f2{
	border-style:solid;
	border-width:1px 1px 1px 0px;
}
.col-g{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-g1{
	border-style:solid;
	background-color:#E1CBCC;
	border-width:1px 1px 0px 0px;
}
.col-g1d{
	border-style:solid;
	background-color:#E0CACB;
	border-width:1px 1px 1px 0px;
}
.col-h{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-h1{
	border-style:solid;
	background-color:#D1F1F3;
	border-width:1px 1px 0px 0px;
}
.col-h1d{
	border-style:solid;
	background-color:#D1F1F3;
	border-width:1px 1px 1px 0px;
}
.col-i{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-i1{
	border-style:solid;
	background-color:rgba(198,170,92,0.20);
	border-width:1px 1px 0px 0px;
}
.col-i1d{
	border-style:solid;
	background-color:#EFEADA;
	border-width:1px 1px 1px 0px;
}
.col-j{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-j1{
	border-style:solid;
	background-color:#F0E3D8;
	border-width:1px 1px 0px 0px;
}
.col-j1d{
	border-style:solid;
	background-color:#F0E3D8;
	border-width:1px 1px 1px 0px;
}
.col-k{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-k1{
	border-style:solid;
	background-color:#E2E8E3;
	border-width:1px 1px 0px 0px;
}
.col-k1d{
	border-style:solid;
	background-color:#E2E8E2;
	border-width:1px 1px 1px 0px;
}
.col-l{
	border-style:solid;
	border-width:1px 1px 0px 0px;
}
.col-l1{
	border-style:solid;
	background-color:#D7DEE8;
	border-width:1px 1px 0px 0px;
}
.col-l1d{
	border-style:solid;
	background-color:#D7DDE8;
	border-width:1px 1px 1px 0px;
}
.fonddegrade{
	background:linear-gradient(0deg, #FFFFFF 0%, #C2D2EF 64%);
}
.bloc-divider-t-bloc-img-fill{
	fill:#C2D2EF;
	height:458px;
	width:100%;
	background:linear-gradient(0deg, #C2D2EF 53%, transparent 99%);
}
.bordures{
	border-style:solid;
	border-color:rgba(129,161,71,0.77)!important;
	border-width:40px 40px 40px 40px;
}
.bordures2{
	border-color:rgba(108,1,2,0.77)!important;
	border-style:solid;
	border-width:40px 40px 40px 40px;
}
.zindex{
	z-index:-1;
}
.bloc-divider-t-bloc-img-style{
	height:123px;
	background:linear-gradient(0deg, #FFFFFF 5%, transparent 100%);
	fill:transparent;
}
.titimg{
	font-family:"DaysOne-Regular";
	color:#FEFFFF!important;
	text-align:center;
	font-size:54px;
	margin-top:0px;
	position:relative;
	top:160px;
	text-shadow:0.00px -0.00px 5px #000000;
}
.filet{
	height:44px;
	background-color:#7F1400;
	top:150px;
	position:relative;
}
.titimg1{
	font-family:"DaysOne-Regular";
	color:rgba(255,255,255,0.95)!important;
	text-align:center;
	font-size:77px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	top:150px;
	text-shadow:0.00px -0.00px 5px #000000;
}
.video{
	z-index:-1;
}
.bloc-divider-b-bloc-video-style{
	height:300px;
	background:linear-gradient(0deg, #FFFFFF 10%, transparent 87%);
	fill:transparent;
}
.bloc-divider-b-bloc-img-fill{
	fill:transparent;
	background:linear-gradient(0deg, #FFFFFF 0%, transparent 100%);
	height:250px;
}
.tailliphone{
	height:500px;
}
.bloc-divider-b-bloc-degrade-style{
	height:234px;
	fill:#FFCA3D;
}
.divider-margin-left{
	margin-left:0;
	margin-right:auto;
}
.img7{
	border-style:solid;
	border-color:#BFBFBF!important;
	border-width:1px 1px 1px 1px;
}
.change-padding{
	background-size:auto auto;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F7F7F7;
}
.bgc-white-2{
	background-color:rgba(255,255,255,0.90);
}
.bgc-brass{
	background-color:#B99B4B;
}
.bgc-rosewood{
	background-color:#6B0B00;
}
.bgc-cadet{
	background-color:#496564;
}
.bgc-black{
	background-color:#000000;
}
.bgc-eggshell{
	background-color:#E5F3D9;
}
.bgc-dark-midnight-blue{
	background-color:#003568;
}

/* Bloc image backgrounds */

.bg-mbair-open{
	background-image:url("img/mbair-open.jpg");
}
.bg-formation-20groupe{
	background-image:url("img/formation%20groupe.jpg");
}
.bg-interimac{
	background-image:url("img/interimac.jpg");
}
.bg-WebCode{
	background-image:url("img/WebCode.jpg");
}
.bg-Macbook3{
	background-image:url("img/Macbook3.jpg");
}
.bg-ecran-20mbpro{
	background-image:url("img/ecran%20mbpro.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.waves-container {
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.waves-container canvas {
	display: block;
}
/* Image Overlay */.img-overlay-main-container{
		position:relative;
}
.img-overlay-container{
		opacity:0;
		position:absolute;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,.7);
		height:100%;
		color:#FFF;
		transition: all .3s ease-in-out;
}
.img-overlay-main-container:hover .img-overlay-container{
		opacity:1;
		transition: all .3s ease-in-out;
}
.overlay-light .img-overlay-container{
	background:rgba(255,255,255,.7);
	color:rgba(0,0,0,.7);
}
.overlay-push-right,.overlay-push-left,.overlay-push-up,.overlay-push-down,.overlay-zoom-out{
	overflow: hidden;
}
/* Zoom In */.overlay-zoom-in .img-overlay-container{
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}
.overlay-zoom-in:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Zoom Out */.overlay-zoom-out .img-overlay-container{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
}
.overlay-zoom-out:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Push Up,Down,Left,Right */.overlay-push-up .img-overlay-container{
		-webkit-transform: translateX(0) translateY(100%);
		-ms-transform: translateX(0) translateY(100%);
		transform: translateX(0) translateY(100%);
}
.overlay-push-down .img-overlay-container{
		-webkit-transform: translateX(0) translateY(-100%);
		-ms-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%);
	}
.overlay-push-right .img-overlay-container{
		-webkit-transform: translateX(100%) translateY(0);
		-ms-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
.overlay-push-left .img-overlay-container{
		-webkit-transform: translateX(-100%) translateY(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0);
	}
.overlay-push-up:hover .img-overlay-container,.overlay-push-down:hover .img-overlay-container,.overlay-push-right:hover .img-overlay-container, .overlay-push-left:hover .img-overlay-container{
		-webkit-transform: translateX(0%) translateY(0);
		-ms-transform: translateX(0%) translateY(0);
		transform: translateX(0%) translateY(0);
		transition: all .3s ease-in-out;
}
/* 3D Rotate */.overlay-3d-container{
		perspective: 1000px;
		-webkit-perspective: 1000px;
}
.overlay-flip-y,.overlay-flip-x{
		-webkit-transform-style: preserve-3d;
	  	transform-style: preserve-3d;
	  	transition: transform 1s;
	  	pointer-events: none;
}
.overlay-flip-x .img-overlay-container,.overlay-flip-y .img-overlay-container{
		pointer-events: all;
}
.overlay-flip-y img,.overlay-flip-x img, .overlay-flip-y .img-overlay-container,.overlay-flip-x .img-overlay-container {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 1;
}
.overlay-3d-container:hover .overlay-flip-y {
	  	-webkit-transform: rotateY(180deg);
	  	-ms-transform: rotateY(180deg);
	  	transform: rotateY(180deg);
}
.overlay-flip-y .img-overlay-container {
	  	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
.overlay-3d-container:hover .overlay-flip-x {
	  	transform: rotateX(180deg);
	  	-webkit-transform: rotateX(180deg);
	  	-ms-transform: rotateX(180deg);
}
.overlay-flip-x .img-overlay-container  {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
	  	transform: rotateX(180deg);
}
.code-embed{
	color:#000;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.acctitre{
		font-size:77px;
	}
	.spanacctitre{
		font-size:50px;
		text-shadow:0px 0px 2px #B7D6A3;
	}
	.accsoustitre{
		font-size:41px;
	}
	.tit2{
		font-size:115px;
		line-height:110px;
		position:relative;
		top:20px;
	}
	.stit2{
		font-size:49px;
		position:relative;
		top:15px;
	}
	.spamtit2{
		font-size:40px;
	}
	.icon2{
		right:0px;
		position:relative;
		font-size:47px;
	}
	.icondiv{
		top:150px;
	}
	.ajustrangee{
		top:-150px;
	}
	.tittxtbl{
		font-size:45px;
		width:100%;
		padding-left:11px;
	}
	.titdanstit{
		font-size:82px;
	}
	.paddingacc{
		padding-bottom:28px;
	}
	.surtit{
		top:24px;
	}
	.colimg{
		top:87px;
		left:30px;
		width:742px;
		height:316px;
	}
	.tailldivcorse{
		width:92%;
		position:relative;
		top:7px;
	}
	.boutacc{
		top:4px;
		position:relative;
	}
	.titpresent{
		top:20px;
		position:relative;
		color:#FFFFFF!important;
		font-size:54px;
	}
	.txtpresent{
		position:relative;
		top:17px;
		text-align:justify;
	}
	.icon1{
		position:relative;
		top:2px;
		float:right;
	}
	.imgmarge{
		margin-left:0px;
		position:relative;
		left:1px;
		top:-100px;
		width:612px;
	}
	.icon3{
	}
	.corse{
		top:30px;
	}
	.imgmarge2{
		position:relative;
		left:1px;
		width:612px;
		top:-100px;
	}
	.txtcitation{
		font-size:33px;
		line-height:37px;
	}
	.ajustcolform{
		position:relative;
		top:-100px;
	}
	.ajustrowcitation{
		position:relative;
		top:-100px;
	}
	.spansign{
		font-size:35px;
		line-height:40px;
	}
	.fixrow{
		height:420px;
		margin-top:-20px;
	}
	.bloc-divider-b-bloc-chiffre-fill{
		fill:#FFCA3D;
		height:8px;
	}
	.txtlink{
	}
	.margepied{
		width:270px;
		margin-top:-40px;
		margin-bottom:43px;
	}
	.titpied{
		width:270px;
	}
	.jutifcopyright{
		margin-top:30px;
	}
	.coulrow2{
		background-color:#5A7F7B;
	}
	.coulrow1{
		background-color:#56688E;
	}
	.coulrow3{
		background-color:#FFCA3D;
	}
	.icon{
		right:0px;
		position:relative;
		left:0px;
		top:89px;
		font-size:33px;
	}
	.stitacc{
		padding-right:87px;
		padding-left:87px;
	}
	.logophoto{
		left:-130px;
	}
	.logopowerpoint{
		left:230px;
		top:470px;
	}
	.logoexcel{
		top:790px;
		left:30px;
	}
	.logoillustrator{
		left:230px;
		bottom:90px;
	}
	.logocalendar{
		left:580px;
		bottom:850px;
	}
	.logonumbers{
		top:490px;
	}
	.logo-facebook{
		bottom:670px;
	}
	.logophotoshop{
		left:120px;
		top:270px;
	}
	.logopages{
		left:-100px;
		top:200px;
	}
	.ajusttitre{
		height:800px;
	}
	.justifdivicon{
		position:relative;
		top:100px;
	}
	.titacc{
		font-size:83px;
		margin-bottom:30px;
		line-height:95px;
	}
	.stitaccservice{
		font-size:40px;
	}
	.ajusttitreservice{
		height:800px;
	}
	.justifdiviconservice{
		position:relative;
		top:100px;
	}
	.ajusttitreweb{
		height:800px;
		padding-top:20px;
	}
	.justifdiviconweb{
		position:relative;
		top:100px;
	}
	.bloc-divider-b-style{
		height:1000px;
	}
	.bloc-divider-t-fill{
		height:150px;
	}
	.typo{
		font-size:43px;
		margin-left:63px;
	}
	.taillecol{
		padding-right:70px;
		padding-left:70px;
	}
	.typo3{
		font-size:34px;
		margin-top:50px;
		margin-bottom:30px;
	}
	.txttaille{
		font-size:22px;
		text-align:left;
	}
	.img1{
	}
	.img4{
		margin-bottom:22px;
	}
	.img2{
		margin-bottom:22px;
	}
	.img6{
		margin-bottom:19px;
	}
	.divhaut{
		height:850px;
	}
	.logofinder{
		right:180px;
	}
	.logoindesign{
		left:90px;
		top:100px;
	}
	.logogarageband{
		left:-100px;
	}
	.logokeynote{
		left:150px;
	}
	.logo-word{
		width:170px;
	}
	.logomessage{
		width:120px;
		right:12px;
		bottom:507px;
	}
	.logoimovie{
		width:270px;
		bottom:350px;
		left:320px;
	}
	.logomail{
		margin-right:450px;
		margin-left:550px;
	}
	.iphone-web{
		width:83px;
		min-width:70px;
		left:460px;
		bottom:677px;
		padding:8px 8px 8px 8px;
	}
	.bloc-divider-b-img-fill{
		height:189px;
	}
	.ipad-web{
		width:210px;
		left:470px;
		bottom:520px;
		padding:25px 25px 25px 25px;
	}
	.txthero{
		font-size:80px;
	}
	.sthero{
		font-size:47px;
	}
	.colmoove{
		top:645px;
		height:247px;
		left:-10px;
		width:278px;
	}
	.titcreaweb{
		position:relative;
		z-index:111111;
	}
	.span-ai{
		color:#00477B!important;
	}
	.imgweb{
		margin-bottom:20px;
		padding-bottom:0px;
	}
	.bw-filter{
		margin-bottom:20px;
	}
	.zonetxt{
		text-align:center;
		font-family:"Lato";
		font-weight:300;
	}
	.iconacc{
		padding-top:0px;
	}
	.size100{
		padding-top:0px;
		margin-bottom:60px;
	}
	.colweb1{
		margin-bottom:13px;
		margin-top:13px;
	}
	.colweb{
		margin-top:13px;
		margin-bottom:13px;
	}
	.titreimgweb{
		text-align:center;
		padding-top:189px;
		font-size:72px;
	}
	.taillweb{
		height:670px;
	}
	.titchiffre{
		margin-top:10px;
	}
	.img6:hover{
	}
	.img7{
		border-color:#BFBFBF!important;
		border-style:solid;
		border-width:1px 1px 1px 1px;
	}
	.icontitre{
		margin-top:120px;
	}
	.corse2{
		padding-top:12px;
	}
	.entete-row{
		margin-top:-300px;
	}
	.stitcook{
		font-weight:bold;
	}
	.titcook{
		font-weight:bold;
		text-align:center;
	}
	.nav-tabs .nav-link{
		width:179px;
		font-size:23px;
		height:45px;
	}
	.titform{
		padding:0px 30px 0px 30px;
	}
	.nav-tabs{
		flex-direction:row;
		align-items:center;
		justify-content:center;
		margin-bottom:12px;
	}
	.tit-tabform-2l{
		text-align:center;
		font-size:19px;
		padding-top:10px;
	}
	.tit-tabform{
		text-align:center;
		font-size:19px;
		padding-top:20px;
	}
	.txt-tabform-2l{
		padding-top:15px;
		font-size:15px;
	}
	.txt-tabform{
		font-size:15px;
	}
	.txt-details{
		text-align:center;
		font-size:13px;
		padding-top:7px;
	}
	.txtexpliq{
		font-size:12px;
		padding-left:0px;
		margin-left:0px;
		padding-right:0px;
		margin-right:0px;
	}
	.rowzero{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.logomirosoft{
		width:157px;
		padding-top:8px;
	}
	.taillblocservice{
		background-color:#242624;
	}
	.tit-carrousel{
		font-weight:500;
		font-size:35px;
		text-align:center;
		padding-right:73px;
		padding-left:73px;
	}
	.horaires{
		font-size:45px;
		padding-right:67px;
		padding-left:67px;
	}
	.spanprice{
		left:430px;
	}
	.col-price{
		padding-right:7px;
		padding-left:7px;
	}
	.diviseur{
		width:427px;
	}
	.spanprice2{
		left:432px;
	}
	.spanprice3{
		left:487px;
	}
	.diviseur2{
		width:425px;
	}
	.diviseur3{
		width:480px;
	}
	.tit-tarifs{
		font-size:37px;
		padding-right:122px;
		padding-left:122px;
		padding-top:0px;
		top:-4px;
		position:relative;
	}
	.traitcoltit{
		height:100px;
		background-color:#00477B;
	}
	.spannote{
		position:relative;
		top:-7px;
	}
	.diviseur4{
		width:227px;
	}
	.spanprice4{
		left:216px;
	}
	.diviseur5{
		width:255px;
	}
	.spanprice5{
		left:263px;
	}
	.diviseur6{
		width:357px;
	}
	.spanprice6{
		left:362px;
	}
	.col-price2{
		padding-right:7px;
		padding-left:7px;
	}
	.bordures2{
		border-width:30px 30px 30px 30px;
	}
	.bordures{
		border-width:30px 30px 30px 30px;
	}
	.boutacc:hover{
	}
	.widgetlegal{
		padding-bottom:1px;
	}
	.titimg{
		font-size:50px;
		padding-right:77px;
		padding-left:77px;
		position:relative;
		top:-70px;
		margin-top:0px;
	}
	.filet{
		height:34px;
		top:-47px;
	}
	.titimg1{
		margin-top:12px;
		font-size:50px;
		padding-right:77px;
		padding-left:77px;
		top:-40px;
	}
	.video{
	}
	.norembour{
		padding:0px 0px 0px 0px;
	}
	.bloc-divider-b-bloc-video-style{
		height:301px;
		background:linear-gradient(0deg, transparent 42%, #FFFFFF 90%);
	}
	.tailliphone{
		height:500px;
	}
	.txt-menu{
		font-size:22px;
		direction:rtl;
		text-indent:0px;
		line-height:0px;
	}
	.txt-menu:hover{
		direction:rtl;
	}
	.bloc-divider-b-bloc-degrade-style{
		height:136px;
	}
	.custom-icon{
	}
	.change-padding{
		background-size:auto auto;
	}
	
}

@media (max-width: 767px){
	.acctitre{
		font-size:66px;
	}
	.spanacctitre{
		font-size:43px;
		text-shadow:0px 0px 2px #B7D6A3;
	}
	.accsoustitre{
		font-size:34px;
	}
	.tit2{
		font-size:82px;
		line-height:83px;
		position:relative;
		top:12px;
	}
	.stit2{
		font-size:34px;
		top:7px;
	}
	.spamtit2{
		font-size:30px;
	}
	.icon2{
		top:-117px;
		font-size:45px;
	}
	.icondiv{
		top:70px;
	}
	.ajustrangee{
		top:-7px;
	}
	.tittxtbl{
		font-size:40px;
		top:-97px;
		line-height:45px;
	}
	.titdanstit{
		font-size:65px;
		margin-top:0px;
		padding-top:0px;
	}
	.paddingacc{
		padding-bottom:0px;
	}
	.colimg{
		top:50px;
		left:7px;
		width:550px;
		margin-left:24px;
		padding-left:0px;
	}
	.surtit{
		top:24px;
	}
	.tailldivcorse{
		width:90%;
	}
	.icon3{
		position:relative;
		top:-70px;
	}
	.fixwaves{
		position:relative;
		top:30px;
	}
	.txtpresent{
		font-size:25px;
	}
	.jutifcopyright{
		text-align:center;
	}
	.icon{
		top:-07px;
		font-size:30px;
	}
	.titacc{
		margin-bottom:30px;
		line-height:65px;
		font-size:60px;
	}
	.stitacc{
		font-size:38px;
		padding-right:30px;
		padding-left:30px;
		top:15px;
	}
	.bloc-divider-t-fill{
		height:99px;
	}
	.stitaccservice{
		font-size:30px;
	}
	.ajusttitreservice{
		padding-top:20px;
	}
	.justifdivicon{
	}
	.justifdiviconservice{
		top:55px;
	}
	.taillenav{
		background-color:transparent;
	}
	.justifdiviconweb{
		top:25px;
	}
	.stitcook{
		text-align:left;
		font-size:40px;
		font-weight:bold;
	}
	.titcook{
		font-size:65px;
		text-align:right;
		font-weight:normal;
	}
	.bloc-divider-b-style{
		height:1000px;
	}
	.divhaut{
		height:680px;
	}
	.decalcol{
		padding-top:50px;
	}
	.sticky-nav.sticky{
		box-shadow:0.00px -2.00px 2px transparent;
		background-color:transparent;
	}
	.logoacc:hover{
		display:none;
	}
	.logoacc{
		display:none;
	}
	.typo{
		font-size:35px;
		margin-left:19px;
	}
	.typo1{
		font-size:97px;
	}
	.img1{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.img2{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.img5{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.img3{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.img4{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.img6{
		text-align:center;
		margin-right:85px;
		margin-left:84px;
	}
	.titform{
		font-size:57px;
		margin-bottom:25px;
		padding:20px 20px 20px 20px;
	}
	.iphone-web{
		width:100px;
		bottom:847px;
		left:10px;
		z-index:11111;
		padding:10px 10px 10px 10px;
	}
	.bloc-divider-b-img-fill{
		height:149px;
	}
	.menutransp{
		padding-right:0px;
		padding-left:0px;
	}
	.ipad-web{
		width:220px;
		bottom:650px;
		left:320px;
		z-index:1111;
		padding:29px 29px 29px 29px;
	}
	.txthero{
		color:#0CA9EB!important;
		font-size:67px;
	}
	.titcreaweb{
		padding-top:48px;
		position:relative;
		z-index:111111;
	}
	.colmoove{
		top:552px;
		left:-10px;
		width:276px;
		height:309px;
	}
	.txtcreaweb{
		z-index:111111;
	}
	.logoacc2{
		display:none;
	}
	.logoacc2:hover{
		display:none;
	}
	.zonetxt{
		text-align:center;
		font-family:"Lato";
		font-weight:300;
	}
	.size100{
		height:935px;
		padding-top:57px;
		margin-bottom:50px;
	}
	.colweb{
		margin:0px 0px 15px 0px;
		padding:15px 15px 15px 15px;
	}
	.colweb1{
		margin-bottom:15px;
	}
	.titreimgweb{
		font-size:65px;
		padding-top:169px;
	}
	.imgweb{
		margin-bottom:30px;
	}
	.taillweb{
		height:600px;
	}
	.titpresent{
		font-size:50px;
		color:#FFFFFF!important;
	}
	.ajustcolform{
		top:-100px;
	}
	.fixrow{
		margin-top:0px;
		height:770px;
	}
	.icontitre{
		margin-top:70px;
	}
	.icon1{
		color:rgba(255,255,255,0.83)!important;
	}
	.coulrow3{
	}
	.custom-icon{
		color:#666665!important;
		text-indent:12px;
		direction:rtl;
	}
	.hidnav{
		background-color:#FFFFFF;
	}
	.corse2{
		padding-top:15px;
	}
	.entete-row{
		margin-top:-30px;
	}
	.iconcook{
		font-size:27px;
		bottom:4px;
	}
	.nav-tabs .nav-link{
		width:130px;
		font-size:16px;
		height:37px;
	}
	.nav-tabs{
		justify-content:space-around;
	}
	.tit-tabform-2l{
		font-size:15px;
	}
	.tit-tabform{
		font-size:16px;
	}
	.txt-tabform-2l{
		font-size:11px;
	}
	.txt-tabform{
		font-size:13px;
		padding-top:23px;
	}
	.txt-details{
		font-size:12px;
		padding-top:10px;
	}
	.txtexpliq{
		font-size:12px;
		line-height:16px;
	}
	.logomirosoft{
		padding-top:16px;
	}
	.img7{
		margin-left:84px;
		margin-right:85px;
		margin-bottom:22px;
	}
	.tit-carrousel{
		font-size:33px;
		padding-right:43px;
		padding-left:43px;
	}
	.horaires{
		padding-right:0px;
		padding-left:0px;
	}
	.tit-tarifs{
		font-size:33px;
		position:relative;
		padding-right:0px;
		padding-left:0px;
		top:1px;
	}
	.traitcoltit{
		height:107px;
		background-color:#C6AA5C;
		color:#000000!important;
	}
	.txt-price{
		font-size:18px;
	}
	.col-price{
		height:110px;
		padding-left:5px;
	}
	.diviseur{
		left:103px;
		width:295px;
		top:4px;
	}
	.spanprice{
		left:297px;
	}
	.spanprice2{
		left:298px;
	}
	.spanprice3{
		left:343px;
	}
	.diviseur2{
		left:151px;
		top:4px;
		width:292px;
	}
	.diviseur3{
		top:4px;
		left:107px;
		width:335px;
	}
	.spannote{
		position:relative;
		top:-7px;
	}
	.diviseur4{
		left:262px;
		width:135px;
	}
	.spanprice4{
		left:120px;
	}
	.spanprice5{
		left:162px;
	}
	.diviseur5{
		left:242px;
		top:4px;
		width:157px;
	}
	.diviseur6{
		left:220px;
		top:4px;
		width:234px;
	}
	.spanprice6{
		left:241px;
	}
	.col-price2{
		height:110px;
		padding-left:5px;
	}
	.typo3{
		font-size:32px;
		padding-right:23px;
		padding-left:23px;
	}
	.bloc-divider-t-bloc-img-fill{
		height:339px;
	}
	.bordures{
		border-width:20px 20px 20px 20px;
	}
	.bordures2{
		border-width:20px 20px 20px 20px;
	}
	.ecaptcha{
		margin-left:0px;
		position:relative;
	}
	.boutacc{
		left:15px;
	}
	.widgetlegal{
		padding:9px 9px 1px 9px;
	}
	.titimg{
		font-size:40px;
		color:#FFFFFF!important;
		text-shadow:0.00px -0.00px 4px #000000;
		position:relative;
		top:-45px;
		padding-right:0px;
		padding-left:0px;
	}
	.filet{
		top:-30px;
		height:24px;
	}
	.titimg1{
		margin-top:0px;
		font-size:55px;
		padding-right:0px;
		padding-left:0px;
		color:#FFFFFF!important;
		text-shadow:0.00px -0.00px 4px #000000;
		top:-17px;
	}
	.taillblocacc{
		padding-top:0px;
		height:20px;
	}
	.txt-menu{
		color:transparent!important;
	}
	.bloc-divider-b-bloc-degrade-style{
		height:97px;
	}
	.img06{
	}
	.bloc-divider-b-bloc-img-style{
		height:177px;
		background:linear-gradient(0deg, #FFFFFF 4%, transparent 100%);
	}
	
}

@media (max-width: 575px){
	.acctitre{
		font-size:34px;
	}
	.spanacctitre{
		font-size:23px;
		text-shadow:0px 0px 0px #B7D6A3;
	}
	.accsoustitre{
		top:-10px;
		font-size:17px;
		font-weight:400;
		color:rgba(0,0,0,0.33)!important;
	}
	.tit2{
		font-size:42px;
		line-height:44px;
		top:20px;
		left:0px;
	}
	.stit2{
		font-size:27px;
		top:27px;
		left:0px;
	}
	.surtit{
		font-size:18px;
		top:23px;
	}
	.spamtit2{
		font-size:23px;
		top:0px;
		color:#FFC201!important;
		text-shadow:1.97px 0.35px 3px #3F3F3F;
	}
	.icon2{
		top:0px;
		font-size:35px;
	}
	.ajustrangee{
		position:absolute;
		left:12px;
		top:1px;
	}
	.tittxtbl{
		font-size:23px;
		line-height:25px;
		top:0px;
	}
	.titdanstit{
		font-size:37px;
		line-height:36px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.colimg{
		top:100px;
		left:-17px;
		margin-left:35px;
	}
	.footer-link{
		text-align:center;
	}
	.tailldivcorse{
		width:82%;
	}
	.corse{
		right:-7px;
		top:10px;
	}
	.txtpresent{
		font-size:20px;
		text-align:left;
	}
	.boutacc{
		font-size:20px;
		margin-left:14px;
		width:187px;
		height:50px;
		margin-right:14px;
		left:0px;
		top:7px;
		padding-top:8px;
	}
	.txtcitation{
		font-size:27px;
		text-align:left;
	}
	.spansign{
		font-size:27px;
	}
	.jutifcopyright{
		font-size:15px;
	}
	.boutacc:hover{
		font-size:20px;
	}
	.titpresent{
		font-size:37px;
		word-spacing:-3px;
		font-family:"Roboto-Bold";
		color:#FFFFFD!important;
		line-height:40px;
	}
	.titmodal{
		font-size:17px;
		line-height:24px;
	}
	.txtmail{
		font-size:14px;
	}
	.captcha{
		position:relative;
		left:-40px;
	}
	.icon{
		top:0px;
		left:0px;
	}
	.titacc{
		position:relative;
		line-height:33px;
		font-size:30px;
	}
	.stitaccservice{
		padding-right:0px;
		padding-left:0px;
		font-size:22px;
	}
	.stitacc{
		font-size:21px;
		padding-right:0px;
		padding-left:0px;
		top:-50px;
	}
	.justifdivicon{
		top:-50px;
	}
	.justifdiviconservice{
		top:-50px;
	}
	.justifdiviconweb{
		top:-50px;
	}
	.titcook{
		font-size:38px;
		text-align:center;
		line-height:37px;
		font-weight:bold;
	}
	.degradcook{
		top:-70px;
		background:linear-gradient(0deg, #FFCE4E 0%, #FFFFFF 9%);
	}
	.degradpied{
		background:linear-gradient(0deg, #FFFFFF 92%, #FFCA3D     100%);
	}
	.stitcook{
		font-size:27px;
		font-weight:bold;
	}
	.img1{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.overlay-title{
		font-size:40px;
	}
	.overlay-desc{
		font-size:33px;
		line-height:37px;
	}
	.img2{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.img5{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.img3{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.img4{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.img6{
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.typo1{
		font-size:77px;
	}
	.typo{
		font-size:30px;
		padding-top:15px;
		margin-left:11px;
		margin-right:11px;
		padding-bottom:15px;
	}
	.typo3{
		font-size:28px;
		text-align:center;
		margin-top:32px;
		margin-bottom:20px;
		padding-right:42px;
		padding-left:42px;
	}
	.taillecol{
		padding-right:10px;
		padding-left:10px;
	}
	.txttaille{
		font-size:20px;
		font-weight:400;
		text-align:justify;
		line-height:27px;
	}
	.horaires{
		font-size:33px;
	}
	.sticky-nav.sticky{
		background-color:transparent;
	}
	.iphone-web{
		width:50px;
		min-width:50px;
		bottom:845px;
		left:-10px;
		z-index:11111;
		padding:5px 5px 5px 5px;
	}
	.bloc-divider-b-img-fill{
		height:75px;
	}
	.bloc-divider-t-fill{
		height:66px;
	}
	.custom-icon{
	}
	.ipad-web{
		left:177px;
		bottom:745px;
		width:100px;
		z-index:1111;
		padding:12px 12px 12px 12px;
	}
	.txthero{
		font-size:35px;
		color:#E00102!important;
	}
	.sthero{
		font-size:30px;
		color:#FFEB58!important;
	}
	.titcreaweb{
		text-align:center;
		padding-top:31px;
		z-index:111111;
	}
	.colmoove{
		height:582px;
		top:340px;
		width:148px;
		z-index:1;
	}
	.imac-web{
		position:relative;
		z-index:111;
	}
	.txtcreaweb{
		z-index:111111;
	}
	.iconacc{
		display:none;
		overflow:hidden;
	}
	.colweb{
		padding-bottom:7px;
		margin-bottom:15px;
	}
	.colweb1{
		margin-bottom:15px;
		padding-bottom:7px;
	}
	.imgweb{
		margin-bottom:28px;
		padding-bottom:0px;
	}
	.zonetxt{
		text-align:center;
		font-family:"Lato";
		font-weight:300;
	}
	.titreimgweb{
		font-size:45px;
		padding-top:99px;
	}
	.size100{
		padding-top:10px;
		margin-bottom:77px;
	}
	.titpied{
		font-size:30px;
	}
	.taillweb{
		height:500px;
	}
	.fixwaves{
		top:60px;
	}
	.coulrow3{
		height:570px;
	}
	.coulrow1{
		height:570px;
	}
	.coulrow2{
		height:620px;
	}
	.hidnav{
		background-color:#FFFFFF;
	}
	.corse2{
		padding-top:4px;
		width:50px;
		max-width:53px;
	}
	.entete-row{
		margin-top:-10px;
	}
	.txtcook{
		font-size:18px;
	}
	.iconcook{
		font-size:20px;
		bottom:2px;
	}
	.titform{
		font-size:31px;
		font-weight:500;
		padding-top:0px;
		padding-right:0px;
		padding-left:0px;
	}
	.nav-tabs{
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.tit-tabform-2l{
		font-size:10px;
	}
	.tit-tabform{
		font-size:10px;
	}
	.txt-tabform-2l{
		font-size:9px;
	}
	.txt-tabform{
		font-size:9px;
	}
	.txt-details{
		font-size:9px;
	}
	.span-tab{
		font-size:7px;
	}
	.txtexpliq{
		font-size:9px;
		line-height:11px;
		text-align:left;
	}
	.logo-tab-word{
		width:50px;
		height:50px;
	}
	.coltab-d{
		padding:0px 0px 0px 0px;
	}
	.txt-tit{
		font-size:12px;
		padding-top:7px;
	}
	.coulr1{
		height:50px;
	}
	.txt-cel-2l{
		font-size:10px;
	}
	.txt-cellule{
		font-size:11px;
		padding-top:12px;
	}
	.txt-cel-3l{
		font-size:9px;
		padding-top:3px;
	}
	.txt-cel-4l{
		font-size:9px;
	}
	.tailleligne{
		height:60px;
	}
	.img7{
		margin-right:0px;
		margin-left:0px;
	}
	.tit-carrousel{
		padding-right:10px;
		padding-left:10px;
		font-size:31px;
	}
	.tit-tarifs{
		font-size:21px;
		position:relative;
		top:-4px;
	}
	.txt-price{
		font-size:12px;
		margin-bottom:-40px;
	}
	.col-price{
		height:75px;
		padding:5px 5px 5px 5px;
	}
	.diviseur{
		top:14px;
		left:70px;
		width:117px;
	}
	.spanprice{
		left:120px;
	}
	.diviseur2{
		left:102px;
		top:15px;
		width:117px;
	}
	.spanprice2{
		left:122px;
	}
	.diviseur3{
		top:15px;
		left:71px;
		width:149px;
		border-width:1px 1px 1px 1px;
	}
	.spanprice3{
		left:152px;
	}
	.traitcoltit{
		height:63px;
		margin-top:0px;
		background-color:#FFC201;
		color:#191919!important;
	}
	.spannote{
		font-size:8px;
		top:-4px;
	}
	.diviseur6{
		top:15px;
		left:147px;
		width:83px;
	}
	.diviseur5{
		top:15px;
		left:162px;
		width:29px;
	}
	.diviseur4{
		width:18px;
		top:15px;
		left:173px;
	}
	.spanprice6{
		left:85px;
	}
	.spanprice5{
		left:31px;
	}
	.spanprice4{
		left:3px;
	}
	.col-price2{
		height:75px;
		padding:5px 5px 5px 5px;
	}
	.col-d{
		width:auto;
	}
	.col-m{
		width:auto;
	}
	.col-f{
		width:auto;
	}
	.coulr2{
		height:50px;
	}
	.ajustlogo2{
		top:35px;
	}
	.coulr7{
		background-color:#38608D;
		height:50px;
	}
	.coulr3{
		height:50px;
	}
	.coulr4{
		height:50px;
	}
	.coulr6{
		height:50px;
	}
	.coulr5{
		height:50px;
	}
	.bloc-divider-t-bloc-img-fill{
		height:307px;
		background:linear-gradient(0deg, #C2D2EF 0%, transparent  100%);
	}
	.bordures2{
		border-width:10px 10px 10px 10px;
	}
	.bordures{
		border-width:10px 10px 10px 10px;
	}
	.ecaptcha{
		right:48px;
	}
	.widgetlegal{
		padding:6px 6px 1px 6px;
	}
	.titimg{
		font-size:27px;
		margin-top:0px;
		position:relative;
		top:-17px;
	}
	.rembour{
		padding-bottom:37px;
	}
	.filet{
		height:24px;
		background-color:#C6AA5C;
		top:-10px;
	}
	.titimg1{
		font-size:33px;
		margin-top:0px;
		padding-right:0px;
		padding-left:0px;
		top:0px;
	}
	.video{
		filter:blur(1px);
		margin-bottom:100px;
	}
	.bloc-divider-b-bloc-degrade-style{
		height:53px;
	}
	.block-z-index{
	}
	.z-index{
	}
	.zindex{
	}
	.bloc-divider-b-bloc-img-style{
		height:80px;
	}
	.divhaut{
		height:480px;
	}
	
}

