@charset "UTF-8";

/* 
    Created on: 13 fév. 2014, 15:40:05
    Modified:   17/08/14
    Author:     presentinfini.fr
*/

/* 
MENU
0 - Memo couleur
1 - Déclaration pour lt IE9
2 - DEBUT Meyer Reset
3 - Global
3.1 - Header
3.2 - Menu
3.3 - Section (#main)
3.4 - Article
3.5 - Aside
3.6 - Footer
4 - Formulaire Contact
5 - Autres
6 - Responsive
*/

/*
0 - MEMO couleur
#ecb909 : jaune
#3b5895 : bleu clair
#274076 : bleu foncé
#c0c0c0 : argenté
*/

/* 1 - Déclaration pour lt IE9 */
header, nav, section, article, aside, footer{
    display: block;
}

/* 2 - DEBUT Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1.25em;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* FIN Meyer Reset */

/* 3 - Global */
body{
    width: 100%;
    max-width: 1280px;
    font-family: Tahoma, sans-serif;
    margin: 0 auto;
    color: #777c7f;
}
h1{
    font-size: 2.5em; /* 40px/16px */
    font-weight: bold;
    padding: 5px;
    font-family: Impact, sans-serif;
}
h2, h3{
    font-size: 1.5em; /* 24px/16px */
    font-weight: bold;
    padding: 5px;
    color: #4360a0;
    font-family: Impact, sans-serif;
    text-shadow: 1px 1px #c0c0c0;
    letter-spacing: 2px;
}
h4{
    font-size: 1em;/* 16px/16px */
    padding: 5px;
}
h5{
    font-size: 0.75em;/* 12px/16px */
    padding: 2px;
}
h6{
    font-size: 0.625em;/* 10px/16px */
    padding: 2px;
}
p{
    font-size: 1em;
    text-align: justify;
    padding: 5px 10px;
}
a{
    text-decoration: none;
}
a:hover{
    color: #ecb909;
}
a:active{
    color: #ecb909;
}
em{
    font-style: italic;
}
span{
    font-weight: normal;
}
strong{
    font-weight: bold;
}
u{
    text-decoration: underline;
}

/* 3.1 - Header */
header{
    background-image: url("../images/bg_depannage.jpg");
    background-repeat: repeat-x;
    background-color: #3b5895;
    width: 100%;
    height: auto;
}
header h1{
    color: white;
    font-weight: normal;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
header a:link{
    color: white;
}
header a:visited{
    color: white;  
}
header a:focus{
    color: white;    
}
header a:hover{
    color: #ecb909;    
}
header a:active{
    color: white;
}
.wrap{
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 25px;
}
.depannage24{
    float: left;
    margin-left: 4%;
    animation: animation-depannage24 5s linear 2s infinite alternate;
    -webkit-animation: animation-depannage24 5s linear 2s infinite alternate; /* Chrome, Safari, Opera */
}
/* Animation .depannage24 */
@keyframes animation-depannage24{
    0%   {background:red; left:0px; top:0px;}
    50%  {display: none;}
}
@-webkit-keyframes animation-depannage24{ /* Chrome, Safari, Opera */
    0%   {background:red; left:0px; top:0px;}
    50%  {display: none;}
}
.logo{
    float: left;
    margin-left: 17%;
}
.header-tel{
    display: inline-block;
    float: left;
    padding: 15px;
    color: white;
    font-family: Impact, sans-serif;
    font-size: 1.5em; /* 24px/16px */
    font-weight: normal;
    text-shadow: 2px 1px white;
    letter-spacing: 0.2em;
}
.info-gratuit{
    clear: both;
    display: inline-block;
    margin-top: -50px;
    margin-left: 8%;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
}
.info-gratuit li{
    padding-bottom: 10px;
}
.info-gratuit-noir{
    color: white;
/*
    animation: animation-info-gratuit-noir 0s linear 0s infinite normal;
    -webkit-animation: animation-info-gratuit-noir 0s linear 0s infinite normal; /* Chrome, Safari, Opera */
}
.info-gratuit-rouge{
    color: red;
    animation: animation-info-gratuit-rouge 1s linear 3s infinite alternate;
    -webkit-animation: animation-info-gratuit-rouge 1s linear 3s infinite alternate; /* Chrome, Safari, Opera */
}
/* Animation .animation-gratuit */
/*
@keyframes animation-info-gratuit-noir {
    0% {color: white;}
    50% {color: black;}
}
@-webkit-keyframes animation-info-gratuit-noir { /* Chrome, Safari, Opera */
/*
    0% {color: white;}
    50% {color: black;}
}
*/
@keyframes animation-info-gratuit-rouge{
    0% {color: red;}
    50% {color: white;}
}
@-webkit-keyframes animation-info-gratuit-rouge{ /* Chrome, Safari, Opera */
    0% {color: red;}
    50% {color: white;}
}

/* 3.2 - Menu */
nav{
    clear: both;
    max-width: 1280px;
    width: 100%;
    height: auto;
    background: none repeat scroll 0 0 #c0c0c0;
    text-align: center;
    margin-top: 20px;
}
nav ul{
    padding: 10px;
}
nav li{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 1.25em;
    text-shadow: 2px 2px white;
}
nav a:link{
    color: #4360a0;
}
nav a:visited{
    color: #4360a0;  
}
nav a:focus{
    color: white;    
}
nav a:hover{
    color: white;
    text-shadow: 2px 2px #c0c0c0;    
}
nav a:active{
    color: white;
}

/* 3-3 - Section (renommer en #main) */
#main{
    clear: both;
    width: 1180px;
    height: auto;
    margin: 30px auto;
}

