<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    vertical-align:baseline;
}
* {
    font-family: "Lato", Arial, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
a, input, img, button {
    outline: none !important;
}

/* ------------------------- GENERAL ------------------------- */

li:has(&gt; a.not-asterix) {
    display: none;
}
body {
    font-family: "Lato", Arial, sans-serif;
    line-height: normal;
    background: #16181b;
    color: #929396;
    font-size: 16px;
}
p{
    color: #929396;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}
ul li{
    font-size: 14px;
    line-height: 20px;
}
ul{
    margin-bottom: 15px;
}
div.text-center p{
    text-align: center;
}
a {
    color: #e43f3f;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a:hover {
    color: #e43f3f;
    text-decoration: underline;
}
a:focus {
    color: #e43f3f;
    text-decoration: none;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear: both;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.form-control::-moz-placeholder {
    color: #929396;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #929396;
}
.form-control::-webkit-input-placeholder {
    color: #929396;
}
sup{
    text-transform: none;
}
p.success{
    color:#41b457;
}
p.error{
    color:#e43f3f;
}
.has-error .control-label,.modal-dialog form .has-error.radio-inline,.modal-dialog form .has-error.checkbox-inline p,{
    color:#e43f3f;
}
.has-error .form-control,.modal-dialog form .has-error .form-control,section#contact .has-error  .form-control{
    border-color:#e43f3f;
}

.display-none{
	display:none;
}

.text-red{
	color:#e43f3f;	
}


.modal-dialog .modal-body .checkbox-inline p{
	padding:0px;
	margin:0px;
}
/* ------------------------- BUTTONS ------------------------- */

.btn {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 0;
    height: 40px;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn:hover {
    color: #fff;
}
.btn-red{
    background: #e43f3f;
    border-color: #e43f3f;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active{
    background: #d13434;
    border-color: #d13434;
    box-shadow: none;
}
.btn-default{
    background: #d9dce3;
    border-color: #d9dce3;
    color: #56585e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    background: #c9cdd5;
    border-color: #c9cdd5;
    box-shadow: none;
    color: #56585e;
}
.btn-form{
    background: #56585e;
    border-color: #56585e;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 16px;
    height: 45px;
}
.btn-form:hover,
.btn-form:focus,
.btn-form:active{
    background: #25272a;
    border-color: #25272a;
    color: #fff;
}
.btn-line{
    background: none;
    border: solid 2px #fff;
    color: #fff;
    padding: 7px 20px;
}
.btn-line:hover,
.btn-line:focus,
.btn-line:active{
    background: #fff;
    border-color: #fff;
    box-shadow: none;
    color: #16181b;
}
.open .dropdown-toggle.btn-default{
    background: #c9cdd5 !important;
    border-color: #c9cdd5 !important;
    box-shadow: none;
    color: #56585e;
}
.btn img{
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}
.bootstrap-select .btn{
    color: #56585e;
    padding: 6px 12px;
    text-transform: none;
}
.bootstrap-select .dropdown-menu li a{
    padding: 6px 12px;
}
.bootstrap-select .dropdown-menu li a:focus, 
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #e43f3f;
    color: #fff;
}

/* ------------------------- DROPDOWN ------------------------- */

.dropdown-menu {
    background: #16181b;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 190px;
    padding: 0;
}

.dropdown-menu li a{
    height: 31px;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.42857;
}
.dropdown-menu li a:hover{
    color: #56585e;
}
.dropdown-menu li a img{
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}

/* ------------------------- HEADER ------------------------- */

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

/* ------------------------- WRAPPER ------------------------- */

#wrapper{
    padding-top: 140px;
}

#modal-inscription{
    overflow: scroll !important;
}

/* ------------------------- TOP ------------------------- */

header #top{
    background: #eef0f4;
    height: 40px;
    line-height: 40px;
}
header #top ul.social{
    margin: 0 10px 0 0;
}
header #top ul.social li{
    padding: 0;
    float: left;
}
header #top ul.social li a{
    color: #aaacb1;
    line-height: 40px;
    width: 30px;
    display: block;
    font-weight: 16px;
    text-align: center;
}
header #top ul.social li a:hover{
    color: #16181b;
}

/* ------------------------- NAV ------------------------- */

