/**** STRUCTURE GENERALE ****/
body {
	background: #dedede;
	color: #474f65;
	font-size: 14px;
	font-family: "Georgia", sans-serif;
}

.p, p {
    margin: 0px;
}

.h1, h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    margin: 0 0 20px 0;
}

.h2, h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    margin: 0 0 20px 0;
}

.h4, h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-decoration: underline;
}

hr{
	border-top: 1px solid #3e486c;
}

#container {
    padding: 0;
    margin: 0;
}


/**** HEADER ****/
.header-txt {
    width: 100%;
    height: auto;
    padding: 60px 80px;
    background: #fff;
}


/**** BLOCS ****/
.bloc_4 {
    width: 100%;
    height: auto;
    padding: 0 5.2%;
    text-align: center;
    background: #fff;
}

.bloc_4_inner {
    width: 100%;
    height: auto;
    padding: 40px 60px;
    background: #00aa99;
}


/**** BUTTONS *****/
#calltoaction {
	width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #414e66;
    text-transform: uppercase;    
    -webkit-background-color: #e9e946;
    -moz-background-color: #e9e946;
    background-color: #e9e946;
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    -webkit-box-shadow: 0px 3px 0px #00715c;
    -moz-box-shadow: 0px 3px 0px #00715c;
    box-shadow: 0px 3px 0px #00715c;
    padding: 1em;
    border: solid #1f628d 0px;
    text-decoration: none;
    
    transition: all 0.5s ease 0s;
}

#calltoaction:hover {
    color: #ffffff;
    background-color: #e52b3d;
}


/**** FOOTER ****/
.footer_logo {
    width: 100%;
    height: auto;
    padding: 40px 0 20px 0;
    text-align: center;
}

.logo_le {
    margin: 0 auto;
}

.footer_txt {
    width: 100%;
    height: auto;
    font-family: 'Lora', serif;
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.footer_link {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 40px 0;
}

.footer_link a {
    font-family: "Lora",serif;
    font-size: 25px;
    color: #474f65;
    text-decoration: none;
}

.footer_link a:hover{
    color: #e52b3d
}


/************************************
MEDIA QUERIES
************************************/
@media (min-width: 320px){
	.h1, h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
    }
    
    .h2, h2 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    
    .h4, h4 {
        font-size: 14px;
    }
    
    .header-pixel {
        width: 100%;
        height: 25px;
        background: #fff url(https://www.loyaltymail.fr/013_loy/Loyalty_Expert/livres_blancs/2015/engagement/dataviz/images/dataviz_header-pixel_mobile.png) top right no-repeat;
    }
    
    .header-txt {
        padding: 30px 20px;
    }
    
    .bloc_4_inner {
        padding: 20px 10px 30px 10px;
    }
    
    #calltoaction {
        font-size: 13px;
        padding: 1em;
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
    }
    
    .footer_txt {
        font-size: 13px;
        padding: 10px 0 20px 0;
    }
    
    .footer_link a {
        font-size: 20px;
    }

}

@media (min-width: 480px){
	.h1, h1 {
    font-size: 45px;
    margin: 0 0 10px 0;
    }
    
    .h2, h2 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    
    .h4, h4 {
        font-size: 16px;
    }
    
    .header-pixel {
        width: 100%;
        height: 25px;
        background: #fff url(https://www.loyaltymail.fr/013_loy/Loyalty_Expert/livres_blancs/2015/engagement/dataviz/images/dataviz_header-pixel_mobile.png) top right no-repeat;
    }
    
    .header-txt {
        padding: 30px 20px;
    }
    
    .bloc_4_inner {
        padding: 20px 20px 30px 20px;
    }
    
    #calltoaction {
        font-size: 14px;
        padding: 1em;
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
    }
    
    .footer_txt {
        font-size: 14px;
        padding: 10px 0 20px 0;
    }
    
    .footer_link a {
        font-size: 25px;
    }

}

@media (min-width: 568px){
	.h1, h1 {
    font-size: 50px;
    margin: 0 0 10px 0;
    }
    
    .h2, h2 {
        font-size: 35px;
        margin: 0 0 20px 0;
    }
    
    .h4, h4 {
        font-size: 16px;
    }
    
    .header-pixel {
        width: 100%;
        height: 65px;
        background: #fff url(https://www.loyaltymail.fr/013_loy/Loyalty_Expert/livres_blancs/2015/engagement/dataviz/images/dataviz_header-pixel.png) top right no-repeat;
    }
    
    .header-txt {
        padding: 30px 40px;
    }
    
    .bloc_4_inner {
        padding: 20px 20px 30px 20px;
    }
    
    #calltoaction {
        font-size: 16px;
        padding: 1em;
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
    }
    
    .footer_txt {
        font-size: 14px;
        padding: 10px 0 20px 0;
    }
    
    .footer_link a {
        font-size: 25px;
    }

}

@media (min-width: 768px){
	.h1, h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
    }
    
    .h2, h2 {
        font-size: 45px;
        margin: 0 0 20px 0;
    }
    
    .h4, h4 {
        font-size: 16px;
    }
    
    
    .header-txt {
        padding: 60px 80px;
    }
    
    .bloc_4_inner {
        padding: 40px 60px;
    }
    
    #calltoaction {
        font-size: 18px;
        padding: 1em;
        -webkit-border-radius: 9;
        -moz-border-radius: 9;
        border-radius: 9px;
    }

}