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

/* Header
--------------------------------------------------*/
div#header{
	padding: 5px 80px;
}
div#menu ul li a{
	padding: 10px 35px;
}

/* Slider
--------------------------------------------------*/
div#slider{
	width: 100%;
	padding: 0 80px;
}

/* Présentation - Home Page
--------------------------------------------------*/
div#presentation-wrap{
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}
div#presentation div.col-left{
	padding: 0 80px;
}

/* Réalisations - Home Page
--------------------------------------------------*/
div#nos-realisations{
	padding-bottom: 80px;
}

/* Infos - Home Page
--------------------------------------------------*/
div#infos{
	padding-top: 80px;
	padding-bottom: 80px;
}

/* RGE - Home Page
--------------------------------------------------*/
div#rge{
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Contact
--------------------------------------------------*/
div#map-wrap{
	padding: 0 80px;
}
div#contact{
	padding: 80px;
}

/* Pages
--------------------------------------------------*/
div.wrap-page{
	padding: 0 80px;
	padding-bottom: 80px;
}

}

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

/* Header
--------------------------------------------------*/
div#top{
	padding: 5px 80px;
}
div#logo img{
	width: 510px;
	height: auto;
}
div#logo {
	width: 100%;
	float: none;
	text-align: center;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
	display: block;
	position: absolute;
	z-index: 9999999;
    width: 30px;
    height: 28px;
    top: 100px;
    right: 80px;
	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: #000;
    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;
	background-color: #fff;
}
#menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
	background-color: #fff;
}
#menu-icon.open span:nth-child(3) {
	display: none;
}
div#menu{
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -100%;
	padding: 30px;
	background: #2072b0;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
div#menu.active {
	right: 0;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
div#menu ul{
	float: none;
	padding-right: 100px;
}
div#menu ul li{
	float: none;
	border-right: none;
}
div#menu ul li.separation{
	display: none;
}
div#menu ul li a{
	padding: 15px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
div#menu ul li a:hover::after,
div#menu ul li:hover a::after,
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: 0;
}
div#menu ul li.current_page_item a{
	background: #175c8d;
}

/* Menu - Dropdown
---------------------------------------------------------------------*/
div#menu ul li ul {
	display: block;
	position: relative;
	width: 100%;
	padding: 0px 0;
	margin-left: 0;
	background: none;
	text-align: left;
}
div#menu ul li ul li a {
	display: block;	 
	padding: 15px;
	font-size: 20px;
}
div#menu ul li ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	padding-right: 5px;
	font-size: 18px;
    font-weight: 900;
}
div#menu ul li ul li a:hover{
	background: none;
}

div#menu ul li ul li.current_page_item a,
div#menu ul li ul li.current-menu-item a,
div#menu ul li ul li.current-post-ancestor a,
div#menu ul li ul li.current-category-ancestor a,
div#menu ul li ul li.current-menu-parent a,
div#menu ul li ul li.current-post-parent a {
	background: #175c8d;
}

/* Content
--------------------------------------------------*/
.wrap1300 {
	width: 100%;
}

/* Présentation - Home Page
--------------------------------------------------*/
div#presentation div.col-left{
	width: 100%;
	float: none;
	height: auto;
	position: relative;
	padding-bottom: 100px;
}
div#presentation div.col-right{
	width: 100%;
	height: auto;
	float: none;
	background: none;
}
img.photo-presentation{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer
--------------------------------------------------*/
div.col-footer:first-child {
	width: 100%;
	text-align: center;
	padding-right: 0 !important;
}
div.col-footer:nth-child(2) {
	width: 49%;
}
div.col-footer:nth-child(3) {
	width: 49%;
}

/* Pages
--------------------------------------------------*/
h1.titre-page{
	font-size: 28px;
}
div.wrap-page h2,
div.wrap-page h3{
	font-size: 26px;
}

}

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

/* Header
--------------------------------------------------*/
div#top{
	padding: 5px 40px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    right: 40px;
}

/* Slider
--------------------------------------------------*/
div#slider{
	padding: 0 40px;
}

/* Contact
--------------------------------------------------*/
div#map-wrap{
	padding: 0 40px;
}
div#contact{
	padding: 40px;
}

/* Présentation - Home Page
--------------------------------------------------*/
div#presentation-wrap{
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
}
div#presentation{
	margin-top: 0px;
	margin-bottom: 0px;
}
div#presentation div.col-left{
	padding: 0 40px;
	padding-bottom: 60px;
}