header nav.navbar{
    border-radius: 0;
    border: 0;
    margin: 0;
    background: #fff;
    height: 100px;
	-webkit-box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.75);
}
header nav.navbar .logo{
    float: left;
    margin: 42px 0 0 0;
}
header nav.navbar .logo img{
    display: block;
    width: 180px;
    height: 18px;
}
header nav.navbar ul.nav li{
    margin-left: 20px;
}
header nav.navbar ul.nav li a{
    margin: 30px 0 0 0;
    padding: 10px 0;
    font-size: 16px;
    color: #56585e;
    font-weight: 700;
    background: none;
}
header nav.navbar ul.nav li a:hover{
    color: #16181b;
}
header nav.navbar ul.nav li.current a{
    color: #e43f3f;
}

/* ------------------------- SECTION HOME ------------------------- */

section#home{
    background: #16181b;
    padding: 0;
	position:relative;
}
section#home .covervid-wrapper {
	opacity:0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:0;
}
section#home .container {
	position:relative;
	z-index:5;
}
section#home h1{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    margin-top: 35px;
    margin-bottom: 15px;
}
section#home p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 35px;
}
section#home div.buttons .btn{
    margin: 0 10px;
}
section#home ul.brands{
    margin: 30px 0 20px 0;
}
section#home ul.brands li{
    margin: 0 20px;
}
section#home ul.brands li a{
    opacity: 0.6;
}
section#home ul.brands li a:hover{
    opacity: 1;
}
section#home .laptop{
    margin: auto;
    width: auto;
    margin-bottom: -100px;
}

/* ------------------------- SECTIONS ------------------------- */

section{
    padding: 70px 0;
    background: #f8f8f8;
}
section.white{
    background: #fff;
}
section h2{
    color: #e43f3f; 
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 25px;  
    text-align: center;
}
section h3, 
section h3 a{
    color: #56585e; 
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;   
}
section h3 a:hover{
    text-decoration: none;
}
div.border{
    height: 1px;
    background: #ececec;
    width: 100%;
}

/* ------------------------- SECTION WELCOME ------------------------- */

section#welcome{
    padding-top: 160px;
}

/* ------------------------- SECTION DESCRIPTION ------------------------- */

section#description{
    padding: 0;
}
section#description .col{
    border: solid 1px #ececec;
    border-left: 0;
    border-bottom: 0;
    padding: 50px;
}
section#description .col:last-child{
    border-right: 0;
}
section#description .col h3{
    margin: 0;
}
section#description .col p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
section#description .col:hover{
    background: #56585e;
}
section#description .col:hover h3{
    color: #fff;
}
section#description .col:hover p{
    color: #d5d6d7;
}
section#description .bloc-icon{
    float: left;
    display: block;
    padding-bottom: 50px;
    margin-right: 10px;
}
section#description .bloc-icon .icon{
    background: #e43f3f;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
}

/* ----------------------- SECTION BASELINE ------------------------- */

section#baseline p{
	font-size:24px;
	font-weight:300;
	line-height:36px;
    margin: 0;
	text-transform:uppercase;
}

/* ---------------------- SECTION BRAND ------------------------ */

section#brands .col{
    margin: 25px 0;
}
section#brands .col h3{
	margin-top:15px;
	margin-bottom:0;
}
section#brands .col p{
	font-size:14px;
	line-height:20px;
}
section#brands .flag img{
    margin:20px 8px 0 8px;
}

/* --------------------- SECTION MARKETING-TOOLS ---------------------- */

section#concept img{
    margin: 0 auto;

}

section#concept{
	padding-bottom:0;
}

section#concept #bloc-tools{
	margin-top: 50px;
}
section#concept .col{
	padding-bottom:1px;
	border-top:solid 1px #ececec;
	border-right:solid 1px #ececec;
}
section#concept .col:nth-child(4n){
    border-right: 0;
}
section#concept .col:nth-last-child(-n+4){
    padding-bottom: 40px;
}
section#concept .col:hover{
	background-color:#56585e;
}
section#concept .col:hover .icon{
	border:solid 1px #e43f3f;
	background-color:#e43f3f;
	color:#fff;
}
section#concept .col:hover h3{
	color:#fff;
}
section#concept .col p{
    font-size:14px;
    line-height: 20px;
    padding: 0 50px;
}
section#concept .bloc-icon{
    position:relative;
    bottom:44px;
    margin-bottom:-30px;
}
section#concept .icon{
    border:solid 1px #ececec;
    background-color:#fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin:auto;
    text-align: center;
    line-height: 78px;
    font-size: 30px;
}

/* --------------------- SECTION MARKETING-TOOLS ---------------------- */

