﻿
/* CONTENT BODY SETTINGS - DON'T TOUCH ! */

html,body{
	height: 100%; /** Adaptative screen **/
	margin:0;padding:0;
}

/* HEADER / BODY */

.blank{
	position:relative; /** Div for the transition when your leave the url - fade out/in white color **/
	width:100%;
	height:100%;
	z-index:50;
	background-color:#FFF;
}


#A0{
	background: url(../IMG/bg.jpg)  50% 50% no-repeat; /** Background image - change it here !**/
	position:absolute;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:1;
	text-align: center;
}

#A0 img {
	max-height: 300px;
}

#A1-main{
	position:relative; /** Main div to adapt all the element to the body**/
	width:100%;
	z-index:1;
}


#A1{
	position:relative; /** Sub div to adapt the background for the body**/
	width:100%;
	height: 400px;
	z-index:1;
}


#A0-2{
	background-color:#101613; /** Transparent background across the background **/
	opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:2;
}

.listCat{
	background-color: #eaeaea;
	z-index: 5;
}

.titre{
	color: white;
	text-align: center;
	border-bottom: 5px solid white;
	margin-top: 0px;
	background-color: orange;
}

#Camera,
#GPS,
#Video,
#Securite,
#Transmition,
#Enregistrement{
	background-color: #c0c0c0;
	width: 100%;
	border: 5px solid white;
	margin-bottom: 5px;
	margin-top: 15px;
}

#Enregistrement{
	margin-bottom: 90px;
	background-image: url(../IMG/icon/inv.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 35% auto;
}

#Securite{
	margin-top: 0px;
	background-image: url(../IMG/icon/sec.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 50% auto;
}

#Transmition{
	margin-top: -70px;
	background-image: url(../IMG/icon/com.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 25% auto;
	margin-bottom: 15px;
}

#Camera{
	background-image: url(../IMG/icon/sur.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 50% auto;

}

#GPS{
	background-image: url(../IMG/icon/GPS.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 20% auto;
}

#Video{
	background-image: url(../IMG/icon/vid.png);
	background-repeat : no-repeat;
	background-position: right bottom;
	background-size: 30% auto;
}

.lien_acceuilPosition{
	z-index: 999;
}

a:link,
a:visited, 
a:hover, 
a:active {
	color: #000;
	text-decoration: none!important;
}

.ListeCategorie li{
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../IMG/puce.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: 8px 3px; /* on positionne où l'on veut */
    background-size: 15px;
    padding-left: 50px; /* pour éviter la superposition du contenu */
}

.ListeCategorie li:hover{
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../IMG/puce-hover.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: 20px 3px; /* on positionne où l'on veut */
    background-size: 15px;
    padding-left: 50px; /* pour éviter la superposition du contenu */
    color: black;
}


#trame{
	background-image: url(IMG/trame.svg); /** Pattern - overlay **/
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:3;
	opacity:0.8;
}

#wrapper-head{
	position:absolute; /** Main div for the title, arrow icon and button learn more **/
	height:100%;
	width:100%;
	z-index:5;
	opacity:0;
	top:0;
}

#title{
	position:absolute;
	z-index:4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:24px;
	line-height:130%;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	width:50%;
	margin-left:25%;
	height:100%;
	top:50%;
}

#wrapper-logo{
	position:absolute;
	width:169px;
	height:45px;
	margin-left:-500px;
	left:50%;
	top:50px;
	z-index:11;
	overflow: hidden;
	opacity:0;
}

#logo{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-repeat:no-repeat;
	cursor:pointer;
}

#wrapper-plus{
	background-image: url(IMG/plus.svg);
	background-repeat:no-repeat;
	position:absolute;
	width:32px;
	height:32px;
	left:50%;
	margin-left:450px;
	z-index:5;
	top:60px;
	cursor:pointer;
	opacity:0;
}

#fleche1{
	position:absolute;
	background-image: url(IMG/ancre.svg);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	top:90%;
	left:50%;
	margin-left:-20px;
	z-index:4;
	cursor:pointer;
}