/* 3.4 - Article */
article{
    background-color: white;
    border-top: 1px solid #3b5895;
    border-bottom: 1px solid #3b5895;
    margin: 1px auto;
    padding: 5px;
}
.articleImg{
    width: 200px;
    height: 100%;
    margin: 5px 20px 5px 5px;
}
article img{
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
    border: 1px solid #3b5895;
    border-radius: 3px;
}
article ul{
    list-style: disc outside url(../images/fleche-droite.png);
    padding: 20px;
}
article li{
    list-style-position: inside;
}
.topFleche{
    clear: both;
    float: none;
    display: block;
    position: relative;
    top: 9px;
    left: 98%;
    padding: 5px;
    border: 0;
    border-radius: 0px;
}
.topFleche:hover{
    background-color: #ecb909;
}
#coordonnees{
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.articleIcon{
    margin-left: 60px;
    position: relative;
    top: -200px;
}

/* 3.6 - Aside */
aside{
    width: 100%;
    height: 90px;
    background-image: url("../images/bg_depannage.jpg");
    background-color: #4360a0;
}
.bandeauDepannage{
    width: 1024px;
    height: auto;
    color: white;
    margin: 0 auto;
    text-align: center;
}
.bandeauDepannage p{
    display: inline;
    padding: 30px 0px;
}
.intervention{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}

/* 3.7 - Footer */
footer{
    background-color: #3b5895;
    width: 100%;
    height: auto;
    color: white;
    font-weight: normal;
}
footer h5{
    font-size: 1em;
    color: #ecb909;
    text-transform: uppercase
}
footer h6{
    padding: 0;
}
footer a:link{
    color: white;
}
footer a:visited{
    color: white;  
}
footer a:focus{
    color: #ecb909;    
}
footer a:hover{
    color: #ecb909;
}
footer a:active{
    color: white;
}
.footer_top{
    display: block;
    max-width: 940px;
    padding: 20px;
    margin: 0 auto;
}
.three_columns, .three_columns p{
    text-align: center;
}
.column1, .column2, .column3{
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.column2 .social{
    float: none;
    margin-top: -0px !important;
    padding-top: 20px;
}
.column2 .social li{
    float: none;
    display: inline-block;
    width: 15%;
    margin: 0;
}
.one_column{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.footer_bottom{
    background-color: #274076;
}
.footer_text{
    font-size: 0.8em;
}
#copyright p{
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 0.75em;
}

/* 4 - Formulaire Contact */
#formContact{
    display: inline-block;
    width: 50%;
    max-width: 500px;
    min-width: 300px;
}
fieldset{
    border: 1px solid #333;
    padding: 10px;
}
legend{
    font-weight: bold;
    padding: 0px 5px;
}
label{
    float: left;
    width: 150px;
}
select{
    clear: left;
    display: inline-block;
    vertical-align: middle;
}
input{
    vertical-align: middle;
}
input[type="submit"] {
    color: white;
    font-size: 1.125em; /* 18px/16px */
    background-color: #3b5895;
    padding: 0 20px;
    border: 0;
    height: 50px;
}
input[type="submit"]:hover {
    background-color: #ecb909;
}
textarea{
    clear: both;
    display: block;
    width: 450px;
    max-width: 450px;
    min-width: 250px;
    min-height: 100px;
}
.warning{
    color: red;
    text-align: left;
}
#succesForm{
    width: 90%;
    border: 1px solid green;
    border-radius: 5px;
    background-color: green;
    color: white;
    margin: 2px auto;
    text-align: center;
    font-weight: bold;
}

