<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size:18px;
}

.other_choice {
    display: none;
}

#selector-cnt.ch-selector-cnt {
	margin-top:20px;
}
.ch-alert {
    width: 100%;
    /* margin: auto; */
    font-size: 12px;
    position: absolute;
    /* left: 50%; */
    top: -70px;
    /* margin-left: -250px; */
    text-align: center;
    /* margin-top: -20px; */
    /* margin-bottom: 5px; */
    padding: 0 10%;
    color: black;
}

.attest-container select, .attest-container input, .attest-container textarea {
	height: 50px;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    color: #3F3F3F;
    font-size: 16px;
    transition: none;
	display: block;
    width: 100%;
	padding: 6px 12px;
	    line-height: 1.42857143;
		background-color: #fff;
    background-image: none;
	border-radius: 4px;
}

.attest-container input[type='checkbox'] {
	display: inline-block;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}

.attest-container textarea {
	height:120px;
}

.attest-container {
	margin:auto;
	max-width:600px;
}

.attest-container label {
	font-weight:normal;
	color:#3F3F3F;
}

.attest-container .form_row {
	margin:15px 0;
}

.attest-container	 .form_element select {
	width:31%;
	display: inline-block;
}

.attest-container input.bttn_ro {
	display: inline-block;
    border-radius: 5.5px;
    width: 220px;
    height: 70px;
    border: 1.1px solid rgba(255,255,255,0.7);
    background: #ffc915;
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color:#0264cb !important;
    font-size:14px !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b{
    color:#0264cb !important;
    font-size:14px !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color:rgb(63, 63, 63) !important;
}

.page_237 .page-container {
	text-align:center;
}

.page_232  h1 {
	text-align:center;
}
.page_232 .h2a {
	font-size:28px;
	line-height:36px;
	font-weight:normal;
}

.page_232 .h25{
	font-size:24px;
	line-height:32px;
}

.page_232 .h2c {
	font-size:40px;
}



.btn-page {
	line-height: 56px;
    border-radius: 30.8px;
    width: auto;
    height: 56px;
    background: #0264cb url(/img/icon-arrow-r-white.svg) right 20px center no-repeat;
	    background-size: 14px 12px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    /* font-weight: 500; */
    text-align: left;
    padding: 0 45px;
    /* min-width: 350px; */
    display: inline-block;
    min-width: 300px;
    margin: 5px 0;
}


/*bootstrap customize*/
.form-control {
    height:50px;
    border:1px solid #E4E4E4;
    box-shadow:none;
    color:#3F3F3F;
    font-size:16px;
    transition:none;
}

.form-control-dark {
    background: #E4E4E4;
}

.form-control:focus {
   background: rgba(98,174,255,0.1);
}

.error {
    color:red;
}

.alert{
    padding:10px;
    display:block;
    text-align: center;
    font-size:16px;
    margin:5px 0;
    border-radius:3px;
}

.alert-danger {
   color:white;
   background:red;
}

.help-text {
    font-size:13px;
    color:#9E9E9E;
}

body {
    font-family: 'Rubik', sans-serif;
    background: #F7F8F8;
}
fieldset {
    margin-top:50px;
}
legend {
    color:#0264CB;
    font-size:20px;
    border-bottom:1px solid #E4E4E4;
    padding-bottom:14px;
    margin-bottom: 30px;
    
    display: block;
}

.row-m10 {
    margin:10px -15px;
}

.upload_loader {
    display:none;
}

.ico-star {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: transparent url(/img/star.svg) center center no-repeat;
}

.ico-star-g {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: transparent url(/img/star-g.svg) center center no-repeat;
}

/*FORM CUSTOM SELECT*/
.form-native-custom-select{
        width: 100%;
}

.custom_native_select, .form-native-custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1000;
}

.form-native-custom-select select {
 color: #9b9b9b;;
   border: 1px solid #e4e4e4;
  margin: 0;
   border-radius: 3px;
    padding: 6px 20px;
    height:50px;
    width: 100%;
    display: inline-block;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
  line-height: 24px;
  font-size:16px;
  font-weight:normal;
  margin-bottom: 10px;
}

