@media screen and (max-width: 1420px) {

/* Home - Présentation
--------------------------------------------------*/
div#home-presentation div.col50{
	display: block;
	width: 100%;
}
div#home-presentation div.col50:last-child{
	padding-left: 0px;
}
div#home-presentation div.col50:last-child h2{
	text-align: center;
	padding-top: 30px;
}
div#home-presentation div.col50 h1{
	text-align: center;
}
div#home-presentation div.col50.txt{
	text-align: center;
}

/* Home - Services
--------------------------------------------------*/
div#home-services div.col50{
	display: block;
	width: 100%;
}
div#home-services div.col50:last-child{
	min-height: 900px;
}
div#home-services div.col50 h2{
	text-align: center;
}

}

@media screen and (max-width: 1100px) {

/* Menu
--------------------------------------------------*/
div#menu-icon{
	display: block;
	position: absolute;
	z-index: 9999999;
    width: 30px;
    height: 28px;
    top: 70px;
    right: 90px;
	left: auto;
	cursor: pointer; 
}
div#menu-icon.open{
	position: fixed;
}
#menu-icon span:nth-child(1) {
    top: 5px;
}
#menu-icon span:nth-child(2) {
    top: 13px;
}
#menu-icon span:nth-child(3) {
    top: 21px;
}
#menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
#menu-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
#menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
#menu-icon.open span:nth-child(3) {
	display: none;
}
div#header.home div#menu-icon span{
    background: #003c91;
}
div#header.home div#menu ul li a{
	color: #fff;
}
div#header.home #menu-icon.open span:nth-child(1),
div#header.home #menu-icon.open span:nth-child(2) {
	background: #fff;
}
div#menu{
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -100%;
	padding: 150px;
	background: rgb(0,0,0);
	/*background: linear-gradient(43deg,rgba(0,114,238,1) 5%, rgba(0,59,141,1) 40%, rgba(0,0,0,1) 80%);*/
	background: linear-gradient(-43deg,rgba(0,114,238,1) 5%, rgba(0,59,141,1) 40%, rgba(0,0,0,1) 80%);
	-webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
div#menu.active {
	right: 0;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
div#menu-wrap-resp{
	position: relative;
    display: table;
    height: 100%;
    margin: auto;
    overflow: auto;
    table-layout: fixed;
	width: 100%;
}
div#menu ul{
	display: table-cell;
	height: 100%;
    vertical-align: middle;
}
div#menu ul li{
	display: block;
	text-align: center;
}
div#menu ul li a{
	display: inline-block;
	padding: 15px 35px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
div#menu ul li a:hover::after,
div#menu ul li:hover a::after{
	width: 0;
}
div#menu ul li.current_page_item a::after,
div#menu ul li.current-menu-item a::after,
div#menu ul li.current-post-ancestor a::after,
div#menu ul li.current-category-ancestor a::after,
div#menu ul li.current-menu-parent a::after,
div#menu ul li.current-post-parent a::after{
	width: 100%;
}
div#logo.logoactive{
	position: fixed;
}

/* Home - Showreel
--------------------------------------------------*/
div#home-showreel h2{
	padding-top: 80px;
}

}

@media screen and (max-width: 900px) {


/* Gestion des padding
--------------------------------------------------*/
div#header{
	padding-left: 30px;
	padding-right: 30px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    top: 70px;
    right: 60px;
}
div#menu{
	padding: 100px;
	padding-top: 130px;
}

/* Home - Présentation
--------------------------------------------------*/
div#home-presentation div.col50:last-child h2{
	font-size: 50px;
}

/* Home - Showreel
--------------------------------------------------*/
div#home-showreel h2{
	font-size: 50px;
	padding-top: 50px;
}

/* Home - Services
--------------------------------------------------*/
div#home-services div.col50 h2{
	font-size: 40px;
}

/* Home - Réalisations
--------------------------------------------------*/
div#home-realisations h2{
	font-size: 45px;
	margin-top: 15px;
	margin-bottom: 25px;
}

/* Categorie - Réalisations
--------------------------------------------------*/
div.item-realisation{
	width: calc(100% / 2);
}

/* Page - Le Studio
--------------------------------------------------*/
div.item-equipe,
div.item-prestation{
	width: 100%;
	margin-bottom: 20px;
}
div#studio-materiel div.col{
	width: 100%;
	display: block;
}
div#studio-materiel div.col:first-child{
	padding-right: 0px;
}
div#studio-materiel div.col:last-child{
	padding-left: 0px;
}

}

@media screen and (max-width: 700px) {

/* Gestion des padding
--------------------------------------------------*/
div#header{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
div#etoiles{
	padding: 20px;
	padding-top: 50px;
}
div#home-presentation,
div#home-services div.col50:first-child,
div#prestation div.col50:first-child,
div#home-logo,
div#home-avis{
	padding: 35px;
	padding: 30px;
}
div#home-realisations{
	padding-top: 40px;
	padding-bottom: 40px;
}
div#page{
	padding-top: 160px;
	padding-bottom: 40px;
}
div.wrap{
	padding-left: 35px;
	padding-right: 35px;
	padding-left: 30px;
	padding-right: 30px;
}
.titre1,
.titre2{
	margin-bottom: 40px;
}
.pt{
	padding-top: 60px;
	padding-top: 50px;
}
.pb{
	padding-bottom: 60px;
	padding-bottom: 50px;
}
.pt2{
	padding-top: 30px;
	padding-top: 20px;
}
.pb2{
	padding-bottom: 30px;
	padding-bottom: 20px;
}

