
/*********************************************
                     GENERAL
 *********************************************/


body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:14px;
    color:#292929;
}

.aligne-center{
    text-align:center;
}

.aligne-justify{
    text-align:justify;
}

button{
    border: none;
    background: transparent;
    outline: 0;
    text-align: left;
}

ul, ol{
    padding-left: 25px;
}

h1{
    font-weight: normal;
    font-size:26px;
    color:#F15939;
    font-family: 'neucha';
}

h2{
    font-weight: normal;
    font-size:26px;
    color:#F15939;
    font-family: 'neucha';
    margin: 30px 0;
}

h3{
    font-weight: normal;
    font-size:18px;
    color:#1CB6B0;
}

a {
    text-decoration: none !important;
    transition: all 0.3s linear;
    color: #F15939;
}

a:hover{
    color: #1C5E93;
}

.btn{
    transition: all 0.3s linear;
    font-weight: 400;
    font-size:16px;
    text-transform: uppercase;
    background:#F15939;
    border: none;
    border-radius: 0;
    filter:none;
    color: #FFF;
    text-shadow: none;
    padding: 5px 20px;
    font-family: 'Open Sans', sans-serif;
    white-space: normal;
    border-radius:4px;
}

.btn:hover,.btn:focus{
    background: #1C5E93;
    color: #FFF;
}

.btn-primary {
    background-image: none;
    background: #1C5E93;
    filter:none;
}

.btn-primary:hover{
    background:#F15939;
}

.btn-default{
    border:none !important;
    background-color: #F15939 !important;
    color:white !important;
}

.btn-default:hover, .btn-default:focus{
    background-color: #1CB6B0 !important;
}

label{
    font-weight: 400;
}

strong{
    font-weight: 600;
}

object {
    width:100%;
    height:600px;
    overflow: scroll;
}

.blue{
    color:#1CB6B0;
}

.orange{
    color:#F15939;
}


/*********************************************
                ACCUEIL
*********************************************/


h4 >strong{
    font-weight:bold;
    font-size:20px;
    color:#f11439;
}


.contenu ul li, .bandeau ul li {
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}

.contenu ul li:before, .bandeau ul li:before{
    display: inline-block;
    content: "\f101";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: -18px;
    top: -2px;
    font-size: 18px;
}

.contenu{
    padding: 40px 0;
}



/*********************************************
                CONTENU PAGES
*********************************************/

.bandeau ul li:before{
    top: 0;
}

.bandeau{
    background: #F15939;
    color: #FFF;
    padding: 50px 0 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.bandeau h1{
    font-family: 'neucha';
    color: #FFF;
    margin: 15px 0 30px;
}

.bandeau h2{
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}

.bandeau a{
    color: #FFF;
    text-decoration: underline !important;
}

.bandeau a:hover{
    color: #F11439;
    text-decoration: underline !important;
}


/*********************************************
              MEDIA QUERIES
*********************************************/

@media (min-width:1200px) {
    .bandeau h1{font-size: 36px;}
    h1, h2{font-size: 28px;}
}

@media (max-width:991px) {
    .bandeau{padding: 20px;}
    .pageActivite .bandeau{text-align: center; padding: 20px 0 100px;}
    .pageActivite .contenu{padding: 150px 0 40px;}
}

@media (max-width:767px) {
    h2{font-size: 24px;}
}

@media (max-width:450px){
    .bandeau{padding: 15px 0;}
}