/*HP CUSTOM SELECT*/
.custom_native_select select {
 color: #9b9b9b;;
   border: 1px solid #e4e4e4;
  margin: 0;
   border-radius: 3px;
    padding: 6px 20px;
    height:50px;
    width: 290px;
    display: inline-block;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
  line-height: 24px;
  font-size:16px;
  font-weight:normal;
  margin-bottom: 10px;
}



/*Hiding the select arrow for IE10*/
.custom_native_select::-ms-expand, .form-native-custom-select::-ms-expand  {
    display: none;
}

.custom_native_select::before,
.custom_native_select::after,
.form-native-custom-select::before,
.form-native-custom-select::after
{
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom_native_select::after, .form-native-custom-select::after { /*  Custom dropdown arrow */
  
}

.custom_native_select::before, .form-native-custom-select::before { /*  Custom dropdown arrow cover */
 width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
   background: #E4E4E4 url("/img/icon-arrow-d.svg")  center center no-repeat;
   background-size: 16px;
   height: 50px;
}


.custom_native_select select[disabled], .form-native-custom-select select[disabled] {
  color: rgba(0,0,0,.25);
}

.form-native-custom-select::before {
    background: transparent url("/img/icon-arrow-d.svg")  center center no-repeat;
     background-size: 12px;
}

.cars {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: -10;
}

.cars  .car1 {
    position:absolute;
    left:0;top:0;
    width:50%;
    z-index:2;
    background: transparent url("/img/car1.png")  20px top no-repeat;
    height: 600px;
}

.cars  .car_1 {
    position:absolute;
    left:-20px;top:0;
    width:50%;
    z-index:2;
    background: transparent url("/img/cocfranceimage-left-2x.png")  20px top no-repeat;
    height: 820px;
}

.cars  .car2 {
    position:absolute;
    right:0;top:0;
    width:50%;
    z-index:2;
    background: transparent url("/img/car2.png")  right top no-repeat;
    height: 600px;
}

.cars  .car_2 {
    position:absolute;
    right:0;top:0;
    width:50%;
    z-index:2;
    background: transparent url("/img/cocfrance-image-right-2x.png")  right top no-repeat;
    height: 820px;
}

.subpage .cars {
	display:none;
}

.logo-cell img {
    float:left;
}
.logo-cell span {
    float: left;
    max-width: 200px;
    color:#9E9E9E;
    font-size:16px;
    margin-left:25px;
    margin-top: 3px;
}


.text-right {
    text-align: right;
}

.phone {
    display:inline-block;
    text-align: center;
    line-height: 50px;
  border-radius: 30.8px;
  width: 190px;
  padding-left:60px;
  height: 50px;
  background: #0264cb url('/img/icon-phone-white.svg') 20px center no-repeat;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  text-align: left;
  box-shadow: 2px 3px 7px rgba(0,0,0,0.2);
}

a.phone:hover {
    color:white;
    text-decoration: none;
}

.header-container, .q-claim {
    max-width: 1340px;
    margin: auto;
}

.header-container {
    position:relative;
}

header {
    margin:30px auto 20px;
    position:relative;
}

.top-menu a {
    display:inline-block;
}

/*full window*/
.full-window {
    position:fixed;
    left:0;
    top:0;
    min-height: 100%;
    height:100%;
    width:100%;
    background: #0264CB;
    z-index: 1005;
    text-align: center;
    display:none;
}

.close-full-window {
    position:absolute;
    right:20px;
    top:20px;
}

/*buttons*/
.btn {
  display:inline-block;
    border-radius: 5.5px;
  width: 220px;
  height: 70px;
  border: 1.1px solid rgba(255,255,255,0.7);
  background: #ffc915;
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

a.btn {
    line-height:60px;
}

.btn:hover {
    background:white;
}

.btn-invert {
    background: white;
    color:black;
}

.btn-dark {
    background: #0264cb;
    color: white;
}


.btn-sm {
    padding:7px 15px;
    background:#308DEF;
    border:1px solid #308DEF;
    border-radius:5px; 
    cursor:pointer;
    color:white;
    font-size:14px;
}

.btn-sm:hover {
    background: white;
    color:#308DEF;
    border:1px solid #308DEF;
}

.payment-box-logo {
    height:70px;
    line-height: 70px;
}

.payment_desc {
    height:120px;
}

/*register form*/
#register-form label {
    display:none;
}

#register-form .checkbox label,#register-form .ico_wrap label{
    display:block;
}