#wrapper-learnmore{
	position:absolute;
	width:140px;
	height:45px;
	left:40%;
	margin-left:-70px;
	top:75%;
	opacity:1;
	z-index:4;
	cursor:pointer;
}

.bouton-learnmore{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	opacity:1;
	top:0;
	background-color: grey;
	border: solid 2px orange;
	border-radius:10px;
}

.text-learnmore img,
.text-learnmore2 img{
	width: 30px;
	margin-right: 20px;
}

.text-learnmore{
	position:absolute;
	z-index:1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	line-height:40px;
	height:45px;
	color:#FFF;
	width:80%;
	margin-left:10%;
}

#wrapper-learnmore2{
	position:absolute;
	width:140px;
	height:45px;
	left:60%;
	margin-left:-70px;
	top:75%;
	opacity:1;
	z-index:4;
	cursor:pointer;
}

.bouton-learnmore2{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	opacity:1;
	top:0;
	background-color: grey;
	border: solid 2px orange;
	border-radius:10px;
}

.text-learnmore2{
	position:absolute;
	z-index:1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	line-height:40px;
	height:45px;
	color:#FFF;
	width:80%;
	margin-left:10%;
}

/* TAB MENU / HEADER */

#main-wrapper-menu{
	position:relative;
	width:100%;
	height:0;
	z-index:10;
	background-color:#FFF;
}

#wrapper-menu{
	position:absolute;
	height:auto;
	width:100%;
	left:50%;
	margin-left:-50%;
	top:50%;
	margin-top:-20%;
	
}


.recent-post{
	position:relative;
	width:100%;
	height:auto;
	z-index:1;
	display:none;	
}

#recent-post-title,#recent-post-1,#recent-post-2,#recent-post-3,#recent-post-4{
	position:relative;
	width:70%;
	left:50%;
	margin-left:-35%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:17px;
	line-height:150%;
	color:#666;
	font-family: 'open_sanssemibold';
	letter-spacing:-1px;
	padding-bottom:10px;
	height:auto;
}

.category-post{
	position:relative;
	width:100%;
	height:auto;
	z-index:1;
	padding-top:15px;
	display:none;
}

#category-post-title,#category-post-1,#category-post-2,#category-post-3{
	position:relative;
	width:70%;
	left:50%;
	margin-left:-35%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:17px;
	line-height:150%;
	color:#666;
	font-family: 'Lato', sans-serif;
	letter-spacing:-1px;
	padding-bottom:10px;
	height:auto;
}

#line-category-post{
	position:relative;
	width:75px;
	height:1px;
	background-color:#CCC;
	left:50%;
	margin-left:-37.5px;
	margin-bottom:15px;
}

#wrapper-cross{
	background-image: url(IMG/cross.svg);
	background-repeat:no-repeat;
	position:absolute;
	width:32px;
	height:32px;
	left:50%;
	margin-left:450px;
	z-index:11;
	bottom:10%;
	cursor:pointer;
	opacity:1;
}

/* PART 2 - TITLE */

#A2{
	position:relative;
	width:100%;
	z-index:1;
	background-color: grey;
	font-size: 15px;
    padding: 10px 0 10px 0;
}

#text-2{
	position:relative;
	background-color:transparent;
	width:100%;
	z-index:3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	color: white;
}

/* PART 3 PORTFOLIO ARTICLES 3 GRID LEFT/RIGHT/MID */


#wrapper-A3{
	position:relative;
	width:1000px;
	z-index:1;
	left:50%;
	margin-left:-500px;
	height:auto;
	padding-top:50px;
	overflow:hidden;
}

#A3-right,#A3-left,#A3-middle{
	background-color:#FFF;
	float:left;    
	width:30%;
	height:auto;
	z-index:1;
}

#A3-right{margin-right:0;}
#A3-left{padding-right:5%;}
#A3-middle{left:35%;padding-right:5%;}

