/* CSS RESET
/* --------------------------------------------------------------------------------------------------------------- */
*, html, div, ul, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, th, td, hr, p, ol, dl, dt, dd {margin:0; padding:0;}
fieldset, img, hr { border:0;}
ol, ul, li { list-style:none;}
a img { border:0;}
/* Défault
/* --------------------------------------------------------------------------------------------------------------- */
*:focus 							{outline: none;}
/* marges
/* --------------------------------------------------------------------------------------------------------------- */
.mt15							{ margin-top:15px;}
.mt30							{ margin-top:30px;}
.mb15							{ margin-bottom:15px;}
.mb30							{ margin-bottom:30px;}

/* General
/* --------------------------------------------------------------------------------------------------------------- */
body{
	font-family: 'Lato';
	font-weight: normal;
	overflow-x:hidden; 
}
.red{
	color: #a30823;
}
/* Header
/* --------------------------------------------------------------------------------------------------------------- */
.top-header{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 6px 0;
	color: #727070;
	font-size: 12px;
}
.top-header i{
    font-size: 15px;
}
.top-header .slinks{}
.top-header .slinks ul>li>a,
.top-header p>a{
	color: #727070;
	text-decoration: none;
}
.bottom-header{
	width: 100%;
	height: auto;
	background: #e7e8e8;
}
.navbar-nobel{
	margin-bottom: 0;
	min-height: 110px;
	background: #e7e8e8;
	border:0;
}
.navbar-nobel .navbar-nav>li>a{
	font-size: 16px;
	color: #000000;
	padding: 55px 28px 35px 28px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}
.navbar-nobel .navbar-nav>li:last-child a{
	border-right: 0;
}
.navbar-nobel .navbar-nav>.active>a,
.navbar-nobel .navbar-nav>.active>a:hover,
.navbar-nobel .navbar-nav>li>a:hover{
	color: #fff;
	background: #a30823;
	border-right: 1px solid #a30823;
}
.navbar-nobel .navbar-toggle{
	background: #a30823;
	margin-top: 35px;
	border:0;	 text-align: justify;
}
.navbar-nobel .navbar-toggle.collapsed{
   background: #a30823;
}
.navbar-nobel .navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-nobel .navbar-toggle:hover,
.navbar-nobel .navbar-toggle:focus{
	background: #fff;
}
.navbar-nobel .navbar-toggle:hover .icon-bar,
.navbar-nobel .navbar-toggle:focus .icon-bar{
	background:#a30823; 
}
.menu.cloned{
	position: fixed;
	top: 0;
	margin-top: 0;
	z-index: 1001;
}
#carousel-nobel .carousel-indicators{
       bottom: 35px !important;
}
.welcome{
	background:#e7e8e8;
	padding: 0;
	margin-top: -35px;
	position: relative;
	z-index:1000;
}
.img-welcome{
	background: url('../images/presentation.jpg') no-repeat left;
	background-size: cover;
}

