/*****************************************************************
****** 	CSS	SITE    										******
******************************************************************
******	TEMPLATE  	Circle Template (templatemo_410_circle)	******
******************************************************************
****** 	POLICE UTILISEE										******
****** 		GLOBAL   	        Proxima						******
******		TITRE  				Titillium Web     			******
******************************************************************
******	MAJ   	04.09.2017    								******
******************************************************************/
@font-face {
    font-family: 'Proxima';
    src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
    font-family: 'Proxima Bold';
    src: url(../fonts/ProximaNova-Bold.otf);
}
@font-face {
    font-family: 'Titillium Web';
	src: url(https://fonts.googleapis.com/css?family=Titillium+Web);
}

html,
button,
input,
select,
textarea {
    color: #222;
	font-family: 'Titillium Web', sans-serif;
	/*font-family:'Proxima';*/
	font-size:14px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*****************************************************************
******	STYLE DES IMAGES 		    						******
******************************************************************/
img {
    vertical-align: middle;
	/* BORD ARRONDI */
	overflow:hidden;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}

img.border {
	margin:10px 10px 10px 10px;
}

table {
	width:100%;
}

/*****************************************************************
******	LISTE POINTS DE CONDUITE    						******
******************************************************************/
ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white}




fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.blue {
	color: #155bb1;   /* BLEU */
}

.green {
	color: #32cd32;   /* VERT GRENOUILLE */
}

.highlight {
	color: #000;   /* NOIR FOND JAUNE */
	background: #FFF200;
	opacity: 1 !important;
}

.smalltext {
	bottom: 0px;
    color:#ACABAB;
    font-size: 10px;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*****************************************************************
****** 	FORMULAIRE  										******
******************************************************************/
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}
form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}
form .button:focus, form .button:active {
    outline: none !important;
}
form .button.yellow {
    background: #e7af2a;
    color: #fff;
    border: 1px solid #c89316;
}
/*****************************************************************
****** 	STYLE D'IMPRESSION  								******
******************************************************************/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    	/* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  	.ir a:after,
  	a[href^="javascript:"]:after,
  	a[href^="#"]:after {
    	content: "";
  	}
  	pre, blockquote {
    	border: 1px solid #999;
    	page-break-inside: avoid;
	}
	thead {
    	display: table-header-group;
	}
	tr, img {
    	page-break-inside: avoid;
	}
	img {
    	max-width: 100% !important;
	}
	@page {
    	margin: 0.5cm;
	}
	p, h2, h3 {
    	orphans: 3;
   	 	widows: 3;
	}
	h2, h3 {
    	page-break-after: avoid;
	}
}
/*****************************************************************
****** 	STRUCTURE PAR DEFAUT  								******
******************************************************************/
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
    /*font: 13px/19px "Open Sans", Arial, sans-serif;*/
	font-family:'Proxima';
    font-weight: 300;
    /*color: #777777;*/
	color: #000;
    background-color: #4c4c4c;
}
/*****************************************************************
****** 	LIEN DANS LES PAGES									******
******************************************************************
******	COULEURS :      									******
******		#32cd32 - VERT GRENOUILLE - NORMAL         		******
******		#155bb1 - BLEU            - SURVOLE       		******
******************************************************************/
a {
	color: #32cd32;
	font-weight:bold;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #155bb1;
}
/*****************************************************************
****** 	TITRES    											******
******************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	color: #333333;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}
h1 {
    font-size: 2.6em; }
h2 {
    font-size: 2.2em; }
h3 {
    font-size: 18px; }
h4 {
    font-size: 1.4em; }
h5 {
    font-size: 1em; }
h6 {
    font-size: .8em; }





*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

.container-fluid {
    padding: 60px 80px;
}

.content {
    display: none;
}


/*****************************************************************
****** 	HEADER												******
******************************************************************/
.sidebar-menu {
    position: relative;
    z-index: 9;
    padding-right: 80px;
}