/*login*/
.login-wrap {
    width:90%;
    max-width: 450px;
    margin:auto;
}

.login-wrap  h2
{
    color:white;
    font-size:40px;
}

.login-wrap input {
    height:87px;
    display: block;
    width:100%;
    background: white;
    line-height:87px;
    padding-left:85px;
    border:0;
}

.login-wrap input.inp_login_email {
    border-radius: 5px 5px 0 0;
    border:1px solid #E4E4E4;
    background:white  url('/img/menuicon-account.svg') 30px center no-repeat;
}

.login-wrap input.inp_login_pass {
    border-radius: 0 0 5px 5px ;
    border-top:1px solid #E4E4E4;
    border-right:1px solid #E4E4E4;
    border-left:1px solid #E4E4E4;
    background:white  url('/img/icon-passworld.svg') 30px center no-repeat;
}

.login-wrap  .forg-pass {
    display:block;
    color:white;
    margin:15px 0;
    text-align: left;
    text-decoration: underline;
}


/*menu*/
#menu, #user_menu {
   width: 370px;
    position: absolute;
    right: 0;
    top: -30px;
    /* border: 1px solid black; */
    background: white;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    z-index: 1002;
    display:none;
}

#user_menu {
    padding-top: 80px;
}


#searchform {
    position: relative;
    padding-top: 40px;
}

#menu ul, #user_menu ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

#menu a, #user_menu a {
    display:block;
    height:71px;
    font-weight:bold;
    color:#3F3F3F;
    line-height: 71px;
    border-bottom:1px solid  #DFE3E6;
    padding-left:88px;
	font-size: 16px;
}

#user_menu a{
    text-align: left;
}

a.m1 {
    background: url('/img/menuicon-account.svg') 35px center no-repeat; 
}
a.m2 {
    background: url('/img/menuicon-coc.svg') 35px center no-repeat; 
}
a.m3 {
    background: url('/img/menuicon-certificate.svg') 35px center no-repeat; 
}
a.m4 {
    background: url('/img/menuicon-order.svg') 35px center no-repeat; 
}
a.m5 {
    background: url('/img/menuicon-moto.svg') 35px center no-repeat; 
}
a.m6 {
    background: url('/img/menuicon-faq.svg') 35px center no-repeat; 
}
a.m7 {
    background: url('/img/menuicon-about.svg') 35px center no-repeat; 
}
a.m8 {
    background: url('/img/menuicon-testimonials.svg') 35px center no-repeat; 
}
a.m9 {
    background: url('/img/menuicon-blog.svg') 35px center no-repeat; 
}
a.m10 {
    background: url('/img/icon-passworld.svg') 35px center no-repeat; 
}
a.m11 {
    background: url('/img/icon-logout.svg') 35px center no-repeat; 
}


#searchform button, .close-menu, .close-user-menu {
    border: 1px solid #E4E4E4;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white url(/img/icon-circle-search.svg) -4px -3px no-repeat;
    position: absolute;
    left: 206px;
}

.close-menu, .close-user-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    background: white url(/img/icon-circle-close.svg) -4px -3px no-repeat;
    cursor:pointer;
}
.close-user-menu {
    top:20px;
}


#searchform input {
    width: 237px;
    height: 56px;
    border-radius: 50%;
    border-radius: 30.8px;
    border: 1px solid #E4E4E4;
    padding-right: 60px;
    margin-left: 25px;
    padding-left: 20px;

}

/*Selector*/
#selector-cnt {
   width: 792px;
  height: 400px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: center;
  position:relative;
  margin: auto;
  max-width: 100%;
}

#selector-main {
    position:absolute;
    left:0;
    top:0;
    border-radius: 10px;
  width: 430px;
  height: 400px;
  background: #0264cb;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
   box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
   z-index: 1001;
   padding: 37px;
   max-width: 100%;
}

#select_form select {
    cursor:pointer;
}

#selector-main h2 {
    width: 100%;
  height: 76px;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  margin:auto;
  margin-bottom:30px;
}

#select_form_commander
{
    width: 220px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-left:20px;
  border-radius: 5.5px;
  border: 0;;
  background: #ffc915 url('/img/icon-kosik.svg') 20px center no-repeat;
  color: #3f3f3f;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
  margin-top: 15px;
}