.calage
{
	clear: both;
	height: 50px;
	width: 100%;
}

/* ARTICLES 1-9 EXAMPLE */

#wrapper-post1,#wrapper-post4,#wrapper-post7{
	position:relative;
	width:100%;
	height:auto;

}

#wrapper-A3-left-date-1,#wrapper-A3-left-date-2,#wrapper-A3-left-date-3,#wrapper-A3-middle-date-4,#wrapper-A3-middle-date-5,#wrapper-A3-middle-date-6,#wrapper-A3-right-date-7,#wrapper-A3-right-date-8,#wrapper-A3-right-date-9{
	position:relative;
	width:100%;
	height:40px;
	z-index:1;
	top:15px;
	left:0;
}

#A3-left-date-1,#A3-left-date-2,#A3-left-date-3,#A3-middle-date-4,#A3-middle-date-5,#A3-middle-date-6,#A3-right-date-7,#A3-right-date-8,#A3-right-date-9{
	position:absolute;
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:15px;
	line-height:160%;
	color:#C6C6C6;
	font-family: 'Lato', sans-serif;
	margin-left:35px;
}

#A3-left-icone-1,#A3-left-icone-2,#A3-left-icone-3,#A3-middle-icone-4,#A3-middle-icone-5,#A3-middle-icone-6,#A3-right-icone-7,#A3-right-icone-8,#A3-right-icone-9{
	position:absolute;
	background-image: url(IMG/icone1.svg);
	background-repeat:no-repeat;
	width:27px;
	height:18px;
	left:0;
	top:3px;

}


#A3-left-title-1,#A3-left-title-2,#A3-left-title-3,#A3-middle-title-4,#A3-middle-title-5,#A3-middle-title-6,#A3-right-title-7,#A3-right-title-8,#A3-right-title-9{
	position:relative;
	width:95%;
	left:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:21px;
	line-height:160%;
	color:#444549;
	font-family: 'Lato', sans-serif;
	top:15px;
	letter-spacing:-1px;
}

#A3-left-text-1,#A3-left-text-2,#A3-left-text-3,#A3-middle-text-4,#A3-middle-text-5,#A3-middle-text-6,#A3-right-text-7,#A3-right-text-8,#A3-right-text-9{
	position:relative;
	width:95%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:16px;
	line-height:140%;
	left:0;
	color:#9C9C9C;
	font-family: 'Lato', sans-serif;
	top:35px;
}

#wrapper-post2,#wrapper-post3,#wrapper-post5,#wrapper-post6,#wrapper-post8,#wrapper-post9{
	position:relative;
	width:100%;
	height:auto;
	margin-top:100px;

}

#A3-left-image-2,#A3-left-image-3,#A3-middle-image-4,#A3-middle-image-5,#A3-middle-image-6,#A3-right-image-8,#A3-right-image-9{
	position:relative;
	width:100%;
	z-index:1;
	top:0;
	left:0;
	overflow:hidden;
}

#A3-left-image-2 img,#A3-left-image-3 img,#A3-middle-image-4 img,#A3-middle-image-5 img,#A3-middle-image-6 img,#A3-right-image-8 img,#A3-right-image-9 img{
	width:100%;
}

/* ARTICLES FOR THE VIDEO - EXTENDED DIV NECESSARY TO WATCH THE VIDEO*/

iframe {
	width:100%;
	height:auto;
}

.video-container-1,.video-container-6,.video-container-7 {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	top:0;
	left:0;
}

.video-container-1 iframe,.video-container-6 iframe,.video-container-7 iframe,.video-container-1 object,.video-container-6 object,.video-container-7 object,.video-container-1 embed,.video-container-6 embed,.video-container-7 embed {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

/* PART 4 - BOUTON PAGE 1-4*/



#A4{
	position:relative;
	width:100%;
	height:200px;
	z-index:1;
	background-color:#FFF;
	
}

