/* Feuille de style client */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Nunito:ital,wght@0,300;0,700;1,400&display=swap');
/* Couleur & Fonts */


a
{
	color:#c82227;
	font-weight: bold;
}

a:hover
{
	color:#000;
}


#rotator #rot_slide li:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;

	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(238,236,231,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(238,236,231,0.5)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(238,236,231,0.5) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(238,236,231,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(238,236,231,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(238,236,231,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeece7', GradientType=0 );
}

#top_page:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.photos-montage{
	position:relative;
}

.photos-montage .photo-left{
    max-width: 500px!important;
    overflow: hidden;
}

.photos-montage .photo-right{
    max-width: 400px!important;
    overflow: hidden;
    margin-top: -200px;
    position: absolute;
    right: 0;
}

.main-services h3 a{
	color:#fff;
}

.main-services h3{
    background: #000;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
	padding: 20px 6%;
	
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.main-services:hover h3{
	background: #c82227;
    color: #fff;
} 

.main-services .image_block{
	overflow:hidden;
}

.main-services .image_block img{
	transform: scale(1);
	-webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.main-services:hover .image_block img{
	transform: scale(1.1);
}

.bg-leafs-left{
	background-position: top left!important;
	background-size: inherit!important;
}

.bg-leafs-right{
	background-position: top right!important;
	background-size: inherit!important;
}

#bg-contact{
	background-size: inherit!important;
	background-position: center right!important;
}

#header.header3 #header_top_block,
#footer_content,
#copyright_content{
	max-width: none;
	padding-left:4%;
	padding-right:4%;
}

#page_content{
	max-width: none;
	padding-left:12%;
	padding-right:12%;
}

.boxed {
    max-width: 1200px;
}

#header.header3 #header_top{
	padding:0px;
}

.header3 .top_header_info{
	margin-bottom: 10px;
	margin-right:0px
}

.top_header_menu li{
	padding-right: 0px;
	padding-left: 0px;
}

.header3 #menu > li > a{
	padding: 43px 25px;
}

.header3 .header_phone{
	margin-right: 0px
}

#menu li:last-child a{
	padding-right: 0px;
}

.top_header_info #mail_ico{
	display:none;
}

#footer.footer1 .footer_cell1,
#footer.footer1 .footer_cell2,
#footer.footer1 .footer_cell3
{
	text-align: left;
	width: 22%;
    margin-right: 4%;
}

#footer.footer1 .footer_cell4{
	text-align: right;
	width: 22%;
}

#footer.footer1 .footer_info > div {
    padding-bottom: 4px;
}

#footer.footer1 .footer_info > div:nth-child(3n) {
    padding: 20px 0;
}

.shadow-box .container{
	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
	padding: 40px 4%;
	background: #fff;
}

.bg-red{
	background: #d02328; /* Old browsers */
	background: -moz-linear-gradient(left,  #d02328 0%, #991b1f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d02328 0%,#991b1f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d02328 0%,#991b1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02328', endColorstr='#991b1f',GradientType=1 ); /* IE6-9 */
}

#wrapper{
	line-height: 1.5em;
	padding-bottom:0px;
	padding-top:100px;
}

.center{
	text-align:center;
}

body
{
	color:#000;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

h1,h2,h3,h4,h5,h6
{
	color:#000;
	font-family: 'Nunito', sans-serif;
	text-transform: none!important;
	font-weight: 700;
	margin-bottom: 16px;
}

p
{
	color:#000;
}

.red{
	color:#c82227;
}

.white,
.white h1,
.white h2,
.white h3, 
.white h4, 
.white h5, 
.white h6
{
	color:#fff;
}


#footer
{
	color:#8e8e8e;
	font-size:16px;
}


#header_contact
{
	color:#FFF;
}

#header_phone
{
	font-size:20px;
	color:#fff;
}

#rot_content{
	max-height: 700px;
}

#rot_content #rotator_menu ul li
{
	background-color:#FFF;
}