/* 5 - autres */
#boutonGoogle{
    clear: both;
    width: auto;
    height: 40px;
    padding: 5px;
}
.tel, a:link.tel, a:visited.tel{
    color: #ecb909;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.35em;
    text-decoration: none;
}
#coupon{
    border: 1px dotted black;
}
#bandeau_logos{
	background-color: #e6ebef;
	padding-bottom: 150px;
}
#bandeau_logos img{
    float: left;
	margin: 5px;
	border: none;
	border-radius: 0;
	width: 14%;
}
#map{
    float:left;
    margin: 5px 20px 5px 5px;
    border: 1px solid #3b5895;
    border-radius: 3px;
    width: 210px;
    height: 210px;
}

/* ----- social ----- */
li.social a,
.ico-bulb,
.ico-rocket,
.ico-flag,
.twitter-ico{
    background: url(../images/sprite.png) no-repeat 0 0;	
}
li.social{
    padding: 0px 5px;
    text-transform: none;
    text-shadow: none;
}
li.social a{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}
li.social a.social-facebook{
    background-position: 0 0;
    background-color: #3b5998;
}
li.social a.social-facebook:hover{
    background-color: #ecb909;
}
li.social a.social-twitter{
    background-position: -50px 0;
    background-color: #55acee;
}
li.social a.social-twitter:hover{
    background-color: #ecb909;
}
li.social a.social-googleplus{
    background-position: 0 -50px;
    background-color: #dd4b39;
}
li.social a.social-googleplus:hover{
    background-color: #ecb909;
}

/* social-footer */
.social-footer{
    display: inline;
}
.social-footer ul {
    margin-left: 70px;
}
.social-footer li{
    float: left;
    margin: 0 20px 0 0;
}
.social-footer li a,
.ico-bulb,
.ico-rocket,
.ico-flag,
.twitter-ico{
    background: url(../images/sprite.png) no-repeat 0 0;	
}
.social-footer{
    padding: 0px 5px;
    text-transform: none;
    text-shadow: none;
}
.social-footer li a{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}
.social-footer li a.social-footer-facebook{
    background-position: 0 0;
    background-color: #3b5998;
}
.social-footer li a.social-footer-facebook:hover{
    background-color: #ecb909;
}
.social-footer li a.social-footer-twitter{
    background-position: -50px 0;
    background-color: #55acee;
}
.social-footer li a.social-footer-twitter:hover{
    background-color: #ecb909;
}
.social-footer li a.social-footer-googleplus{
    background-position: 0 -50px;
    background-color: #dd4b39;
}
.social-footer li a.social-footer-googleplus:hover{
    background-color: #ecb909;
}


/* 6 - Responsive */
@media all and (max-width: 1200px){
    .depannage24{
        margin-left: 7%;
    }
    .logo{
        margin-left: 10%;
    }
    .info-gratuit{
        margin-left: 6%;
    }
    nav li{
        padding: 5px 20px 20px;
    }
}

@media all and (max-width: 1100px){
    .depannage24{
        margin-left: 6%;
    }
    .logo{
        margin-left: 8%;
    }
    .info-gratuit{
        margin-left: 3%;
    }
    nav li{
        padding: 5px 10px 20px;
    }
}

@media all and (max-width: 1024px){
    body{
        width: 1024px;
    }
    .wrap{
        max-width: 1024px;
    }
    .depannage24{
        margin-left: 5%;
    }
    .logo{
        margin-left: 7%;
    }
    header h1{
        max-width: 924px;
    }
    .info-gratuit{
        margin-left: 2%;
    }
    nav{
        max-width: 1024px;
    }
    nav li{
        padding: 5px 20px 20px;
    }
    #main{
        width: 90%;
    }
    .topFleche{
        left: 97%;
    }
    .bandeauDepannage{
        width: 924px;
    }
    #coordonnees{
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 900px){
    .info-gratuit{
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
    .info-gratuit ul{
        margin-bottom: 10px;
    }
    .info-gratuit li{
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
    }
    nav{
        max-width: 900px;
        margin-top: 0;
    }
}

@media all and (max-width: 800px){
    body{
        width: 800px;
    }
    nav{
        width: 800px;
    }
    nav li{
        padding: 5px 15px 15px;
    }
    #main{
        width: 90%;
    }
    .topFleche{
        left: 96%;
    }
    .bandeauDepannage{
        width: 700px;
    }
    #bandeau_logos{
        padding-bottom: 110px;
    }
    #bandeau_logos img{
        float: left;
	    margin: 5px;
	    border: none;
	    border-radius: 0;
	    width: 12%;
	}
	.social-footer ul{
        margin-left: 30px;
    }
    .social-footer li{
        margin: 0 10px 0 10px;
    }
}

