
.fonce { color:#0029A2; }
.bg-saumon a.fonce:hover{ color:#FFF; }
.white { color:#FFF; }
.bg-saumon { background-color: #2396f1; }
.bg-fonce { background-color: #0029A2; }
header .btn { border-radius: 20px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.sub-btn { 
	width:210px !important; 
	margin: 0 auto !important; 
}
.btn-back {
	width:120px;
	margin:0 auto;
}
ul.no-list-style { list-style-type:none; }

/* Accueil */
.bloc-info { }
.bloc-info i { font-size: 25px ; }
.bloc-info .fa-check { color: #43e346 !important; }
.bloc-info .fa-times { color: #d72026 !important; }
/* /Accueil */

/* Résultats SVA */
.blocs img  { width: 100%; }
.info-sva .fa, .info-sva .fas, .info-sva .far { font-size:18px; margin-right: 10px; width:20px; }
.info-sva,  .info-sva a { font-size: 15px; color: #212529; }
/* /Résultats SVA */

/* Résultats SMS+ */
#results .fa, #results .fas, #results .far { width:10px; font-size:18px; margin-right: 15px; }
#results { font-size: 14px; color: #FFF; }
#results a { 
	font-size: 13px; 
	color: #FFF;
	min-height: 60px;
	display: flex;
    align-items: center;   
    justify-content: center;
}
#results hr { 
	border-top: 1px solid transparent;
	margin-top: 5px;
    margin-bottom: 5px; 
}
#results .card {
    margin: 0 !important;
    padding: 15px 25px;
    background-color: #0029A2;
    color: white;
    min-height: 215px;
}
#results.sms .card {
    min-height: 205px;
}
/* /Résultats SMS+ */

/* Details SMS+ / Internet+ */
#coordonnees .fa, #coordonnees .fas, #coordonnees .far { width:10px; font-size:18px; margin-right: 15px; }
#coordonnees a { color: #333333;}
/* /Details SMS+ / Internet+ */

/* Form complaint */
#block-autre .fas { 
	font-size:25px;
}
#block-autre.item-form div {
	float: right;
    margin-top: -155px;
    margin-right: 40px;
}
#block-autre a {
	position: relative;
}
#block-autre a i {
	position: absolute;
    top: -7px;
    right: -7px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
/* /Form complaint */

.d-none { display: none; }
body {
    width: 100%;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, input[type="text"] {
    font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

h1 {
    color: #0029A2 !important;
    font-weight: bold;
    margin: 20px 0;
}

header {
    color: white;
    background-color: #FFF;
    width: 100%;
    padding: 14px 0;
}

footer {
    width: 100%;
    padding-top: 40px;
    color: #666666;
    border-top: 5px solid #0029A2;
    background-color: white;
}

a {
    text-decoration: none !important;
}


/* HEADER NAVIGATION BAR -- override bootstrap css rules*/

.navbar {
    margin-bottom: 0;
    min-height: 20px;
}

.navbar-default {
    background-color: inherit;
    border: 0;
}

.navbar-nav > li {
    padding: 15px 0;
}

.navbar-nav > li > a {
    font-size: 16px;
    color: white !important;
    font-weight: bold;
    padding: 0 10px;
}

.navbar-nav > li + li > a {
    border-left: 1px solid white;
}

.navbar-nav > li > a:hover {
    color: #0029A2 !important;
}

.navbar-nav > .active > a {
    background-color: inherit !important;
    color: #0029A2 !important;
    border: 0;
}

/* END HEADER NAVIGATION BAR  */


/* FOOTER NAVIGATION BAR */

footer nav ul {
    list-style-type: none;
    padding: 0;
}

footer nav ul li a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

footer nav ul li a:hover {
    color: #0029A2;
}

/* END FOOTER NAVIGATION BAR  */

#body_content {
/*
    background: url(../images/diagonal-noise.png);
*/
    min-height: 100vh;
    padding-bottom: 100px;
    padding-top: 30px;
}

#breadcrumb {

}

#content {
    background-color: white;
    padding: 15px 0;
}

.block-shadow {
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.font-color-transition {
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.right {
    float: right;
}

.left {
    float: left;
}

.select-service-type {
    padding: 15px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.rectangle-off {
    background: url(../images/rect_off.png);
    width: 213px;
    height: 172px;
    cursor:pointer;
}

.rectangle-on {
    background: url(../images/rect_on.png);
    width: 213px;
    height: 172px;
    cursor:pointer;
}
#Mobile.rectangle-off,
#Box.rectangle-off,
.select-op.rectangle-off {
	background: none;
	background-color: #fcfcfc;
	width: 150px;
    height: 150px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.rectangle-off > h3 {
    padding:30px 10px 0px;
    text-align:center;
    font-size:large;
}

.rectangle-off > img {
	width: 72%;
    display: block;
    margin: auto;
    padding-top:15%;
}

.rectangle-on > h3 {
    padding:30px 10px 0px;
    text-align:center;
    font-size:large;
}

.rectangle-on > img {
	width: 70%;
    display: block;
    margin: auto;
    padding-top:17%;
}

#Mobile.rectangle-on,
#Box.rectangle-on,
.select-op.rectangle-on {
    background: none;
    background-color: #fcfcfc;
    width: 150px;
    height: 150px;
    cursor:pointer;
    border-radius: 20px;
    border: 1px solid #33275b;
}
.popover,
.tooltip { 
	opacity: 1 !important;
	background-color: #FFF !important;
	color:#000 !important;
	font-size:12px !important;
	padding:10px !important;
}
#Mobile.rectangle-off > img,
#Box.rectangle-off > img,
#Mobile.rectangle-on > img,
#Box.rectangle-on > img {
	width: 50%;
	padding-top: 30px !important;
}
.select-op.rectangle-off,
.select-op.rectangle-on {
    background-color: #FFF;
}

.text-under-rect {
    padding-top:10px;
    text-align:center;
    font-size:small;
    color:grey;
}

.info-box {
    /*width: 250px;*/
    padding: 10px;
    /*margin-top:22px;*/
    background-color:#0029A2;
    color:white;
    display: relative;
    height: 210px;
}

.info-box-plus {
    width: 90px;
    cursor: pointer;
}

.info-box > h3 {
    font-weight: bold;
}

.info-box > h3 > i {
    margin: 0 5px 0 0;
}

.info-box > p {
    font-size:21px;
    padding-bottom:15px;
    line-height:100%;
}

.info-box > a {
    text-align:center;
    background-color:white;
    color:#0029A2;
    padding:5px;
}

.offset-iplussmall {
    margin-left:6%;
}

.info-bul {
    display: none;
    background-color:#f7f7f7;
    margin:0 30px 30px 30px;
    border-top:2px solid;
    border-top-color: #0029A2;
    padding: 0 20px 20px 20px;
}

.closeinfo-bul {
    cursor: pointer;
}

.glyphicon-remove {
    margin-top:10px;
    font-size:xx-large;
}

.info-bul > h1 {
    font-size:xx-large;    
}

.info-bul > p {
    margin-top: 30px;
    line-height:150%;
}

.img-trian-violet {
    position: absolute;
    right: 100px;
    display: none;
    bottom: -17px;
    right: 50px;
}

.violet-text-info-bul {
    padding:20px;
    color:#0029A2;
    font-size:large;
}

.step-box-on {
    background-color:#0029A2;
    color:white;
    font-size:large;
    padding-top: 15px;
    padding-bottom: 15px;
}

.step-box-off {
    background-color:white;
    color:#0029A2;
    font-size:large;
    padding-top: 15px;
    padding-bottom: 15px;
}

.step-box-content {
    padding : 20px 20px;
}

.circle-off {
    background: url(../images/violetcircle-off.png);
    width: 15px;
    height: 15px;
}

.circle-on {
    background: url(../images/violetcircle-on.png);
    width: 15px;
    height: 15px;
}

.grey-bckg {
    background-color: #F7F7F7;
    padding:15px;
    margin: 10px 0 15px 0;
}

.pratical-info {
    background-color: white;
    color: #0029A2;
    padding: 15px;
    font-size: 130%;
}

.pratical-info span.title {
    color: black;
    font-weight: bold;
    font-size: 90% !important;
    background-color: white;
}

.block {
    padding: 10px;
    background: #f9f9f9;
}

.block > a {
    text-decoration: none;
    color: #444;
}

.block .block-heading {
    background: transparent url(../images/scanlines-sidebar.png) repeat top left;
    margin-bottom: 10px;
}

.block h4 {
    padding-right: 10px;
    float: left;
    width: auto;
    margin: 0;
    background-color: #F9F9F9;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.block h2 {
    font-size: 22px;
    line-height: 22px;
    color: #0029A2;
}

.pluslink {
    text-align: right;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 82px;
    line-height: 52px;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.plus-info {
    background-color: #0029A2;
    color: white;
    font-size: 16px;
}

.plus-info .link {
    padding: 5px;
    right: 0;
    background-color: white;
    float: right;
    margin-right: -15px;
}

/* REQUEST PAGE override some bootstrap css rules */

#search_info {
    margin-bottom: 10px;
}

#search_info > div > div {
/*
    padding: 20px;
*/
    line-height: 25px;
}

#results > .result + .result {
    margin-top: 50px;
}

.info-customer-service {
    padding-right: 0;
}

.info-customer-service > div {
    margin-bottom: 10px;
}

.info-customer-service .name,
.info-customer-service .phone-number {
    font-size: 110%;
    font-weight: bolder;
}

.info-customer-service .address,
.info-customer-service .website,
.info-customer-service .email {
    word-wrap:break-word;
}

.send-mail {
    margin-top: 2px;
    padding: 0;
}
@media (max-width: 991px){
	.send-mail {
		padding-right: 0 !important;
		margin-top: 20px !important;
	}
}

.share-result, .share-result-feedback {
  display: none;
  padding: 5px;
  background-color: #F7F7F7;
  margin: 0 0 2px 0;
  line-height: 50px;
  height: 65px;
}

.panel-default {
    border: 0;
}

.panel-body {
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 50px;
}

.panel-title {
    font-size: x-large;
    color: #0029A2;
    font-weight: 300;
}

/* draw the area around a image */
.rect-image {
    height: 150px;
    position : relative;
    background-color: #FCFCFC;
    margin: 10px 0;
    border-radius: 5px;
}

.rect-image:hover, .rect-image.active {
    border: 3px solid #0029A2 ;
    -webkit-transition: border 300ms;
    -moz-transition: border 300ms;
    -o-transition: border 300ms;
    transition: border 300ms;
}

.btn.btn-search {
    background-color: #2396f1;
    color: #FFF;
    border-radius: 0;
}
.btn.btn-search:hover{ background-color: #0029A2; }

/* END REQUEST PAGE END */

/* OVERRIDE BOOTSTRAP CSS RULES */

.btn.btn-default {
    background-color: #2396f1;
    color: #FFF;
    border:none;
    margin-bottom: 30px;
}
.btn.btn-default:hover {
    background-color: #0029A2;
}

.glyphicon.glyphicon-ok {
    color: #93b94c;
    bottom: 10px;
    font-size:x-large;
    /*display:none;*/
}

/* END OVERRIDE BOOSTRAP CSS RULES END*/

.help-grey-bar {
    height: 315px;
    background: url(../images/grey-bar-help.png) no-repeat;
    width: 20px;
    float: left;
}

.help-box {
    height: 315px;
    background-color: #F7F7F7;
    margin-left: 20px;
    padding: 10px;
}

.help-box h3 {
    color: #0029A2;
    margin-top: 0;
    font-weight: bold;
}

.copyright {
    float: right;
    text-align: right;
    max-width: 96%;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.copyright a {
    color: #0029A2;
}

.tab-pane img {
    margin-right: 40px;
    float: left;
    margin-top: 25px;
}

.tab-pane span {
    margin-top: 35px;
}

.nav, .tab-content {
    font-size: 16px;
}

.nav a, .tab-content a {
    color: #0029A2;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: white;
background-color: #0029A2;
}


.twitter-typeahead {width: 100%;}

.tt-hint {
    display: none;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}


.ribbon-wrapper-green {
    position: absolute;
    top: -18px;
    right: -3px;
}

.ribbon-wrapper-green-small {
    position: absolute;
    top: 3px;
    right: 4px;
}

.help-stuff-ko {
    display: none;
}

.info-bul-ko {
    display: none;
    background-color:#f7f7f7;
    border-top:2px solid;
    border-top-color: #0029A2;
    padding: 0 20px 20px 20px;
}

.red-text {
    color: #0029A2;
    font-size: 30px;
    margin-bottom: 20px;
}

.invit {font-size: 24px;}

.infos-service-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.infos-service-bloc {
    background-color:#f7f7f7;
    padding: 20px;
}

@media (max-width:767px){
	.col-md-1 { float: left; width: 15%; }
	.col-md-11 { float: left; width: 85%; }
	.ui-widget.ui-widget-content {
		width: 80% !important;
	}

    .btn.btn-search {
		font-size:11px;
		padding: 5px;
    }
    #logo { padding-left: 5px !important; }
    #logo img { width: 170px !important; }
    h1 { font-size: 20px;}
    h2 { font-size: 20px;}
    #body_content {padding-top: 0; padding-bottom: 0;}
    .logo {width:160px; margin-top:7px;}
    .red-text {font-size: 20px;}
    .info-box {margin-top:22px;}
    .info-box > p {font-size: 18px;}
    .info-box > h3 {font-size: 22px;}
    .panel-title {font-size: large;}
    .invit {font-size: 14px;}
    .rectangle-off {
        background: url(../images/rect_off_mobile.png);
        width: 120px;
        height: 97px;
    }

    .rectangle-on {
        background: url(../images/rect_on_mobile.png);
        width: 120px;
        height: 97px;
    }
    .rectangle-off > img {width: 95px;}
    .rectangle-off > h3 {font-size: 12px; padding-top: 10px; margin-bottom: 0px;}
    .rectangle-on > img {width: 90px;}
    .rectangle-on > h3 {font-size: 12px; padding-top: 10px; margin-bottom: 0px;}
    img.choose_service {width: 90px;}
    img.long_img {width:90px;}

    #search_info > div > div {
    padding: 8px;
    line-height: 25px;
    }

    /* Do not show "avec l'assistant InfoConso" on mobiles */
    .full-assistant {
        display: none;
    }
}


/* CSS Site mobile */

.pink-box {
    padding: 15px 10px;
    background-color:#0029A2;
    color:white;
    display: relative;
    min-height: 50px;
}
.black-box {
    font-size: 90%;
    padding: 10px;
    background-color:#000;
    color:white;
    display: relative;
    min-height: 40px;
}
.white-box {
    padding: 15px 10px;
    background-color:#fff;
    color: #666666;
    display: relative;
    min-height: 50px;
}

.pink-title {
    color: #0029A2 !important;
    font-size: 120%;
    margin: 20px 0;
    border-bottom: 3px #0029A2 solid;
    font-weight: normal;
}

.btn.btn-assistant {
    color: #FFF;
    margin-top:5px;
    font-weight:bold;
    text-align:center; 
    background: #2396f1;
/*
    background-image: -webkit-linear-gradient(top, #2396f1, #0d8c22);
    background-image: -moz-linear-gradient(top, #2396f1, #0d8c22);
    background-image: -ms-linear-gradient(top, #04bd23, #0d8c22);
    background-image: -o-linear-gradient(top, #04bd23, #0d8c22);
    background-image: linear-gradient(to bottom, #04bd23, #0d8c22);
*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 20px;
    min-width: 60%;
}

#go-back {
	color: #2396f1;
	border: 1px solid #2396f1 !important;
    background: transparent !important;
}

.row.btns .col-md-2 {
	float:none !important;
	margin: 0 auto;
}

.btn.btn-assistant:hover {
  color:#FFF;
}

#go-back:hover { 
	color:#FFF;
	background: #0029A2 !important; 
}

.clear { clear: both; }

.btn.btn-form {
    margin-top:5px;
    font-size:12px;
    color: black;
    text-align:center;
    background: #b7b9b2;
    background-image: -webkit-linear-gradient(top, #b7b9b2, #a3a59e);
    background-image: -moz-linear-gradient(top, #b7b9b2, #a3a59e);
    background-image: -ms-linear-gradient(top, #b7b9b2, #a3a59e);
    background-image: -o-linear-gradient(top, #b7b9b2, #a3a59e);
    background-image: linear-gradient(to bottom, #b7b9b2, #a3a59e);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 20px;
    min-width: 60%;
}


.btn.btn-form:hover {
  background: #fcfff4;
  background-image: -webkit-linear-gradient(top, #b7b9b2, #b7b9b2);
  background-image: -moz-linear-gradient(top, #b7b9b2, #b7b9b2);
  background-image: -ms-linear-gradient(top, #b7b9b2, #b7b9b2);
  background-image: -o-linear-gradient(top, #b7b9b2, #b7b9b2);
  background-image: linear-gradient(to bottom, #b7b9b2, #b7b9b2);
}

.arobase, .check_green, .close, .enveloppe, .info_pink_bg, .info_white_bg, .phone, .pin, .trop_service{
	background: url(../images/sprites.png) no-repeat;
	display: inline-block;
}

.arobase{
	background-position: -110px -60px ;
	width: 24px;
	height: 24px;
}

.check_green{
	background-position: -65px -65px ;
	width: 23px;
	height: 18px;
}

.close{
	background-position: -10px -60px ;
	width: 28px;
	height: 28px;
}

.enveloppe{
	background-position: -210px -65px ;
	width: 22px;
	height: 15px;
}

.info_pink_bg{
	background-position: -165px -65px ;
	width: 19px;
	height: 19px;
}

.info_white_bg{
	background-position: -215px -15px ;
	width: 19px;
	height: 19px;
}

.phone{
	background-position: -165px -10px ;
	width: 16px;
	height: 29px;
}

.pin{
	background-position: -115px -15px ;
	width: 16px;
	height: 21px;
}

.trop_service{
	background-position: -65px -15px ;
	width: 17px;
	height: 18px;
}

.row1{
	background:#F7F7F7;
	color:#28292A;
}

#header-section {
    height: auto;
    min-height: 70px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
}

.nopadding{
	padding:0px !important
}

.nopaddingleft{
	padding-left:0px !important;
}

.nopaddingright{
	padding-right:0px !important;
}

.col-md-12{
	margin-bottom:10px;
	overflow:hidden;
}

.row1{
	padding:20px;
}

.row1 h2{
	padding-bottom:10px;
}

.fa_red{
	color:red;
}

.fa_green{
	color:green;
}

.sidebar-nav .side-nav li a{
	font-size:15px;
}

td i{
	font-size:20px;
}

.btn { padding: 10px 15px; }

.main-color { color:#2396f1; }
#results h3 { padding-top: 35px; }
#search-results { padding-left: 20px; }
.font-weight-bold { font-weight: bold; }
#logo img { cursor:pointer; width: 250px; }

@media (max-width:991px){
	.result .col-md-6 {  width:100%; }
	.col-md-6 { width:100%; /*float: left; width:48%;*/ }
	header .col-md-6 { float: left; width:48%; }
	.btn.btn-search.btn-assistant { font-size:12px;} 
	#btn-sva, 
	.col-md-6 .btn.btn-search.btn-assistant { 
		width:100%; 
		margin: 0;
	}
	.btns .col-md-6 {
		width:45%;
		float:left;
		margin: 0;
	}
	.btns .col-md-6.text-right { float:right; margin-right:30px; }
	.btns .col-md-6 a {
		width:100%;
	}
	#formSignalement .col-md-6.nopaddingright{
		padding-left:0;
	}
	#formSignalement .col-md-6.nopaddingleft{
		padding-right:0;
	}
	.select-op { margin-top: 30px; }
}
#formSignalement select { width: 100%; }