#rot_content #rotator_menu ul li:hover,#rot_content #rotator_menu ul li.selected
{
	background-color:#3f7cb3;
}

#copyright_content
{
	color:#a2a2a2;
}

#copy_left
{
	color:#b0b0b0;
	font-size:12px;
	line-height: 1.6em!important;
}

#copy_right
{
	color:#fff;
	font-size:12px;
}

#page_content
{
	color:#000;
	font-size:20px;
}

#menu_contact
{
	color:#FFF;
	font-size:20px;
}

#menu_tel
{
	color:#b9af7e;
	font-size:20px;
}

#menu li a{
	color:#000;
}

#menu li
{
    color: #000;
    font-size: 19px;
    text-transform: none;
	font-family: 'Nunito', sans-serif;
}

#menu > li:hover > a,#menu > li.selected:hover > a,#menu > li.selected > a,#menu ul > li.selected > a
{
	color:#c82227 !important;
	//background-color:#0f81bf !important;
}

#menu ul li
{
	color:#e9eaeb;
	font-size:15px;
}

#menu ul li:hover > a,#menu ul li.selected > a
{
	color:#c82227 !important;
	background:#000;
}

#menu ul li a
{
	background:#000;
	color:#fff;
}

#menu ul li:hover
{
	color:#fff;
}

#top_page
{
	min-height:300px;
	max-height:400px;
}

#top_page h1
{
    color: #fff;
    font-size: 55px;
    text-transform: uppercase!important;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-align: center;
	width: 90%;
}

.top_header_menu
{
	color:#FFF;
}

.header_phone
{
    color: #c82227;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.header_phone:hover, 
.header_phone:focus
{
    color: #000;
}

.header2 .header_phone
{
	font-size:24px;
}

.rot_box_content
{
	color:#FFF;
	font-size:44px;
}

.btn
{
	font-size:17px;
	padding: 12px 25px;
}

.btn_petit
{
	font-size:17px;
	padding: 12px 25px;
}

.btn_gros
{
	font-size:20px;
	padding: 12px 25px;
}

.btn,.btn_gros,.btn_petit
{
	color:#FFFFFF !important;
	background-color:#c82227;
	text-transform: none;
	font-family: 'Nunito', sans-serif;
	border-radius: 50px;
	line-height: 1.4em;
    text-align: center;
	margin-bottom: 20px;
}

.btn:hover,.btn_petit:hover,.btn_gros:hover
{
	background-color:#991b1f;
	color:#fff !important;
}

.black.btn{
	color:#FFFFFF !important;
	background-color:#000;
}


.black.btn:hover, 
.black.btn:focus
{
	color:#fff !important;
	background-color:#515254;
}

.footer_title
{
	color:#8e8e8e;
	font-size:16px;
	font-family: 'Nunito', sans-serif;
}

.sous-title
{
	color:#808285;
	font-size:24px;
}

.title-h1
{
	font-size:50px;
    color: #2a3519;
}

h1,
h2.style-h1,
h3.style-h1,
h4.style-h1,
h5.style-h1,
h6.style-h1
{
	font-size:45px;
}

h2,
h1.style-h2,
h3.style-h2,
h4.style-h2,
h5.style-h2,
h6.style-h2
{
	font-size:40px;
}

h3,
h1.style-h3,
h2.style-h3,
h4.style-h3,
h5.style-h3,
h6.style-h3
{
	font-size: 35px;
}

h4,
h1.style-h4,
h2.style-h4,
h3.style-h4,
h5.style-h4,
h6.style-h4
{
	font-size: 30px;
}

h5
{
	font-size: 25px;
}

h6
{
	font-size: 25px;
}

.font_22{
	font-size:22px;
	line-height: 1.6em;
}

#page_content ul li:before {
    color: #c82227;
	font-size: 8px;
	left: -9px;
    top: 15px;
}

#page_content ul li a
{
	color:#002d56;
}

.rot_btn{
	width: 50%;
    margin-left: unset;
    text-align: left;
}

.rot_txt
{
	color:#ffffff;
	font-size:17px;
}