#select_form_commander:hover {
    background: white url('/img/icon-kosik.svg') 20px center no-repeat;
}

#selector-menu {
   position:absolute;
    right:0;
    top:55px;
    width: 380px;
  height: 230px;
  padding: 10px 20px 10px 40px;
  border: 1px solid #e4e4e4;
  border-radius:10px;
  background: #ffffff;
  color: #000000;
   z-index: 1000;
}

#selector-menu a{
    display:block;
 border-bottom:1px solid #dfe3e6;
 height:70px;
 text-align: left;
 line-height: 70px;
 color: #3f3f3f;
 font-size: 16px;
 padding-left: 65px;
}
#selector-menu a.m1 {
    background: url('/img/menuicon-coc.svg') 25px center no-repeat; 
}
#selector-menu a.m2 {
    background: url('/img/menuicon-certificate.svg') 25px center no-repeat; 
}
#selector-menu a.m3 {
    background: url('/img/menuicon-order.svg') 25px center no-repeat; 
}
#selector-menu a.m4 {
    background: url('/img/menuicon-moto.svg') 25px center no-repeat; 
    border-bottom: 0;
}


/*Quality claim*/
.q-claim  {
    margin-top:65px;
}
.q-claim .col-sm-3 {
    overflow:hidden;
}
.q-icon {
    float: left;
    max-height: 58px;
    margin-right: 10px;
}

.q-claim strong {
  margin:0 0 5px 0;
  font-size: 18px;
}

.q-claim p {
  margin:0;
color:#9e9e9e;  
  font-size: 16px;
}

.q-cell-center  strong {
    margin-top:10px;
}

.q-cell-desc {
    float:left;
    padding-top: 5px;
}

.q-cell-1 {
    padding:0;
}
.q-cell-2 {
    padding-left: 5%;
}

/*MAIN TEXT*/
#main-text {
    text-align: center;
    font-size:16px;
    color: #3F3F3F;
    margin-top: 35px;
}

#main-text h2 {
    font-size:40px;
    color:#0264CB;
    margin:10px 0;
    line-height:48px;
}

#main-text h3 {
    font-size:25px;
    color:#0264CB;
    margin:10px 0;
    line-height:32px;
    margin-bottom: 25px;
}

#main-text span.nm {
    font-size:18px;
    color:#0264CB;
    float: left;
    height:42px;
    width:42px;
    border:2px solid #0264CB;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-right:15px;
    font-weight:bold;
}

.steps-row {
    text-align: left;
    font-size:16px;
    margin-bottom:85px;
}

.order-container, .page-container {
    /*max-width: 820px;*/
    padding: 20px 0;
}

.page_244 .page-container {
	max-width:970px;
}

.page_244 .row {
	margin-bottom:20px;
}

.info-box-sm {
	font-size:13px;
	color:#9E9E9E;
	margin:60px 0 0 0;
}

.connexion-box {
    overflow: hidden;
    background: #f6e8af;
    border-radius: 15px;
   padding: 20px;
}

.connexion-box .btn {
    float:right;
}

.prev_button {
    margin-top: 50px;
    display: block;
}

/*STEP 2*/
 h1 {
    color:#0264CB;
    font-size:40px;
	margin-bottom: 25px;
}
h2 {
    color:#0264CB;
    font-size:20px;
}

/*ORDER ITEMS*/
.recap_box {
    border: 0;
    background: #E5EFF9;
    border-radius: 15px;
   padding: 20px;
}
.order_item {
     border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  color: #3f3f3f;
  margin:1%;
  text-align: center;
      padding: 0;
      max-width: 31%;
}

.order_item.col-sm-offset-4 {
    margin-left:33.33%;
}

.order_item.col-sm-offset-2 {
    margin-left:16.66%;
}

.order_item .logo_cell {
    max-height: 150px;
    min-height: 70px;
    height: auto;
    text-align: center;
}


.order_item .logo_cell img {
    min-height: 150px;
}


.order_item .price_cell {
    font-weight: bold;
    font-size: 30px;
    height:52px;
    line-height: 52px;
}





.order_item .commander_cell a,.order_item .commander_cell button {
    display:block;
    border-radius: 5.5px;
  width: 100%;
  height: 55px;
  background: #fbdb02;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  line-height: 55px;
  text-transform: uppercase;
  border:0;
}