.logo-wrapper {
    /*text-align: center;*/
	background:url(../images_cms/site/logo.png);
	height: 241px;
	width:480px;
	display: inline-block;
	background-size: 100% 100%;	
	width: 95%;
	margin-left:15px;
	/*background-color:#3A61F9;  BLEU */
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

/*****************************************************************
****** 	MENU DE NAVIGATION									******
******************************************************************/
.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
    display: none;
    background-color: white;
    text-align: center;
}

.menu-wrapper ul.menu li {
    border-top: 1px solid #c7cdd8;
}

/* TITRE MENU DE NAVIGATION */
.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    display: block;
    padding: 18px 30px;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

/* TITRE MENU DE NAVIGATION */
.menu-wrapper ul.menu li a.active {
    background-color: #155bb1;
	color: white;
}

/* BOUTON ACTIVATION MENU */
.menu-wrapper a.toggle-menu {
    display: block;
	background-color: #155bb1;
    color: white;
    text-align: center;
}
/* AFFICHAGE DU PICTO MENU */
.menu-wrapper a.toggle-menu i {
    padding: 10px 10px;
    font-size: 18px;
}

/* BOUTON VISITE */
.menu-wrapper a.toggle-visite {
    display: block;
	/*background-color: #155bb1;*/
	background-color:#000080;        /* BLEU TEXTE */
    color: white;
    text-align: center;
}
/* AFFICHAGE DU PICTO VISITE */
.menu-wrapper a.toggle-visite i {
    padding: 5px 5px;
    font-size: 12px;
}

/* AFFICHAGE DU BOUTON PRECEDENT */
#prevslide {
    position: absolute;
    right: 50px;
    top: 0;
}
/* AFFICHAGE DU BOUTON SUIVANT */
#nextslide {
    position: absolute;
    top: 31px;
    right: 50px;
}

#prevslide, #nextslide {
    width: 30px;
    height: 30px;
	background-color: #55bb1;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
/* TAILLE PICTO SLIDER BG */
#prevslide i, #nextslide i {
    font-size: 18px;
}

#backbt {
    /*position: absolute;*/
    right: 50px;
    top: 0;
	width: 100px;
    height: 30px;
	background-color: #55bb1;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
#backbt i {
    font-size: 18px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
    margin-top: 30px;
    display: block;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}
.response {
	width: 100%;
    height: auto;
}

.icon-item {
    margin-bottom: 20px;
    padding: 20px 30px;		/* REGLAGE DE LA HAUTEUR DES BOUTON */
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 36px;
}

.icon-item.active {
	background-color: #155bb1;
    color: white;
}

ul.tabs {
    text-align: center;
    display: block;
}

ul.tabs li a {
	color: #155bb1;
	height:70px;
}

.member-item {
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
    text-transform: uppercase;
	color: #155bb1;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 70px 40px;/**/
}

/*****************************************************************
****** 	GALERIE PHOTOS										******
******************************************************************/
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  	/* CHROME, SAFARI, OPERA */
    backface-visibility: hidden;
	/* BORD ARRONDI */
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}


.g-item img {
    overflow: hidden;
    width: 100%;
}
/* AFFICHAGE DE LA PHOTO AU CLIQUE */
.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: #155bb1;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=90);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=50);
}
/* AFFICHAGE DE LA CROIX */
.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

.caption {
	width:80%;  /* 100% */
    bottom: 1rem;
	left:0.7rem;
    position: absolute;
	text-align:center; 
}
.caption p {
	font-size:1em;
	color: #fff;
}
.caption h4 {
    color: #fff;
	font-size:1.1em;
    -webkit-font-smoothing: antialiased;
	text-transform: none;
}

