	html {
	
	}
	
	

body {
	
	
        font-family: 'Myriad Pro', sans-serif;
        letter-spacing: 0.7px;
	font-weight : 300;
	color: #333333;
	line-height: 19px;
	font-size: 15px;
	background: white;
	
	

	}
	

	
/* LOADER */

.loader{
	background: url('../images/loader.svg') 50% 50% no-repeat rgba(255, 255, 255, 0.1);
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	

	
	
h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    padding-bottom: 15px;
    margin: 0;
    line-height: 1.2;
    font-weight : 300;
    font-style: normal;
    border : none;
    text-transform : uppercase;
    align-content: none !important;
    text-transform: uppercase;

}

h1 {
	
	font-size : 55px;
	padding-bottom : 35px;

	}
        
.home h1 {
     font-family: 'Myriad Pro', sans-serif;
    font-size : 23px;
    padding-bottom: 10px;
    color: #e01f16;
    letter-spacing: 1.5px;
}
	
	
h2 {
	font-size : 35px;
	padding-bottom : 10px;
	margin-bottom : 20px;
	font-weight : 700;
	
	}
	
.page-header h2 {
	
	
}
	


	
h3 {
	font-size : 40px;
        font-weight : 700;
	}
	
h4 {
	font-size : 15px;
	margin-bottom : 5px;
	margin-top : 15px;
	padding : 0;}


h5 {
	font-size : 16px;
	color : #be222a;
border-bottom : 1px solid #be222a;
padding : 0;
padding-bottom : 5px;
margin-bottom : 5px;
font-weight : 500;
}

h6 {
	font-weight : 700;
	color : #e42313;
	font-size : 13px;
}

hr {
	border-top : 1px solid #6e6e6e;

}

a:focus {
	outline:0px !important;
	
	}
	
a, a:visited {
	color : #e01f16 ;
	text-decoration : none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
	
a:hover, a:focus {
	color : #fd2a20;
	text-decoration : none !important;
	}
	
p {
	margin : 0 !important;
	line-height : 19px !important;
}

b,
strong {
 font-weight : 700;
}

section ul li {
	margin-bottom : 5px;
	padding-left : 10px;
	}
	

.page-header {
    
	border : none;
	padding : 0;
	margin : 0;
        
}
	

	
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	border : none;
}



#master ul {
	padding-top : 10px;
	padding-bottom : 10px;
}

/* #master ul {
	
	list-style-image : url(../images/puce.png);
} */


/* ********************** HEADER ***************************************************** */
	
	
header {
	min-height: 0px;
        position: relative;
}



.logo img {
	
}

.logo {
    
   
}

/*Recherche*/

.recherche {
    
    min-height : 40px;
    padding : 0px;
    background : white;
    width : 100%;
    border-bottom: 1px solid #e6e6e6;
    
}

.recherche label {
    display : none;
}

.recherche input {

    border : none !important;
    color : #333333;
    font-size : 20px;
    font-style : italic;
    height : 40px;
    line-height : 40px;
    margin-bottom : 0 !important;
    
}

.recherche .loupe {
    
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    
}

.recherche .loupe:hover {
    opacity: 0.7;
}

.recherche button, button.rechercheopen {
    
    border : none !important;
    cursor: pointer;
    padding : 0 !important;
    height : 40px !important;
}

.recherche button {
    
    float: right;
    margin-right : 10px !important;
    padding : 0 !important;
    height : 40px !important;
}

button.loupe {
    height : 40px !important;
    background: transparent !important;
    color : black !important;
    padding: 0 !important;
    float:none;
    display: inline-block;
}

button.rechercheopen {
    
    position : absolute;
    bottom : 0px;
    right : 20px;
    width : 40px;
    height : 40px;
    background: transparent !important;
    color : black;
    
}

button.rechercheclose {
    
    background : transparent !important;
    color : black;
    margin-right : 35px !important;
}



/* ********************** NAVIGATION ***************************************************** */

nav {
   margin-left : -15px;
   margin-right : -15px;
   min-height : 60px;
   padding-bottom: 0px !important;
   padding-top: 10px !important;
   background: transparent !important;
   position: relative;
   z-index : 1;
    position : relative;
}

.navbar-brand img { 
    height : 120px;
}

nav .navbar-nav {
    position : relative;
    overflow: hidden;
}

nav .navbar-nav > li a {
    display : block;
    height : 60px;
    padding-top : 20px;
    padding-bottom : 20px;
    line-height : 22px;
    padding-left: 12px;
    padding-right: 12px;
   color : black !important;
   text-transform: uppercase;
   font-size : 17px;
  font-family: 'Merriweather', serif;
  border-bottom: 3px solid transparent;
  text-align: center;
}


        