.order_item .commander_cell a:hover, .order_item .commander_cell button:hover  {
    text-decoration: none;
    background: white;
}


.mark-detail h1 {
    font-size:30px;
    color:#0264CB;
    text-align: center;
    max-width: 530px;
    margin:0 auto 20px;
}

.mark-detail h3{
    font-size:15px;
    color:#0264CB;
    font-weight:normal;
    margin-bottom:10px;
    text-transform: none;
}

.mark-detail .desc_cell {
    font-size:17px;
    color:#3F3F3F;
    font-weight:bold;
    text-transform: uppercase;
    height: 85px;
    padding: 0 4%;
}

.mark-detail .subdesc{
    font-size:18px;
    color:#5FB100;
    margin:auto;
    text-align: center;
}

.delivery_cell {
    padding:5px 0;
}

.mark-detail  .order_item .price_cell {
   padding:10px 0;
   height:auto;
}

/*client form*/
.ico_wrap {
    display:none;
}

.next-trigger {
    height: 289px;
    background: url(/img/icon-circle-arrow-r.svg) center center no-repeat;
    color: black;
    padding-top: 80px;
    cursor:pointer;
}

.group_item {
    display:none;
}

.mark-detail-grid {
    padding-bottom: 30px;
}

.mark-page {
   background: white;
    clear: both;
    padding: 10px 0;
}

.mark-page h1 {
    font-size:28px;
    text-align: left;
    margin:0 0 20px 0;
    font-weight:normal;
}

.mark-page h2 {
    font-weight:normal;
}
.mark-page ul {
    margin:0;
    padding:0;
    margin:20px 0;
}



.mark-page li {
   background: url(/img/icon-arrow-r-circle.svg?ver=1) left top no-repeat;
    list-style-type: none;
    padding: 5px 0 0 50px;
    margin-bottom:20px;
    min-height: 30px;
}  




/*footer*/
footer {
   padding-top: 100px;
    background:#f7f8f8;
}

footer .row {
    padding-top:50px;
    border-top:1px solid #E4E4E4;
}

footer strong {
    display:block;
    font-size:16px;
    color:#4A4A4A;
    margin-bottom:20px;
}

footer a {
    color:#9E9E9E;
    display:block;
    margin:5px 0;
}
footer a:hover {
    color:#0264CB;
    text-decoration: none;
}

.phone-ico {
    float:left;
    margin-top: 10px;
}
.phone-desc {
    float:left;
    margin:0 0 0 15px;
    color:#9E9E9E;
}

.phone-desc strong {
    font-size:22px;
    color:#0264CB;
        margin: 0;
        font-weight: 500;
}

footer .cards {
    padding:78px 0 0 0;
    clear:both;
}

footer .cards  img {
    height:27px;
}

footer .copy {
    text-align: center;
    color:#9E9E9E;
    font-size:13px;
    border:0;
    margin:15px 0;
} 


/*Slides*/
.ref-slider {
    background:white;
    padding:20px 0;
    position:relative;
}

#ref_slider {
    max-width: 1000px;
    margin: auto;
    position:relative;
    height: 300px;
}

.slide {
    width:100%;
    text-align: center;
    font-size:20px;
    color:#3F3F3F;
    padding:80px 0;
}

.slide_cnt {
    max-width: 600px;
    margin:auto;
}

.rating {
    width: 160px;
    height: 20px;
    margin: 0 auto 20px auto;
}

.ref-box {
   
     margin: 20px 0;
     text-align: center;

}

.ref-box-cnt {
    border-bottom: 1px solid #e4e4e4;
 width:95%;
  min-height: 200px;
  margin:auto;
}

.ref-box-cnt .ref_desc {
    font-weight:normal;
	margin:10px 0;
	font-size:16px;
	line-height:24px;
}

.ref_desc {
    font-weight:bold;
	color:#3F3F3F;
}

.rating .progress  {
     background: #0264CB;
       height: 20px;
       width:0;
}

.ap-l, .ap-r {
    position:absolute;
    display:block;
    width:60px;
    height:60px;
}

.cycle-prev, .cycle-next {
     position:absolute;
    display:block;
    width:80px;
    height:80px;
    z-index:100;
    cursor:pointer;
}

