@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,400italic,700,900);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800';

* {
    font-family: 'Lato';
}

header {
    color: white;
    background: #1BB3D2;
}
section.menu {
    background: #fff;
        height: 75px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
section.menu .navbar-default {
    background-color: transparent;
    border:none;
}
section.menu .navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans' !important;
    font-size: 14px;
    color: #1BB3D2;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 25px;
}
section.menu .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    transition: all 0.3s ease;
}
header ul.list-inline li {
    margin: 0px 23px 0px 0px;
    letter-spacing: 0.3px;
}
header li.espace-client a {
   padding: 5px 12px 7px 12px;
   background: #1BB3D2;
    border-radius: 2px;
    margin-left: 10px;
    transition: all 0.3s ease;
}
header li.espace-client a:hover {
    text-decoration: none;
        background: #008ABB;
}
header li.espace-client a:hover i.fa {
    color:white;
}
header i.fa {
    color: #fff;
    margin-right: 3px;
    font-size: 13px;
    line-height: 22px;
    transition: all 0.3s ease;
}
header i.fa-phone {
    background: #1BB3D2;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
}
a.logo {
    display: inline-block;
}
.slogan {
    font-size: 20px;
    line-height: 25px;
}
.rating {
    margin: 13px 0;
    display: inline-block;
    font-size: 13px;
}
.rating i {
    color: #fed400;
    font-size: 20px;
}
header ul {
    margin-top: 10px; 
}
/*header ul>li {
    padding: 5px 9px 0 12px;
}*/
header ul>li i.fa{
    font-size: 15px;
}
header ul>li a, header ul>li a:hover, header ul>li a:focus{
    color:white;
}

.img-responsive{
    max-height: 80px;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: white;
    position: relative;
    z-index: 10;
}
span.more {
    font-size: 20px;
    text-transform: uppercase;
}
footer {
  background-color:#1BB3D2;
}


/* FIL D'ARIANE' */
#fil_ariane{
    background-color: rgba(27,179,210, 1);
}

#fil_ariane .etape .rond_etape{  
        background-color:#bcf3ff;
    border: 3px solid rgba(27,179,210, 0.5);
    color: rgba(27,179,210, 0.5);
    top: 29px;
}

#fil_ariane .etape_active  .rond_etape,
#fil_ariane .etape_passee  .rond_etape{
    background-color: #fff;
}

#fil_ariane .etape {
    margin-top: -3px;
}

#fil_ariane .lien_etape{ 
    top: 43px;
}

.well {
    padding: 0 10px 10px 10px;
    background-color: white;
    border-radius: 0;
    box-shadow: none;
}
.well h3 {
    margin-left: -10px;
    margin-right: -10px;
    color: white;
    background: #1BB3D2;
    font-size: 22px;
    font-weight: normal;
    line-height: 73px;
    margin-top: 0;
    position:relative;
}
.well h3:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(30, 73, 155, 0);
    border-top-color: #1BB3D2;
    border-width: 12px;
    margin-left: -12px;
}
.text-success {
    color: #008ABB;
}
.bg-primary {
    color: #fff;
    background-color: #1BB3D2;
    font-size: 20px!important;
    margin-right: -10px;
    margin-left: -10px;
}
span.number {
    color:#1BB3D2;
}
/*Onglets domaine*/
.nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
}
.nav-tabs {
    background-color: #1BB3D2;
}
.nav-tabs>li>a {
    color:white;
}
.nav-tabs>li {
    width: 33.33%;
    text-align: center;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #008ABB;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color:white;
    background-color: #008ABB;
    border-top: none;
    border-bottom: 1px solid #008ABB;
    position:relative;
}
.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 102, 0, 0);
    border-top-color: #008ABB;
    border-width: 15px;
    margin-left: -15px;
}
/*Fin Onglets domaine*/

/*Les boutons*/
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0;
}
.btn {
    border-radius: 0;
    border:none;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active,.btn-primary:focus:active {
    background: #008ABB;
    font-weight: 900;
    font-size: 16px;
}
.btn-new-account, .btn-new-account:hover, .btn-new-account:focus {
    background: #1BB3D2;
    color: white;
}
.btn-login, .btn-login:hover, .btn-login:focus {
    background-color: white;
    color: #1BB3D2;
    border: 2px solid #1BB3D2;
}
/*Fin boutons*/

/*Element de formulaire*/
.input-lg {
    height: 50px;
}
#finalstepform {
    background: white;
    padding: 0 10px;
}

/*TOOLTIP*/
.tooltip.in {
    opacity: 1;
        
}
.tooltip-inner {
    color: #111;
    border: 1px solid #b7b7b7;
    background: #fff !important;
    -moz-box-shadow: 5px 5px 8px rgba(14, 14, 14, 0.18);
    -webkit-box-shadow: 5px 5px 8px rgba(14, 14, 14, 0.18);
    box-shadow: 5px 5px 8px rgba(14, 14, 14, 0.18);
    font-size: 14px;
    min-width: 200px;
}
.tooltip.right .tooltip-arrow {
        left: -3px;
    margin-top: -8px;
    border-width: 8px 8px 8px 0;
    border-right-color: #b7b7b7;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #b7b7b7;
    right: -3px;
    margin-top: -8px;
    border-width: 8px 0 8px 8px;
}
.well h3 a {
    color:white;
}

/*BLOC RAPPEL*/
.bloc_rappel {
    margin-top: 10px;
}

@media (max-width:767px) {
    section.menu .navbar-default .navbar-nav>li>a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .well h3 {
        line-height: 40px;
    }
  
    .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
    }
}
/* STYLE MOBILE */
@media only screen and (max-width:425px) {
    /* ONGLETS PAGE DOMAINE */
    .nav-tabs>li {
        width: 100%;
        background: transparent;
        margin: 0;
    }
    .nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after {
        display: none;
    }
    /* FIN ONGLETS */
}

.domain-available{
    color: #86C724;
}

.blocklogin{
    border-right: 1px solid #1BB3D2;
}

@media (max-width:991px) {
    .blocklogin{
        border-right: none;
        border-bottom: 1px solid #1BB3D2;
    }
}

#basket tr.header .label-default,
#basket tr.header .sign{
    background-color: #1BB3D2 !important;
    color: #fff; 
}
