
/* LOADING ANIMATION */

.spinner {
    margin: 100px auto;
    width: 110px;
    height: 85px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #015cdc;
    height: 100%;
    width: 14px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    border-color: ghostwhite;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-error {
    color: #d9534f !important;
    background-color: #F2DEDE !important;
    border-color: #d9534f !important;
    border-width: 2px !important;
}

.modal-error .modal-header {
    color: #F2DEDE !important;
    background-color: #d9534f !important;
    text-align: center !important;
    padding: 2px 2px !important;
    height: 30px !important;
    font-size: large !important;
}

.txt-error {
    color: #d9534f !important;
    font-size: large !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

.modal-info {
    color: #31708F !important;
    background-color: #D9EDF7 !important;
    border-color: #31708F !important;
    border-width: 2px !important;
}

.modal-info .modal-header {
    color: #D9EDF7 !important;
    background-color: #31708F !important;
    text-align: center !important;
    padding: 2px 2px !important;
    height: 30px !important;
    font-size: large !important;
}

.txt-info {
    color: #31708F !important;
    font-size: large !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

.modal.loadingPopUp .modal-dialog {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.close-txt {
    font-size: medium;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    opacity: .7;
    position: absolute;
    margin: 0;
    right: -80px;
}

.close-txt:hover, .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.titre-modal-lg {
    font-size: large;
    color: #014694;
    background-color: transparent;
}

.titre-modal-sm {
    font-size: small;
    color: #014694;
    background-color: transparent;
}


#mentions{
    top: 25% !important;
    line-height: 120%;
}
@media (max-width: 400px) {
    #mentions {
        width: 300px !important;
    }
}
@media (min-width: 600px) and (max-width: 1199px) {
    #mentions {
        width: 430px !important;
        left: 17% !important;
    }
}
@media (min-width: 1200px) {
    #mentions {
        width: 500px !important;
        left: 5% !important;
    }
}
@charset "utf-8";

/* ---------- FONT ---------- */

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

html {
    height: 100%;
    min-height: 100%;
}

body {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background: transparent url(../img/FondGlobe.png) no-repeat top center fixed;
    background-position: 50% -10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: medium !important;
}

#main {
    /*   padding-top: 65px;  */
    margin-top: -20px;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}

#footer {
   width: 100%;
    z-index: 1;
     overflow: hidden;
    padding-bottom: 45px;
    padding-top: 25px;
    font-size: small !important;
}

@media(max-width:1334px) {
    #footer {
        background-color: #ffffff;
    }
}

label {
    font-size: medium !important;
    font-weight: normal !important;
}

modal-title {
    font-size: medium !important;
    font-weight: normal !important;
}

title {
    font-size: medium !important;
    font-weight: normal !important;
}

header {
    font-size: medium !important;
    font-weight: normal !important;
}

#navbar {
    z-index: 1;
}

#navbar > ul > li > a {
    color: #014694 !important;
    background-color: white !important;
    font-weight: bold;
    text-transform: uppercase;
}

#navbar > ul > li > a:hover,
#navbar > ul > li > a:active,
#navbar > ul > li > a.current {
    color: white !important;
    background-color: #014694 !important;
}

.dropdown-menu > li > a {
    color: #014694 !important;
    background-color: white !important;
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
    color: white !important;
    background-color: #014694 !important;
}

.dropdown-menu > li {
    margin: 0 !important;
}

.dropdown-menu .divider {
    background-color: #014694 !important;
}

.navbar-brand {
    margin-top: -10px;
}

.carousel .item {
    width: 100%;
}

.carousel .item img {
    width: 100%;
}

.carousel-block {
    z-index: -1;
    background-image: url("../img/carousel/carousel-bg.png");
    background-repeat: repeat-x;
    margin: 0 auto 0 auto !important;
}

