:root {
	font-size: 16px;
}

/* 		
--------------------
Couleurs
--------------------

#405365 Bleu foncés (Textes) 
#0075BF Bleu principal (boutons, liens)
#F8F8F8 Gris clair (background)
#E5E5E5 Gris foncé (lignes de séparation)

*/


body {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 300;
  	color: #405365;
  	font-size: 1.125rem;
  	line-height: 1.75rem;
  	background-color: #FFFFFF;
  	margin: 0;  
  	-webkit-animation: fadein 1s; 
  	-moz-animation: fadein 1s; 
  	-ms-animation: fadein 1s; 
  	-o-animation: fadein 1s; 
  	animation: fadein 1s;	
}
	

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

.container {
	margin: auto;
	max-width: 1200px;
	padding: 0 30px;
}

.bloc1Col {
	margin: 0 15px;
    width: calc(100% - 30px);
}
	
.bloc2Col {
	float: left;
	margin: 15px;
    width: calc(50% - 30px);
}

.bloc2Col1_3 {
	float: left;
	margin: 30px 15px 30px 15px;
    width: calc(66% - 30px);
}
	
.bloc3Col {
	float: left;
	margin: 15px;
    width: calc(33.3333% - 30px);
}

.bloc3ColChiffres {
	float: left;
	margin: 15px;
    width: calc(33% - 30px);
}

.bloc4Col {
	float: left;
	margin: 0 15px;
    width: calc(25% - 30px);
}
	
.paddingLarge {
	padding: 30px;
}

.paddingTopLarge {
	padding-top: 30px;
}

.paddingBottomLarge {
	padding-bottom: 30px;
}


/* 		
--------------------
Styles de bases
--------------------
*/

h1 {
	font-weight: 300;
	font-size: 2.9rem;
	line-height: 4rem;
	margin: 20px 0 0 0;
}

h2 {
	font-weight: 300;
	font-size: 2.75rem;
	line-height: 2.75rem;
	margin: 0 0 25px 0;
}

h3 {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
	border-top: 1px solid #0075BF;
	padding-top: 10px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

h4 {
	font-weight: 300;
	font-size: 1.875rem;
	margin: 0 0 20px 0;
}

h5 {
	font-weight: 600;
	font-size: 0.6875rem;
	color: #0075BF;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

h6 {
	font-weight: 600;
	font-size: 0.8rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px solid  #E5E5E5;
}

p {
	font-size: 1.0625rem;
	margin-bottom: 15px;
}

strong { 
	font-weight: 600;
}

hr {
	border: none;
	border-top: 1px solid #E5E5E5;
	margin: 0 0 30px 0;
}

a {
	color: #0075BF;
	text-decoration: none;
	border-bottom: 1px solid #0075BF;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
}

a[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	border-bottom: none;
}

.clear {
	clear: both;
}

/* 		
--------------------
Bandeaux
--------------------
*/

	
.bandeau {
	width: 100%;
	background-color: #F8F8F8;
	padding-top:60px;
}

.bandeauCouleur {
	width: 100%;
	background-color: #0075BF;
	background-image: url(../images/BG_offre@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}

.bandeauCouleurTop {
	width: 100%;
	min-height: 340px;
	background-color: #0075BF;
	background-image: url(../images/BG_top@2x.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1270px;
	color: #FFFFFF;
}

.bandeauTop {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/BG_top_next@2x.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1270px;;
}

button{
	cursor:pointer;	
}
	
/* 		
--------------------
Navigation
--------------------
*/

.logo {
	width: 194px;
	height: 37px;
}

.noBorder {
	border-bottom: 1px solid rgba(255,255,255,0);
}
	
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

li {
	display: inline;
	margin: 0 4% 0 0;
}



.noMargin {
	display: inline;
	margin: 0;
}

.borderLeftRight {
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	padding-right: 3%;
	padding-left: 3%;
}

.noBorderRight {
	margin: 0 4% 0 0;
}
		
.nav {
	font-weight: 600;
	color: #405365;
	font-size: 0.8125rem;
	display: block;
	float: right;
	width: 78%;
}

.navigationMobile {
	display: none;
	float: right;
	margin: 5px 10px 0 0;
}

.nav a {
	color: #405365;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
}

.borderLeftRight a {
	text-transform: none;
}

.nav a:hover  {
		color: #0075BF;
		border-bottom: 1px solid #0075BF;
}

.nav li.active a  {
		color: #0075BF;
	
}

.bandeauMainNav {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
}

.boutonDevis {
	background-color: #0075BF;
	border: 1px solid #0075BF;
	font-weight: 600;
	border-radius: 50px 0 0 50px;
	color: #FFFFFF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	margin: 0 -5px;
	font-size: 0.8125rem;
}

.boutonDevis:hover {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #0075BF;
}

.boutonTelephone {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	font-weight: 600;
	border-radius: 0 50px 50px 0;
	color: #405365;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	margin: 0px;
	font-size: 0.8125rem;
}

.telephone:hover {
	background-color: #FFFFFF;
	color: #0075BF;
}

/* 		
--------------------
Navigation minimisée
--------------------
Headroom
--pinned = scroll up
--unpinned = Scroll down
--------------------
*/

#header2  {
	position: fixed;
	width: 100%;
	top: 0;
	transform: translateY(-300%);
	z-index: 99999;
}

#header2.headroom {
    will-change: transform;
    transition: transform 400ms linear;
}

#header2.headroom--top {
    transform: translateY(-300%);
}

#header2.headroom--unpinned.headroom--not-top {
    transform: translateY(0%);
}