.rot_title
{
    text-align: left!important;
	margin-left: unset;
	text-transform: none;
    font-family: 'Nunito', sans-serif;
    color: #000;
	font-size: 50px;
	line-height: 1.3em;
	width: 70%;
	margin-bottom: 40px;
}

.title
{
	font-size:22px;
	color:#000;
}

#rotator_text ul li
{
	color:#FFF;
	font-size:17px;
}

#facebook_ico:before,
#instagram_ico:before,
#pinterest_ico:before,
#youtube_ico:before,
#twitter_ico:before,
#google_ico:before,
#linkedin_ico:before,
#mail_ico:before,
.header_phone:before
{
	color:#c82227;
	font-size:18px;
}

#facebook_ico:hover:before,
#instagram_ico:hover:before,
#pinterest_ico:hover:before,
#youtube_ico:hover:before,
#twitter_ico:hover:before,
#google_ico:hover:before,
#linkedin_ico:hover:before,
#mail_ico:hover:before,
.header_phone:hover:before
{
	color:#fff;
}




.footer_adress
{
	color:#FFF;
	font-size:16px;
}

.footer_tel
{
    color: #e9eaeb;
    font-size: 25px;
    font-family: 'Nunito', sans-serif;
}

.footer_tel:hover{
	color:#c82227!important;
}

#footer{
	padding: 50px 0px 0px;
}

#footer_menu_site > li > a
{
	color:#fff;
}

#footer_menu_site > li:before
{
	color:#333;
}

.social_ico_circle
{
	color:#0f81bf;
}


.social_ico_circle:hover
{
	//background-color:#0f81bf !important;
}


#footer_menu > li a{
	color:#fff;
	text-transform:uppercase;
}

#footer_menu > li > ul > li > a{
	color:#8e8e8e;
	text-transform:none;
	font-size:16px;
}

#footer.footer1 #footer_menu > li > ul > li > a:hover{
	color:#c82227 !important;
}

#footer.footer1 #footer_menu > li > ul > li:before
{
	display:none !important;
}
#footer.footer1 #footer_menu > li > ul > li
{
	margin-left:0px !important;
}

#footer_menu > li > ul > li
{
	margin-bottom:10px;
}

#footer_menu > li
{
	font-size:16px;
}

#footer_menu > li > ul > li:before
{
	color:#FFF;
	font-size:5px;
}

#footer_menu > li > ul
{
	font-size:12px;
}

.footer_social .social_ico_circle
{
	//background-color:#5b646e;	
}

.footer_social .social_ico_circle:hover
{
	background-color:#317fc1;	
}

.footer_social #facebook_ico:before,
.footer_social #instagram_ico:before,
.footer_social #pinterest_ico:before,
.footer_social #youtube_ico:before,
.footer_social #twitter_ico:before,
.footer_social #google_ico:before,
.footer_social #linkedin_ico:before
{
	//color:#fff;
	//font-size:18px;
}

.footer_social #facebook_ico:hover:before,
.footer_social #instagram_ico:hover:before,
.footer_social #pinterest_ico:hover:before,
.footer_social #youtube_ico:hover:before,
.footer_social #twitter_ico:hover:before,
.footer_social #google_ico:hover:before,
.footer_social #linkedin_ico:hover:before
.header_phone:hover:before
{
	//color:#fff;
}

.footer_info
{
	font-size:18px;
}


.footer_info > li:before
{
	color:#FFF;
}

.footer_xposito:before
{
	color:#a3a3a3;
}

.footer_projexmedia:before
{
	color:#a3a3a3;
}

.footer_mail
{
	color:#c82227;
}

#footer a:hover
{
	color:#fff;
}

.top_header_menu li
{
	font-size:12px;
}

.right_arrow:after
{
	color:#FFF;
	font-size:20px;
}

.rot_prev:before
{
	color:#FFF;
	font-size:18px;
}

.rot_next:before
{
	font-size:18px;
	color:#FFF;
}

.rot_prev:hover:before
{
	font-size:30px;
}