section#marketing-tools{
	padding-bottom:0;
}
section#marketing-tools #bloc-tools{
	margin-top: 100px;
}
section#marketing-tools .col{
	padding-bottom:80px;
	border-top:solid 1px #ececec;
	border-right:solid 1px #ececec;
}
section#marketing-tools .col:nth-child(3n){
    border-right: 0;
}
section#marketing-tools .col:nth-last-child(-n+3){
    padding-bottom: 60px;
}
section#marketing-tools .col:hover{
	background-color:#56585e;
}
section#marketing-tools .col:hover .icon{
	border:solid 1px #e43f3f;
	background-color:#e43f3f;
	color:#fff;
}
section#marketing-tools .col:hover h3{
	color:#fff;
}
section#marketing-tools .col p{
    font-size:14px;
    line-height: 20px;
    padding: 0 50px;
}
section#marketing-tools .bloc-icon{
    position:relative;
    bottom:55px;
    margin-bottom:-30px;
}
section#marketing-tools .icon{
    border:solid 1px #ececec;
    background-color:#fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin:auto;
    text-align: center;
    line-height: 108px;
    font-size: 30px;
}

/* ---------------------- SECTION NUMBER ---------------------- */

section#numbers{
    background: url(../img/background-numbers.jpg) center center;
    background-size: cover;
}
section#numbers .col{
    text-align: center;
}
section#numbers .col div{
    border:solid 2px #fff;
    width: auto;
    display: inline-block;
    padding: 20px 40px 30px 40px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
section#numbers .col div:hover{
    border:solid 2px #fff;
    background: #fff;
}
section#numbers .col p{
	text-align:center;
	font-size:16px;
	color:#cfd0d1;
    margin: 0;
    line-height: normal;
}
section#numbers .col div:hover p,
section#numbers .col div:hover span{
    color: #56585e;
}
section#numbers .col span{
	font-size:48px;
	font-weight:800;
	color:#fff;
}

/* ---------------------- SECTION COMMISSION ---------------------- */

section#commissions .table{
	margin:auto;
	margin-bottom:50px;
}
section#commissions .table-title{
	text-align:center;
	background-color:#888a8e;
	color:#fff;
	font-size:18px;
	font-weight:800;
	height:50px;
	margin:auto;
	margin-top:30px;
	line-height:50px;
	border:solid 1px #888a8e;
}

section#commissions .table thead tr th,
section#commissions .table tbody tr td{
	text-align:center;
	width:25%;
	height:50px;
	vertical-align:middle;
	padding:0 10px;
	border-bottom-width: 1px;
}
section#commissions .table thead th{
	background-color:#ececec;
	color:#56585e;
	font-weight:600;
}
section#commissions .table thead tr th:first-child,
section#commission .table tbody tr th{
		text-align:left;
}
section#commissions .table tbody th{
	background-color:#f8f8f8;
	text-align:left;
}

section#commissions .paiement img{
	margin-top:20px;
	margin-right:4px;
	margin-left:4px;
}

/* --------------------- SECTION TESTIFY --------------------- */

section#testify{
    padding-bottom: 90px;
}
section#testify .carousel-indicators{
    bottom: -20px;
}
section#testify .carousel-indicators li{
    background: #aaacb1;
    border: none;
    margin: 0 3px;
}
section#testify .carousel-indicators li.active{
    background: #e43f3f;
    width: 10px;
    height: 10px;
}
section#testify{
	margin:auto;
}
section#testify img{
    float: right;
 /*   width: 100px;
    height: 100px;
	border-radius:50%;
 */
}
section#testify p{
/*    width: calc(100% - 100px);
    float: right;
    margin-top:25px;
    padding-left: 20px; */
    text-align: justify;
}
section#testify p.author{
    clear: both;
    float: none;
    width: 100%;;
	text-align:right;
	font-style:italic;
}
section#testify p.author span{
	font-weight:800;
}

/* ------------------------ SECTION CONTACT ----------------------- */

