@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

html, body {
	background: #fff;
	width: 100%;
	position: relative;
	font: normal 16px/20px 'Roboto', sans-serif;
	color: #333;
}

* ul { list-style: none; }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #ccc;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:hover {
	color: #cc3333;
	text-decoration: none;
}

#toTop {
    background: url(../images/toTop.png) 0 0 no-repeat;
    border: none;
    bottom: 32px;
    display: none;
    height: 80px;
    left: 56.7%;
    margin-left: 489px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 80px;
    z-index: 20;
    opacity: .9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -ms-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}

#toTop:hover {
    background: url(../images/toTop-hover.png) 0 0 no-repeat;	
	opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    box-shadow: inset 0 0 6px #2d3690;
    -webkit-box-shadow: inset 0 0 6px #2d3690;
    -moz-box-shadow: inset 0 0 6px #2d3690;
}


.color-1 {
	color: #cc3333;
}

.color-2 {
	color: #cc3333;
}

.color-3 {
	color: #69C;
}
.color-4 {
	color: #f3cd35;
}
/************Header************/

#header {
	position: relative;
}

h1 {
	margin: 10px 0 29px;
	position: relative;
}

.logo-2 {margin: 0px;}

.top-address {
	position: relative;
	height: 39px;
	max-height: 39px;
	float: right;
}

.top-address span {
	color: #777777;
	font: bold 24px/24px 'Roboto';
	padding-top: 4px;
}

.top-address p {
	color: #cc3333;
	font-size: 27px;
	line-height: 35px;
	display: inline-block;
	font-weight: bold;
}

/************Content***********/

.p-41 {padding: 42px 0 25px;}
.p-42 {padding: 42px 0 50px;}
.p-50 {padding: 50px 0 51px;}

h2,h3,h4,h5,h6 {
	display: block;
	font: bold 32px/37px 'Roboto', sans-serif;
	color: #cc3333;
	position: relative;
}

h2 {
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 16px;
	color: #333333;
}

h3 {
	font-size: 19px;
	line-height: 24px;
	display: inline-block;
	font-weight: bold;
	margin-top: -6px;
}

h4 {
	font-size: 32px;
	line-height: 37px;
	display: inline-block;
	font-weight: bold;
}

h5 {
	font-size: 17px;
	color: #333;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 17px;
	font-weight: 400;
}

h6 {
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
}

.size-1 {
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

.width {width: 77%}

.bg-1 {
	position: relative;
	background: #ffffff;
}

.bg-2 {
	position: relative;
	background: #ededed;
}

.section, .article {
	position: relative;
	overflow: hidden;
}

.article {margin-bottom: 7px;}

.info_block {
	position: relative;
	padding-top: 14px;
}

.info_block p {
	margin-top: 10px;
}

.box,
.box-1,
.box-2 {
	position: relative;
	overflow: hidden;
	margin: 0 0 26px 0;
	width: 100%;
	padding-top: 22px;
}

.box-1,
.box-2 {
	margin: 6px 0 18px;
	padding-top: 0px;
}

.box-2 {
	padding-top: 25px;
	margin: 0 0 20px;
}

.box a,
.box-1 a,
.box-2 a,
.block-2 a {
	color: #333333;
	font-size: 25px;
	line-height: 24px;
	font-weight: 800;
	display: inline;
}

.box-1 a, .block-2 a {color: #cc3333;} 

.box a:hover, .box-2 a:hover {color: #cc3333;}

.box-1 a:hover, .block-2 a:hover {color: #333333;} 

.box p {margin-top: 25px;}

.box-1 p, .box-2 p {
	margin-top: 7px;
	font-weight: 500;
}

.icon, .icon-1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: center;
	width: 78px;
	height: 78px;
	background: #cc3333;
	z-index: 0;
	margin: -12px 17px 0 0;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.icon-1 {
	width: 70px;
	height: 70px;
}

.icon-1 > img {padding-top: 11px;}

.icon:hover, .icon-1:hover  {
	background: #333333;
	cursor: default;
}

.fa {
	z-index: 1;
	color: #fff;
	font-size: 42px;
	line-height: 75px!important;
}

.divider, 
.divider-1, 
.divider-2 {
	position: relative;
	overflow: hidden;
	margin: 19px 0 33px;
	border-top: 1px solid #dadada; 
}

.divider-1 {margin: 0px;}
.divider-2 {margin: 19px 0 42px;}

.thumbnail {
	position: relative;
	margin: 14px 0 0;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.capture {
	position: relative;
	padding: 14px 20px 17px;
	background: #cc3333;
	color: #fff;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.capture:hover {background: #4887ef;}

.capture a {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}

.capture a:hover {color: #000;}

.capture p {margin-top: 7px;}

.text {
	position: relative;
	padding-top: 6px;
	margin-bottom: 18px;
}

.extra {margin-bottom: 24px;}

/*================subscribe-form==================*/

#form1 {
  position: relative;
  margin: -2px 0 34px 0;
  padding: 22px 30px 24px;
  background: #ededed;
}

#form1 input {
  background: #ffffff;
  display: inline-block;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  border: 1px solid #dadada;
  font: 400 normal 13px/18px 'Roboto', sans-serif;
  color: #333;
  padding: 3px 9px;
  letter-spacing: 0;
}

#form1 label {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100%;
}

#form1 fieldset {
  width: 100%;
  float: left;
}

#form1 p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin: 6px 0 3px;
	color: #333333;
}

#form1 fieldset p {
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 33px;
	color: #cc3333;
	font-weight: bold;
	margin: 2px 0 0 0;
}

#form1 .error {
  height: 0;
  overflow: hidden;
  font: 10px/30px Arial;
  color: red;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: -11px;
}