.rot_next:hover:before
{
	font-size:30px;
}

#copyright
{
	color:#fff;
}

.footer_xposito:before
{
	font-size:24px;
}

.footer_projexmedia:before
{
	font-size:24px;
}

#menu li a.more:after
{
	font-size:14px;
}

.formulaire_correct .formulaire_message
{
	border:solid 1px #060;
	color:#060;
	background-color:#f9fff9;
}

.formulaire_error .formulaire_message
{
	border:solid 1px #900;
	color:#900;
}

.field_error
{
	border:solid 1px #900 !important;
	color:#900;
}

.note
{
	font-size:13px;
}

.custom_file
{
	background-color: #317fc1;
	color: #fff;
	font-size: 14px;
}
.custom_file:hover
{
	background-color:#fff;
	color:#317fc1;
}

.custom_file_txt
{
	background-color: #fff;
    font-size: 14px;
}

/* Fin Couleur & Font */





/* Header 1 */

/* Fin Header 1 */



/* Footer 1 */

#footer.footer1 #facebook_ico:before,
#footer.footer1 #instagram_ico:before,
#footer.footer1 #pinterest_ico:before,
#footer.footer1 #youtube_ico:before,
#footer.footer1 #twitter_ico:before,
#footer.footer1 #google_ico:before,
#footer.footer1 #linkedin_ico:before
{
	color:#e9eaeb;
}

#footer.footer1 #facebook_ico:hover:before,
#footer.footer1 #instagram_ico:hover:before,
#footer.footer1 #pinterest_ico:hover:before,
#footer.footer1 #youtube_ico:hover:before,
#footer.footer1 #twitter_ico:hover:before,
#footer.footer1 #google_ico:hover:before,
#footer.footer1 #linkedin_ico:hover:before
{
	color:#fff;
}

#footer.footer1 #footer_menu > li > a:hover,
#footer.footer1 #footer_menu > li.selected > a,
#footer.footer1 #footer_menu > li > ul > li.selected > a
{
	color:#c82227 !important;
}

#footer.footer1 .social_ico_circle
{
	color:#e9eaeb;
}

/* Fin Footer 1 */




/* Custom */
.Accueil #wrapper
{
	padding-bottom:0px;
}

.btn_test
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #7db9e8;
	background: -moz-linear-gradient(left,  #7db9e8 0%, #1e5799 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(left,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	background: linear-gradient(to right,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=1 );

	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test:hover
{
	background-position:100% 0%;
}

.btn_test2
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #7db9e8;
	background: -moz-linear-gradient(-45deg,  #7db9e8 0%, #1e5799 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(-45deg,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	background: linear-gradient(135deg,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=1 );


	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test2:hover
{
	background-position:100% 0%;
}

.btn_test3
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #65bc78;
	background: -moz-linear-gradient(left,  #65bc78 0%, #3b6d4c 50%, #65bc78 100%);
	background: -webkit-linear-gradient(left,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);
	background: linear-gradient(to right,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);



	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test3:hover
{
	background-position:100% 0%;
	
	background: #65bc78;
	background: -moz-linear-gradient(left,  #65bc78 0%, #3b6d4c 50%, #65bc78 100%);
	background: -webkit-linear-gradient(left,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);
	background: linear-gradient(to right,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);
}



.galerie_img_block{
	padding: 0px;
}

.formulaire_block input{
	height:50px;
}

.formulaire_block .formulaire_field_block:first-child{
	width: 48%;
    display: inline-block;
}

.formulaire_block input,
.formulaire_block textarea{
	font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000;
	font-weight: 300;
}

.formulaire_block{
	font-family: 'Nunito', sans-serif;
    text-transform: none!important;
    font-weight: 700;
}

.field_error_txt {
    color: #c82227;
}

.field_error_info{
	border: solid 1px #c82227;
    color: #c82227;
}

.field_error_info:before{
	border-color: #c82227 transparent transparent transparent;
}

.formulaire_correct .formulaire_message {
    border: solid 2px #c82227;
    color: #c82227;
    background: none;
    margin-bottom: 50px;
    border-radius: 50px;
}





/***   RESPONSIVE  ***/


@media screen and (max-width: 1400px){
	 #rot_content .rot_title {
		font-size: 45px;
		line-height: 1.3em;
	}
	
	#top_page h1{
		font-size: 45px;
	}
}

@media screen and (max-width: 1236px){
	#footer_content {
		padding-left: 4%!important;
		padding-right: 4%!important;
	}
	
	#copyright {
    	padding-left: 0px!important;
    	padding-right: 0px!important;
	}
	
	#wrapper .full_width .boxed {
    	padding-left: 6%!important;
    	padding-right: 6%!important;
	}
	
	#wrapper_content #page_content{
		padding-left: 6%!important;
    	padding-right: 6%!important;
	}
}