textarea.form-control { 
	height: 150px !important; 
}

a { color: #2396f1; }
a:hover {
	color:#0029A2;
}

.cta a { 
	display: block;
	max-width: 100%;
	white-space: normal;
}

@media (max-width: 480px){
	.row { 
		margin-right: 0;
		margin-left: 0;
	}
	.row.block-shadow {
		-webkit-box-shadow: initial;
		box-shadow: initial;
	}
	header a.btn-search {
		margin-top: 5px;
	}
	#header-section {
		height: auto;
		min-height: 70px;
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial;
		border-bottom: 1px solid #eaeaea;
	}
}

@media (max-width: 1199px) {
	#results .card  {
		min-height: 310px;
	}
}

@media (max-width: 991px) {
	#results .card,
	#results.sms .card {
		min-height: auto;
	}
}

form a.btn-info {
	background-color: #0029A2;
	line-height: 24px;
}
form a.btn-info:hover {
	background-color: #2396f1;
}

@media (max-width: 1199px) {
	#results a {
		font-size: 13px;
	}
}

#btn-sva {
    display: none;
}

@media (max-width: 768px) {
    #btn-sva {
        display: block;
        position: sticky;
        bottom: 10px;
        width: 100%;
        z-index: 999;
        padding: 0;
        text-align: center;
    }
    .sva  #axeptio_main_button {
		bottom: 50px !important;
    }
}