/*****************************************************************
****** 	CONTACT  											******
******************************************************************/
.google-map {
    height: 250px;
    padding: 6px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button {
    width: auto;
	background-color: #155bb1;
    border-color: #155bb1;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

/*****************************************************************
****** 	FOOTER  											******
******************************************************************/
.footer {
    overflow: hidden;
    position: fixed;
    /*bottom: 10px;*/
	bottom: 0px;
    color: white;
    font-size: 13px;
	background-color:#000000;
}

.footer a {
    color: white;
}

/*****************************************************************
****** 	STYLES RESPONSIVE									******
******************************************************************/
@media screen and (max-width: 1800px) {
	.logo-wrapper {
	/*	background-color:#34EA30;  VERT */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 0.4rem;
		left:0.7rem;
	}
	.caption p {
		font-size:0.9em;
	}
	.caption h4 {
		font-size:1em;
	}
}
@media screen and (max-width: 1580px) {
	.logo-wrapper {
	/*	background-color:#E09D29;  BRUN CLAIR */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 0.4rem;
		left:0.7rem;
	}
	.caption p {
		font-size:0.4em;
	}
	.caption h4 {
		font-size:0.7em;
	}
	ul.tabs li a {
		height:80px;
		font-size:0.9em;
	}
}
@media screen and (max-width: 1366px) {
	.logo-wrapper {
		width: 95%;
		height: 95%;
		margin-left:5px;
		/*background-color:#0DF0F1;  TURQUOISE */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 0.4rem;
		left:0.7rem;
	}
	.caption p {
		font-size:0.4em;
	}
	.caption h4 {
		font-size:0.7em;
	}
	ul.tabs li a {
		height:80px;
		font-size:0.9em;
	}
}

@media screen and (max-width: 1280px) {
	.logo-wrapper {
		width: 95%;
		height: 95%;
		margin-left:5px;
		/*background-color:#17D616;   VERT */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 0.6rem;
		left:0.7rem;
	}
	.caption p {
		font-size:0.3em;
	}
	.caption h4 {
		font-size:0.5em;
	}
	ul.tabs li a {
		height:80px;
		font-size:0.8em;
	}
		
}

@media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 40px;
    }

    #prevslide {
        right: 0;
    }

    #nextslide {
        right: 0;
    }
	.logo-wrapper {
		width: 95%;
		height: 95%;
		margin-left:5px;
		/*background-color:#3A61F9;  BLEU */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 0.6rem;
		left:0.7rem;
	}
	.caption p {
		font-size:0.4em;
	}
	.caption h4 {
		font-size:0.5em;
	}
	ul.tabs li a {
		height:80px;
		font-size:0.8em;
	}
	.overlay {
		display:none;
	}
    .footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .icon-item {
        position: relative;
        z-index: 99;
    }
	.logo-wrapper {
		width: 98%;
		margin-left:10px;
		/*background-color:#E1D21B;  JAUNE */
	}
	.caption {
		width:90%;  /* 100% */
    	bottom: 2rem;
		left:2rem;
	}
	.caption p {
		font-size:1.2em;
	}
	.caption h4 {
		font-size:2.4em;
	}
	ul.tabs li a {
		height:60px;
		font-size:0.8em;
	}
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
    }
	.logo-wrapper {
		width: 95%;
		margin-left:20px;
	 	/*background-color:#E1191C;  ROUGE */
	}
	.caption p {
		font-size:1em;
	}
	.caption h4 {
		font-size:2em;
	}
}

@media screen and (max-width: 640px) {
	.logo-wrapper {
		width: 95%;
		margin-left:20px;
		/*background-color:#D31CF3;  VIOLLET */
	}
	.caption p {
		font-size:0.7em;
	}
	.caption h4 {
		font-size:1.7em;
	}
}

@media screen and (max-width: 480px) {
	.logo-wrapper {
		width: 85%;
		height: 90%;
		margin-left:20px;
	/*	background-color:#17D616;   VERT */
	}
	.caption p {
		font-size:0.9em;
	}
	.caption h4 {
		font-size:1.2em;
	}
}