.cycle-prev {
    background:url('/img/icon-circle-arrow-l.svg') center center no-repeat;
    left:0;
    top:50%;
     margin-top:-30px;
}
.cycle-next {
    background:url('/img/icon-circle-arrow-r.svg') center center no-repeat;
    right:0;
    top:50%;
    margin-top:-30px;
}

.ap-l {
    background:url('/img/icon-apostroph.svg') center center no-repeat;
    left:100px;
    top:30%;
}
.ap-r {
    background:url('/img/icon-apostroph-d.svg') center center no-repeat;
    right:100px;
    top:30%;
}

.cycle-pager {
    position:absolute;
    width:400px;
    left:50%;
    margin-left:-200px;
    text-align: center;
    bottom: 0;
    
}

.cycle-pager span {
    font-size: 0;
    background: #e4e4e4;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px;
    cursor:pointer;
}

.cycle-pager span.cycle-pager-active {
    width: 8px;
    height: 8px;
     border-radius: 8px;
     position:relative;
     top:-2px;
     background:#29334E;
}
.ref_author {
    margin-top:15px;
}

#finish-and-register , #finsh-without-reg {
    height:320px;
    position:relative;
}
#finish-and-register .btn  , #finsh-without-reg .btn  {
    position: absolute;
    bottom:5px;
}

#finish-and-register .btn:hover,
#finsh-without-reg .btn:hover {
    background: white;
}

.page-box {
	background:#0264cb;
	padding:45px;
	border-radius:10px;
	color:white;
	font-size: 13px;
	max-width:480px;
}

.page-box h3 {
	margin-top:0;
}

.page-box  strong {
	font-size:18px;
	display:block;
	font-weight:500;
}

.page-box .adress {
	font-size: 18px;
    border-top: 1px solid white;
    margin-top: 40px;
    padding-top: 40px;
}

.page-box .adress strong{
	font-size:25px;
}

.page-box a {
	color:white;
}

.list-row {
	margin-bottom:30px;
}

.page_244  h2 {
	font-size:40px;
}

.page_244 .btn {
	display:block;
	margin:auto;
}

.societe-block h2 {
	font-size:28px;
	line-height:40px;
	font-weight:normal;
}

#register-form {
	width:600px;
	margin:auto;
}

.panel-default&gt;.panel-heading {
	background: white;
    border-bottom: 0;
    color: #0264CB;
    font-size: 18px;
    padding: 15px;
}

.panel-default&gt;.panel-heading h4 a {
	padding-left: 50px;
	background: url(/img/icon-minus.svg) 10px 8px no-repeat;
}

.panel-default&gt;.panel-heading h4 a.collapsed {
	padding-left: 50px;
	background: url(/img/icon-plus.svg) 10px 0 no-repeat;
}

.panel-group .panel-heading+.panel-collapse&gt;.list-group, .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
	border-top:0;
}

.panel-group .panel-heading+.panel-collapse&gt;.list-group, .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
	padding-left:62px;
}
.panel-group .panel {
	margin:20px 0;
}

.account-page {
	text-align:center;
	font-size:18px;
}

.account-page .table-striped th {
	color:#0264CB;
	text-align:center;
}

#pager a.pager_number{
	display:inline-block;
	width:82px;
	height:82px;
	background: url(/img/icon-circle.svg) 10px 10px no-repeat;
	line-height:82px;
	text-align:center;
	font-size:20px;
	color:#0264CB;
	font-weight:bold;
}


#pager a.pager_number.active, #pager a.pager_number:hover {

	background: url(/img/icon-circle-h.svg) 10px 10px no-repeat;
}

.circle-list li {
	list-style-type: none;
    padding-left: 40px;
    background: url(/img/icon-arrow-r-circle.svg) left 5px no-repeat;
    margin: 28px 0;
    line-height: 28px;
    min-height: 32px;
}

.step_continue {
	float:right;
	text-align:right;
}


.hipay-card-error-logo {
    text-align: center;
    margin-bottom: 40px;
}
.hipay-card-error-logo img {
    display: inline-block;
    margin:auto 10px;
    height:40px;
}


#covid19 a {
    position: absolute;
    left: 0;
    top: 20px;
    background: #ff5e5e;
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
}