.navbar-toggler {
    background: transparent !important;
    top : 15px;
    border-color: rgba(0, 0, 0, 0.5) !important;
    z-index : 3;
}

.navbar-toggler:hover {
    background : rgba(255,255,255,0.3) !important;
    cursor : pointer;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav .navbar-nav > li a:hover {
	color : black !important;
        border-bottom: 3px solid #e01f16;
	}
	
nav .navbar-nav > li.active a {
	color : black !important;
        border-bottom: 3px solid #e01f16;
}

/* SOUS-MENU */
@media (min-width: 768px) {
nav ul.dropdown-menu {
	border : none;
	background: rgba(0,0,0,0.7);
	margin-top : 25px !important;}

nav ul.dropdown-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color:  rgba(0,0,0,0.7);
	border-width: 25px;
	margin-left: -25px;
}
}

nav ul.dropdown-menu li {
	width : 100%;
	}
	
nav ul.dropdown-menu li a {
	height : 30px;
	line-height : 30px;
	color : white !important;
	font-size : 14px;
	text-transform  : none;
	text-align : center;
	padding-left : 20px;
	padding-right : 20px;
	font-weight : 300;
        border-bottom : 1px solid transparent !important;
	}
nav ul.dropdown-menu li a:hover {
	color : #cacaca !important;
	border-bottom : 1px solid transparent !important;
}	

nav li.active ul.dropdown-menu li a {
	background : none !important;
	border-bottom : 1px solid transparent !important;
}


/* ********************** SLIDE ***************************************************** */

.slide {
   
}

.djslider-default .navigation-container-custom {
    bottom : 45px !important;
    top : auto !important;
    
}

.djslider-default .load-button {
    width : 25px !important;
    height: 25px !important;
    border: none !important;
}


.slide-bottom {
    min-height : 200px;
    background: url(../images/footer.jpg) center center no-repeat;
    background-size: cover;
    color : white;
    padding-top: 50px;
    padding-bottom : 50px;
}

/* ********************** SECTION ***************************************************** */

.homecontent {
	
	margin-top : 50px;
        
}


.homemodule {
    position : absolute;
    left : 20px;
    top : 40px;
    background: #f5f5f5;
    z-index : 10;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.slidehome {
   text-align: right;
   border: 1px solid #f5f5f5;
   padding : 10px;
   
}



#master {
	padding : 0;
	background : transparent;
	
}

	
.mastercontainer {
	text-align : right;
}
	
.content-bg {
	
}
	
section {
	
}
.partenaires {
	position : absolute;
	bottom : 150px;
}
	

.agendahome {
	position : absolute;
	bottom : 0;
	height : 150px;
	background : #ce805a;
}

@media screen and (min-width: 1024px) {

.scroll {
	cursor:pointer;color:green;position:Absolute;right:10px;bottom:10px;z-index:9999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.scroll:hover {
	opacity : 0.6;
}
}

@media screen and (max-width: 1024px) {
	.scroll {
		display : none !important;
	}
}
	

/* ******************** CONTENU CENTRAL *********************** */
.home article {
    padding-bottom : 0px;
    padding-top : 0px;
    min-height : 0px;
}

article {
padding-top : 50px;
padding-bottom : 80px;
min-height : 100px;
	}
	

        .contact, .social {
            height : 70px;
            background: #e01f16;
            position : relative;
            z-index : 2;
            font-family: 'Merriweather', serif;
            color : white;
            font-size : 28px;
            font-weight: 700;
           line-height: 70px;
          
        }
        
        .contact p, .social p {
            line-height: 70px !important;
        }
        
        .social {
            background: #44619e;
        }
        
        .contact a, .social a {
            color : white !important;
        }
        
        .contact .col-md-6:hover .icone, .social .col-md-7:hover .icone {
            -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
        }
        
        .contact .icone, .social .icone {
            float : left;
            background: #cf0f06;
            height : 100px;
            width : 100px;
            border-radius: 100px;
            font-size : 50px;
            line-height: 100px;
            text-align: center;
            margin-top : -15px;
            margin-right: 20px;
             -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
        }
        
        .social .icone {
            background: #3b5998;
            
        }
        
        .contact img {
            height : 50px;
        }
	
/* Fil d'actualité	 */

#feed {
	opacity : 0.8;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	margin-bottom : 10px;
	margin-top : -10px;
	}
	
#feed:hover {
	opacity : 1;
	}

#feed ul.breadcrumb {
	padding : 0 !important;
	margin : 0 !important;
	background : transparent;
	}
	
#feed ul.breadcrumb li {
	list-style : none;
	display : inline;
	font-size : 11px;
	}
	
/* MODULE DU CENTRE */


	

	
/* ********************** ASIDE ***************************************************** */	