/* Réalisations - Home Page
--------------------------------------------------*/
div#nos-realisations{
	padding-bottom: 60px;
}
div.item-nos-realisations{
	display: block;
	width: 100%;
	max-width: 615px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
div.item-nos-realisations.item-menuiseries-exterieures,
div.item-nos-realisations.item-bardage-charpente,
div.item-nos-realisations.item-menuiseries-interieures{
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

/* Infos - Home Page
--------------------------------------------------*/
div#infos{
	padding: 60px;
}
div.item-infos{
	width: 49.5%;
	margin-bottom: 40px;
}
div.item-infos p{
	padding: 0px 60px;
}

/* RGE - Home Page
--------------------------------------------------*/
div#rge{
	padding-top: 40px;
	padding-bottom: 60px;
}
div.rge-logo{
	width: 100%;
	float: none;
	text-align: center;
	padding-right: 0px;
}
div.rge-infos{
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 0px;
	padding-top: 50px;
}
div.rge-infos p{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Contact - Home Page
--------------------------------------------------*/
div#contact-home{
	padding: 120px 50px;
}

/* Footer
--------------------------------------------------*/
div.col-footer div.col-picto,
div.col-footer div.col-infos{
	display: inline;
}
div.col-footer:nth-child(2),
div.col-footer:nth-child(3) {
	width: 100%;
	text-align: center;
	padding-right: 0;
}

/* Pages
--------------------------------------------------*/
div.wrap-page{
	padding: 0 40px;
	padding-bottom: 40px;
}

}

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

/* Header
--------------------------------------------------*/
div#top{
	display: none;
}
div#header{
	padding-top: 10px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    top: 65px;
}

/* Footer
--------------------------------------------------*/
div#footer {
	padding-left: 25px;
	padding-right: 25px;
}
div.col-footer:first-child p{
	padding: 0 50px;
}
#scrollUp{
	display: none;
	visibility: hidden;
}

/* Présentation - Home Page
--------------------------------------------------*/
div#presentation-wrap{
	padding-bottom: 0px;
}

}

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

/* Content
--------------------------------------------------*/
.titre1{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.titre2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}
a.bt, input.bt, .bt{
	padding: 8px 15px;
	font-size: 18px;
	line-height: 24px;
}

/* Header
--------------------------------------------------*/
div#header{
	padding: 20px 20px;
	position: relative;
}
div#logo {
	width: 450px;
	float: left;
	text-align: left;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    right: 20px;
	top: 70px;
}
div#menu ul{
	padding-right: 30px;
}

/* Slider
--------------------------------------------------*/
div#slider{
	padding: 0 20px;
}

/* Contact
--------------------------------------------------*/
div#map-wrap{
	padding: 0 20px;
}
div#contact{
	padding: 30px;
}

/* Présentation - Home Page
--------------------------------------------------*/
div#presentation-wrap{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
div#presentation h1 br {
	display: none;
}
div#presentation div.col-left{
	padding: 0 40px;
	padding-bottom: 40px;
}

/* Réalisations - Home Page
--------------------------------------------------*/
div#nos-realisations{
	padding-bottom: 20px;
}
div.item-nos-realisations{
	margin-bottom: 20px;
}

/* Infos - Home Page
--------------------------------------------------*/
div#infos{
	padding-top: 40px;
	padding-bottom: 40px;
}
div.item-infos{
	width: 100%;
	margin-bottom: 40px;
}
div.item-infos p{
	padding: 0px 40px;
}
div.item-infos div.item-infos-picto{
	width: 180px;
	height: 180px;
}

/* RGE - Home Page
--------------------------------------------------*/
div#rge{
	padding-top: 20px;
	padding-bottom: 20px;
}
div.rge-logo img{
	max-width: 300px;
	height: auto;
}

/* Contact - Home Page
--------------------------------------------------*/
div#contact-home{
	font-size: 25px;
	line-height: 35px;
}

/* Pages
--------------------------------------------------*/
div.wrap-page{
	padding: 0 20px;
	padding-bottom: 20px;
}
h1.titre-page{
	font-size: 24px;
}
div.wrap-page h2,
div.wrap-page h3{
	font-size: 22px;
}
div.wrap-page h2.titre2{
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}

}

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

/* Header
--------------------------------------------------*/
div#logo {
	width: 350px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
	top: 50px;
}

/* Contact
--------------------------------------------------*/
div#contact{
	font-size: 18px;
	line-height: 30px;
	padding: 30px 20px;

}

/* Pages
--------------------------------------------------*/
h1.titre-page{
	font-size: 22px;
	padding: 10px 20px;
}
div.wrap-page h2,
div.wrap-page h3{
	font-size: 20px;
}

}

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

/* Header
--------------------------------------------------*/
div#logo {
	width: 280px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
	top: 40px;
}

}