/* 
    Created on : 9 juil. 2015, 09:44:28
    Author     : Hayat
*/

a{
    text-decoration: none;
    color : #303030
}
.termsAndConditionsLink a,a.termsAndConditionsLink{
    text-decoration: underline;
     color : #fc5421
}
a:hover,a:focus{
	color : #fc5421
}
.bgOrange{
   background-color: #fc5421;
	background-image: url(../images/bande_orange.jpg);
}
.bgBeige{
    background-color: #ebdbd0
}
.title.type1{
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-family: 'Roboto'; 
}
.title.type2{
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 20px;
    padding: 15px;
}
.title.type3{
    text-transform: uppercase;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: bold;
    
}
.listStyle{
    list-style: none;
    padding-left: 5px;
    margin: 0;
}
.listStyle li{
    padding-left: 15px;
    background: url(../images/icoList.png) no-repeat left 6px;
}
/* ------------------------------------- */
/* ------------ Bloc Home Contact -------- */
/* ------------------------------------- */
.contactSide {
    color : white;
	min-height: 500px;
}
.contactSide .content{
    padding: 15px;
}
.contactTel{
    display: block;
    padding-bottom: 172px;
    min-height: 148px;
    background: url(../images/contactTel.png) no-repeat 14px bottom;
    box-sizing: border-box
    
}
.contactSide .content a{
	color: #fff;
}
.contactSide .title.type2{
    text-align: center
}
.telNumber{
    font-size: 27px !important
}
.contactSide .listStyle{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px !important
}
.contactSide .sodislogo{
    height: 78px;
    vertical-align: bottom;
    padding-bottom: 0px;
    background: #f6f6f6;
    margin-left: 35px;
  	background-color: #f6f6f6;
  	padding: 10px;
}

.contactSide .contactsonassid{
    vertical-align: bottom;
    padding-top: 15px;
}

/* ------------------------------------- */
/* ------------ Bloc Home Actus -------- */
/* ------------------------------------- */
.actusSide{
    background: #eeeeee;
    padding-bottom: 3px;
    margin-bottom: 10px;
   /* width: 470px;
    height: 208px;*/
}
.actusSide .item{
    margin:0 14.5px;
    width: 200px;
    display: inline-block;
    color: #808080
}
.actusSide .title.type2{
    padding-bottom: 0;
}
.actusSide .item .title.type3{
    display: block;
    margin: 5px 0;
}
.actusSide .item p{
    margin: 0
}
.actusSide .item a{
    color: #808080
}

/* ------------------------------------- */
/* --------- Bloc Home Temoignage ------ */
/* ------------------------------------- */

.temoinSide{
    background: #ebdbd0;
    height: 163px;
    width: 470px;
}
.temoinSide .item{
    display: inline-block;
    margin-left: 10px
}

/* ------------------------------------- */
/* ------------ Bloc Footer ------------ */
/* ------------------------------------- */
#footer{
	overflow: hidden;
	margin-bottom: 20px
}

.contactSide .content p{margin-bottom: 0;}