.error {
    color: red;
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

.full-height {
    height: 100% !important;
    min-height: 100% !important;
}

.full-width {
    width: 100% !important;
    min-width: 100% !important;
}

.star:before {
    content: "*";
    float: right;
}

.red-star:after {
    content: "*";
    float: right;
    color: red;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

form.validate .ng-invalid-required.ng-dirty {
    border-color: red;
    border-style: solid;
}

form.validate .ng-invalid-required.ng-pristine {
    border-color: red;
    border-style: solid;
}

.ng-invalid.ng-dirty {
    border-color: red;
}

.ng-valid.ng-dirty {
    border-color: limegreen;
}

form .ng-invalid.ng-dirty {
    border-color: red;
    border-style: solid;
}

.top-pad {
    padding-top: 10px !important;
}

.bottom-pad {
    padding-bottom: 10px !important;
}

.left-pad {
    padding-left: 10px !important;
}

.right-pad {
    padding-right: 10px !important;
}

.right-margin {
    margin-right: 10px !important;
    float: left !important;
}

.left-margin {
    margin-left: 10px !important;
    float: right !important;
}

.no-radius {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.no-padding {
    padding: 0 !important;
    mso-padding-alt: 0 !important;
    -moz-padding-end: 0 !important;
    -moz-padding-start: 0 !important
}

.no-margin {
    margin: 0 !important;
    mso-margin-bottom-alt: 0 !important;
    mso-margin-top-alt: 0 !important;
    -moz-margin-start: 0 !important
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.no-bg{
    background-image: none !important;
    background-color: transparent !important;
}

.bottom-fixer {
    margin-bottom: 0 !important;
}

.sticky-top {
    top: 0 !important;
    vertical-align: top !important;
}

.sticky-bottom {
    bottom: 0 !important;
    vertical-align: bottom !important;
}

.invisible-container {
    border-style: solid !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

a:hover, a:focus, .a:hover, .a:focus {
    text-decoration: none !important;
}

.no-link, .no-link:hover, .no-link:focus {
    text-decoration: none !important;
    color: inherit !important;
    background-color: inherit !important;
    font-weight: inherit !important;
    font-size:  inherit !important;
}

.link-footer{
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
}
.link-footer:hover,.link-footer:active{
    color: #014694;
    font-weight: bold;
}

.globe {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url(../img/FondGlobe.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: contain;
}

.img-famille {
    background-image: url("../img/famille.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 70%;
    background-color: transparent;
}

/* show only on LG */
@media (max-width: 1200px) {
    .img-famille {
        background-image: none;
        background-color: transparent;
    }
}

.bottom-shadow {
    /*border-top: 1px solid #ffffff;*/
    border-bottom: 1px solid #ffffff;
    margin: 0;
    box-shadow: inset 0 -12px 9px -10px #CCC;
}

.top-shadow {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    box-shadow: inset 0 12px 9px -10px #CCC;
}

.double-shadow {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    box-shadow: inset 0 12px 9px -10px #CCC,
    inset 0 -12px 9px -10px #CCC;
}

.bold {
    font-weight: bold !important;
}

.white {
    color: white !important;
}

.white-bg {
    background-color: white !important;
}

.bleu-cgea {
    color: #014694 !important;
}

.bleu-cgea-bg {
    background-color: #014694 !important;
}

.bleu-cgea-border {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #014694 !important;
}

.noir {
    color: black !important;
}

.panel-produit {
    text-align: center;
    border-color: #014694;
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
}

.panel-situation {
    text-align: center;
    border-color: #3399FF;
    border-style: solid;
    border-width: 2px;
    background-color: #014694;
}

.panel-medecin{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #014694;
	background-color: #F1FDFE;
	font-weight: bold;
	padding-right: 10px;
    padding-left: 10px;
}

.panel-produit > .panel-heading {
    color: #014694;
    background-color: #ffffff;
    border-color: #014694;
    text-align: center;
}

.panel-situation > .panel-heading {
    color: #014694;
    background-color: #ffffff;
    border-color: #014694;
    text-align: center;
}

.panel-produit > .panel-heading .badge {
    color: #ffffff;
    background-color: #014694;
}

.panel-situation > .panel-heading .badge {
    color: #ffffff;
    background-color: #014694;
}

/* XS */
@media (max-width: 400px) {
    .panel-produit > .panel-body {
        margin: 3px;
        min-height: 463px;
    }
    
    .panel-produit > .panel-footer {
        height: 45px !important;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .panel-produit > .panel-body {
        margin: 5px;
        min-height: 380px;
    }
    
    .panel-produit > .panel-footer {
        height: 45px !important;
    }
}

@media (max-width: 400px) {
    .panel-situation > .panel-body {
        margin: 3px;
        min-height: 463px;
    }
    
    .panel-situation > .panel-footer {
        height: 45px !important;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .panel-situation > .panel-body {
        margin: 5px;
        min-height: 380px;
    }
    
    .panel-situation > .panel-footer {
        height: 45px !important;
    }
}



@media (min-width: 600px) and  (max-width: 767px) {
    .panel-produit > .panel-body {
        margin: 5px;
        min-height: 230px;
    }
}

@media (min-width: 600px) and  (max-width: 767px) {
    .panel-situation > .panel-body {
        margin: 5px;
        min-height: 230px;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .panel-produit > .panel-body {
        margin: 3px;
        min-height: 405px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-situation > .panel-body {
        margin: 3px;
        min-height: 405px;
    }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .panel-produit > .panel-body {
        margin: 0;
        min-height: 445px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .panel-situation > .panel-body {
        margin: 0;
        min-height: 445px;
    }
}

/* LG */
@media (min-width: 1200px) {
    .panel-produit > .panel-body {
        margin: 5px;
        min-height: 385px;
    }
}

@media (min-width: 1200px) {
    .panel-situation > .panel-body {
        margin: 5px;
        min-height: 385px;
    }
}

.panel-produit > .panel-footer {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 35px;
    padding-top: 8px !important;
    min-width: 100%;
    text-align: center;
    border-width: 2px;
    border-color: #014694;
    color: #014694;
    background-color: #ffffff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.panel-produit > .panel-footer > a {
    display: block;
/*    height: 35px;*/
/*    padding-top: 8px !important;*/
    width: 100%;
    min-width: 100%;
    vertical-align: middle;
}

.panel-produit > .panel-footer:hover{
    color: #ffffff;
    background-color: #014694;
}

.panel-situation > .panel-footer {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 35px;
    padding-top: 8px !important;
    min-width: 100%;
    text-align: center;
    border-width: 2px;
    border-color: #3399FF;
    color: #3399FF;
    background-color: #ffffff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.panel-situation > .panel-footer > a {
    display: block;
/*    height: 35px;*/
/*    padding-top: 8px !important;*/
    width: 100%;
    min-width: 100%;
    vertical-align: middle;
}

.panel-situation > .panel-footer:hover{
    color: #ffffff;
    background-color: #3399FF;
}

.panel-body label {
    cursor: pointer;
}

.txt-produit{
    color: #000000;
    font-weight: normal;
    font-size: medium;
}

.panel-situation .txt-produit{
    color: #ffffff;
    font-weight: normal;
    font-size: medium;
}

.titre-produit{
    color: #014694;
    font-weight: bold;
    font-size: medium;
    padding-bottom: 8px;
}

.panel-situation .titre-produit{
    color: #ffffff;
    font-weight: bold;
    font-size: medium;
    padding-bottom: 8px;
} 

.titre-page{
    color: #014694;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding-top: 30px;
}

.titre-souscription{
    color: #014694;
    font-weight: bold;
    font-size: large;
    padding-bottom: 8px;
}

.sous-titre-souscription {
    color: #014694;
    padding-bottom: 8px;
}

.btn-about{
    color: black;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #014694;
    font-weight: bold;
}

.btn-about:hover, .btn-about:active {
    color: #014694;
}

.fa-small{
    font-size: .6em;
    line-height: .5em;
    vertical-align: 35%;
}

.block-right {
    display:block;
    margin-left:auto;
    margin-right:0;
}

.block-left {
    display:block;
    margin-left:0;
    margin-right:auto;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: transparent;
    color: #014694;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    color: #0158df;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.puce-fleche li {
    list-style-type: none; /* on annule la puce par défaut */
    background-image: url(../img/QuiSommesNous_PuceFleche.png); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left 4px; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
    padding-top: 3px; /* pour éviter la superposition du contenu */
}

.titre-qsn{
    color: #014694;
    font-weight: bold;
    font-size: medium;
    padding-bottom: 30px;
    padding-top: 30px;
}

.qsn-text {
    font-weight: normal;
    font-size: medium;
}

.lien-document {
    color: #000;
    font-size: medium;
}

.lien-document img {
    padding-right:5px;
}

.carousel-page {
   background-color: #fff; 
}

.carousel-caption {
    width: 80%
}

.carousel-caption h3 {
    float: left;
    padding: 1%;
    font-size: x-large;
    font-weight: bold;
    color: #fff;
}

.carousel-caption p {
    float: left;
    font-size: large;
    color: #fff;
}

.carousel-caption a {
    font-size: medium;
    font-weight: bold;
}

.bg-color-pr_rcvpe {
    background-color: rgba(0,146,69,0.5);
}

.bg-color-pr_etudass {
    background-color: rgba(237,28,36,0.8);
}

.bg-color-pr_assmob {
    background-color: rgba(102,102,102,0.5);
}

.bg-color-pr_studentcare {
    background-color: rgba(140,198,63,0.6);
}

.bg-color-pr_scolinteleve {
    background-color: rgba(63,169,245,0.5);
}

.bg-color-pr_scolintprof {
    background-color: rgba(0,113,188,0.5);
}

.bg-color-pr_scolextrascol {
    background-color: rgba(241,90,36,0.7);
}

.color-pr_rcvpe {
    color: rgb(0,146,69);
}

.color-pr_etudass {
    color: rgb(237,28,36);
}

.color-pr_assmob {
    color: rgb(102,102,102);
}

.color-pr_studentcare {
    color: rgb(140,198,63);
}

.color-pr_scolinteleve {
    color: rgb(63,169,245);
}

.color-pr_scolintprof {
    color: rgb(0,113,188);
}

.color-pr_scolextrascol {
    color: rgb(241,90,36);
}

.btn-plus {
    display: table;
}

.btn-plus a {
    display: table-cell;
}

.btn-plus h2 {
    display: table-cell;
    color: #014694;
    font-size: medium;
    padding-left: 15px;
}

.btn-plus h1 {
    display: table-cell;
    color: #014694;
    font-weight: bold;
    font-size: medium;
    padding-left: 15px;
}

.btn-souscription {
    color: #fff;
    font-size: medium;
    padding: 12px;
    border-radius: 15px;
}

.btn-souscription:hover {
    color: #fff;
    font-size: medium;
}

.col-xs-6-accueil {
    position: relative;
    min-height: 371px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.width-30 {
    width: 30% !important;
}

.width-23 {
    width: 23,33% !important;
}

.italic {
    font-style: italic !important;
}

.bottom-sep {
    /*border-top: 1px solid #ffffff;*/
    border-bottom: 2px solid #014694;
    margin: 0;
/*    box-shadow: inset 0 -12px 9px -10px #CCC;*/
}

.selected {
    border: solid 3px #000;
}

.selected-pr_scolintprof {
    background-color: rgba(0,113,188,1);
}

.selected-pr_assmob {
    background-color: rgba(102,102,102,1) !important;
}

.selected-pr_scolextrascol {
    background-color: rgba(241,90,36,1);
}

.selected-pr_rcvpe {
    background-color: rgba(0,146,69,1);
}

.selected-pr_scolinteleve {
    background-color: rgba(63,169,245,1);
}

.selected-pr_studentcare {
    background-color: rgba(140,198,63,1);
}

.checkout-price {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 40px;
    font: 14px/40px Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: #e54930;
    border: 1px solid;
    border-color: #b33323 #ab3123 #982b1f;
    border-radius: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
@charset "utf-8";

.lien-brochure a {
    display: block;
    height: 45px;
    padding-left: 45px;
}

.cadre-tarif {
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
}

/**************************** RCVPE *****************************/
#lien-brochure-pr_rcvpe a {
    background: url(../img/boutons/BoutonBrochure_RCVPexpat.png) no-repeat;
}

#lien-brochure-pr_rcvpe a:hover {
    background: url(../img/boutons/BoutonBrochure_RCVPexpat_HoverClique.png) no-repeat;
}

#lien-conditions-pr_rcvpe a {
    background: url(../img/boutons/BoutonCondPart_RCVPexpat.png) no-repeat;
}

#lien-conditions-pr_rcvpe a:hover {
    background: url(../img/boutons/BoutonCondPart_RCVPexpat_HoverClique.png) no-repeat;
}

#btn-pr_rcvpe {
    border: solid #009245 2px;
    background: #009245;
    color: #fff;
}

#btn-pr_rcvpe:hover {
    border: solid #009245 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_rcvpe {
	border-color: #009245;
}

/**************************** ASSISTANCE MOBILITE *****************************/
#lien-brochure-pr_assmob a {
    background: url(../img/boutons/BoutonBrochure_AssistanceMobilite.png) no-repeat;
}

#lien-brochure-pr_assmob a:hover {
    background: url(../img/boutons/BoutonBrochure_AssistanceMobilite_HoverClique.png) no-repeat;
}

#lien-conditions-pr_assmob a {
    background: url(../img/boutons/BoutonCondPart_AssistanceMobilite.png) no-repeat;
}

#lien-conditions-pr_assmob a:hover {
    background: url(../img/boutons/BoutonCondPart_AssistanceMobilite_HoverClique.png) no-repeat;
}

#btn-pr_assmob {
    border: solid #666666 2px;
    background: #666666;
    color: #fff;
}

#btn-pr_assmob:hover {
    border: solid #666666 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif--pr_assmob {
	border-color: #666666;
}

/**************************** ASSISTANCE ETUDIANT *****************************/
#lien-brochure-pr_etudass a {
    background: url(../img/boutons/BoutonBrochure_EtudiantAssist.png) no-repeat;
}

#lien-brochure-pr_etudass a:hover {
    background: url(../img/boutons/BoutonBrochure_EtudiantAssist_HoverClique.png) no-repeat;
}