section#contact h4{
	margin-bottom:50px;
	font-size:24px;
	font-weight:800;
	color:#56585e;
    text-transform: uppercase;
}
section#contact form{
	text-align:left;
}
section#contact .form-control{
	border-radius: 0;
	box-shadow: none;
    -webkit-appearance: none;
    border-color:#ededed;
    height:45px;
}
section#contact textarea.form-control{
	resize: none;
    height: 130px;
}
section#contact h5{
	color:#e43f3f;
	font-size:16px;
	font-weight:800;
	padding-bottom:10px;
}
section#contact h5 + p{
	color:#949598;
	font-size:14px;
	font-weight:600;
}
section#contact h6{
	color:#e43f3f;
	font-size:14px;
	font-weight:600;
}
section#contact h6 + p{
	color:#949598;
	font-size:14px;
	font-weight:400;
}
section#contact #bloc-infos{
    padding-left: 100px;
}
section#contact .colInfo{
	margin-bottom:10px;
}


/* --------------------------- PAGE TITLE --------------------------- */

section#page-title{
    padding: 50px 0;
}
section#page-title h2{
    margin:0;    
    font-size: 30px;
}

/* --------------------------- PAGES --------------------------- */

.section-page p {
    font-size: 14px;
}
.section-page .panel-body {
    padding: 0;
    margin-bottom: 20px;
}

/* --------------------------- FOOTER --------------------------- */

footer{
	padding-top:30px;
}
footer img{
	margin-top:40px;
}
footer p{
	color:#56585e;
}
footer li a{
	text-decoration:none;
	color:#aaacb1;
}
footer li:before{
	content:"\f04d";
	font-family:"FontAwesome";
	font-size:4px;
	margin-right:5px;
	float:left;
} 
footer .col{
	float:left;
	margin-left:100px;
}
footer .col:first-child{
	margin-left:0;
}
footer p.copyright {
	text-align:right;
	border-top:solid 1px #25272a;
	font-size:14px;
	padding-top:20px;
	margin:20px 0;
}
footer .copyright{
	color:#aaacb1;
}

footer p.cookies {
    text-align:center;
 /*   border-top:solid 1px #25272a; */
    font-size:14px;
    padding-top:5px;
/*    padding-bottom:5px; */
  margin:10px 0;
}
footer .cookies{
  color:#aaacb1;
}

/* ------------------------------------------------------ PAGE CONSEIL ------------------------------------------------------ */

section#advice h3 + p{
	color:#949598;
	font-size:14px;
}

section#advice .container div{
	border-top:solid 1px #ececec;
	padding-top:30px;
	padding-bottom:15px;
}

section#advice .container div:nth-child(1){
	border-top:none;
	padding-top:0px;
}


/* ------------------------------------------------------ PAGE FAQ ------------------------------------------------------ */

section#faq h3{
	font-weight:800;
	padding-top:30px;
	padding-bottom:20px;
	border-top:solid 1px #ececec;
	color:#56585e;
}

section#faq .panel1 h3:first-child{
	border-top:none;
}


section#faq .panel{
	box-shadow:none;
}

section#faq .panel a:hover, section#faq .panel a:focus{
	color:inherit;
	text-decoration:none;
}

section#faq div{
	font-size:16px;
}  

/* ------------------------------------------------- PAGE LONDON AFFILIATE ------------------------------------------------- */

section#page-title.london-affiliate h2{
    display:inline-block;
} 
section#page-title.london-affiliate img{
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
}

/* ------------------------------------------------------ PAGE REVIEW ------------------------------------------------------ */

section#review .bloc-previews{
    margin-top: 30px;
    margin-bottom: 20px;
}
section#review .langue{
	margin-top:30px;
}

section#review .langue p{
	float:left;
}

section#review .langue img{
	float:left;
	padding-top:7px;
	padding-left:10px;
}

section#review .paiement p{
	float:left;
}

section#review .paiement img{
	float:left;
	padding-top:2px;
	padding-left:20px;
}

/* ------------------------------------------------------ PAGE VIDEO ------------------------------------------------------ */

section#videos .video{
	margin-top:10px;
}

/* --------------------------- MODAL --------------------------- */

.modal-dialog .modal-content{
    border-radius:0px;
    border-top:solid 5px #e43f3f;
    background-color:#f9f9f9;
}
.modal-dialog .modal-header, .modal-footer{
    border:none;
}
.modal-dialog .modal-header{
    text-align:center;
    text-transform: uppercase;
    font-size:24px;
    color:#e43f3f;
    font-weight:600;
}
.modal-dialog form .form-group,
.modal-dialog form .checkboxes,
.modal-dialog form .radios{
    height:45px;
    margin-bottom: 20px;
    display: block;
}
.modal-dialog form .checkboxes,
.modal-dialog form .radios{
    padding-top: 10px;
}
.modal-dialog form .form-control{
    border-radius:0px;
    border-color:#ededed;
    box-shadow:none;
    height:45px;	
}
.modal-dialog form .input-group .form-control{
    border-radius:0px;
    border-color:#ededed;
    border-left:none;
    box-shadow:none;
    height:45px;
}
.modal-dialog  form .input-group span{
    border-radius:0px;
    background-color:#fff;
    border-color:#ededed;
}
.modal-dialog .modal-body p{
    text-align:center;
    margin-top:10px;
    font-size:16px;
}
.modal-dialog .modal-body a{
    color:#929396;
}
.modal-dialog .form-group.form-group-textarea{
    height: 110px;
}
.modal-dialog textarea.form-control{
    resize: none;
    height: 110px;
}