#header2.headroom--pinned.headroom--not-top {
    transform: translateY(0%);
}

#header2.headroom--not-top {
	visibility: visible;
}


#header2 .logo {
  	width: calc(194px/1.2);
	height: calc(37px/1.2);
	margin: 7px 0 -7px 0;
}

#header2 .paddingTopLarge {
  	padding-top: 10px;
}

#header2 .paddingBottomLarge {
  	padding-bottom: 20px;
}

#header2 .boutonDevis {
	padding: 5px 20px;
	margin: 7px -5px;
}

#header2 .boutonTelephone {
	padding: 5px 20px;
}

/* 		
--------------------
Menu mobile
--------------------
*/

#menumobile {
    color: #4e4e4e;
    border-radius: 50%;
    background-color: #0075BF;
    right: 10px;
    top: 25px;
    z-index: 999;
    width:40px;
    height:40px;
}

.logoMobile {
	margin-top: 5px;
	width: calc(194px/1.2);
	height: calc(37px/1.2);
	float: left;
}

.containerMobile {
	top: 0;
	left: 0;
	display: none;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #E5E5E5;
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	margin: auto;
	text-align: right;
}

.noMarginMobile {
	margin: -20px;
}

/* Styles bouton */

.hamburger-box {
    width: 22px;
    height: 14px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 22px;
}

.hamburger:hover {
	opacity: 1;
}

/* Styles MMmenu */

.mm-listview{
	margin-top:10px !important;
}

.mm-listitem a {
	border: none;
}

.mm-listitem a:hover {
	color: #0075BF;
	border: none;
}

.mm-listitem {
	border: none;
	border-color: #F8F8F8;
	margin-bottom: 15px;
}

.mm-menu {
	background-color: #F8F8F8;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	color: #405365;
}

#mobile_menu:not(.mm-menu) {
   display: none; /* Masque la sidebar quand elle est fermée */
}

/* 		
--------------------
Accueil / Carrousel
--------------------
*/

.headerContainer {
	padding-top: 30px;
	padding-bottom: 0;
}

.headerLine {
	border-left: 1px solid #E5E5E5;
	height: 126px;
}

.headerParagraph {
	max-width: 570px;
	background-color: #FFFFFF;
	padding: 40px 30px 30px 0;
	
}

.headerTitle {
	width: 50%;
	margin: 0 0 30px 0;
}

.headerTitleColor, .site_color {
	color: #0075BF;
}