aside.left {
	padding : 0 !important;
	padding-right : 5px !important;
	margin-top : 40px;
	}
	
.aside_inner {
	background : rgba(51,53,66,0.7) !important;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 10px;
}
	
aside.left .container-fluid {
	padding : 0;}
	
aside.right {
padding-left : 50px;}

aside.left img, aside.right img {
	max-width : 100%;}

aside h3 {
	font-size : 25px;
	width : 100% !important;
	font-weight : 700;
	}

	
aside .moduletable {
	margin-bottom : 30px;
	}
	
aside .imgcontainer {
	width : 150px;
	height : 150px;
	overflow : hidden;
	margin : auto;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
margin-bottom : 10px;
	}
	




/* ********************** ROWING ***************************************************** */

#rowing {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2969b0+0,578fb2+99 */
background: rgb(41,105,176); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(41,105,176,1) 0%, rgba(87,143,178,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(41,105,176,1) 0%,rgba(87,143,178,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(41,105,176,1) 0%,rgba(87,143,178,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2969b0', endColorstr='#578fb2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

padding-top : 80px;
padding-bottom : 80px;
}

.rowing-col {
	padding : 20px;
	padding-top : 0;
	padding-bottom : 8px;
}

.rowing-col1 .rowing-inner {
	background : transparent;
	border : none;
}



.rowing-inner {
	height : 300px;
	/* background : #3472b0; */
	font-size : 20px;
	padding : 10px;
	
}

.rowing-inner img {
	
	height : 150px;
	width : auto;
	margin-top : 20px;
	
}


/* ********************** FOOTER ***************************************************** */

	
footer {
	
	border : none !important;
	padding : 50px;
	background: #353535;
       color: white;
       
}



footer .signature {
	text-align : right;
        opacity : 0.8;
        -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
        font-size : 13px;
}

footer .signature:hover {
    opacity: 1;
}
	
footer .webdesign {
	text-transform : uppercase;
	font-size : 14px;
}

footer label {
    display : none;
}

footer .uk-form-controls {
    margin-left : 0 !important;
}

footer .moduletable {
    margin-bottom : 50px;
}
	
footer h3 {
	font-size : 22px;
	
	}
	
footer .signature a, footer .signature a:visited {
	color : #2c5895 !important;
}

footer .signature a:hover {
	opacity : 0.7;
}

/* RSFORM PRO */

.rsform-calendar-button {
display : inline-block;
width : 30px !important;
	}
	
.formCaption2 {
	color : #be222a;
	}
	
 aside input.rsform-input-box,  aside div.formBody {
	width : 100% !important;}

li.rsform-block.rsform-block-securite {
	position :relative;}
	
img#captcha33 {
	position : absolute;
	right : 0;
	bottom : -40px;
	border : 1px solid #be222a;
	
	}

input#captchaTxt33.rsform-captcha-box {
	min-width : 150px !important;}
	
aside .rsform-block, aside form#userForm, div.rsform, fieldset.formFieldset, .rsform ol, .rsform li {
	width : 100% !important;}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"]
{
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus
{
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  outline-width: 0px;
  outline-style: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"]
{
	width : 40px !important;
}

.formResponsive .formHorizontal .formControlLabel
{
	padding-bottom : 5px;
}

form#userForm textarea {
	min-height : 100px;
	}

.formResponsive .formHorizontal .formControlLabel
{

}

form#userForm input#envoyer {
	background : black;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
	
form#userForm input#envoyer:hover {
	opacity : 0.8;}
	


/* TABS */

#ui-tabs {
	margin-top : 40px;
}

#tabs {
	border-bottom : 1px solid #e7e7e7;
	padding : 0 !important;
}

#tabs > li {
	margin : 0 !important;
	background : transparent;
	padding : 15px;
	
}

#ui-tabs ul#tabs li.current {
	background : #f1f1f1;
	border-top : 1px solid #e7e7e7;
	border-right : 1px solid #e7e7e7;
	border-left : 1px solid #e7e7e7;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

#ui-tabs .tabs {
	padding-top : 30px;
}


/* GOOGLE MAPS */
 #map_canvas { 
 height: 350px ;
 width:100%;
 margin-left : 0px;
 margin-right : 0px;
 padding : 0 !important;
 opacity : 0.7;
 -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
 }
 
  #map_canvas:hover {
	opacity : 1;
	}

	/* CAROUSEL */
	
.carousel-message H2 {
	
	text-transform : none;
	font-size : 45px;
	font-style : italic;
}




.home .menu-bottom li a {
	color : white;
	text-shadow: 2px 2px #8a8a8a;
}

.menu-bottom li a {
	height : auto !important;
	background : none;
	padding : 0px !important;
	color : #737373;
	padding-left : 15px !important;
	padding-right : 15px !important;
}