@media all and (max-width: 768px){
    body{
        width: 768px;
    }
    .logo{
        margin-left: 20%;
    }
    .header-tel{
        clear: both;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: center;
    }
    .header-tel ul{
        margin: 0 auto;
    }
    .header-tel li{
        display: inline;
        padding: 0 20px;
    }
    nav{
        width: 768px;
    }
    #main{
        width: 90%;
    }
    .bandeauDepannage{
        width: 668px;
    }
}

@media all and (max-width: 600px) {
    body{
        width: 600px;
    }
    .wrap{
        padding-top: 5px;
        padding-bottom: 0;
    }
    .depannage24{
        margin-left: 1%;
    }
    .logo{
        margin-left: 10%;
    }
    .header-tel li{
        padding: 0 10px;
    }
    .info-gratuit li{
        padding-right: 30px;
        padding-left: 30px;
    }
    nav{
        width: 600px;
    }
    nav li{
        padding: 5px 25px 15px;
    }
    #main{
        width: 90%;
    }
    .topFleche{
        top: 8px;
        left: 95%;
    }
    .bandeauDepannage{
        width: 500px;
    }
    .intervention{
        width: 20%;
    }
    .social-footer li {
        margin: 0 5px 0 5px;
    }
}

@media all and (max-width: 500px) {
    body{
        width: 500px;
    }
    header h1{
        font-size: 190%;
    }
    .logo{
        margin-left: 5%;
    }
    .header-tel{
        font-size: 120%;
    }
    .info-gratuit li{
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }
    nav{
        width: 500px;
    }
    aside{
        height: 38px;
    }
    .bandeauDepannage{
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .bandeauDepannage p{
        padding: 0;
    }
    .intervention{
        display: none;
    }
    #bandeau_logos{
        padding-bottom: 0px;
    }
    #coordonnees span{
        font-size: 90%;
    }
    textarea{
        width: 350px;
    }
    .column1, .column2, .column3{
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }
    .social-footer ul{
        margin-left: 135px;
        padding-bottom: 20px;
    }
    .social-footer li{
        margin: 0 10px 0 10px;
        width: 10%;
    }
    .footer_text{
        font-size: 0.9em;
        line-height: 2.1em;
    }
}

@media all and (max-width: 480px){
    body{
        width: 480px;
    }
    header h1{
        font-size: 180%;
    }
    .logo{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .logo img{
	    display: block;
	    margin: 0 auto;
    }
    .header-tel li{
        padding: 0 5px;
    }
    nav{
        width: 480px;
    }
    nav li{
        padding: 5px 5px;
    }
    .social{
        display: none;
    }
    #main{
        width: 98%;
    }
    #boutonGoogle{
        margin-top: 0;
    }
}

@media all and (max-width: 395px){
    body{
        width: 320px;
    }
    header h1{
        font-size: 100%;
        margin-top: 40px;
    }
    .logo{
        padding-top: 50px;
    }
    .header-tel{
        font-size: 130%;
    }
    .header-tel li{
        padding: 0 24px;
    }
    .info-gratuit{
        font-size: 80%;
    }
    .info-gratuit li{
        padding-right: 5px;
        padding-left: 5px;
    }
    nav{
        width: 320px;
    }
    article img{
        float: none;
    }
    .topFleche{
        left: 92%;
    }
    .bandeauDepannage p{
        font-size: 83%;
    }
    #bandeau_logos{
        padding-bottom: 190px;
    }
    #bandeau_logos img{
        width: 26%;
    }
    #map{
        width: 280px;
        height: 280px;
    }
    textarea{
        width: 250px;
    }
    .social-footer ul{
        margin-left: 70px;
    }
    #copyright{
        max-width: 320px;
    }
    #copyright p{
        width: 310px;
        font-size: 0.85em;
    }
}