@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

/*
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;  */
/*    color: #fff;*/
}

/*

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

img{
    max-width: 100%;
}

h4 {
    font-size: 16px;
}

a {
    color: #EC5538;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #EC5538;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #EC5538;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #EC5538;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-title{
    padding: 60px 0;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 64px;
}
*/

/* FOOTER2 */

.footer2 {
    background: none repeat scroll 0 0 #000000;
    border-top: 5px solid #ca2d26;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

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

.footer-logo{
    display: inline-block;
}

#bottom {
	padding:25px 0 50px 0;
	background: #f5f5f5;
    border-bottom: 5px solid #ca2d26;
	font-family: "Ubuntu", Calibri;
    font-size: 14px;
}

#bottom h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 4px 0;
}

#bottom ul li a {
    color: #808080;
    font-weight: 300;
}

#bottom ul li a:hover {
    color: #ca2d26;
}

#bottom .widget {
    margin-bottom: 0;
    padding-left: 15px;
}

/* Colonne : COORDONNEES */

#bottom .coordonnees h3 {
	margin-top:25px;
	padding-left: 15px;
}

#bottom .coordonnees ul li {
	padding: 0 0 0 15px; 
	font-size: 12px;
}

#bottom .coordonnees ul li a {
    color: #808080;
    font-weight: 300;
}

/* END Coordonnées */

#footer2 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000000;
	font-family: "Ubuntu", Calibri;
    font-weight: 300;
}

#footer2 a {
    color: #fff;
}

#footer2 a:hover {
    color: #ca2d26;
}

#footer2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer2 ul>li {
    display: inline-block;
    margin-left: 15px;
}

#footer2 .img-responsive a {
	display: block;
	vertical-align: middle;
}	

/*************************************
********* ADAPTATION RESPONSIVE ******
*************************************/

/* lg */ 
@media (min-width: 1200px) {
 
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
 
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  
}

/* xs */
@media (max-width: 767px) {

  #footer2 .col-sm-6{
      text-align:center;
  }
  
  #footer2 .pull-right{
      float: none !important;
  }

  .footer-logo{
        margin-bottom: 30px;
    }

}

/* XS Portrait */
@media (max-width: 480px) {

}

