/*+clearfix {*/
.top-header:after, .top-header A:after, .mid-header:after, .bot-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.top-header, .top-header A, .mid-header, .bot-header {
    display: block;
    *height: 1px;
}
@media (max-width: 639px) {
    .mid-header:after, .bot-header:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }
    .mid-header, .bot-header {
        display: block;
        *height: 1px;
    }
}
/*+}*/
@font-face {
    font-family: 'Poppins-bold';
    src: url('../font/Poppins-Bold.eot');
    src: url('../font/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.eot');
    src: url('../font/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf') format('truetype'), url('../font/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.eot');
    src: url('../font/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.eot');
    src: url('../font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.ttf') format('truetype'), url('../font/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
	font-style: normal;
}
HTML {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #323A45;
}
BODY {
    font-family: 'Poppins-Regular', sans-serif;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
HTML * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
A {
    transition: all 0.3s ease !important;
}
A:focus {
    outline: none;
    outline-offset: -2px;
}
A:hover, A:active {
    outline: 0;
    outline: 0 !important;
}
BUTTON:focus {
    outline: none;
}
INPUT::-moz-focus-inner, INPUT:focus {
    outline: none;
}
SELECT {
    color: #333;
}
strong {
	font-weight: 600 !important;
}
.text-danger {
    color: #EE7101;
}
.font-light {
	font-family: 'Poppins-Light' !important;
	font-weight: bold;
}
.btn-icone {
    overflow: auto;
    zoom: 1;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    background-color: #1F7B92;
    /*(*+box-shadow: 0px 3px #2594B1;*)
      -moz-box-shadow: 0px 3px #2594B1;
      -webkit-box-shadow: 0px 3px #2594B1;
      box-shadow: 0px 3px #2594B1;*/
    z-index: 5;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.scrollup:hover {
    color: #1F7B92;
    background-color: #fff;
}
.black {color:#000;}
.bold {font-weight:bold;}
.font-20 {font-size:20px;}
.astuce {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    background-color: #D1EEF5;
	color:#000;
}
.astuce .ico-astuce {
    border: 0px solid black;
    padding: 4px 5px 5px;
    /*+border-radius: 32px;*/
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    background-color: #09A7CC;
}
.alert .ico-astuce, .ico-astuce-bleu  {
    border: 0px solid black;
    padding: 4px 5px 5px;
    /*+border-radius: 30px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}
.small .ico-astuce{
    border: 0px solid black;
    padding: 4px 5px 5px;
    /*+border-radius: 30px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}
.btn-icone .ico-astuce {
    width: 50px;
    height: 50px;
    float: left;
    /*+border-radius: 30px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}
.featured {
    background-color: #D1EEF5;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    float: left;
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
}
.alert {
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.alert-info {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.alert-bleu {
    color: #FFFFFF;
    background-color: #09A7CC;
    border-color: #09A7CC;
}
.alert-bleu HR {
    border-top-color: #67C6DE;
}
.alert-bleu A {
    color: #FFFFFF;
    text-decoration: underline;
}
.pull-left {
    margin-right: 15px;
}
.pull-right {
    margin-left: 10px;
}
/*NAV*/
HEADER {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    /*+box-shadow: 0px 3px 5px rgba(50, 58, 69, 0.2);*/
    -moz-box-shadow: 0px 3px 5px rgba(50, 58, 69, 0.2);
    -webkit-box-shadow: 0px 3px 5px rgba(50, 58, 69, 0.2);
    box-shadow: 0px 3px 5px rgba(50, 58, 69, 0.2);
}
@media (max-width: 768px) {
    HEADER {
        position: absolute;
    }
}
/*[clearfix]*/
.top-header {
    display: block;
    /*background: #434E5B;*/
    /*background: -moz-linear-gradient(top, #434E5B 0%, #323A45 100%);*/
    /*background: -webkit-linear-gradient(top, #434E5B 0%, #323A45 100%);*/
    /*background: linear-gradient(to bottom, #434E5B 0%, #323A45 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434e5b', endColorstr='#323a45', GradientType=0 );*/
    padding-top: 10px;
    padding-bottom: 10px;
}
/*[clearfix]*/
.top-header A {
    color: #003E93;
}
.top-header A SPAN {
    color: #0078AA;
}
.logo {
    text-align: left;
    display: block;
    float: left;
    width: 360px;
}
.logo A {
    overflow: hidden;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
}
.logo A IMG {
    width: 60px;
    height: 60px;
}
/*LOGO VERSION TEXTE*/
.logo.texte {
    text-align: left;
    display: block;
    float: left;
    font-family: 'Poppins-bold', 'Poppins-Regular', sans-serif;
    margin: 5px 0px 5px 5px;
    font-size: 24px;
    line-height: 1.2;
}
.logo.texte IMG {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 8px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    /*+box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-top: 3px;
}
.logo.texte SPAN {
    display: block;
    font-family: 'Poppins-Regular', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
}
.logo.texte A {
    margin: 0px;
}
/*-----*/
.top-header .side-right {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
}
.top-header .side-right .logo-header {
    /*+box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    margin: 0 10px 0 0;
    overflow: auto;
    zoom: 1;
}
.top-header .side-right .logo-header A {
    display: block;
    float: left;
	padding: 0 8px
}
.top-header .sub-menu {
    margin: 10px 5px 0px 5px;
    padding: 0px;
    display: inline-block;
    float: left;
    /* float: right; */
}
.top-header .sub-menu A {
    /*+border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 8px 0px 4px;
    display: inline-block;
    color: #003E92;
    /*background-color: #2AA9C9;*/
    /*text-shadow: 0px 1px #1F7C94;*/
    /*(*+box-shadow: 0px 2px #1F7C94;*)
    -moz-box-shadow: 0px 2px #1F7C94;
    -webkit-box-shadow: 0px 2px #1F7C94;
    box-shadow: 0px 2px #1F7C94;*/
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #003E93;
}
.top-header .sub-menu A:last-of-type {
    border-right: 0px solid #FFFFFF;
}
.top-header .sub-menu A:hover {
    color: #0078AA;
}
/*-----*/
/*[clearfix]*/
.mid-header {
    display: block;
    /*background-color: #375569;*/
    /*background: #323A45;*/
    /*background: #434E5B;*/
    /*background: -moz-linear-gradient(top, #375569 0%, #446982 100%);*/
    /*background: -webkit-linear-gradient(top, #375569 0%, #446982 100%);*/
    /*background: linear-gradient(to bottom, #375569 0%, #446982 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375569', endColorstr='#446982',GradientType=0 );*/
}
/*-----*/
/*[clearfix]*/
.bot-header {
    display: block;
    background-color: #0078ac;
}
/*-----*/
.mid-header NAV.menu span {
    width: auto;
}
NAV.menu span IMG {
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    /*+border-radius: 30px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    padding: 2px;
	float:left;
}
NAV.menu span span {
    padding:10px 0 0 5px !important;
	display:inline-block;
	position:relative;
	float:left;
	margin:0 !important;
}
.mid-header .menu span.famille {
    /* background-color: #0078ac !important; */
    color: #FFFFFF !important;
    /*+box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    float:left;
}
.bt-famille, .mid-header .menu span.famille, .bg-famille{
    background-color: #0078ac !important;
    color: #FFFFFF !important;
}
/*---NAV-OVERLAY MOBILE*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    background-color: #0A1928;
    background-color: rgba(10, 25, 40, 0.9);
    overflow: hidden;
    transition: 0.5s;
}
.overlayleft {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: #0A1928;
    background-color: rgba(10, 25, 40, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-right {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    display: block;
}
.overlay-left {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    display: block;
}
.overlay A, .overlayleft A {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}
.overlay .overlay-right A {
    margin: 10px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #333;
}
.overlayleft .recherche .texte, .overlayleft .bloc-selection {
    display: none;
}
.overlay .closebtn, .overlayleft .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 36px;
    padding: 0;
    margin: 0;
}
.overlayleft .recherche.mobile .well {
    margin: 20px;
    padding: 0px;
}
.overlayleft .tab-pane {
    padding-bottom: 10px;
}
.overlayleft .recherche.mobile UL.nav.nav-tabs {
    text-align: center;
}
.overlayleft .recherche.mobile UL.nav.nav-tabs LI {
    float: none;
    display: inline-block;
    zoom: 1;
}
.overlayleft .recherche.mobile UL.nav.nav-tabs LI A {
    font-size: 18px;
}
/*-----*/
/*CONTENT*/
MAIN {
    background-color: #ECECEC;
    margin-top: 205px;
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
}
MAIN .container {
    padding-top: 30px;
    padding-bottom: 20px;
}
ASIDE {
    font-size: 12px;
}
MAIN .well {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 4px;
    /*+box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
MAIN .well:hover {
    /*+box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
MAIN .well.nouveautes {
    background-color: #FFFFFF;
}
ASIDE .well {
    background-color: #FFFFFF;
}
.owl-carousel.nouveaute .owl-item {padding-left:5px;padding-right:5px;}
.owl-carousel-item .owl-item {padding-left:5px;padding-right:5px;}
/*HOME / JUMBOTRON*/
.index .mid-header {
    display: none;
}
.index .bot-header {
    display: none;
}
/*-----*/
.index MAIN {
    margin-top: 105px;
    /* background-color: #FFFFFF; */
}
.index .lead {
    font-size: 22px;
}
/*-----*/
.jumbotron {
    color: #323A45;
    font-size: 18px;
}
.jumbotron.home {
    /* background: url('../img/bg-jumbotron2.jpg') top / cover no-repeat local #FFFFFF; */
    background: url('../img/bg-jumbotron3.jpg') top / cover no-repeat local #FFFFFF;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.jumbotron H1 {
    color: #006690;
    margin-top: 20px;
    padding: 0px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
    font-size: 47px;
}
.jumbotron H2 {
    color: #006690;
    font-size: 36px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.jumbotron UL.list-inline {
    padding: 0;
    margin: 0;
}
.jumbotron UL.list-inline LI {
    padding: 5px 10px;
    text-align: center;
    position: relative;
}
.jumbotron UL.list-inline LI A {
    border: 0px solid #FFFFFF;
    display: flex;
    width: 180px;
    height: 120px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0px;
    position: relative;
    /*+border-radius: 18px;*/
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    background-color: #0078AA;
}
.jumbotron UL.list-inline LI A SPAN {
    margin: 0px auto;
    color: #FFFFFF;
    /*+border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    border: 0px solid black;
    font-size: 18px;
}
.jumbotron UL.list-inline LI.famille A  {
    background: #00729F;
    background: -moz-linear-gradient(top, #00729F 0%, #0078AA 100%);
    background: -webkit-linear-gradient(top, #00729F 0%, #0078AA 100%);
    background: linear-gradient(to bottom, #00729F 0%, #0078AA 100%);
    /*+box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.jumbotron UL.list-inline LI.famille:hover A {
    background: #0078ac;
    background: -moz-linear-gradient(top, #0078ac 0%, #0078AA 100%);
    background: -webkit-linear-gradient(top, #0078ac 0%, #0078AA 100%);
    background: linear-gradient(to bottom, #0078ac 0%, #0078AA 100%);
    /*+box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jumbotron UL.list-inline LI A IMG {
    margin: 0px auto 20px;
    width: 70px;
}
/*ARTICLE*/
.article H1 {
    font-size: 32px;
    padding-bottom: 5px;
    margin: 0px 0 10px;
    text-transform: uppercase;
}
.article .well FIGURE {
    margin-bottom: 15px;
}
/*FAMILLE / ETABLISSEMENT*/
.nouveautes {
    text-align: center;
}
.well .visuel-actu {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: -20px -20px 20px -20px;
}
.content H1 {
    padding-bottom: 5px;
    margin: 10px 0;
    /* border-bottom: 1px solid rgba(37, 148, 176, 0.3); */
    /* text-transform: uppercase; */
}
.content H2 {
    padding-bottom: 5px;
    margin: 10px 0;
    /* border-bottom: 1px solid rgba(37, 148, 176, 0.3); */
    /* text-transform: uppercase; */
    /* color: #09A7CC; */
}
UL.list-unstyled {
    font-size: 14px;
}
OL LI OL LI {
    list-style: disc;
}
.tab-price {
    display: block;
    overflow: auto;
    zoom: 1;
    text-align: center;
}
.tab-price .colonne {
    float: left;
    width: 33.3%;
    padding: 5px;
    display: inline-block;
}
.tab-price .colonne UL {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.tab-price .colonne.primaire UL {
    background-color: #0043A0;
}
.tab-price .colonne.college UL {
    background-color: #21559F;
}
.tab-price .colonne.lycee UL {
    background-color: #2963B5;
}
.tab-price .colonne UL LI.titre {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.tab-price .colonne UL LI.txt {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}
.tab-price .colonne UL LI.tarif {
    font-size: 32px;
}
/*RECHERCHE*/
.recherche .form .btn-ok {
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    color: #323A45;
    text-decoration: none;
    background-color: #FFFFFF;
}
.resultat-recherche {
    margin-bottom: 20px;
	min-height: 300px;
}
.resultat-recherche H3 {
    color: #446982;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.resultat-recherche H3 A {
    color: #446982;
}
.resultat-recherche P {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.resultat-recherche .img-responsive {
    margin: 0 auto 10px;
    background-color: #FFFFFF;
}
.recherche h1, .page-nouveautes h1 {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	text-transform: inherit !important;
	border: none !important;
}
.recherche h2, .page-nouveautes h2 {
	border: none !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	text-transform: inherit !important;
	color: #434E5B !important;
}
.page-nouveautes h2.titre-guide-utilisation {
	color: #ef9120 !important;
}
.guide-utilisation li a:hover{
	text-decoration: underline;
}
.aide .bot-header .recherche .form .select, .tutoriels .bot-header .recherche .form .select, .configuration .bot-header .recherche .form .select, .selection .bot-header .recherche .form .select, .contact .bot-header .recherche .form .select, .home .recherche .form .select {
	width: 20%;
}
.pagination li a {
    color: #446982;
    background: #f6f6f6;
    margin: 0 5px;
    border-color: #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	font-size: 14px;
}
.pagination li.active a {
    background: #2595b1;
    color: white;
    border-color: #11758e;
}
.pagination li:hover a {
    background: #67C6DE;
    color: white;
    border-color: #2595b1;
}
.pagination>li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*TUTORIELS*/
.btn-tuto-famille {
	font-size: 24px;
    padding: 15px 20px;
}
.btn-tuto-etablissement {
	font-size: 24px;
    padding: 15px 20px;
}
.btn-tuto-famille:hover {
    background: #0078ac;
}
.btn-tuto-etablissement:hover {
    background: #1EB5C3;
}
/*AIDE*/
.panel-group H2 {
    margin-top: 20px;
}
/*MA SELECTION*/
.ma-selection {
    margin-bottom: 20px;
}
.ma-selection H3 {
    color: #446982;
    margin: 5px 0;
}
/*FICHE PRODUIT*/
.fiche-produit .options {
    font-size: 18px !important;
}
.fiche-produit .prix {
    font-size: 26px !important;
    font-weight: bold !important;
}
.fiche-produit .img-responsive {
    margin: 0 auto 10px;
    background-color: #FFFFFF;
}
.fiche-produit h1 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    border: none !important;
    text-transform: inherit !important;
    padding-bottom: 0 !important;
}
.fiche-produit h2 {
    border: none !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	text-transform: inherit !important;
	color: #434E5B !important;
}
.fiche-produit .dispo strong {
	font-weight:bold;
	text-transform: uppercase;
}
.fiche-produit .programme strong {
	font-weight:bold;
}
.fiche-produit .programme {
	display: inline-block;
	padding: 0;
	color: #EE7101;
	margin-top: 10px;
}
/*CONFIGURATION*/
.table.table-bordered TH {
    background-color: #09A7CC;
    color: #FFFFFF;
}
.panel-heading .panel-title {
    position: relative;
    padding-right: 30px;
}
.panel-heading .panel-title A {
    display: block;
}
.panel-heading H3 {
    font-weight: normal !important;
    font-family: 'Poppins-Regular', sans-serif;
}
.panel-heading .panel-title A:after {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.panel-heading .panel-title A.collapsed:after {
    content: "\f067";
}
/* CONTACT */
.required { 
	font-size: 13px; 
	color: #ff0000; /* Select the colour of the * if the field is required. */
} 
#load {
	width:200px; 
	height:60px; 
	padding:2px; 
	margin-top:70px; 
	background:url('../img/ajax_loader.gif') no-repeat;
}
/* Style for the error message */
.error{
	color: #ff6262;
    float: left;
    font-size: 14px;
    margin: 0 0 0 2px;
    width: 100%;
}
/*FOOTER*/
FOOTER {
    padding: 20px 0px 0px;
    background-color: #323A45;
    text-align: center;
    color: #FFFFFF;
}
FOOTER A, FOOTER A:hover {
    color: #FFFFFF;
}
FOOTER .img-responsive {
    margin: 0 auto 10px;
    background-color: #FFFFFF;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
FOOTER UL {
    font-size: 12px;
}
FOOTER .logo-footer {
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    margin: 0 auto 10px;
    overflow: auto;
    zoom: 1;
	display: inline-block;
	background-color: #FFFFFF;
}
FOOTER .logo-footer A {
    display: block;
    float: left;
}
.modal {
    top: 25% !important;
}
/*-------*/
/*RESPONSIVE*/
/*HEADER*/
@media (max-width: 760px) {
    .logo {
        width: auto;
    }
    .logo.texte {
        padding: 15px 0px;
        font-size: 20px;
    }
    .logo.texte SPAN, .logo.texte IMG {
        display: none;
    }
}
@media (min-width: 640px) {
    .mid-header .menu {
        width: 100%;
        overflow: hidden;
        text-align: left;
		padding:0 0 0 7px;
    }
    .mid-header .menu span {
        text-align: center;
        color: #FFFFFF;
        display: inline-block;
        padding: 12px;
        border: 0px solid #09A7CC;
        font-weight: bold;
        /*+border-radius: 8px 8px 0px 0px;*/
        -moz-border-radius: 8px 8px 0px 0px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -khtml-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
        /* text-transform: uppercase; */
        text-shadow: 0px 1px #1F7C94;
        margin: 10px 5px 0px;
    }
    .mid-header .menu span {
        text-align: left;
        color: #FFFFFF;
        display: inline-block;
        padding: 5px;
        border: 0px solid #09A7CC;
        font-weight: bold;
        /*+border-radius: 4px 4px 0px 0px;*/
        -moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
        -khtml-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        /* text-transform: uppercase; */
        text-shadow: 0px 1px #1F7C94;
        margin: 0px 5px;
    }
    .mid-header .container, .top-header .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .mid-header .menu span {
        font-size: 16px;
        padding: 5px 30px;
        font-weight: bold;
    }
	.modal-dialog {
		width: 700px !important;
	}
}
@media (min-width: 640px) {
    .bot-header .recherche {
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
     .bot-header .recherche .texte {
        padding: 5px;
        margin: 13px 0 0 0;
        display: block;
        float: left;
        /* width: 60px; */
        color: #FFFFFF;
        /* font-size: 11px; */
        font-size: 14px;
		font-weight: bold;
        line-height: normal;
    }
    .bot-header .recherche .icon {
        display: inline-block;
        /* display: none; */
        /* width: 50px; */
        /* height: 50px; */
        margin: 0;
        padding: 6px 8px 2px 0;
        text-align: center;
        font-size: 28px;
        float: left;
        color: #FFFFFF;
    }
    .bot-header .recherche .form {
        padding: 12px 0;
        display: block;
        text-align: left;
    }
    .home .recherche .form .select {
        padding: 11px 5px;        
        border: solid 2px #eeeeee;
        display: inline-block;
        width: 18% !important;
        margin:0 5px;
        font-size: 18px;
    }
    .home .recherche {
        margin:50px 0 0 0;
    }
    .home .recherche .form .btn-ok{
        padding: 11px 15px;
        margin: 0;
        border: 0;
        border-radius: 0;
		background:#207F97;
		color:#fff;
		font-weight:bold;
    }
    .home .recherche .form .btn-ok:hover{
		background:#fff;
        padding: 10px 14px;
		border:1px solid #207F97;
		color:#207F97;
    }
    .bot-header .recherche .form .select {
        padding: 10px 5px;
        border: 0px solid black;
        display: inline-block;
        width: 18% !important;
        margin: 5px 5px 0 5px;
        font-size: 14px;
    }
    .bot-header .recherche .form .btn-ok {
        padding: 10px 15px;
        margin: 0;
        border: 0px solid black;
        /*+border-radius: 4px;*/
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
    }
    .bot-header .recherche .bloc-selection, .side-right .bloc-selection {
        display: inline-block;
        float: right;
    }
	.side-right .bloc-selection {
        margin:5px 10px 0 0;
    }
    .bot-header .recherche .bloc-selection A, .side-right .bloc-selection A {
        /*+border-radius: 4px;*/
        /* -moz-border-radius: 4px; */
        /* -webkit-border-radius: 4px; */
        /* -khtml-border-radius: 4px; */
        /* border-radius: 4px; */
        padding: 4px 8px;
        display: inline-block;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #EE7101;
        /*+box-shadow: 0px 0px #EEA236;*/
        -moz-box-shadow: 0px 0px #EE7101;
        -webkit-box-shadow: 0px 0px #EE7101;
        box-shadow: 0px 0px #EE7101;
        text-transform: uppercase;
        letter-spacing: -0.5px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		border-radius: 25px;
		border: 2px solid #EE7101 !important;
		box-shadow: none;
    }
    .bot-header .recherche .bloc-selection A:hover, .side-right .bloc-selection A:hover {
		border: 2px solid #EE7101 !important;
        background-color: #fff;
		color:#EE7101 !important;
    }
    .bot-header-mobile {
        display: none;
    }
}
@media (min-width: 641px) and (max-width: 991px) {
	.top-header .side-right .logo-header A {
		padding:0 4px;
	}
	.top-header .sub-menu A {
		padding:0px 2px 0px 0px;
	}
    .bot-header .recherche .texte {
        /* font-size: 11px; */
        padding: 0px;
        margin: 0;
        padding-right: 5px;
    }
    .bot-header .recherche .form .select {
        padding: 10px 5px;
        border: 0px solid black;
        display: inline-block;
        margin: 0 5px;
        font-size: 11px;
    }
    .bot-header .recherche .form .btn-ok {
        /* padding: 5px; */
		padding: 6px 9px;
        border: 0px solid black;
        display: inline-block;
        margin: 0;
        font-size: 11px;
    }
    .bot-header .recherche .bloc-selection A, .side-right .bloc-selection A {
        /*+border-radius: 4px;*/
        /* -moz-border-radius: 4px; */
        /* -webkit-border-radius: 4px; */
        /* -khtml-border-radius: 4px; */
        /* border-radius: 4px; */
        padding: 6px 5px;
        display: inline-block;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 11px;		
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		-khtml-border-radius: 25px;
		border-radius: 25px;
		border: 2px solid #EE7101 !important;
		box-shadow: none;
    }
	.btn-tuto-famille, .btn-tuto-etablissement {
		font-size: 23px;
	}
}
@media (max-width: 639px) {
    .top-header {
        display: none;
    }
    .index .bot-header-mobile.recherche {
        display: none;
    }
    /*[clearfix]*/
    .mid-header {
        display: none;
    }
    /*[clearfix]*/
    .bot-header {
        display: none;
    }
    .bot-header-mobile {
        /*background-color: #375569;*/
    }
    .bot-header-mobile .container {
        margin: 0;
        padding: 0;
    }
    .bot-header-mobile.menu {
        /*background-color: #323A45;*/
        padding: 5px;
    }
    .bot-header-mobile.menu .bloc-selection A {
        padding: 5px;
        margin: 5px 0px 0px;
        display: block;
        float: right;
        font-size: 12px;
        /*+border-radius: 4px;*/
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        color: #FFFFFF;
        background-color: #EE7101;
        /*+box-shadow: 0px 0px #EE7101;*/
        -moz-box-shadow: 0px 0px #EE7101;
        -webkit-box-shadow: 0px 0px #EE7101;
        box-shadow: 0px 0px #EE7101;
        text-transform: uppercase;
        letter-spacing: -0.5px;
    }
    .bot-header-mobile.recherche {
        background-color: #ECECEC;
        padding: 5px;
    }
    .bot-header-mobile.menu .logo {
        position: absolute;
        left: 40px;
        top: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        border: 0px solid black;
        text-align: center;
    }
    .bot-header-mobile.menu .logo A {
        font-family: 'Poppins-bold', 'Poppins-Regular', sans-serif;
        color: #003E92;
        font-size: 15px;
        padding: 0 0 0 5px;
        margin: 0;
    }
    .bot-header-mobile.menu .logo A IMG {
        width: 40px;
        height: 40px;
    }
    .top-header .logo {
        width: 100%;
        height: auto;
        padding: 5px 0;
        margin: 0;
        line-height: normal;
    }
    .top-header .selection {
        width: 100%;
        line-height: 2;
        height: auto;
        padding: 0px 0 5px;
    }
    .top-header .selection A {
        margin: 0px;
    }
    .bot-header-mobile .overlay-left .recherche .icon {
        display: inline-block;
		font-size: 20px;
    }
    .bot-header-mobile .recherche .texte {
        display: inline-block;
        font-size: 20px;
        padding: 0px 5px 3px 5px;
    }
    .bot-header-mobile .recherche .form .select {
        display: block;
        width: 90%;
        font-size: 20px;
        margin: 5px auto;
        padding: 10px;
        border: 0px solid black;
    }
    .bot-header-mobile .recherche .form .btn-ok {
        display: block;
        width: 90%;
        font-size: 20px;
        margin: 10px auto;
        padding: 10px;
        border: 0px solid black;
        color: #333;
		font-size:18px;
    }
    .bot-header-mobile SPAN.menu-mobile, .bot-header-mobile SPAN.search-mobile {
        display: block;
        color: #003E92;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 30px;
        line-height: 1.3;
        cursor: pointer;
    }
    .bot-header-mobile SPAN.menu-mobile, .bot-header-mobile SPAN.search-mobile {
        float: left;
    }
    .bot-header-mobile.recherche .search-mobile SPAN {
        font-size: 16px;
        width: 165px;
        position: absolute;
        left: -5px;
        right: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Poppins-bold', 'Poppins-Regular', sans-serif;
    }
}
/*NAV-OVERLAY MOBILE*/
@media screen and (max-height: 450px) {
    .overlay A, .overlayleft A {
        font-size: 20px;
    }
    .overlay .closebtn, .overlayleft .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/*TABLEAU PRIX PAGE FAMILLE*/
@media only screen and (max-width: 640px) {
    .tab-price .colonne {
        width: 100%;
    }
}
/*DIVERS*/
@media (max-width: 639px) {
    BODY {
        font-size: 12px;
        line-height: 1.4;
    }
    H1, .h1 {
        font-size: 22px;
    }
    H2, .h2 {
        font-size: 20px;
    }
    H3, .h3 {
        font-size: 18px;
    }
    H4, .h4 {
        font-size: 12px;
    }
    H5, .h5 {
        font-size: 10px;
    }
    H6, .h6 {
        font-size: 9px;
    }
    P {
        margin: 0 0 10px;
    }
    .jumbotron P.lead, .lead, .lead2 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.2;
    }
    .btn-lg, .btn-group-lg > .btn {
        font-size: 14px;
    }
    .btn-sm, .btn-group-sm > .btn {
        font-size: 12px;
    }
    .btn-xs, .btn-group-xs > .btn {
        font-size: 10px;
    }
    MAIN {
        margin-top: 100px;
    }
    .index MAIN {
        margin-top: 48px;
    }
    .featured {
        text-align: center;
        font-size: 10px;
        line-height: normal;
        color: #FFFFFF;
        font-weight: 600;
        padding: 5px;
        margin-right: 5px;
    }
}
/*RECHERCHE*/
@media (max-width: 767px) {
    .resultat-recherche {
        margin-bottom: 10px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.137);
        padding-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .resultat-recherche .img-responsive {
		max-height: 150px;
	}
}
/*MA SELECTION*/
@media (max-width: 767px) {
    .ma-selection {
        margin-bottom: 10px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.137);
        padding-bottom: 10px;
    }
}
/*FICHE PRODUIT*/
@media (max-width: 767px) {
    .fiche-produit .fixed-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background:rgba(255,255,255,0.9);
		/*-moz-box-shadow: 0px -3px 5px 0px #cfcfcf;
		-webkit-box-shadow: 0px -3px 5px 0px #cfcfcf;
		-o-box-shadow: 0px -3px 5px 0px #cfcfcf;
		box-shadow: 0px -3px 5px 0px #cfcfcf;
		 filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=90, Strength=5);*/
        z-index: 5;
        padding: 10px 0px 10px 10px;
    }
    .fixed-mobile .list-unstyled LI {
        float: left;
        margin-right: 4px;
    }
    .fixed-mobile .list-unstyled LI A.btn.btn-lg {
        padding: 10px;
        line-height: 1;
    }
}
@media (max-width: 400px) {
    .fixed-mobile .list-unstyled LI A.btn.btn-lg {
        font-size: 12px;
        padding: 8px;
        font-weight: bold;
    }
}
/*-YOUTUBE TRICK RESPONSIVE-*/
.video_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 275px;
	z-index: 25;
	opacity: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videocontent {
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
}
.videoWrapper .embed-responsive  {
	margin-top:0;
	margin-bottom:0;
	border: none !important;
}
/* SOUS-TITRES */
.video-js .vjs-text-track {background: transparent;}
.vjs-texttrack-settings {display:none;}
.vjs-text-track-display > div > div > div{ background-color: rgba(0, 0, 0, 0.8) !important; color: #fff !important; padding:2px;font-size:14px;}
/* TRANSCRIPTION */
.transcription .titre {font-weight:bold; color: #376092; cursor: pointer; margin: 0 0 5px 0; padding: 5px 0 4px 0;font-size:13px;width: 175px;-moz-border-radius:25px;-webkit-border-radius:25px;    -khtml-border-radius:25px; border-radius:25px;border: 2px solid #4f81bd;text-transform: uppercase;text-align:center;}
.transcription-texte {margin: 0 0 20px 15px; display:none;font-size:14px;}
.transcription .expanded {border:0;padding:7px 0 6px 9px;}

@media (max-width: 640px) {
	.titre {font-size:13px;width: 215px;}
}

.text-success{color:#008000 !important;}
.text-primary {color: #207F97 !important;}
h1{color:#207F97 !important;}
a {color: #3D7E94;}
.btn-lg, .btn-group-lg>.btn {font-size:16px;}
.btn-sm, .btn-group-sm>.btn {
    padding: 3px 10px 3px;font-size:16px;
}
.btn-primary {
    background-color: #09A7CC !important;
    border-color: #09A7CC !important;
    /* border:1px solid #09A7CC !important; */
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #09A7CC !important;
	box-shadow: none;
}
.btn-primary:hover {
	color:#09A7CC !important;
    background-color: #fff !important;
    border:1px solid #09A7CC !important;
}
.btn-danger {
    color: #FFF;
    background-color: #008080 !important;
    /* border:1px solid #008080 !important; */
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #008080 !important;
	box-shadow: none;
}
.btn-danger:hover {
    color: #008080;
    background-color: #fff !important;
    border:1px solid #008080 !important;
}
.btn-success{
    color: #FFF;
    background-color: #D23A3A !important;
    /* border:1px solid #D23A3A !important; */
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #D23A3A !important;
	box-shadow: none;
}
.btn-success:hover {
    color: #D23A3A;
    background-color: #fff !important;
    border:1px solid #D23A3A !important;
}
.btn-warning{
    color: #FFF;
    background-color: #3A539B !important;
    /* border:1px solid #3A539B !important; */
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #3A539B !important;
	box-shadow: none;
}
.btn-warning:hover {
    color: #3A539B;
    background-color: #fff !important;
    border:1px solid #3A539B !important;
}
.btn-video-rose {
	width: 100%; 
	background: #a8f0f0 !important;
	color: #605D5C; 
	font-weight: bold;
	/* border:1px solid #a8f0f0 !important;  */
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #a8f0f0 !important;
	box-shadow: none;
}
.btn-video-rose:hover {
	border:1px solid #a8f0f0 !important; 
	color: #605D5C !important; 
}
.btn-video-rose .fa {
	color: #000; 
	font-size: 32px; 
	display: inline-block;
}
.btn-video-rose .fa:hover {
	color: #000 !important;  
	font-size: 32px; 
	display: inline-block;
}
.side-right .bloc-selection A span {
	color:#fff;
}
.side-right .bloc-selection A:hover span {
	color:#EE7101;
}
.btn-video-rose span {
	line-height: 32px; 
	top: -4px; 
	position: relative;
}
.cart_quantity_delete {
	color:#000;
	text-decoration:underline;
}
.retour-recherche {
	color:#000;
	margin-bottom:20px;
	display: block;
}
.video-link {
	border: 1px solid #cbcbcb;
    margin-top: 10px;
    margin-bottom: 10px;
	display:block;
}
.video-link .btn-play {
    position: absolute;
    background: url(../img/btn-play.png) no-repeat;
    width: 56px;
    height: 39px;
    top: calc(50% - 19px);
    left: calc(50% - 28px);
}
.video-link a:hover .btn-play {
	background-position: center bottom;
}
.prise {color:#1aba4b !important;}