.menu-bottom li a:hover {
	background : none;
	opacity : 0.7;
}

@media screen and (max-width: 1400px) {
nav .navbar-nav > li a {
 padding-left: 8px;
 padding-right : 8px;
 font-size : 14px;
}
}

@media screen and (max-width: 1250px) {
    
nav .navbar-nav > li a {
 padding-left: 7px;
 padding-right : 7px;
 font-size : 13px;
}

 .contact, .social {
            height : auto;
            min-height : 70px;
}
	
@media screen and (max-width: 1024px) {
    header {
        padding-right : 60px;
    }
    
    .homemodule {
    position: relative;
    left: 0px;
    top: 0px;
    width : 100% !important;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
-moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 0);
box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 0);
    }
    
    nav {
        min-height : 80px;
    }
        
    .slide {
    margin-top : 0px;
    }
    
    .contact {
        height: auto;
        padding-top : 40px;
    }
    
    .home .contact {
    margin-top: 0px;
}
    
    .contact .custom {
        margin-bottom : 40px;
        text-align: center;
    }
    
    .icone {
       width : 100%;
       text-align : center;
       margin-bottom : 15px;
    }

}

@media screen and (max-width: 992px) {
    /*Afficher les éléments de menu sur toute la largeur*/
    .navbar .container-fluid, .navbar-collapse, ul.navbar-nav, nav li {
         width : 100%;
    }
    
    /*Permet de laisser de l'espace au Toggler*/
    .navbar {
        padding-bottom : 20px !important;
    }
    
    
    
    nav li a {
                width : 100%;
		text-align: center;
               border : none !important;
                height : 50px !important;
                line-height: 50px !important;
                font-size : 17px !important;
                padding: 0 !important;
    }
    
    nav .dropdown-toggle {
        padding-left : 30px !important;
    }
    
    /* SOUS-MENU */
   
    nav ul.dropdown-menu, .dropdown-menu {
            border : none;
            background-color : rgba(255,255,255,0.2) !important;
            margin-top : 0px !important;
    }

    nav ul.dropdown-menu:after {
           display : none;
    }

    nav ul.dropdown-menu li a {
            height : 25px;
            line-height : 25px;
            background-color: transparent !important;
            border-bottom : 1px solid transparent !important;
            }
    
            .homecontent {
	
	margin-top : 20px;
        
}
}


@media screen and (max-width: 768px) {
	
	
	
	h1 {
	
	font-size : 35px;
	

	}
	
	/* HEADER */
	header {
		overflow : hidden !important;
		padding-top : 0px;
		padding-bottom : 0px;
             
        padding-right : 0px;

		
	}
		
	.header-module {
	font-size : 40px;
	margin-left : 0;
	margin-bottom : 30px;
	overflow : hidden !important;
	}
	
	
	.logo img {
	width : 170% !important;
        margin-left : -50px;
	}


	

	/* NAVIGATION */
	

	


	/* CONTENT	 */
	
	#master {
		padding : 5px;
		overflow : hidden;
		padding-top : 30px;
	}
		
	article
	{

	  
	}
	
	h2 {
		font-size : 25px;
		padding-bottom : 10px;
		
		}
	
	
	
		
	/* DIVERS */
	
	
	article {
		min-height : 0;
		}
		
	aside {
		margin-bottom : 20px;
	}
	
        .article .slide {
            display : none !important;
        }

        footer {
            text-align: center !important;
        }
        
        footer table {
            display: inline-block;
            text-align : left !important;
        }


.footer-left, .footer-right {
	text-align : center !important;
	margin-top : 20px;
}

.footer-right {
	margin-top : 40px;
}

.signature {
	margin-top : 30px;
        text-align: center !important;
}



}



/* HIDE */







  @media only screen and (max-width : 768px) {
        
      .contact {
          font-size : 23px;
          
      }
      
      .social .custom {
          padding-left : 120px;
      }
      
      .social .custom p {
          line-height : 50px !important;
      }
	/*Permet de laisser de l'espace au Toggler*/
        .navbar .container-fluid {
            padding: 0 !important;
        }

        .navbar .navbar-nav {
            padding: 40px;
        }

        nav li a {
                    
                    padding-left : 0px !important; /*Recentre le menu pour le Toggler*/
                    
        }

        nav .dropdown-toggle {
            padding-left : 15px !important;
        }
        
        .logo img {
	width : 90% !important;
        margin-left : 0px;
        margin-bottom : 30px;
	}
        
        .logo2 {
            text-align : center !important;
            display : none;
        }
        
        .logo2 img {
            float : none !important;
            display: inline-block;
        }
  
    }
	
	