.welcome .img-welcome{
	padding: 0;
    width: 100%;
    min-height: 328px;
    position: relative;
    display: inline-block;
}
.welcome .img-welcome img{
	width: 100%;
	height: 100%;
}
.welcome .desc-welcome{
	padding: 30px;
}
.welcome .desc-welcome h2{
	font-size: 20px;
	margin-bottom: 40px;
}
.welcome .desc-welcome h2 span{
	font-size: 26px;
}
.welcome .desc-welcome p{
	font-size: 14px;
	color: #727070;
	text-align: justify;
}
.services{
   margin-top: 60px;
   margin-bottom: 85px;
}
.services .top-services{
	padding: 0;
	margin-bottom: 35px;
}
.services .top-services h1{
	font-size: 45px;
	font-weight: bold;
}
.services .top-services p{
	font-size: 14px;
	color: #000;
	width: 400px;
	margin: 0 auto;
}
.services .bottom-services{}
.one-serv{

}
.one-serv .img-serv{
	text-align: center;
	margin-bottom: 20px;
}
.one-serv .img-serv img{
	width: 84px;
	height: 84px;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.one-serv:hover .img-serv img{
-moz-transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
transform:rotateY(180deg);
}
.one-serv h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 24px;
}
.one-serv p{
	text-align: justify;
	font-size: 14px;
	color: #000;
}
.one-serv .link-serv{
   position: relative;
   margin-top: 27px;
}
.one-serv .link-serv a{
	font-size: 12px;
    text-decoration: none;
    width: 85px;
    height: 20px;
    background: #f5f5f5;
    position: relative;
    display: inline-block;
    z-index: 9;
}
.one-serv .link-serv a:hover{
	color: #e0072d;
}
.one-serv .link-serv hr{
	width: 100%;
	height: 1px;
	background: #a30823;
	position: absolute;
	top: 8px;
}
.activities{
    background: url('../images/bg-activite.jpg') no-repeat fixed;
    background-size: cover;
}
.activities .top-activities{
  margin-top: 35px;
  margin-bottom: 40px;
}
.activities .top-activities h2{
	font-size: 45px;
	font-weight: bold;
}
.activities .top-activities p{
	font-size: 14px;
	width: 344px;
	margin: 0 auto;
}
.activities .bottom-activities{
   margin-bottom: 35px;
}
.one-activities{
   margin-bottom: 30px;
}
.one-activities .img-activities{
	
}
.one-activities .img-activities img{
	width: 100%;
	height: auto;
}
.one-activities .desc-activities{
	margin-top: 20px;
}
.one-activities .desc-activities h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.one-activities .desc-activities p{
	text-align: justify;
	font-size: 14px;
	color: #000;
}
.one-activities .desc-activities .link-activities{
   position: relative;
   margin-top: 27px;
}
.one-activities .desc-activities .link-activities a{
	font-size: 12px;
    text-decoration: none;
    width: 85px;
    height: 20px;
    background: transparent;
    position: relative;
    display: inline-block;
    z-index: 9;
}
.one-activities .desc-activities .link-activities a:hover{
	color: #e0072d;
}
.one-activities .desc-activities .link-activities hr{
	width: 75%;
    height: 1px;
    background: #a30823;
    position: absolute;
    top: 5px;
    right: 0;
}
.partenaires{
	padding: 80px 0;
}
.footer{
	border-top: 3px solid #a30823;
	padding-top: 55px;
	background: #e7e8e8;
}
.top-footer{
	padding-bottom: 100px;
	border-bottom: 1px solid #6d6f71;
	background: url('../images/map.png') no-repeat 100% 0% #e7e8e8;
}
.top-footer h5.title{
	font-size: 14px;
	color: #a30823;
	margin-bottom: 15px;
}
.top-footer p{
	font-size: 14px;
	color: #727070;
	margin-top: 5px;
	margin-bottom: 5px;
}
.top-footer .slinks{
	margin-bottom: 25px;
}
.top-footer .slinks ul>li a{
	text-decoration: none;
	color: #727070;
	font-size: 15px;
}
.top-footer .newsletter form{
	position: relative;
	width: 100%;
	height: 27px;
}
.top-footer .newsletter form input[type="email"]{
	width: 100%;
	height: 27px;
	border: 1px solid #727070;
	padding-left: 10px;
	line-height: 28px;
}
.top-footer .newsletter form input[type="email"]:focus{
	border: 1px solid #a30823;
	line-height: 30px;
}
.top-footer .newsletter form .btn-nobel{
	width: 83px;
    height: 27px;
    background: #a30823;
    border: 1px solid #a30823;
    line-height: 13px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}
.botton-footer{}
.botton-footer p{
	font-size: 12px;
	color: #6d6f71;
	line-height: 60px;
}
.botton-footer a{	text-decoration: none;	color: #6d6f71;}.botton-footer .img-webcarre{	text-align: right;}

/***************************/
.title-page{
	padding-top: 30px;
	color: #a30823;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #a30823;
}
.divdescription{
	padding: 50px 0;
}
.divdescription p, .divdescription strong, .divdescription span{
    font-size: 17px !important;
    color: #000000 !important;
    text-align: justify !important;
	font-family: 'Segoe UI' !important;
}

.menu.cloned .navbar-nobel{
	min-height: 70px;
}
.menu.cloned .navbar-brand{
	padding: 7px;
}
.menu.cloned .navbar-brand img{
	width: 120px;
}
.menu.cloned .navbar-nobel .navbar-nav>li>a{
	padding: 30px 28px 20px 28px;
}
.menu.cloned .navbar-nobel .navbar-toggle {
    margin-top: 18px;
}#formID13 {  margin-top:10px;}#formID13 .row{	margin-top: 10px;}


/*****Back to top*****/
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgb(163, 8, 35);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	color:#fff;
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.welcome2{padding:0px;}
.welcome2:before, .welcome2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #b8b8b8;
  box-shadow: 0 15px 10px #b8b8b8;
  transform: rotate(-3deg);
}
.welcome2:after
{
  transform: rotate(3deg);
  right: 3px;
  left: auto;
}
.c-img{
position: absolute;
top: 30%;
left: 42px;
width: 572px;
opacity: 0;
z-index: -2;
background: #ccc;
padding: 20px;
cursor:pointer;
}
.c-img2{
position: absolute;
top: 30%;
left: 42px;
width: 572px;
opacity: 0;
z-index: -2;
background: #ccc;
padding: 20px;
cursor:pointer;
}
.c-img3{
position: absolute;
top: 30%;
left: 42px;
width: 572px;
opacity: 0;
z-index: -2;
background: #ccc;
padding: 20px;
cursor:pointer;
}
.c-img4{
position: absolute;
top: 30%;
left: 42px;
width: 572px;
opacity: 0;
z-index: -2;
background: #ccc; 
padding: 20px;
cursor:pointer;
}
.aff{
opacity:1;
z-index: 2;
}
.fermer{
color:#cc0000;
font-size:16px;
text-align:right;
cursor:pointer;
}
.div-gd{
position:relative;
float:left;
padding:0 15px;
margin-bottom:15px;
}
.divmsg{
color:red;
font-weight:bold;
}
.divmsg2{
color:green;
font-weight:bold;
}
.input-newsletter{
	width: 70%;
    height: 27px;
	padding:3px;
	    border: 1px solid #a30823;
}