@media screen and (max-width: 1216px){
	  #rot_content .rot_title {
		font-size: 40px;
		line-height: 1.3em;
	}
}



@media screen and (max-width: 1200px){
	#wrapper h1, 
	#wrapper h2.style-h1, 
	#wrapper h3.style-h1, 
	#wrapper h4.style-h1, 
	#wrapper h5.style-h1, 
	#wrapper h6.style-h1 {
    	font-size: 40px;
	}
	
	#wrapper h2, 
	#wrapper h1.style-h2, 
	#wrapper h3.style-h2, 
	#wrapper h4.style-h2, 
	#wrapper h5.style-h2, 
	#wrapper h6.style-h2 {
    	font-size: 35px;
	}
	
	#wrapper h3, 
	#wrapper h1.style-h3, 
	#wrapper h2.style-h3, 
	#wrapper h4.style-h3, 
	#wrapper h5.style-h3, 
	#wrapper h6.style-h3 {
    	font-size: 30px;
	}
	
	#wrapper h4, 
	#wrapper h1.style-h4, 
	#wrapper h2.style-h4, 
	#wrapper h3.style-h4, 
	#wrapper h5.style-h4, 
	#wrapper h6.style-h4 {
    	font-size: 25px;
	}
	
	#wrapper #page_content h1, .h1 {
    	font-size: 40px;
	}
	
	#top_page h1{
		font-size: 40px;
	}
		
	#wrapper .main-services h3{
		font-size:25px;
	}
}


@media screen and (max-width: 1196px)
{
	#wrapper #page_content_txt {
    	font-size: 20px;
		line-height:1.5em;
	}	
}


@media screen and (max-width: 1100px)
{
	#logo img{
		max-width: 200px;
	}
	
	#menu li{
		font-size: 17px;	
	}
}


@media screen and (max-width: 1000px)
{
	
	/* a changer seulement si on veut forcer les couleur du menu mobile	*/
	/* menu mobile */
	body #header #menu li,
	body #header #menu ul li > a
	{
		color:#fff !important;
	 	background-color: #000!important;
	}	
	
	/* hover du menu mobile */
	body #header #menu > li:hover > a, body #header #menu > li.selected:hover > a, body #header #menu > li.selected > a, body #header #menu ul > li.selected > a,
	body #header #menu ul li > a:hover,
	body #header #menu ul li:hover > a, body #header #menu ul li.selected > a
	{
		color:#c82227 !important;
		background-color: #000!important;
	}
	#menu_media_content
	{
		color:#000;
	}
	
	.header3 #menu > li > a {
    	padding: 8px 30px;
	}
	
	#logo{
		margin-top: 17px;
    	margin-bottom: 18px;
	}
	
	.header3 #menu_media{
		padding: 0px 30px 31px 0px;
	}
	
	.header_top_menu{
		top: 90px;
	}
	
	#rot_content .rot_title {
		font-size: 35px;
		line-height: 1.3em;
	}
	
	#footer.footer1 .footer_cell2 {
		display:none;
	}
	
	#footer.footer1 .footer_cell1, 
	#footer.footer1 .footer_cell3,
	#footer.footer1 .footer_cell4{
   		width: 30.6%;
    	margin-right: 4%;
    	text-align: left;
	}
	
	#footer.footer1 .footer_cell4{
		margin-right: 0%!important;
		text-align: right!important;
	}
	
	#menu li {
    	font-size: 19px;
	}
	
	.cell_1_3.main-services{
		width: 48%!important;
		padding:0px!important;
		margin-right: 4%;
	}
	
	.cell_1_3.main-services:nth-child(2n){
		margin-right: 0%!important;
	}
	
	.shadow-box .cell_2_3,
	.shadow-box .cell_1_3
	{
		width: 100%;
		display:block;
		padding: 0px;
	}
	
	#btn_mobile .btn_container{
		text-align:left!important;
	}
	
	.galerie_block .galerie_img_block {
    	width: 50%!important;
	}
	
	#menu_block ul li a{
		color:#fff;
	}
	
	.galerie_block .galerie_img_block:nth-child(3n+4) {
    	clear: none!important;
	}
	
	#menu li:last-child {
    	padding-bottom: 9px;
	}
	
	.header_top_menu {
		width: calc(109.2%);
		position: absolute;
		left: -4.6%;
		bottom: 0;
	}
}