#form1 .success {
  position: absolute;
  overflow: hidden;
  padding: 0;
  right: 30px;
  bottom: 40px;
  display: none;
  border:none;
  z-index: 10;
  text-align: right;
  font: 700 13px/18px Arial, sans-serif;
  color: #cc3333;
}

#form1 label.invalid .error {height: 19px;}

#form1 label img {
	position: relative;
	display: inline-block;
	top: -1px;
	right: -4px;
	height: 39px;
	width: 43px;
}

#form1 a {
	background: url(../images/form-btn.png) 0 0 no-repeat;
	margin-top: 20px;
	color: #fff;
	display: inline-block;
	width: 195px;
	height: 54px;
	padding-left: 20px;
	font: 700 17px/52px 'Roboto';
	text-transform: uppercase;
	text-decoration: none;
}

#form1 a:hover {color: red;}

.image,
.image-1 {
	position: relative;
	border: 1px solid #dcdcdc;
}

.image-1 {margin-top: 30px;}

.link {
	position: relative;
	background: #cc3333;
	height: 54px;
	width: 135px;
	margin-top: 18px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: 700 17px/52px 'Roboto', sans-serif;
}

.link:hover {	
	background: #333333;
	color: #fff;
}

.link-1 {
	color: #cc3333;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	margin-top: 23px;
}

.link-1:hover {
	color: #333333;
	text-decoration: underline;
}

.block {
	margin-top: 18px;
	background: #cc3333;
	padding: 22px 29px 25px;
	color: #fff;
}

.block:after {
	background: url(../images/page1_img1.png) 0 0 no-repeat;
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: 23px;
	left: 31px;
}

.block-1 {
	position: relative;
	overflow: hidden;
	background: #ededed;
	padding: 21px 28px 30px;
	margin: 13px 0 31px;
}

.block-1 h4 {margin-bottom: 6px;}
.block-1 p {margin-bottom: 7px;}
.block-1 a {margin-top: 29px;}

.block-2 {
	position: relative;
	overflow: hidden;
	margin: 7px 0 17px;
}

.block-2 p {
	font-weight: 500;
	margin-top: 6px;
	width: 95%;
} 


.list, .list-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list li {
	padding-top: 0;
	margin-right: 3px;
	float: left;
	display: inline-block;
	width: 15px;
	margin-bottom: 5px;

	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.list li:hover {background: url(../images/star-hover.png) 0 5px no-repeat;}

.list-1 {margin-top: 23px;}

.list-1 li {
	padding-left: 13px;
	background: url(../images/arrow.png) 0 8px no-repeat;
	margin-bottom: 9px;
}

.list-1 li a {
	font-size: 13px;
	line-height: 20px;
	color: #777;
	display: inline;
	font-weight: 500;
}

.list-1 li a:hover {color: #cc3333;}


.caption {
	display: inline-block;
	position: relative;
	margin: 14px 0 0 30px;
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}


/************Footer************/

#footer {
	position: relative;
	color: #777777;
	height: 76px;
	font-weight: 500;
}

.copy {
	margin-top: 18px;
	font-size: 11px;
	line-height: 17px;
}

.copy > span {
	padding-bottom: 3px; 
	position: relative; 
	display: inline-block;
}

.copy a {
	text-transform: none;
	color: #777777;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.copy a:hover {color: #4887ef;}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
    
	.box a, 
	.box-1 a {font-size: 16px;}

	.image img, 
	.image-1 img, 
	.thumbnail img {width: 100%;}
	
	h3 > br {display: none;}

}

@media only screen and (max-width: 995px) {
      
	.width {width: 100%;}

	.caption, 
	.capture a {font-size: 16px;}
	
	.icon-1 {
		width: 44px;
		height: 44px;
	}

	.icon-1 > img {
		width: 50%;
		padding-top: 8px;
	}

}

@media only screen and (max-width: 767px) {
  
	.section-1 {margin-bottom: 45px;}

	.size-1 {text-align: justify;}

	.image {margin-bottom: 25px;}

	.icon-1 {margin-top: -6px;}

	.thumbnail {margin-bottom: 30px;}

	.block-2 a {font-size: 16px;}

}

@media only screen and (max-width: 480px) {
    
	.top-address p {font-size: 20px;}

	#form1 fieldset p {font-size: 14px;}

	#form1 .success  br {display: none;}
	#form1 .success {
		bottom: 93px;
		right: auto;
		left: 30px;
	}

	#form1 a {margin-top: 48px;}

	#form1 .error {bottom: -11px;}

}