#covid19 a.covid19en, #covid19 a.covid19de, #covid19 a.covid19es, #covid19 a.covid19it {
    top:130px;
}

#covid19 span {
    display: inline-block;
    width:16px;
    height:16px;
    line-height:16px;
    background:white;
    color:#ff5e5e;
    border-radius:50%;
    text-align:center;  
    font-weight:bold;
    margin-right:5px;
}


@media only screen and (max-width: 1440px) {
	#main-text{
		max-width: 960px;
    margin: auto;
	}
	
	#main-text .col-sm-offset-4  {
		margin:0;
	}
	#main-text .col-sm-4{
		width:100%;
	}
	
	.steps-row .col-sm-2, .steps-row .col-sm-3 {
        margin:10px 0;
    }
    
    .steps-row {
        margin-bottom:30px;
    }
	
	.steps-row .col-sm-offset-3 {
			 margin-left:0;
	}
	
	
	.steps-row .col-sm-2, .steps-row .col-sm-3 {
		width:33%;

	}
	
	
	
	.q-claim .col-sm-3 {
		width:50%;
	}
	
	.q-icon-w {
        float:left;
        width:22%;
        text-align: center;
    }
    
    .q-cell-desc {
        width: 78%;
    text-align: left;
    }
    
    .q-icon {
        max-width:55px;
    }
    
    .q-cell-2, .q-cell-1 {
        padding:0 15px;
    }
    
    .q-claim .col-sm-3 {
        margin:10px 0;
    }
    
    .q-claim {
        margin-top:15px;
		    max-width: 620px;
    margin: 30px auto 0 auto;
    }
}

@media only screen and (max-width: 1000px) {
    span.logo-cell-desktop {
        display: none;
    }
    span.logo-cell-mobil {
        display: block;
    }
}