#wrapper-A4{
	position:absolute;
	width:300px;
	height:45px;
	margin-left:-150px;
	left:50%;
	top:50%;
	margin-top:-22.5px;
}

#page1{
	position:absolute;
	left:15%;
	border-radius:50%;
	height:35px;
	width:35px;
	background-color:transparent;/*add a background color*/
	border:solid 4px #444549;/*add a color border*/
	cursor:pointer;
	z-index:1;
	
}

#text-page1{
	position:absolute;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:15px;
	height:35px;
	top:0;
	left:0;
	line-height:35px;
	color:#444549;
	text-align:center;
	width:100%;
	z-index:2;
}

#text-page2,#text-page3,#text-page4{
	position:absolute;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:15px;
	height:350px;
	top:0;
	left:0;
	line-height:35px;
	color:#FFF;
	text-align:center;
	width:100%;
	z-index:2;
}

#main-page2,#main-page3,#main-page4{
	position:absolute;
	width:35px;
	height:35px;
	top:0;
}

#main-page2{left:38.5%;margin-left:-11.7px;}
#main-page3{right:38.5%;margin-right:-11.7px;}
#main-page4{right:15%;}

#page2,#page3,#page4{
	position:absolute;
	left:0;
	border-radius:50%;
	height:35px;
	width:35px;
	background-color:#9C9C9C;
	cursor:pointer;
	border:solid 4px #9C9C9C;
}

/* PART 5 - MENU WITH SHORTCUTS*/

#A5{
	position:relative;
	width:100%;
	z-index:1;
	height:auto;
	padding-top:50px;
	background-color:#31323a;
}

#wrapper-A5{
	position:relative;
	width:1000px;
	z-index:1;
	left:50%;
	margin-left:-500px;
	height:auto;
	padding-top:20px;
}

#A5-left,#A5-middle,#A5-right{
	float:left;    
	width:30%;
	height:auto;
	z-index:1;
}

#A5-left,#A5-middle{padding-right:5%;}
#A5-middle{left:35%;}
#A5-right {margin-right:0;}

.A5-calage{clear:both;height:50px;width:100%;}

#wrapper-part-left,#wrapper-part-mid,#wrapper-part-right{
	position:relative;
	width:100%;
	height:auto;
}

#left-line-post,#mid-line-post,#right-line-post{
	position:relative;
	background-color:#1E1F26;
	width:33%;
	left:0;
	height:1px;
}

#left-line2-post,#mid-line2-post,#right-line2-post{
	position:relative;
	background-color:#545559;
	width:33%;
	left:0;
	height:1px;
}

#left-text-post,#mid-text-post,#right-text-post{
	position:relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:17px;
	color:#FFF;
	font-family: 'open_sansregular';
	left:0;
	width:250px;
	top:0;
	line-height:130%;
	z-index:5;
	padding-bottom:20px;
}

#left-text-post-1,#mid-text-post-1,#right-text-post-1{
	position:relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:16px;
	color:#CCC;
	font-family: 'open_sansregular';
	left:0;
	width:100%;
	top:0;
	z-index:5;
	line-height:130%;
	letter-spacing:-0.5px;
	padding-top:20px;
}

#left-text-post-4,#mid-text-post-4,#right-text-post-4{
	padding-bottom:50px;
}

#left-text-post-2,#left-text-post-3,#mid-text-post-2,#mid-text-post-3,#right-text-post-2,#right-text-post-3,#left-text-post-4,#mid-text-post-4,#right-text-post-4{
	position:relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:16px;
	color:#CCC;
	font-family: 'Lato', sans-serif;
	left:0;
	width:100%;
	top:0;
	z-index:5;
	line-height:130%;
	letter-spacing:-0.5px;
	padding-top:15px;
}

/* PART 5 BIS - RELATED BLOG NUMBERS */

#A5b{
	position:relative;
	width:100%;
	z-index:1;
	height:auto;
	padding-top:50px;
	background-color:#444549;
}