#lien-conditions-pr_etudass a {
    background: url(../img/boutons/BoutonCondPart_EtudiantAssist.png) no-repeat;
}

#lien-conditions-pr_etudass a:hover {
    background: url(../img/boutons/BoutonCondPart_EtudiantAssist_HoverClique.png) no-repeat;
}

#btn-pr_etudass {
    border: solid #ed1c24 2px;
    background: #ed1c24;
    color: #fff;
}

#btn-pr_etudass:hover {
    border: solid #ed1c24 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_etudass {
	border-color: #ed1c24;
}

/**************************** STUDENT CARE *****************************/
#lien-brochure-pr_studentcare a {
    background: url(../img/boutons/BoutonBrochure_StudentCare.png) no-repeat;
}

#lien-brochure-pr_studentcare a:hover {
    background: url(../img/boutons/BoutonBrochure_StudentCare_HoverClique.png) no-repeat;
}

#lien-conditions-pr_studentcare a {
    background: url(../img/boutons/BoutonCondPart_StudentCare.png) no-repeat;
}

#lien-conditions-pr_studentcare a:hover {
    background: url(../img/boutons/BoutonCondPart_StudentCare_HoverClique.png) no-repeat;
}

#btn-pr_studentcare {
    border: solid #8cc63f 2px;
    background: #8cc63f;
    color: #fff;
}

