/* GENERIQUE */

body{
    margin: 0;
    padding: 0;
}
.txt-courant{
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
}
.txt-bold{
    font-family: 'Ruda', sans-serif;
    font-weight: 900;
}
.center{
    text-align: center;
    margin: auto;
}
.btn{
    color: #e3187f;
    background-color: #fff;
    text-decoration: none;
    border-radius: 10px;
	border: 1px solid #e3187f;
    font-family: 'Ruda', sans-serif;
    padding: 15px;
}
.btn:hover{
    color: #fff;
	background-color: #e3187f;
    text-decoration: none;
}
.btn-2{
    color: #e3187f;
    background-color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #e3187f;
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    padding: 15px;
}
.btn-2:hover{
    color: #fff;
    text-decoration: none;
}
/* HEADER */
#logo{
    float: left;
    padding-top:25px;
}
#header{
    text-align: center;
    background-image: url(/img/header.png);
    background-position: center top;
    background-repeat: repeat-x;
}
#header h1{
    color: #fff;
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    margin-top:0;
    padding-top:25px;
}
#header span{
    color: #fff;
    font-family: "Ruda", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
#header span a{
    color:#FFF;
}

@media screen and (max-width: 1180px) {
#header span a{
    color:#e3187f;
}
}

@media screen and (min-width: 1280px) {
.content{
    width: 1170px;
    margin: 0 auto;
    padding-bottom:20px;
}
}

.container{
    width:100%;
    padding:0;
}

/* CONTAINER 1 */
#container-1{
    margin-top: 50px;
    clear:both;
}
#nos-prestations, #nos-nounous{
    background-image: url(/img/trace.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 145px;
}
@media screen and (min-width: 1024px) {
#nos-prestations, #nos-nounous{
    width:30%;
    height:100%;
    display:block;
}
}
#container-1 .col-md-4 h3{
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    color: #e3187f;
    margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
#nos-agrements{
    width:40%;
}
}
#nos-agrements img{
    margin-right: 20px;
}
#container-1b{
clear:both;
}
#container-1b .center a.btn{
    margin-top: 50px;
}

/* CONTAINER 2 */
#container-2{
    margin-top: 10px;
    background:#f7ddec;
    clear:both;
}
#container-2 h2{
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    color: #e3187f;
    margin-bottom: 70px;
    padding-top:30px;
}
#container-2 .col-md-4 h3{
    text-align: center;
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    color: #e3187f;
}
#container-2 .col-md-4:last-of-type{
    margin-bottom: 50px;
}

/* CONTAINER 3 */
#container-3{
    margin-top: 10px;
}
#container-3 h2{
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    color: #e3187f;
    margin-bottom: 30px;
}
#container-3 h4{
    font-family: "Ruda", sans-serif;
    font-weight: 700;
    color: #e3187f;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* CONTAINER 4 */
#container-4{
    padding-top: 10px;
    background:#f7ddec;
}
#container-4 h2{
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    color: #b40877;
    margin-bottom: 30px;
}
#container-4 p:first-of-type{
    background-image: url(/img/quote-a.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 21px;
}
#container-4 p{
    padding-left: 80px;
    padding-right: 80px;
}
#container-4 p:last-of-type{
    background-image: url(/img/quote-b.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

/* CONTAINER 5 */
#container-5{
    margin-top: 10px;
    clear:both;
}
#container-5 h2{
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    color: #b40877;
    margin-bottom: 30px;
}
#container-5 img{
    float:left;
    margin-right:20px;
    vertical-align: middle;
    max-height: 60px;
}
@media screen and (max-width: 640px) {
#container-5 img{
    margin:20px;
    text-align:center;
}
}
@media screen and (min-width:480px) and (max-width: 1280px) {
#container-5 img{
    padding:10px;
    }
}
/* FOOTER */
#footer{
    padding: 20px;
    clear:both;
    display: block;
    background-color: #870059;
}
#footer p{
    color: #FFF;
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
}
#footer a{
    color: #FFF;
    font-family: "Ruda", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
#footer a:hover{
    color: #fff;
    font-family: "Ruda", sans-serif;
    font-weight: 400;
}
#propositionform{
    margin:0 auto;
    width:40%;
    margin-top:40px;
    padding-bottom:40px;
    text-align:center;
}
@media screen and (max-width: 480px) {
#propositionform{
    width:auto;
}
}
label{
    float:left;
    width:130px;
    display:block;
    font-weight: bold;
    clear:both;
}

input[type=text], input[type=email], input[type=phone]{
    width: 250px;
    border:1px solid #e3187f;
}

input[type="submit"]{
    text-transform: uppercase;
    color: #e3187f;
    background-color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #e3187f;
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    padding: 15px;
}
input[type="submit"]:hover{
    background-color: #e3187f;
    color: #fff;
}

a{
color:#e3187f;
}