/* Header
--------------------------------------------------*/
div#header{
	height: 100px;
}
div#logo{
	width: 160px;
}


/* Content
--------------------------------------------------*/
.titre1{
	font-size: 40px;
}
.titre2{
	font-size: 40px;
	font-size: 30px;
}
div.content h2{
	font-size: 30px;
	font-size: 28px;
}
div.content h3{
	font-size: 25px;
}
div.content{
	word-break: break-word;
}
div#prestation h2{
	font-size: 40px;
	font-size: 30px;
}
.txt{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-size: 17px;
}
.display-resp{
	display: block;
}

/* Elements
--------------------------------------------------*/
hr.hr-titre{
	margin-top: 50px;
	margin-bottom: 70px;
}
hr.hr-titre2{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Parallax
--------------------------------------------------*/
.parallax {
	background-attachment: scroll;
}
div#home-video.parallax{
	/*background-image: url(../img/header-responsive.jpg);
	background-position: left !important;*/
}
div#studio-photo.parallax{
	background-image: url(../img/studio-camera-obscura-responsive.jpg);
}

/* Home - Présentation
--------------------------------------------------*/
div#home-presentation div.col50:last-child h2{
	font-size: 40px;
	font-size: 28px;
	padding-top: 15px;
}
div#home-presentation div.col50 h1{	
	display: none;
}
div.home-presentation-titre h1{
	font-weight: 400;
	line-height: 1.4;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

/* Home - Showreel
--------------------------------------------------*/
div#home-showreel{
	padding-bottom: 25px;
}
div#home-showreel h2{
	font-size: 40px;
	font-size: 28px;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* Home - Réalisations
--------------------------------------------------*/
div#home-realisations h2{
	font-size: 35px;
	font-size: 28px;
	margin-bottom: 15px;
}

/* Home - Services
--------------------------------------------------*/
div#home-services div.col50:last-child{
	min-height: 400px;
}
div#home-services div.col50 h2{
	font-size: 40px;
	font-size: 26px;
	text-align: left;
}
div#home-services div.col50:first-child{
	padding-bottom: 60px;
}
div#home-services div.txt{
	padding-top: 0px;
	padding-bottom: 40px;
}

/* Home - Avis
--------------------------------------------------*/
div.avis-item{
	padding: 30px;
}
div.avis-item div.avis-txt{
	font-size: 17px;
	line-height: 1.4;
}
div.avis-item div.avis-auteur{
	font-size: 17px;
}

/* Footer
--------------------------------------------------*/
div#footer{
	font-size: 25px;
	font-size: 19px;
}
div#logo-footer{
	width: 150px;
	margin-bottom: 30px;
}
div#coordonnees-footer{
	margin-bottom: 40px;
}
div#coordonnees-footer a{
	word-break: break-word;
	line-height: 1;
	margin-bottom: 10px;
}
div#social-footer ul li a{
	padding: 10px 10px;
}
div#copyright{
	padding-top: 40px;
	margin-top: 40px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    top: 35px;
    right: 30px;
}
div#menu{
	padding: 20px;
	padding-top: 150px;
}
div#menu ul li a{
	font-size: 35px;
	font-size: 28px;
}

/* Categorie - Réalisations
--------------------------------------------------*/
.titre-cat-realisations{
	margin-bottom: 50px !important;
}
ul.menu-realisations{
	margin-bottom: 30px;
}
ul.menu-realisations li a{
	padding: 10px 15px;
	margin: 0 5px;
	margin-bottom: 5px;
}	
div.item-realisation{
	width: 100%;
	margin-bottom: 0px;
}

/* Studio / Video
--------------------------------------------------*/
div#studio-video{
	margin-bottom: -15px;
}

/* Studio / Equipe
--------------------------------------------------*/
div.item-equipe-wrap{
	padding-top: 15px;
}

/* Studio / Matériel
--------------------------------------------------*/
div#studio-materiel{
	padding-bottom: 0px;
}

/* Page - Réalisations (Single)
--------------------------------------------------*/
div.wrap-bt-retour{
	margin-top: 50px;
}

/* Yarpp
--------------------------------------------------*/
div.yarpp{
	padding-top: 20px;
	margin-top: 60px;
}
div.yarpp h3{
	margin-bottom: 30px;
	margin-top: 20px;
}
a.yarpp-thumbnail{
	width: 100% !important;
	float: none;
}

}

@media screen and (max-height: 700px) and (max-width: 1000px) {

div#menu-wrap-resp{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow: auto;
}
div#menu ul{
	display: block;
	height: auto;
    vertical-align: middle;
}

}