#btn-pr_studentcare:hover {
    border: solid #8cc63f 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_studentcare {
	border-color: #8cc63f;
}

/**************************** ASSURANCE SCOLAIRE ELEVE *****************************/
#lien-brochure-pr_scolinteleve a {
    background: url(../img/boutons/BoutonBrochure_AssuranceScolaireIntEleve.png) no-repeat;
}

#lien-brochure-pr_scolinteleve a:hover {
    background: url(../img/boutons/BoutonBrochure_AssuranceScolaireIntEleve_HoverClique.png) no-repeat;
}

#lien-conditions-pr_scolinteleve a {
    background: url(../img/boutons/BoutonCondPart_AssuranceScolaireIntEleve.png) no-repeat;
}

#lien-conditions-pr_scolinteleve a:hover {
    background: url(../img/boutons/BoutonCondPart_AssuranceScolaireIntEleve_HoverClique.png) no-repeat;
}

#btn-pr_scolinteleve {
    border: solid #3fa9f5 2px;
    background: #3fa9f5;
    color: #fff;
}

#btn-pr_scolinteleve:hover {
    border: solid #3fa9f5 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_scolinteleve {
	border-color: #3fa9f5;
}

/**************************** ASSURANCE SCOLAIRE PROF *****************************/
#lien-brochure-pr_scolintprof a {
    background: url(../img/boutons/BoutonBrochure_AssuranceScolaireIntProf.png) no-repeat;
}