.modal-dialog .modal-footer {
    padding-top: 0;
}
#modal-connexion .modal-dialog .modal-footer {
    background-color:#e43f3f;
    padding-top: 15px;
}
#modal-connexion .modal-dialog .modal-footer p{
    text-align:center;
    color:#f5caca;
    margin: 0;
}
#modal-connexion .modal-dialog .modal-footer a{
    color:#fff;
    font-weight:400;
}


/* ------------------------- RESPONSIVE ------------------------- */


@media (max-width: 1400px) {
    
    section#description .bloc-icon{
        padding-bottom:75px;
    }   
    
}

@media (max-height: 720px) {

    .dropdown-menu {
        background: #16181b;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 0;
        min-width: 190px;
        padding: 0;
        height: 400px;
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    
    footer img{
	    margin-top:20px;
    }

    section#marketing-tools .col:nth-child(3n){
        border-right: 1px solid #ececec;
    }
    section#marketing-tools .col:nth-child(2n){
        border-right: 0;
    }
    section#marketing-tools .col:nth-last-child(-n+4){
        padding-bottom: 80px;
    }
    section#marketing-tools .col:nth-last-child(-n+2){
        padding-bottom: 80px;
    }
    
    
    section#concept .col:nth-child(3n){
        border-right: 1px solid #ececec;
    }
    section#concept .col:nth-child(2n){
        border-right: 0;
    }
    section#concept .col:nth-last-child(-n+4){
        padding-bottom: 40px;
    }
    section#concept .col:nth-last-child(-n+2){
        padding-bottom: 40px;
    }
    
    section#review .button{
        padding-top:30px; 
    }
    section#numbers .col div {
        padding: 10px 30px 20px 30px;
    }
    section#numbers .col span {
        font-size: 40px;
    }
    section#numbers .col p {
        font-size: 14px;
    }

    footer .col{
        margin-left:60px;
    }

}

@media (max-width: 992px) {

    footer img{
	margin-top:10px;
}
    
    header nav.navbar .logo{
        margin: 38px 0 0 -10px;
        padding-right:-25px;
    }
    header nav.navbar ul.nav li{
        margin-left: 15px;
    }
    header nav.navbar ul.nav li a{
        font-size: 12px;
    }
    section#home ul.brands li a img {
        height: 30px;
        width: auto;
    }
    section#contact #bloc-infos {
        padding-left: 15px;
    }
    section#description .col{
        padding:30px;
    } 
    section#description .bloc-icon{
        padding-bottom:75px;
    } 
    section#baseline p{
        font-size:18px;
        line-height:24px;
        margin: 0;
    }
    section#commissions tbody tr td, section#commissions tbody tr th {
        font-size:14px;
    }
    section#contact article:nth-child(2){
        padding-left:25px;
    }
    section#contact .colInfo:nth-child(2){
        padding-left:30px;
    }
    section#contact h4{
        font-size:20px;
    }
    section#review .paiement p{
        padding-bottom:30px;	
    }
    section#review .paiement img{
    padding:0 10px 10px 10px;	
    }

    section#review .paiement{
        text-align:left;	
    }

    section#review .button{
        padding-top:0px;
    }
    section#numbers .col div {
        padding: 10px 20px 15px 20px;
    }
    section#numbers .col span {
        font-size: 32px;
    }
    section#numbers .col p {
        font-size: 12px;
    }
    section#testify p {
        margin-top: 15px;
    }

    section#video img{
        margin-bottom:0px;
    }

    section#video iframe{
        margin-bottom:30px;
    } 

    section#page-title h2 {
        font-size: 24px;
    }

    section.section-page h3{
        font-size:14px;
    }


    footer img{
        margin-top:9px;
        margin-bottom:15px;
        margin-left:5px;
    }

    footer .col:first-child{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    footer .col img{
       margin: 0;
    }
    footer .col{
        width: 50%;
        margin: 0;
    }
    

    footer p.copyright{
        margin:10px 0;
        padding: 10px 0 0 0;
    }

}