@media only screen and (max-width: 320px) {

}
/*==================     Img block      ======================*/
.img_block {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.img_block p {
	left: 3px;
	position: relative;
	top: 3px;
	margin: 0;
}
.img_block:hover span:after {
	opacity: 0;
}
.img_block:hover span:before {
	opacity: 1;
}
.img_block:hover a {
	background: #272d33;
}
.img_block .caption {
	position: absolute;
	width: 60%;
	z-index: 1;
	color: #fff;
	left: 20px;
	bottom: 26px;
}
 @media (max-width: 479px) {
 .img_block .caption {
 bottom: 16px;
 left: 10px;
}
}
 @media (max-width: 479px) {
 .img_block .caption p {
 line-height: 15px;
}
}
.img_block .caption h3 {
	color: #fff;
	margin: 0;
}
 @media (min-width: 979px) {
 .img_block .caption h3 {
 font-size: 35px!important;
 line-height: 35px;
}
}
 @media (max-width: 479px) {
 .img_block .caption h3 {
 font-size: 20px!important;
 line-height: 25px;
}
}
.img_block a {
	color: #fff;
	background: #354278;
	bottom: 30px;
	display: inline-block;
	font-size: 47px;
	height: 70px;
	line-height: 64px;
	position: absolute;
	right: 30px;
	text-align: center;
	transition: all 0.25s ease 0s;
	width: 71px;
	z-index: 2;
}
 @media (max-width: 479px) {
 .img_block a {
 bottom: 10px;
 height: 60px;
 line-height: 54px;
 right: 10px;
 width: 61px;
}
}
.img_block a:hover {
	opacity: 0.8;
}
.img_block p {
	font-size:13px !important;
	line-height:13px !important;
	font-weight:normal!important;
}
.img_block span:after, .img_block span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.img_block span:after {
	background: -webkit-linear-gradient(left, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
	background: -o-linear-gradient(left, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
	background: linear-gradient(to right, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d33', endColorstr='#00272d33', GradientType=1 );
	/* IE6-9 */
    z-index: 1;
}
.img_block span:before {
	background: -moz-linear-gradient(left, #354278 3%, #354278 5%, rgba(252, 90, 10, 0) 100%);
	/* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(3%, #354278), color-stop(5%, #354278), color-stop(100%, rgba(252, 90, 10, 0)));
	/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #354278 3%, #354278 5%, rgba(252, 90, 10, 0) 100%);
	/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #354278 3%, #354278 5%, rgba(252, 90, 10, 0) 100%);
	/* Opera 11.10+ */
    background: -ms-linear-gradient(left, #354278 3%, #354278 5%, rgba(252, 90, 10, 0) 100%);
	/* IE10+ */
    background: linear-gradient(to right, #354278 3%, #354278 5%, rgba(252, 90, 10, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354278', endColorstr='#00354278', GradientType=1 );
	/* IE6-9 */
    opacity: 0;
}

.article h3{
		text-transform: uppercase!important;
		margin: 10px 0px!important;
		font-size: 20px!important;
		color: #cc3333!important;
}
.article h4{
	font-size: 16px!important;
		color: #cc3333!important;
		margin-bottom:5px!important;
}
.article strong{
	font-weight: bold!important;
}
.article p{
		margin: 0px 0px 10px 0px!important;
}
.article b{
	font-weight: bold!important;
}
h1 img{
	width: 100%!important;
}
@media only screen and (max-width: 767px) {
		address.top-address,
		address.top-address *{
			font-size: 14px!important;
			line-height:14px!important;		}
		.sidebar h4{
			font-size:24px!important;
		}
		.sidebar form a{
			font-size:14px!important;
		}
	}

p,
p > *,
p > font > span{
	font-size:14px!important;
}
address >  p,
address >  p > * {
    color: #777777;
    font: bold 24px/24px 'Roboto'!important;
    padding-top: 4px;
}
.cnil p,
.cnil p > *{
	font-size:11px!important;
	line-height: 11px!important;
}
.liens{
	margin-bottom:40px!important;
}
.liens li,
.liens li a{
	font-size: 22px!important;
	line-height: 28px!important;
}
.liens li{
	border-left: 5px solid #cc3333!important;
	padding-left: 10px!important;
}