#wrapper-A5b{
	position:relative;
	width:1000px;
	z-index:1;
	left:50%;
	margin-left:-500px;
	height:auto;
	padding-top:20px;
}

#A5b-left,#A5b-middle,#A5b-right{
	float:left;    
	width:30%;
	height:auto;
	z-index:1;
}

#A5b-left,#A5b-middle{padding-right:5%;}
#A5b-middle{left:35%;}
#A5b-right {margin-right:0;}

.A5b-calage{clear:both;height:50px;width:100%;}

#wrapper-A5b-part-left,#wrapper-A5b-part-mid,#wrapper-A5b-part-right{
	position:relative;
	width:100%;
	height:auto;
}

#left-A5b-line-post,#mid-A5b-line-post,#right-A5b-line-post{
	position:relative;
	background-color:#1E1F26;
	width:100px;
	left:50%;
	height:1px;
}
#left-A5b-line-post,#left-A5b-line2-post,#left-A5b-text-post,#left-A5b-text-post-1{margin-left:-125px;}
#mid-A5b-line-post,#mid-A5b-line2-post,#mid-A5b-text-post,#mid-A5b-text-post-1{margin-left:-50px;}
#right-A5b-line-post,#right-A5b-line2-post,#right-A5b-text-post,#right-A5b-text-post-1{margin-left:25px;}


#left-A5b-line2-post,#mid-A5b-line2-post,#right-A5b-line2-post{
	position:relative;
	background-color:#545559;
	width:100px;
	left:50%;
	height:1px;
}

#left-A5b-text-post,#mid-A5b-text-post,#right-A5b-text-post{
	position:relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:40px;
	color:#CCC;
	font-family: 'Lato', sans-serif;
	left:50%;
	width:100px;
	top:0;
	line-height:130%;
	z-index:5;
	padding-bottom:20px;
}

#left-A5b-text-post-1,#mid-A5b-text-post-1,#right-A5b-text-post-1{
	position:relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:16px;
	color:#9B9DA3;
	font-family: 'Lato', sans-serif;
	left:50%;
	width:100px;
	top:0;
	z-index:5;
	line-height:130%;
	letter-spacing:-0.5px;
	padding-top:20px;
	padding-bottom:20px;
}


/* PART 6 - SOCIAL LINKS*/

#A6{
	position:relative;
	height:275px;
	width:100%;
	z-index:1;
	background-color:#FFF;
}

#wrapper-social{
	position:absolute;
	width:300px;
	left:50%;
	margin-left:-150px;
	top:125px;
	z-index:5;
	height:50px;
}


#main-behance,#main-dribbble,#main-facebook,#main-google,#main-linked{
	position:absolute;
	top:0;
	height:100%;
	width:18%;
	cursor: pointer;
}

#main-behance{left:1%;}
#main-dribbble{left:21%;}
#main-facebook{left:41%;}
#main-google{left:61%;}
#main-linked{left:81%;}

#behance,#dribbble,#facebook,#google,#linked{
	font-family: 'Lato', sans-serif;
	position:absolute;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:left;
	font-size:35px;
	cursor:pointer;
	color:#66676D;
	left:50%;
	top:50%;
	margin-top:-25%;
}

#cadre-behance,#cadre-dribbble,#cadre-facebook,#cadre-google,#cadre-linked{
	position:absolute;
	background-color:transparent;
	height:90%;
	width:90%;
	left:0;
	top:0;
	border-radius:5%;
	margin-left:5%;
}

#dribbble{margin-left:-12px;}
#facebook{margin-left:-8.5px;}
#google{margin-left:-8px;}
#linked{margin-left:-10px;}
#behance{margin-left:-15px;}

/* PART 7 - FOOTER - COPYRIGHT*/

#A7{
	position:relative;
	background-color:#FFF;
	height:60px;
	width:100%;
	top:0;
	z-index:1;
}

#wrapper-A7{
	position:relative;
	height:100%;
	width:100%;
	top:0;
	z-index:1;
}