@media screen and (max-width: 900px)
{
	.rot_title,
	.rot_btn{
		width: 85%;
	}
	
	#rot_next_btn,
	#rot_prev_btn{
		display:none;
	}
	
	#rotator_text ul li{
		left: 8%;
	}
	
	#rotator_text ul li{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	
	#rot_content ul li{
		background-position: right 30% center;
	}
	
	.cell_1_2{
		width:100%;
	}
	
	#wrapper h1, 
	#wrapper h2.style-h1, 
	#wrapper h3.style-h1, 
	#wrapper h4.style-h1, 
	#wrapper h5.style-h1, 
	#wrapper h6.style-h1 {
    	font-size: 35px;
	}
	
	#wrapper h2, 
	#wrapper h1.style-h2, 
	#wrapper h3.style-h2, 
	#wrapper h4.style-h2, 
	#wrapper h5.style-h2, 
	#wrapper h6.style-h2 {
    	font-size: 30px;
	}
	
	#wrapper h3, 
	#wrapper h1.style-h3, 
	#wrapper h2.style-h3, 
	#wrapper h4.style-h3, 
	#wrapper h5.style-h3, 
	#wrapper h6.style-h3 {
    	font-size: 25px;
	}
	
	#wrapper h4, 
	#wrapper h1.style-h4, 
	#wrapper h2.style-h4, 
	#wrapper h3.style-h4, 
	#wrapper h5.style-h4, 
	#wrapper h6.style-h4,
	#wrapper h5,
	#wrapper h6{
    	font-size: 23px;
	}
	
	#wrapper #page_content h1, .h1 {
    	font-size: 35px;
	}
	
	#top_page h1{
		font-size: 35px;
	}
	
	#wrapper .cell_container {
    	min-height: 0px !important;
		margin-top: 0 !important;
	}
	
	.to_middle {
    	margin-top: 0 !important;
		min-height: 1px!important;
	}
	
	.cell_1_2{
		padding-right: 0;
    	padding-left: 0;
	}
}




@media screen and (max-width: 850px)
{
	
	#wrapper .cell_1_3{
		width: 100%;
    	display: block;
	}
	
	#wrapper{
		padding-top: 80px;
	}
	
}


@media screen and (max-width: 768px)
{
	#footer.footer1 .footer_cell1,
	#footer.footer1 .footer_cell3, 
	#footer.footer1 .footer_cell4{
		width: 100%;
    	margin-right: 0px;
    	text-align: center!important;
	}
	
	#footer.footer1 #footer_menu > li{
		text-align:center;
	}
	
	#copy_left{
		margin-bottom: 20px;
	}
	
	#copy_left,
	#copy_right{
		width: 100%;
   	 	text-align: center;
	}
	
	.table{
		display:block;
	}
	
}