@media only screen and (min-width: 1000px) {
    span.logo-cell-desktop {
        display: block;
    }
    span.logo-cell-mobil {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .header-container-desktop {
        display: none;
    }
}

@media only screen and (min-width: 770px) {
    .header-container-phone {
        display: none;
    }
}


@media only screen and (max-width: 1375px) {

	.order_item .delivery_cell {
		min-height:60px;
	}
	
	.ref-box-cnt .ref_desc {
		font-size:14px;
	}
	
	.cars {
		display:none;
	}
	
	.ref-box-cnt {

		min-height: 250px;

	}
	
	.order_item  {
		    max-width: 31%;
			width:31%;
	}


    
}

.fl {
	float:left;
	overflow:hidden;
	min-width: 320px;
}

.fl input {
	float:left;
	margin-right:5px;
}

.fast-del {
	background:#e8f0fe;
	padding-top:20px;
	margin-bottom:20px;
	position:relative;
}

.delivery-label {
    display:block;
    font-size:16px;
    text-transform: uppercase;
    margin-bottom:5px;
    font-weight:bold;
}

.del-badge {
    position: absolute;
    right: 5px;
    background: #169bd5;
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    top: 10px;
}


.delivery-desc-big {
    font-weight: bold;
    margin: 5px 0;
    font-size: 12px;
}

.delivery-desc {
    font-size:11px;
	line-height:16px;
}


@media only screen and (max-width: 768px) {
	
	.fast-del  {
		padding-top:50px;
	}
	
   .ch-alert  {
	   display:none;
   }
	#finish-and-register .btn  , #finsh-without-reg .btn  {
		font-size:14px;
		position:static;
		margin-top:10px;
	}
	
	#finish-and-register, #finsh-without-reg {
		height:auto;
	}
	
	.mark-detail .desc_cell {
		font-size:12px;
	}
	
	.mark-detail  .order_item.col-sm-offset-4 {
		margin-left:25%;
	}

   body {
		font-size:14px;
		/*padding:0 15px;*/
	}
	
	.step_confirm .btn {
		float: none !important;
    display: block;
    margin: auto;
    margin-top: 10px;
	}
	
	
	
	.order_item  .logo_cell  img{
		max-width:100%;
	}
	
	.order_item .commander_cell a{
		font-size:16px;
	}
	
	
	
		
	
	
	.phone-row .col-sm-2, .phone-row .col-sm-10,
	.email-row .col-sm-2, .email-row .col-sm-10
	{
		width:100%;
		text-align:center;
		padding:5px 0;
	}
	
	.q-claim .col-sm-3 {
		width:50%;
	}
	
	.connexion-box .login-trigger {
		margin: auto;
		float: none !important;
		display: block;
	}
	
	.no-margin strong {
		display:none;
	}
	
	footer .col-sm-3 {
		margin-top:15px;
	}
	
	h1 {
		margin-bottom:15px;
		font-size:32px;
	}
	
	#user_menu {
		right:0;
	}
	
	.order_item.col-sm-offset-2 {
		margin:1%;
	}
	
	.cars {
		display:none;
	}
	
	.page-container {
		padding:0 15px;
		overflow: hidden;
	}
	
	#register-form {
		width:100%;
	}
	
	/*
	.container-fluid {
		padding-right: 0;
    padding-left: 0;
	}
	*/
	
	.order_item {
        max-width: 48%;
    margin: 1%;
    }
    
    .order-container     .order_item {
        max-width:100%;
    }
	
	.top-menu {
		margin-left: -15px;
    width: 54%;
	}
	
	.logo-cell {
		margin-left: 15px;
    width: 45%;
	}
	
	#menu a, #user_menu a{
		font-size:14px;
	}

    
     
    .top-menu a.search_menu_item,
    .top-menu a.phone,
    #selector-menu{
        display:none;
    }
    
    .custom_native_select select {
        width:250px;
    }
    
    #selector-main {
        padding: 37px 10px;
		position: static;
    margin: auto;
    }
    
    #selector-main h2 {
        font-size:30px;
        height: 90px;
    }
    
    
    
    
    #menu {
        max-width: 100%;
    }
    
    .close-menu {
        right:0;
    }
    
    .login-wrap h2 {
        font-size: 32px;
        padding-top: 40px;
    }
    
    .close-full-window {
        right: 0;
        top: 0;
    }
    
    .btn {
        max-width:100%;
    }
    
    a.btn {
       line-height: 55px;
    }
    
    .cycle-prev, .cycle-next {
        top:10%;
    }
    /*
    .q-claim .col-sm-3 {
        padding: 0 15px;
    }
    .q-claim strong, .q-claim p {
        font-size:14px;
    }
    */
	
	.page-box .email-row strong {
		font-size:12px;
	}
	
	td.m-hid, th.m-hid {
		display:none;
	}
	
	.step_continue, .step_preview {
		float: none;
    text-align: center;
    width: 100%;
    clear: both;
	}
	
	
	
	.logo-cell {
		padding-left:30px;
		width:70%;
	}
	
	.top-menu {
		width:30%;
	}
	
	.steps-row {
		font-size:14px;
	}
	
	
	#covid19 a {
		top:80px;
	}
	
	
}

.m_step_preview {
	display:none;
}

@media only screen and (max-width: 425px) {
	
	.m_step_preview {
		display:block;
	}
	
	.d_step_preview {
		display:none;
	}
	
	.order_item  {
		    max-width: 48%;
			width:48%;
	}
	.mark-detail .product_c_1 .order_item.col-sm-offset-4
    {
		 max-width: 98%;
			width:98%;
			margin-left:1%;
	}
	
	 .mark-detail-grid .order-container .order_item {
		 float:left;
	 }
	.logo-cell {
		padding-left: 15px;
		width: 40%;
	}
	
	.top-menu {
		width: 60%;
	}
	
	#user_menu {
		max-width: 425px;
		width: 425px;
	}
	
	.logo-cell span {
		display:none;
	}
	
	.q-claim .col-sm-3 {
		width:100%;
	}
	
	.steps-row .col-sm-2 {
        margin:10px 0;
    }
    
    .steps-row {
        margin-bottom:30px;
    }
	
	.steps-row .col-sm-2, .steps-row .col-sm-3 {
		width: 100%;
    clear: both;
    overflow: hidden;

	}
}

@media only screen and (max-width: 375px) {

	#user_menu {
		max-width: 375px;
	}
	
	.ref-slider {

		overflow: hidden;
	}
}

@media only screen and (max-width: 320px) {

	#user_menu {
		max-width: 320px;
	}
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.container-fluid {
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .q-claim .col-sm-3 {
        width: 100%;
    }
}</pre></body></html>