#line-A7{
	position:absolute;
	height:1px;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0;
	z-index:1;
	background-color:#444549;
	opacity:0.2;
}

#copyright{
	position:absolute;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	font-size:13px;
	height:60px;
	line-height:60px;
	color:#9B9DA3;
	z-index:2;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing:-1px;
}

/* RESPONSIVE DESIGN ! IMPORTANT DONT TOUCH IT */

/* X-LARGE */
@media (max-width: 1500px) {
	#wrapper-menu{
		margin-top:-17.5%;
	}
}

/* VERY LARGE SCREEN */
@media (max-width: 1280px) {
	#wrapper-menu{
		margin-top:-20%;
	}
}

/* PERSONNAL RESPONSIVE DESIGN FOR COMPUTER SMALL SCREEN, MEDIA SCREEN AND IPAD HORIZONTAL*/
@media (max-width: 1080px) {
	#wrapper-logo{
		margin-left:-420px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:370px;
	}
	#wrapper-A5,#line-A7,#wrapper-A5b{
		width:900px;
		margin-left:-450px;
	}

	#A0 img {
		width: 100%;
    	height: 100%;
    	max-height: 900%;
	}

}

/*HYBRID*/
@media (max-width: 1000px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b,#line-A7{
		width:700px;
		margin-left:-350px;
	}
	#wrapper-logo{
		margin-left:-320px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:270px;
	}
}

@media (max-width: 991px) {
	#Enregistrement{
		background-size: 15% auto;
	}

	#Securite{
		background-size: 25% auto;
	}

	#Transmition{
		background-size: 15% auto;
	}

	#Camera{
		background-size: 20% auto;
	}

	#GPS{
		background-size: 14% auto;
	}

	#Video{
		background-size: 15% auto;
	}
}

/*FOR VERTICAL IPAD NATIVE 801px INCLUDING THE NEW TABLETS HYBRID*/
@media (max-width: 801px) {
	/*
	#wrapper-learnmore{
		left: 50%;
	}
	#wrapper-learnmore2{
		left: 50%;
		top: 80%;
	}*/
	#wrapper-A3,#wrapper-A5,#wrapper-A5b,#line-A7{
		width:580px;
		margin-left:-290px;
	}
	#wrapper-logo{
		margin-left:-260px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:210px;
	}
	#A3-left,#A3-middle,#A3-right,#A5-left,#A5-middle,#A5-right,#A5b-left,#A5b-middle,#A5b-right{
		float:none;
		position:relative;
		width:100%;
		height:auto;
		left:0;
		padding-right:none;
		padding-top:50px;
		padding-bottom:50px;
	}
	#left-text-post,#mid-text-post,#right-text-post,#left-text-post-2,#left-text-post-3,#mid-text-post-2,#mid-text-post-3,#right-text-post-2,#right-text-post-3,#left-text-post-4,#mid-text-post-4,#right-text-post-4,#left-text-post-1,#mid-text-post-1,#right-text-post-1{
		text-align:center;
	}
	#left-text-post,#mid-text-post,#right-text-post{
		width:100%;
	}
	#left-line-post,#mid-line-post,#right-line-post{
		width:33%;
		left:50%;
		margin-left:-16.6%;
	}
	#left-line2-post,#mid-line2-post,#right-line2-post{
		width:33%;
		left:50%;
		margin-left:-16.6%;
	}
	#left-A5b-line-post,#left-A5b-line2-post,#left-A5b-text-post,#left-A5b-text-post-1,#right-A5b-line-post,#right-A5b-line2-post,#right-A5b-text-post,#right-A5b-text-post-1{
		margin-left:-50px;
	}
	#title{
		font-size:22px;
		line-height:130%;
		width:60%;
		margin-left:20%;
		top:40%;
	}
	#wrapper-menu{
		margin-top:-25%;
	}
}