.headerImage {
	height: 510px;
	max-width: 70%;
	background-image: url(../images/new_york@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 500px;
	margin-right: 15px;
}

.headerImageMobile {
	display:none;
}

.headerText {
	float: left;
	margin: 0 15px;
	width: calc(80% - 30px);
	z-index:999;
	position:relative;
}

/* 		
--------------------
Accueil / Blocs
--------------------
*/


.blocHomeServices {
	background-image: url(../images/BG_01@2x.jpg);
}

.blocHomeApropos {
	background-image: url(../images/BG_02@2x.jpg);
}

.blocHome {
	color: #FFFFFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

.blocHome p {
	margin-bottom: 30px;
}

.blocHome a {
	color:  #FFFFFF;
	font-weight: 600;
	font-size: 1rem;
	border-bottom: rgba(255,255,255,0);
}

.blocHome a:hover {
	border-bottom: 1px solid #FFFFFF;
}

/* 		
--------------------
Carousel
--------------------
*/






.owl-carousel{
	overflow:hidden;
	height:100%;
	width:100%;
}

.owl-stage-outer, .owl-stage, .owl-item{
	height:100%;
	width:100%;
}


.myslide{
	background-repeat:no-repeat;
	background-size: cover;
	height:100%;
		width:100%;
	
}

.owl-dots {
	text-align: center;
	float: left;
	position: absolute;
	bottom: 20px;
	display: inline-block;
	left: 50%;
	    -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.owl-dot {
	float:left;
	display:inline-block;
}
.owl-dot span {
    width: 5px;
    height: 5px;
    margin: 2px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dot.active span{
	 width: 9px;
    height: 9px;
	  margin: 0px 7px;
}



/* 		
--------------------
Accueil / Partenaires Logos 
--------------------
*/

.logos img {
	width: 100%;
	border: 1px solid #E5E5E5;
	margin-bottom: 25px;
}


/* 		
--------------------
Services / Liste 
--------------------
*/

.services {
	border-top:1px solid #E5E5E5; 
	text-align: center;
	padding: 15px 0 10px 0;
}

.numerotation {
	border: none;
	height: 46px;
	color: #FFFFFF;
	background-image: url(../images/BG_numerotation@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-top: 15px;
}

.services h4 {
	margin-top: 10px;
}

/* 		
--------------------
A propos / Liste 
--------------------
*/

.liste {
	margin-bottom: 30px;
}

/* 		
--------------------
A propos / Citation 
--------------------
*/


.citation {
	font-size: 2.775rem;
	line-height: 3.5rem;
	/*margin: 0 0 15px 0px;*/
}

.nom {
	font-size: 0.875rem;
}


.bloc1Col>.citation{
	margin-left:15px !important;
	
}
.bloc1Col>.nom{
	margin-left:15px !important;
	
}
/* 		
--------------------
A propos / Chiffres 
--------------------
*/


.chiffresLignes {
    border:1px solid #E5E5E5; 
	text-align: center;
}

.chiffresLignes h5 {
    font-size: 2.775rem;
	line-height: 3.5rem;
	font-weight: 300;
	margin: 25px 0 15px 0;
	color: #0075BF; 
}

.chiffresLignes p {
	margin: 0 25px 30px 25px;
}

/* 		
--------------------
Contact
--------------------
*/

input[type=text] {
    width: 96%;
    padding: 12px 20px;
    margin: 0 0 30px 0;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}

textarea {
    width: 96%;
    height: 250px;
    padding: 12px 20px;
    margin: 0 0 30px 0;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}

input[type=text]:focus, textarea:focus {
	border: 2px solid #0075BF;
	outline: none;
}

select {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #405365;
    font-weight: 300;
}

.select-style {
    border: 2px solid #E5E5E5;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    width: 96%;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff url("../images/icon-select.png") no-repeat 96% 50%;
}

.select-style select {
    padding: 15px 8px;
    width:  calc(100% + 30px);
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

#message {
	height: 230px;
}

.name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.6875rem;
  	line-height: 1.9rem;
  	margin-top: 10px;
}

/* CheckBox */

/* The container */
.containerCheckbox {
	font-size: 1rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #E5E5E5;
}

/* When the checkbox is checked, add a background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #0075BF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CheckBox fin */

/* Radio */

/* The container */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmarkRadio {
    background-color: #E5E5E5;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmarkRadio {
    background-color: #FFFFFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmarkRadio:after {
 	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0075BF;
}

/* Radio fin */

.contactButton {
	background-color: #0075BF;
	border: 1px solid #0075BF;
	font-weight: 600;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	/*margin: -5px;*/
	font-size: 0.8125rem;
	margin: 0 23px 50px 0;
}

.contactButton:hover {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #0075BF;
}

.contact p {
	margin: 0 0 40px 0;
}

.contact h3 {
	border-top: 1px solid  #E5E5E5;
}

.contactParagraph a:hover {
	border: none;
}
.errormsg{
	border:1px solid #FF0000 !important;
	
}
.boxrep_ok p{
	font-weight:bold;
	font-size:22px;
	
}

/* 		
--------------------
Contact / Devis 
--------------------
*/

p.devisEnLigne {
	margin: 0 0 10px 0;
}

.blocLogo {
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 0 0;
}

.blocLogo p {
	font-size: 0.8rem;
	line-height: 1.3rem;
	margin-bottom: 20px;
	overflow: hidden;
}

.blocLogo .logos img {
	width: 170px;
	border: none;
	float: left;
}

/* 		
--------------------
Footer / Demande Devis
--------------------
*/

.button_footer {
	background-color: #FFFFFF;
	border: 1px solid #0075BF;
	font-weight: 600;
	border-radius: 50px;
	color: #0075BF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 0.875rem;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	margin: 0 20px 20px 0;
}

.button_footer:hover {
	background-color: #0075BF;
	border: 1px solid #E5E5E5;
	color: #FFFFFF;
}

body .devis {
	padding-bottom: 60px;
}

.devis p {
	margin-bottom: 30px;
	width: 100%;
}

.devis h2 {
	font-size: 2.65rem;
	line-height: 2.75rem;
	margin: 25px 0 25px 0;
}

.navBottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* 		
--------------------
Footer / Navigation Bas
--------------------
*/

.navBottom {
	font-weight: 600;
	color: #405365;
	font-size: 0.8125rem;
	display: block;
}

.navBottom a {
	color: #405365;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
}

.navBottom a:hover {
	color: #0075BF;
	border-bottom: 1px solid #0075BF;
}

/* 		
--------------------
FadeIn
--------------------
*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* 		
--------------------
Media query < 1100px navigation
--------------------
*/

@media screen and (max-width: 1100px) {	
	.noMargin {
		display: inline;
		margin: 0;
	}
			
	.nav {
		font-weight: 600;
		color: #405365;
		font-size: 0.8125rem;
		display: block;
		float: right;
		width: 78%;
	}	
}

/* 		
--------------------
Media query < 1000px navigation
--------------------
*/

@media screen and (max-width: 1000px) {	
	.boutonDevis {
		border-radius: 50px;
	}
	
	.boutonTelephone {
		display: none;
	}
	
	.nav {
	width: 70%;
	}
	
	.headerImage {
	height: 410px;
	margin-left: 400px;
	}
	
	.headerLine {
	border-left: 1px solid #E5E5E5;
	height: 80px;
	}

	
	h1 {
  	font-size: 2.5rem;
  	line-height: 3.5rem;
	}
	
	h2 {
  	font-size: 2.5rem;
  	line-height: 3.5rem;
	}

}

/* 		
--------------------
Media query < 970px
--------------------
*/

@media screen and (max-width: 970px) {	
	.bloc3Col {
	    width: calc(50% - 30px);
	}
	
	.bloc2Col1_3 {
    	width: calc(100% - 30px);
	}	
	
	.devis h2 {
	font-size: 1.875rem;
	line-height: 2.5rem;
	}	
}

/* 		
--------------------
Media query < 810px navigation
--------------------
*/

@media screen and (max-width: 810px) {	
	.boutonDevis {
		display: none;
	}
	
	.nav {
	width: 55%;
	margin-top: 5px;
	}
	
	.borderLeftRight {
		border-right: 0px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		padding-right: 0%;
		padding-left: 3%;
		margin: 0;
	}

}

/* 		
--------------------
Media query < 600px navigation
--------------------
*/

@media screen and (max-width: 600px) {	
	.nav {
		display: none;
	}
	
	.containerMobile {
		display: inherit;
	}
	
	#header {
  		display:none;
	}
	
	#header2 {
  		display:none;
	}
	
	.main {
	padding-top: 65px;
	}
	
/* 	Boutons mobile */
	
	.boutonDevis {
		border-radius: 50px;
		display: inline-block;
	}
	
	.boutonTelephone {
		border-radius: 50px;
		display: inline-block;
	}

}

/* 		
--------------------
Media query < 770px
--------------------
*/

@media screen and (max-width: 770px) {	
	main {
	margin-bottom: 600px;
	}
	
	.bloc2Col {
	    width: calc(100% - 30px);
	}
	
	.bloc3Col {
	    width: calc(100% - 30px);
	}
	
	.bloc3ColChiffres {
	    width: calc(100% - 30px);
	}
	
	.bloc4Col {
	    width: calc(50% - 30px);
	}	
	
	.headerImage {
	display: none;
    }
    
    .headerImageMobile {
  	display: inherit;
	height: 250px;
	margin-bottom: 20px;
	background-image: url(../images/new_york@2x.jpg);
	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
	}	
	
	.headerTitle {
	width: 90%;
	margin: 0 0 30px 0;
	padding: 30px 30px 0 0;
	margin-top: -100px;
	background-color: #FFFFFF;
	}
	
	.headerLine {
	border-left: 1px solid #E5E5E5;
	height: 40px;
	}
	
	.headerParagraph {
	max-width: 100%;
	background-color: #FFFFFF;
	padding: 40px 30px 30px 0;
	}
	
	.devis p {
	width: 100%;
}

}

/* 		
--------------------
Media query < 500px
--------------------
*/

@media screen and (max-width: 500px) {
	
	body {
  	font-weight: 400;	
	}
	
	main {
	margin-bottom: 0;
	}
	
	h1 {
  	font-size: 1.875rem;
  	line-height: 2.5rem;
	}
		
	h2 {
  	font-size: 1.875rem;
  	line-height: 2.5rem;
	}

	.citation {
  	font-size: 1.875rem;
  	line-height: 2.5rem;	
	}
		
	h4 {
  	font-size: 1.575rem;
  	line-height: 1.9rem;
	}
		
	h5 {
  	font-size: 1rem;
  	line-height: 1.9rem;
  	text-align: center;
	}
		
	.bandeauCouleur {
		text-align: center;
	}
		
	.bandeauCouleurTop {
	height: 320px;
	}
		
	.containerPadding {
		padding: 15px;
	}
	
	.container {
		padding: 15px 0;
	}
	
	.paddingTopLarge {
	padding-top: 30px;
	}
	
	.paddingBottomLarge {
		padding-bottom: 30px;
	}
	
	p {
	font-size: 1.15rem;
	line-height: 1.60em;
	font-weight: 400;
	}
	
	.blocHome a {
	font-size: 1.15rem;
	}
	
	.blocHome {
	padding-bottom: 30px;
	}
		
	.logo {
  	width: 50%;
  	height: 50%;
	}
	
	.headerLine {
	display: none;
	}
	
	.headerParagraph {
	max-width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	}
	
	.headerText {
		width: calc(100% - 30px);
	}
	
	.headerTitle {
		width: 80%;
	}
	
	.copyright {
		display: none;
	}
	
	.navBottom ul {
		text-align: center;
	}
	
	.blocLogo .logos img {
		width: 240px;
		float: none;
		margin-bottom: 0;
	}
	
	.blocLogo {
		text-align: center;
	}	
	
	.button_footer {
		margin-right: 0;
	}	
}