@media (max-width: 767px) {

    header #top ul.social {
        display: none;
    }
    header nav.navbar{
        height: 70px;
    }
    header nav.navbar .logo{
        margin: 24px 0 0 20px;	
    }
    header .navbar-toggle{

        margin:20px 30px 0 0;
    }
    header nav.navbar ul.nav li a {
        margin: 0;
    }
    header .icon-bar{
        background-color: #56585e;
    }
    header .navbar-nav{
        background-color: #fff;
    }
    header nav.navbar ul.nav li{
        margin-left: 20px;
    }
    header nav.navbar ul.nav li a{
        font-size: 14px;
    }
    #wrapper {
        padding-top: 110px;
    }
    section{
        padding: 30px 0;
    }
    section#testify{
        padding-bottom: 50px;
    }
    section#home {
        background:url(../img/background-home.jpg) center center;
        background-size:cover;
    }
    section#home .covervid-wrapper {
        display:none;
    }
    section#home ul.brands li {
        margin: 5px 10px;
    }
    section#home ul.brands li a img {
        height: 20px;
        width: auto;
    }
    section#page-title h2 {
        font-size: 20px;
    }
    section h2{
        font-size: 20px;   
    }
    section h3{
        font-size: 14px;
    }

    section#home h1{
        font-size: 24px;
    }	

    section#home p{
        font-size: 18px;	
    }

    section p{
        font-size:16px;
    }

    section#description p{
        font-size:12px !important;
    }
    section#description .col{
        padding:20px;
    } 
    section#description .bloc-icon{
        padding-bottom:35px;
    } 
    section#baseline p{
        font-size:18px;
    }

    section#numbers {
        padding: 30px 0 20px 0;
    }
    section#numbers .col div {
        padding: 10px 0;
        width: 60%;
        margin-bottom: 10px;
    }

    section#marketing-tools .col{
        padding-bottom: 80px !important;
        border-right: 0 !important;
    }
    section#marketing-tools .col:last-child{
        padding-bottom: 20px !important;
    }
    
    
    section#commissions h4{
        font-size: 16px;
    }

    section#commissions thead tr th{
        font-size:14px;
    }

    section#commissions tbody tr td, section#commissions tbody tr th {
        font-size:12px;
    }
    section#testify img {
        display: none;
    }
    section#testify p {
        width: 100%;
        padding: 0;
    }
    section#contact .form-group{
        margin-bottom: 0;
    }
    section#contact .form-control{
        margin-bottom: 10px;
    }
    section#contact form{
        margin-bottom: 30px;
    }

    footer .col{
        width: 100%;
    }
    footer .col p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    footer .col ul li,
    footer p.copyright{
        font-size: 12px;
    }


}


@media (max-width: 480px) {
    
    .btn {
        font-size: 12px;
        height: 36px;
        padding: 8px 10px;
    }
    .btn img {
        height: 12px;
        margin: 3px 0 0 0;
    }
    header #top {
        height: 36px;
    }
    header #top .container {
        padding: 0;
    }
    header #top .pull-left {
        width: 40%;
    }
    header #top .pull-left .btn {
        width: 100%;
    }
    header #top .pull-right {
        width: 60%;
    }
    #wrapper {
        padding-top: 106px;
    }
    section#page-title {
        padding: 20px 0;
    }
    section#page-title h2{
        font-size:16px;
        vertical-align:middle;
    } 

    section#commissions thead tr th{
        font-size:10px;
    }

    section#commissions tbody tr td, section#commissions tbody tr th{
        font-size:9px;
    }

    footer .col{
        padding-left:0px;
    }
	
}

/* Added */

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

section#page-title h1{
    margin:0;    
    font-size: 30px;
}

section h1{
    color: #e43f3f; 
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 25px;  
    text-align: center;
}

section#page-title.london-affiliate h1 {
    display: inline-block;
}

section#aff-adv-guide-page.germany {
    text-align: justify;
}

section#aff-adv-guide-page.germany ul {
    padding-left: 15px !important;
    list-style-type: disc !important;;
}

section#aff-adv-guide-page.germany ul &gt; ul {
    list-style-type: revert !important;;
}</pre></body></html>