@media (max-width: 768px){
	
	#A0 img {
	    width: 100%;
	    height: auto;
	}

	#wrapper-learnmore {
		left: 50%;
		top: 70%;
	}

	#wrapper-learnmore2 {
		left: 50%;
		top: 85%;
	}

}

    


/* MQUERIES FOR SMARTPHONE VERY LARGE & E-READERS */
@media (max-width: 640px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b,#line-A7{
		width:460px;
		margin-left:-230px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:150px;
	}
	#A5b-left,#A5b-middle,#A5-left,#A5-middle,#A3-left,#A3-middle{
		padding-right:0;
	}
	#A7{
		display:none;
	}
	#text-2{
		font-size:20px;
		width:80%;
		margin-left:10%;
		left:0%;
	}
	#wrapper-logo{
		margin-left:-195px;
	}
	#wrapper-menu{
		margin-top:-30%;
	}

}

/* MQUERIES FOR NEW SMARTPHONE HYBRID AND SMALL TABLET BY HEIGHT */
@media (max-height: 600px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b,#line-A7{
		width:400px;
		margin-left:-200px;
	}
	#wrapper-logo{
		margin-left:-195px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:145px;
	}
	#wrapper-menu{
		margin-top:-35%;
	}
}


/* MQUERIES FOR SMARTPHONE LARGE & IPHONE 4 HORIZONTAL */
@media (max-width: 480px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b{
		width:400px;
		margin-left:-200px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:145px;
	}
	#A7{
		display:none;
	}
	#text-2{
		font-size:20px;
	}
	#wrapper-logo{
		margin-left:-185px;
	}
	#wrapper-menu{
		margin-top:-35%;
	}
}

/* MQUERIES FOR SMARTPHONE LARGE & IPHONE 4 HORIZONTAL */
@media (max-width: 400px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b{
		width:300px;
		margin-left:-150px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:135px;
	}
	#wrapper-logo{
		margin-left:-175px;
	}
	#wrapper-menu{
		margin-top:-40%;
	}
}

/* MQUERIES ADDITIONAL FOR SMARTPHONE IPHONE 3 & 4 VERTICAL POSITION BY HEIGHT*/
@media (max-width: 320px) {
	#wrapper-A3,#wrapper-A5,#wrapper-A5b{
		width:280px;
		margin-left:-140px;
	}
	#wrapper-plus,#wrapper-cross{
		margin-left:90px;
	}
	#wrapper-plus{
		top:40px;
	}
	#wrapper-social,#wrapper-A4{
		width:280px;
		margin-left:-140px;
	}
	#wrapper-logo{
		margin-left:-135px;
		top:30px;
	}
	#wrapper-menu{
		margin-top:-45%;
	}
	#recent-post-title,#recent-post-1,#recent-post-2,#recent-post-3,#recent-post-4{
		line-height:115%;
	}
	#category-post-title,#category-post-1,#category-post-2,#category-post-3{
		line-height:115%;
	}
}

/* MEDIA QUERIES FOR HYBRID MOBILE*/
@media (max-height: 650px) {
	#title{
		font-size:19px;
		line-height:130%;
		width:60%;
		margin-left:20%;
		top:34%;
	}
	#wrapper-learnmore{
		top:65%;
	}
	#fleche1{
		display:none;
	}
	#wrapper-menu{
		margin-top:-47.5%;
	}

}

/* MEDIA QUERIES FOR IPHONE 5 VERTICAL AND OLD VERSION*/
@media (max-height: 568px) {
	#title{
		font-size:17px;
		line-height:130%;
		width:60%;
		margin-left:20%;
		top:37%;
	}
}

/* MQUERIES ADDITIONAL FOR SMARTPHONE IPHONE 3 & 4 HORIZONTAL POSITIONBY HEIGHT*/
@media (max-height: 330px) {
	#wrapper-logo{
		top:30px;
		margin-left:-84.5px;
	}
	#wrapper-plus,#wrapper-cross{
		display:none;
	}
	#main-wrapper-menu{
		display:none;
	}
}