#lien-brochure-pr_scolintprof a:hover {
    background: url(../img/boutons/BoutonBrochure_AssuranceScolaireIntProf_HoverClique.png) no-repeat;
}

#lien-conditions-pr_scolintprof a {
    background: url(../img/boutons/BoutonCondPart_AssuranceScolaireIntProf.png) no-repeat;
}

#lien-conditions-pr_scolintprof a:hover {
    background: url(../img/boutons/BoutonCondPart_AssuranceScolaireIntProf_HoverClique.png) no-repeat;
}

#btn-pr_scolintprof {
    border: solid #0071bc 2px;
    background: #0071bc;
    color: #fff;
}

#btn-pr_scolintprof:hover {
    border: solid #0071bc 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_scolintprof {
	border-color: #0071bc;
}

/**************************** ASSURANCE SCOLAIRE EXTRA SCOLAIRE *****************************/
#lien-brochure-pr_scolextrascol a {
    background: url(../img/boutons/BoutonBrochure_AssScolExtraScolEnFrance.png) no-repeat;
}

#lien-brochure-pr_scolextrascol a:hover {
    background: url(../img/boutons/BoutonBrochure_AssScolExtraScolEnFrance_HoverClique.png) no-repeat;
}

#lien-conditions-pr_scolextrascol a {
    background: url(../img/boutons/BoutonCondPart_AssScolExtraScolEnFrance.png) no-repeat;
}

#lien-conditions-pr_scolextrascol a:hover {
    background: url(../img/boutons/BoutonCondPart_AssScolExtraScolEnFrance_HoverClique.png) no-repeat;
}

#btn-pr_scolextrascol {
    border: solid #f15a24 2px;
    background: #f15a24;
    color: #fff;
}

#btn-pr_scolextrascol:hover {
    border: solid #f15a24 2px;
    background: #fff;
    color: #000;
}

#cadre-tarif-pr_scolextrascol {
	border-color: #f15a24;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    color: white !important;
    background: #19B698 !important;
    font-weight: bold;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    color: white !important;
    background: #EE5757 !important;
    font-weight: bold;
}