@media screen and (max-width: 700px)
{
	.rot_title,
	.rot_btn{
		width: 100%;
	}
}


@media screen and (max-width: 680px)
{
	
	.photos-montage .photo-right{
		position: relative;
		margin-top: -50px;
		margin-left: 40px;
	}
	
	.photos-montage{
		margin-bottom: 80px!important;
	}
	
}


@media screen and (max-width: 656px)
{
	.header3 .header_phone:before{
		display:none;
	}
	
	.header3 .header_phone{
		font-size: 25px!important;
	}
	
	#rot_content .rot_title {
		font-size: 30px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
	
	#wrapper #page_content h1, .h1 {
    	font-size: 32px;
	}
	
	#wrapper .main-services h3{
		font-size:22px;
	}
	
	.container{
		display: block;
	}
	
	#footer.footer1 .footer_cell1, #footer.footer1 .footer_cell2, #footer.footer1 .footer_cell3,
	#footer.footer1 #footer_menu > li{
		text-align: center;
	}
	
	#footer_content{
		margin-bottom:0px;
	}
	
	#main #footer_menu > li{
		margin-bottom: 10px !important;
	}
	
	.cell_1_3.main-services{
		width:100%!important;
		padding:0px!important;
		margin-right: 0%;
	}
		
	#wrapper #page_content_txt {
    	font-size: 18px;
	}
	
	.font_22{
		font-size: 20px;
		line-height:1.5em;
	}
	
	.galerie_block .galerie_img_block {
    	width:100%!important;
	}
	
	#menu_block #menu ul li{
		font-size: 15px;
	}
	
	#menu_block #menu ul li a{
		padding-left:50px;
	}
	
	.cell_1_2{
		padding-right: 0;
    	padding-left: 0;
	}
}


@media screen and (max-width: 635px)
{
	
	.bg-photo-mobile{
		min-height:400px!important;
	}
}


@media screen and (max-width: 500px)
{
	.header3 .header_phone{
		display:none;
	}
	
	#logo img {
    	max-width: 150px;
	}
	
	.header_top_menu {
    	top: 53px;
	}
	
	.header3 #menu_media {
    	padding: 0px 30px 40px 0px;
	}
	
	.btn_gros {
    	font-size: 17px;
    	padding: 12px 21px;
	}
	
	.btn,
	.btn_petit{
    	font-size: 15px;
    	padding: 12px 25px;
	}
	
	#wrapper h1, 
	#wrapper h2.style-h1, 
	#wrapper h3.style-h1, 
	#wrapper h4.style-h1, 
	#wrapper h5.style-h1, 
	#wrapper h6.style-h1 {
    	font-size: 26px;
	}
	
	#wrapper h2, 
	#wrapper h1.style-h2, 
	#wrapper h3.style-h2, 
	#wrapper h4.style-h2, 
	#wrapper h5.style-h2, 
	#wrapper h6.style-h2 {
    	font-size: 24px;
	}
	
	#wrapper h3, 
	#wrapper h1.style-h3, 
	#wrapper h2.style-h3, 
	#wrapper h4.style-h3, 
	#wrapper h5.style-h3, 
	#wrapper h6.style-h3 {
    	font-size: 22px;
	}
	
	#wrapper h4, 
	#wrapper h1.style-h4, 
	#wrapper h2.style-h4, 
	#wrapper h3.style-h4, 
	#wrapper h5.style-h4, 
	#wrapper h6.style-h4,
	#wrapper h5,
	#wrapper h6{
    	font-size: 20px;
	}
	
	#wrapper #page_content h1, .h1 {
    	font-size: 26px;
	}
	
	#top_page h1{
		font-size: 26px;
	}
	
	.font_22 {
    	font-size: 18px;
    	line-height: 1.5em;
	}
	
	#top_page {
    	min-height: 200px;
    	max-height: 200px;
	}
	
	
}


@media screen and (max-width: 480px)
{
	#logo img {
    	max-width: 150px;
		height: auto!important;
	}
	
}
	
	
	