@CHARSET "UTF-8";

/*
Theme Name: NEW Neoptin Theme Hattemer Front
Theme URI: http://www.neoptin.com/
Description:
Version: 0.1
Author: Neoptin
*/

html {
    font-size: 16px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ffffff;
    color: #30373a;
}

h1 {
    font-family:'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 2.8125rem;
    margin-left: 15px; 
}

h2 {
    color: #e00000;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.10rem;
	color:#125379;
}

h3.home {
    font-family:'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 1.25rem;
    color: #d10a10;
    margin: 0;
}

h4,
article .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #30373a;
    margin: 20px auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.header-title {
    background-color: #165479;
    color: #ffffff;
    padding: 29px 0;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.875rem;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
}

.header-sm-title {
    background-color: #165479;
    color: #ffffff;
    padding: 5px 0;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
}

.header-sm-title.failed {
    background-color: #960000;
}

.header-product-title {
    color: #e00000;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
}

.register-form-control {
    display: inline;
    border: 0 !important;
    padding: 5px 10px !important;
}

.hac-field label {
    font-size: 14px !important;
}

.hac-field select,
.hac-field textarea,
.hac-field .col-2,
.hac-field input[type="text"] {
    width: 100% !important;
}

.checkbox-row {
    width: 20px;
    height: 15px;
}

.few-space {
    padding: 0 5px;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

select {
    text-align-last: center;
    text-align: center;
}

.wrapper {
    padding: 0 30px;
    text-align: justify;
    color: #30373a;
    }

.section-title {
    margin-bottom: 30px;
}

.btn.focus, .btn:focus, .btn:hover {
	text-decoration: none;
    color: #fff;
}

a.btn:hover {
    color: #337ab7 !important;
}

.btn-normal:focus, .btn-normal:hover {
	border: 1px solid #2a8ecc;
	color: #2a8ecc;
}

.btn-normal {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 500;
	color: #17547a;
	background-color: transparent;
	border-color: #17547a;
    margin: 10px 20px;
    width: 118px;
}

.btn-action {
    margin: 0 auto;
    display: block;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: 250px;
    background-color: #d10a10;
    color: #ffffff;
}

.btn-action:hover {
    background-color: #ea0e15;
    color: #fff;
}

.p0 {
    padding: 0;
}

.mt30 {
    margin-top: 30px;
}

.txt-bold {
    font-weight: 700 !important;
}

.red {
	color: #d10a10;
}

.btn-ajouter {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
}

/**** SIDEBAR ****/
#sidebar-left {
    background-color: #b70e0b;
    text-align: center;
    padding: 0;
}
#sidebar-right {
    background-color: #d7dbde;
    padding: 0;
    text-align: center;
}

#sidebar-left, #sidebar-right {
    height:100vh;
}

#sidebar-left .fa-home {
    color: #ffffff;
    margin-top: 10px;
    font-size: 22px;
}

nav,
#navbar-menu {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
    background-color: #868f94;
    border-color: #868f94;
/*    border: 0;*/
    border-radius: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:first-child {
    border-radius: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav .open>span, .nav .open>span:focus, .nav .open>span:hover {
	background-color: #b70e0b;
	border-color: none;
    color: #fff;
}

.nav>li>a:focus, .nav>li>span:focus, .nav>li>a:hover,.nav>li>span:hover {
	text-decoration: none;
    padding: 10px 15px;
	background-color: #b70e0b;
    color: #fff;
    border-radius: 0;
}

.nav>li>span:focus,
.nav>li>a:focus {
	background-color: transparent;
    color: inherit;
    border: 1px solid #8f9799;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

nav .dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-menu>li:focus, .dropdown-menu>li:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.dropdown-menu>li>span:focus, .dropdown-menu>li>span:hover {
	color: #fff;
	text-decoration: none;
	background-color: #d20b12;
}

.submenu li:last-child {
	 border-bottom: 0; 
}

nav ul li a,
nav ul li span,
.navbar-collapse ul li a,
.navbar-collapse ul li span,
.navbar-collapse btn,
nav btn {
    text-transform: uppercase;
}

.btn.active, .btn:active {
	box-shadow: none;
}

.navbar-collapse .list-group-item,
nav .list-group-item {
    color:#30373a;
    background-color:transparent;
    border-top: 1px solid #8f9799;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.navbar-collapse .list-group-item.active, .navbar-collapse .list-group-item.active:focus, .navbar-collapse .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
    background-color: #868f94;
    border-color: #868f94;
    border: 0;
    border-radius: 0;
}

.navbar-collapse li:last-child,
nav li:last-child {
    border-bottom: 1px solid #8f9799;
}

nav #block-phone {
    margin: 30px auto 5px auto;
}

nav #block-phone .nav-txt-phone {
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}

nav #block-phone .nav-phone {
    color: #d10a11;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.375rem;
    margin: 0;
}

.navbar-collapse a.nav-highlight,
a.nav-highlight {
    color: #d10a11;
}


.submenu {
    border:0;
    border-radius: 0;
    background-color: #b70e0b;
    box-shadow: none;
    padding-left: 0;
}

.rightMenu {
    left: 100%; 
    top: 0;
    width: auto;
    min-width: 270px;
}

.submenu li {
    list-style:none;
}

.submenu li a {
    color: #ffffff;
    text-align: center;
    font-size: 1.125rem;
    padding: 10.3px 35px;
}

aside .submenu li {
    padding: 0 15px;
    list-style:none;
}
aside .submenu li a {
    padding: 0;
}

/* BTN */
nav .btn-tobecall {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
	background-color: #17547a;
	border: 0;
    padding: 2px 40px;
}

nav .btn-tobecall:hover {
    color: #ffffff;
	background-color: #2170a0;
}

nav .btn-brochure i {
    margin-right: 10px;
    font-size: 1.125rem;
}

nav .btn-brochure {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #30373a;
	background-color: #ecedef;
    margin-bottom: 15px;
    padding: 8px 40px;
}

nav .btn-brochure:focus, nav .btn-brochure:hover {
	color: #30373a;
	background-color: #fff;
}

.btn {
	border-radius: 10px;
}

.btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

/* SOCIAL */
.btn-social-icon.btn-xs>:first-child {
	line-height: 22px !important;
}

.social-icon a {
    border: 0;
    border-radius: 0;
}

.social-icon {
    margin-bottom: 20px;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
}

.btn-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: rgba(0,0,0,0.2);
}

.btn-google-plus {
	color: #fff;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2);
}

.btn-google-plus:hover {
	color: #fff;
	background-color: #c54333;
}

.btn-youtube {
	color: #fff;
	background-color: #D32322;
	border-color: rgba(0,0,0,0.2);
}

#main-wrapper {
    z-index: 0;
}
#sidebar-wrapper {
    z-index: 1;
}

/**** HEADER ****/
header .btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
}

header p {
    padding-left: 10px;
    margin-bottom: 0;
	font-weight: 700; /* added py */
}

header p,
header li {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size: 1.125rem;
   /* font-weight: 700; removed py*/
}
header li { /* added PY */
	list-style-type:disc;
}


header p.sub-txt {
    font-weight: 400;
}

header {
    color: #fff;
}

.breadcrumb {
	padding: 8px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb>li+li:before {
	color: #fff;
	content: ">";
}

.breadcrumb li a,
.breadcrumb li.active,
.breadcrumb li {
    font-style: normal;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.banner {
    background-size: cover;
    width: 100%;
    /*min-height: 324px;*/
    background-repeat: no-repeat;
    background-position: center;
}

/**** PAGE 404 ****/

.error404 .page-404-container {
    height: 100vh;
}

.page-404-content {
    padding: 18% 0 36% 50px;
    color: #FFFFFF;
}

.page-404-content h1 {
    font-weight: bold;
    margin-left: 0;
}

.page-404-content h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6rem;
}

.page-404-content p {
    font-size: 1.1rem;
}

.page-404-content .btn-404-home {
    color: #FFFFFF;
    background-color: #d10a10;
    text-transform: uppercase;
    font-weight: bold;
}

.page-404-content .btn-404-home:hover {
    color: #FFFFFF;
}

.page-404-inner-left h1 span {
    white-space: nowrap;
}

.overlined-404 {
    display: inline-block;
    border-top: 2px solid;
    position: relative;
    left: 9px;
    line-height: 0.95;
}

.overlined-404 {
    display: inline-block;
    border-top: 2px solid;
    position: relative;
    left: 9px;
    line-height: 0.95;
}

@media screen and (max-width: 992px) {
    .overlined-404 {
        left: 6px;
        border-top: 1px solid;
    }

}

@media only screen and (max-width: 414px) {
    .page-404-inner { background: #303840 !important; }
}

#header-banner form,
.page-404-inner form {
    margin-top: 20px;
}

#header-banner .form-control,
.page-404-inner .form-control,
#header-banner .input-group-addon,
.page-404-inner .input-group-addon {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}

#header-banner .btn-connexion,
.page-404-inner .btn-connexion,
#header-banner form,
.page-404-inner form {
    width: 155px;
}

#header-banner .btn-connexion,
.page-404-inner .btn-connexion {
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 0;
}

#header-banner .btn-connexion i,
.page-404-inner .btn-connexion i {
    margin-right: 10px;
    font-size: 14px;
}

.nav .header-icon-search,
#header-banner .header-icon-search,
.page-404-inner .header-icon-search {
    background-color: #ffffff;
    color: #000;
    border-radius: 0;
        border-left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 6px;
}

.nav form,
.nav .header-icon-search {
    background-color: #f3f4f6;
    border: 0;
}

#header-banner .header-search.placeholder,
.page-404-inner .header-search.placeholder {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

#header-banner .header-search,
.page-404-inner .header-search {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 0;
}

.nav .btn-search {
   background-color: #f3f4f6;
    border: 0; 
}

#header-banner .btn-search,
.page-404-inner .btn-search {
    background-color: #fff;
    border: 0;
}

#header-banner .form-control::-webkit-input-placeholder,
.page-404-inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#header-banner .form-control::-moz-placeholder,
.page-404-inner .form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#header-banner .form-control:-ms-input-placeholder,
.page-404-inner .form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#header-banner .form-control::-moz-placeholder,
.page-404-inner .form-control::-moz-placeholder { /* Firefox 18- */
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

header .header-img-txt {
    margin: 6rem 0 0 2rem;
}

/*** article ***/
article {
    padding: 15px 30px 0 30px;
    text-align: justify;
    color: #30373a;
}

article ul {
    /*** margin-top: 30px;***/
}
article ul li::before {
    font-family: FontAwesome;
    font-size: 5px;
    color: #17547a;
    content: "\f111";
    padding-right: 8px;
    vertical-align: middle;
}

article .primary-button-content{
    border-radius: 1em;
    margin: 0 auto;
    display: block;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: 16em;
    background-color: #d10a10;
    color: #ffffff;
	padding: .2em .1em;
    text-align: center;
}
article .primary-button-content a{
	color: #ffffff;
}
article .primary-button-content:hover {
	background-color: #ea0e15;
}

/*** input ***/
.input-style {
    background-color: #f3f4f6;
    display: block;
    padding: 7px 16px;
}
@media(max-width: 768px){
   .input-style {
        justify-content: flex-end;
        display: flex;
    } 
}
.form-control {
	background-color: #f3f4f6;
	border: 0;
	border-radius: 0; 
	box-shadow: none;
}

/*** Thumbnail ***/

.thumbnail {
    background-color: #f3f4f6;
    border: none;
    border-radius: 0;
    padding: 20px;
}

.thumbnail .thumbnail-subtitle {
    color: #17547a;
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 10px;
}
.thumbnail .thumbnail-txt {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px; 
    padding: 0 20px;
}

.thumbnail .btn-inscription,
.thumbnail select {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    width: 80%;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 0;
}
.thumbnail select[name="select_product"],
.thumbnail .select-choix-classe {
    background-color: #fff;
    text-align: center;
}

.thumbnail-big img {
    margin-bottom: 30px;
}

.thumbnail-container .thumbnail img {
    width: 100%;
    margin-bottom: 30px;
}

.thumbnail .btn-inscription {
    background-color: #d10a10;
    color: #fff;
}

.thumbnail .btn-inscription:hover {
	background-color: #ea0e15;
    color: #fff;
}

.thumbnail form {
    margin: 30px auto;
}

/*** temoignage ***/
#temoignage .wrapper-temoignage .btn-action {
    margin: 30px 0 0 0;
}

#temoignage .temoignage-caption {
    position: absolute;
    max-width: 450px;
    padding: 0 20px;
    margin:0 auto;
    text-align:justify;
	top: 25%;
    left: 30%;
	right: -10%;
    text-shadow: none;
}

#temoignage .temoignage-name {
    color: #d10a10;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.8rem;
    font-style: italic;
}

#temoignage .temoignage-pres {
    color: #30373a;
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}

#temoignage .temoignage-desc {
    color: #30373a;
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

/*** equipe ***/
.equipe-list {
    padding: 30px 0 10px 0;
}

.equipe-list .equipe-subtitle {
    font-family:'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #17547a;
    margin-bottom: 15px;
}

.equipe-list a,
.equipe-list p {
    font-family:'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.equipe-list h3 {
    margin: 12px 0 5px 0;
}

/*** footer ***/
footer {
    background-color: #f3f4f6;
    padding: 0 15px 30px;
    margin-top: 30px;
}

footer .img-hattemer-footer {
    margin-bottom: 20px;
}

footer .footer-sign,
footer .footer-crea {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
}
footer .footer-crea {
    color: #9aa2a5;
}

footer a {
    color: #30373a;
}

footer .footer-infos {
    margin-top: 20px;
}

footer .footer-infos img {
    margin: 0 auto;
}

footer .footer-infos .footer-txt-title {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

footer .footer-infos .footer-txt {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #d10a10;
}
footer .footer-phone{
    white-space: nowrap;
}
/*** Tableau ***/
.table {
    table-layout: fixed;
    border-collapse: collapse;
  width: 100%;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.table-container {
    margin: 20px 0;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-color: #fff;
}

.table-bordered {
    border: 0;
}

.table th {
    color: #ffffff;
    background-color: #165479;
}

.table td {
    background-color: #f3f4f6;
}

.table td:first-child {
    font-weight: 700;
}

.table th.table-title {
    background-color: transparent;
    border: 0;
	vertical-align: middle;
}

/******* POPUP *******/
/********************/
.modal-content {
    border-radius: 0;
}

.form-group-result {
    display: none;
    background-color: #f60a02;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 7px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-group-result span {
    color: white;
}

#popup-contactform .modal-header .modal-title {
    color: #d10a10;
    padding-top: 20px;
}

#popup-contactform .modal-header,
#popup-contactform .modal-footer {
    text-align: center;
    border: none;
}
#popup-contactform .modal-body label {
    font-weight: 500;
}

#popup-contactform .modal-footer .btn-popup-send {
    background-color: #d10a10;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 50px;
    border-radius: 10px;
}

#popup-contactform .modal-footer .info-dispo {
    font-weight: 700;
    margin-top: 20px;
    font-size: 0.7rem;
}

#popup-contactform input.form-control {
    background-color: #f3f4f6;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#popup-contactform .contact-form {
    margin: 0;
}

#popup-contactform .form-group {
    margin-bottom: 10px;
}

#popup-contactform .contact-form textarea.form-control {
    height: 150px;
}

#popup-contactform .modal-footer {
    padding: 0 15px 15px 15px;
}

.popup-contactform-error {
    color: red;
    font-style: italic;
    font-size: 13px;
}

.product-page-error-simple,
.product-page-error {
    display: none;
    color: red;
    font-style: italic;
    font-size: 13px;
}

.product-page-error-simple {
    display: block;
}

.product-page-error.page-info {
    font-weight: 400;
}

.modal-custom .modal-title {
    font-size: 18px;
    padding: 10px 10px 10px 17px;
}

.modal-custom .modal-header {
    border-bottom: 1px solid #cccccc;
}

.modal-custom .modal-body {
    font-size: 15px;
}

.modal-custom .btn-primary {
    padding: 5px 15px;
}

.modal-custom .btn-primary:active {
    padding: 5px 15px;
    outline: none;
}

.modal-custom .btn-secondary {
    background-color: #d10a10;
    border: none;
}

.modal-custom .btn-secondary:hover {
    background-color: #ea0e15;
}

.modal-custom .btn-secondary:active {
    background-color: #d10a10;
}

.modal-custom .btn-primary {
    text-transform: uppercase;
}

/*** TAB ***/
.nav-tabs>li>a {
	border: 0;
	border-radius: 0;
    margin-right: 0;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.5625rem;
    font-style: italic;
    font-weight: 400;
    padding: 20px 0;
}

.nav-tabs, .nav-tabs>li>span:focus, .nav-tabs>li>a:focus,.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #d10a10;
	cursor: default;
	background-color: #fff;
	border: 0;
    padding: 20px 0;
}

.nav-tabs a, .nav-tabs>li>span:focus, .nav-tabs>li>a:focus {
    color: #fff;
}

.nav-tabs>li>a:focus, .nav-tabs>li>span:focus, .nav-tabs>li>a:hover, .nav-tabs>li>span:hover {
	padding: 20px 0;
}

.nav-tabs .tab1 {
    background-color:  #d20b12;
}
.nav-tabs .tab2 {
    background-color: #b70e0b;
}
.nav-tabs .tab3 {
    background-color: #9d1006;
}
.nav-tabs .tab4 {
    background-color: #8b1006;
}
.nav-pills>li+li {
	margin-left: 0;
}
.tab-pane a {
    color: #337ab7;
}

.tab-content-inside {
    text-align: left;
}

.tab-content-inside h2 {
    padding: 20px 0 10px;
}

#payment_data_hac .payment_icon{
    color: #125379;
    font-size: 28px;
    text-align: center;
    display: block;
}
#payment_data_hac .payment_logo{
    text-align: center;
    display: block;
}

.payment_radio {
    background-color: #f3f4f6;
    padding: 3px;
    margin: 4px 0;
}

.payment_radio label {
    font-size: 14px !important;
    position: relative;
    bottom: 1px;
    font-style: italic;
    padding-left: 20px;
}

.payment_radio input[type="radio"] {
    margin-left: 5px;
}

.payment_radio span.pull-right {
    padding-right: 10px;
    font-weight: 700;
}

/*** sidebar menu ***/
.space-top {
    margin-top: 50px;
}

aside#sidebar-page {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

aside#sidebar-page .list-group-item {
    background-color: #d20b12;
	margin-bottom: 0;
    border: 0;
    color: #fff;
}

.slide-menu-container span i {
	padding: 1px 2px;
	border: 1px solid #fff;
	font-size: 10px;
	margin-top: 5px;
}

aside#sidebar-page .submenu {
    background-color: #fff;
}

aside#sidebar-page .submenu li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    color: #17547a;
}

aside#sidebar-page .submenu li {
    border-bottom: 1px solid #cccccc;
}

aside#sidebar-page .submenu li:last-child {
    border-bottom: 0;
}

aside#sidebar-page .submenu a {
    color: #d20b12;
}

aside#sidebar-page .submenu-lvl2 a {
    font-size: 1rem;
}

aside .submenu .submenu-lvl2 li {
	padding: 0 15px;
}

aside .submenu li {
	padding: 3px 15px;
	list-style: none;
}

aside#sidebar-page .submenu-lvl2 li a {
    color: #000000;
}

aside#sidebar-page li .checkbox {
	font-size: 0.875rem;
    margin: 5px 0;
}

aside#sidebar-page .submenu-lvl2 {
    padding-left: 10px;
}

aside#sidebar-page .submenu-lvl2 li {
    border-bottom: 1px solid #cccccc;
}

/*** Liste produits ***/
.thumb-info {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25rem;
    font-weight: 600;
	color: #17547a;
}

.btn-go-cart {
    width: 100%;
    color: #fff;
    background-color: #17547a;
    font-weight: 700;
}

.btn-go-cart:hover {
    background-color: #2170a0;
}

.btn-go-cart {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
    font-weight: 600;
}

.btn-go-cart i {
	margin-right: 10px;
	font-size: 1.125rem;
}

.btn-revenir {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

/********** HOME *********/
/*************************/

/*** HEADER ***/

.banner {
    background-position: 100%;
}

header .header-img-txt {
    margin: 9rem 0 2rem 2rem;
}

header .btn-header {
    margin: 13rem 0 0 0;
}

header .btn-header-rens {
    width: 250px;
    background-color: #ecedef;
    color: #000000;
}

header .btn-header-rens:hover {
	background-color: #ffffff;
    color: #000;
}

header .btn-header-subscribe {
    margin: 1em 0 0 0;
    width: 250px;
    background-color: #d10a10;
    color: #ffffff;
}

header .btn-header-subscribe:hover {
    background-color: #ea0e15;
    color: #fff;
}

/*** Cycle ***/
#cycle {
    color: #fff;
}
#cycle .cycle-circle {
    padding: 1.6rem 0;
}
.btn-decouvrir {
    background-color: transparent;
    border: 1px solid #fff;
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    padding: 6px 20px;
    color: #fff;
}

.btn-decouvrir:hover {
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid #fff;
	color: #fff;
}

.cycle-1,
.cycle-2,
.cycle-3,
.cycle-4,
.cycle-5,
.cycle-6 {
    padding: 40px 0;
}

.cycle-1 {
    background-color: #7498b0;
}

.cycle-2 {
    background-color: #5e87a3;
}

.cycle-3 {
    background-color: #457696;
}

.cycle-4 {
    background-color: #2e6486;
}

.cycle-5 {
    background-color: #2f597c;
}

.cycle-6 {
    background-color: #2e5072;
}

.cycle-title {
    font-family:'Playfair Display', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
}
.cycle-subtitle {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 2.1875rem;
    font-weight: 300;
}

#cycles-besoin-contact-block {
    padding-top: 90px;
}

#cycles-besoin-contact-block > div {
    width: 350px;
}

/*** présentation ***/
#presentation article h3 {
    text-align: center;
}
/*** renseignement ***/
#equipe {
    margin-bottom: 20px;
}

/*** Formule inscription ***/
#formule-inscription h2 {
    margin-bottom: 30px;
}

/*** actualite ***/
form .filter-txt {
    font-weight: 700;
}

form .filter-group {
    margin-left: 10px;
    display: inline-block;
}

form .filter-select {
    background-color: #f3f4f6;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

form .filter-group select {
    text-align-last: left;
}

form .filter-group option {
    background-color: #d7dbde;
}

#actualite .thumbnail h3 {
    margin-bottom: 20px;
}

#article .thumbnail p,
#actualite .thumbnail p {
    text-align: justify;
}

/*** article ***/
#article ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    padding-left: 12px;
}

#article ol li:before {
    color: #17547a;
    content: counter(list) ".";
    left: -18px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: 700;
}

#article ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
}
#article ol,
#article ul {
    margin-top: 20px;
}

#article ul li:before {
    font-family: FontAwesome;
    font-size: 5px;
    color: #17547a;
    content: "\f111";
    padding-right: 8px;
    vertical-align: middle;
}

/*** contact ***/
#contact h3 {
    margin-bottom: 30px;
}

#contact p {
    margin: 0;
}

#contact ul {
    margin: 20px 0;
    padding: 0;
}

#contact ul li:before {
    font-family: FontAwesome;
    font-size: 5px;
    color: #17547a;
    content: "\f111";
    padding-right: 8px;
    vertical-align: middle;
}

.contact-form label {
    font-weight: 500;
}

.contact-form .form-group, select {
    text-align: left;
    text-align-last: left;
}

.contact-form textarea.form-control {
    height: 405px;
}

.contact-form .form-group-captcha input {
    width: 40%;
    margin: 15px auto 30px auto;
}

.img-captcha {
    margin: 10px auto;
}

.contact-form .form-group.form-group-captcha {
    text-align: center;
    text-align-last: center;
}

.contact-form,
.equipe-wrapper {
    margin: 40px auto;
}

/*** Equipe ***/
/*.equipe-list a {
    display: block;
    color: #000000;
}*/

/*** liste-produits ***/
#liste-produits .btn-more-result {
    width: 100%;
    color: #fff;
    background-color: #17547a;
    font-weight: 700;
}

#liste-produits .btn-more-result:hover {
    background-color: #2170a0;
}

#liste-produits .btn-more-result {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 0;
}

/*** produit ***/

#produit .submenu {
    background-color: transparent;
}

#produit .submenu li {
    padding: 0;
}

#produit .produit-title {
    background-color: #165479;
    color: #ffffff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    text-align: left;
    padding: 5px 15px;
    margin-bottom: 20px;
}

#produit form {
    margin-bottom: 20px;
}

#produit form .slide-menu-container span i {
    margin-top: 9px;
}

#produit .produit-section {
    margin-bottom: 15px;
}

#produit form select {
    text-align-last: left;
    text-align: left;
}

.produit-enfant-liste .btn-normal {
    margin: 5px 0;
    padding: 5px 0;
    font-size: 0.875rem;
    width: 180px;
}

.btn-normal-inverse {
    color: #fff;
    background-color: #17547a;
}

.btn-normal-inverse:hover {
    color: #fff;
    background-color: #2170a0;
}

#produit label.produit-condition {
    margin-bottom: 20px;
    margin-left: 30px;
    display: block;
    text-align: left;
}

.produit-buttons-container {
    max-width: 300px;
    margin: auto;
}

.lv1_books .col, .lv2_books .col, .lv3_books .col {
    height: 40px !important;
    border: 1px solid #cbcbcb !important;
}

.lv1_books .col-85per, .lv2_books .col-85per, .lv3_books .col-85per {
    width: 90%;
}

/*** input ***/
#form-register-product input[type=radio],
#form-register-product input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

#form-register-product input[type=checkbox]:checked,
#form-register-product input[type=checkbox]:focus,
#form-register-product input[type=radio]:checked,
#form-register-product input[type=radio]:focus {
    outline: none !important;
}

#form-register-product input[type=checkbox]+.lbl,
#form-register-product input[type=radio]+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}

#form-register-product input[type=checkbox]+.lbl::before,
#form-register-product input[type=radio]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    color: #cf0b15;
    content: "\a0";
    background-color: #FAFAFA;
    border: 2px solid #000000;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 15px;
    line-height: 11px;
    min-width: 15px;
    margin-right: 5px;
    margin-top: -5px;
}

#form-register-product input[type=radio]+.lbl::before {
    height: 16px;
    min-width: 16px;
    margin-right: 5px;
    margin-top: -5px;
}

#form-register-product .envoi_postal_block span.lbl {
    font-weight: normal;
}

#livres-hint {
    display: none;
}

#acces-courrier+.lbl::before {
    min-width: 17px;
}

#form-register-product input[type=checkbox]:hover+.lbl::before,
#form-register-product input[type=checkbox]+.lbl:hover::before,
#form-register-product input[type=radio]:hover+.lbl::before,
#form-register-product input[type=radio]+.lbl:hover::before {
    border-color: #000000;
}

#form-register-product input[type=checkbox]+.lbl::before,
#form-register-product input[type=radio]+.lbl::before {
    border-radius: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

#form-register-product input[type=checkbox]:checked+.lbl::before,
#form-register-product input[type=radio]:checked+.lbl::before {
    /*
        display: inline-block;
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 11px;
        content: "\f111";
    */
    background-color: #cf0b15;
}

#produit #produit-condition-vente+.lbl::before {
    border-radius: 0;
}

#produit #produit-condition-vente:checked+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    content: "\f00c";
}

#produit .input-group label {
    margin-bottom : 0;
}

.radio-livre-fourniture label {
    display: block;
    padding: 10px 0;
}

.radio-livre-fourniture .produit-prix,
.radio-livre-fourniture {
    font-weight: 500;
}

.produit-total .total_price_kid_books{
	font-weight:bold;
}
.btn-normal.btn-info-comp {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}

.btn-normal.btn-info-comp:focus,
.btn-normal.btn-info-comp:active,
.btn-normal.btn-info-comp.active,
.btn-normal.btn-info-comp:hover {
    border: 1px solid #2a8ecc;
    background-color: transparent;
    color: #2a8ecc;
    border-radius: 10px;
}

#produit .produit-info-obl {
    margin-left: 30px;
    text-align: left;
}

#produit .produit-enfant-information {
    margin-top: 15px;
}

#produit .produit-barre {
    margin: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #17547a;
}

.produit-input-label {
    font-weight: 400;
    display: grid;
    padding-top: 5px;
}

.produit-input-text, .produit-input-select {
    border: 1px solid lightgray;
    width: 100%;
    height: 30px;
}

.produit-input-any select {
    border: 1px solid lightgray;
    height: 30px;
}

.dernier_frequente, .clone_frere-0, .radio-livre-fourniture {
    display: block;
}

.clone_frere-0 {
    margin-top: 3px;
}

.popup-cart-header {
    text-align: center;
    padding: 10px 0 30px;
    font-size: 20px;
    color: #e30000;
}

.popup-cart-button {
    text-align: center;
    padding-bottom: 20px;
}

.add_eleve_parallele_etablissement {
    overflow: auto;
}

.inscription-add-frere-soeur-btn {
    text-align: right;
    background-color: #f3f4f6;
    padding: 5px;
}

/*** popup ***/
#popup-cart h3 {
    text-align: center;
    margin-bottom: 15px;
}

#popup-cart .form-group h3 {
    text-align: left;
    margin: 10px 0 0 0;
}

#popup-cart .cart-container {
    border-right: 2px solid #ecedef;
}

#popup-cart .produit-total-enfant {
    margin-bottom: 0;
}

#popup-cart .produit-total-recap {
    margin: 0;
}

#popup-cart .produit-total-montant {
    margin: 10px 0 25px 0;
}

#popup-cart .btn-normal {
    width: 250px;
    margin: 20px auto;
    display: block;
    text-transform: uppercase;
    font-size: 1.125rem;
}

#popup-cart .cart-container,
#popup-cart .recapitulatif-container {
    min-height: 325px;
}

/*** popup ***/
#popup-login .form-group {
    margin-bottom: 0;
}

#popup-login .btn-login-create {
    margin-top: 112px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #17547a;
    border: 0;
    padding: 7px 0;
}

#popup-login  .internal-book-message {
    margin-top: 90px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #5d5c5c;
    text-align: center;
}

#popup-login .btn-login-create:hover {
    color: #ffffff;
    background-color: #2170a0;
}

#popup-login .btn-action {
    margin-top: 25px;
}

#popup-login .btn-normal {
    margin: 25px auto 0 auto;
    display: block;
}

#popup-login .btn-normal,#popup-login .btn-action,#popup-login .btn-login-create {
    width: 250px;
    font-size: 1rem;
}

#popup-login h3 {
    text-align: center;
    margin-bottom: 15px;
}

#popup-login label {
    font-weight: 500;
    margin: 10px 0;
}
#popup-login .modal-footer .info-modalite {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
}

#popup-login .login-container {
    border-right: 2px solid #ecedef;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-body {
    padding: 20px;
}

.modal-header .close {
    z-index: 999;
    padding: 5px 10px;
    position: absolute;
    right: 0 !important;
}

.modal-header {
    padding: 0 ;
}

/* panier */
.input-style {
    padding: 10px;
}

.input-style p {
    margin: 0;
}

.input-style i {
    font-size: 1.1rem;
}

.panier-description p.thumb-info {
    margin-bottom: 20px;
}

.panier-element img {
    width: 100%;
}

.panier-element {
    border-bottom: 1px solid #d2d6d9;
    padding: 0 0 20px 0;
    margin: 20px 15px 0 15px;
    width: calc(100% - 30px);
}

.panier-description p {
    margin-bottom: 0;
}

.panier-sup {
    background-color: transparent;
    padding-right: 10px;
}

.btn-panier {
    color: #000000;
    padding: 0 10px;
}
.btn-panier:focus, .btn-panier:hover {
    color: #5d5c5c;
}
.price-panier{
    padding-left: 10px;
}
.btn-action {
    margin: 30px auto;
}

.panier-frais .input-style {
    margin: 10px 0;
    text-align: left;
}

.panier-total.input-style {
    color: #fff;
    background-color: #17547a;
    font-weight: 700;
}

/* center popup */
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*** vidéo hattemer ***/
#video-hattemer {
    margin-top: 30px;
}

#video-hattemer .video-presentation {
/*    position:relative;*/
    display: block;
}

#video-hattemer .video-txt-presentation {
    margin-top: 35%;
    color: #fff;
    text-align: center;
}

#video-hattemer .video-title {
    font-family:'Playfair Display', sans-serif;
    font-size: 1.875rem;
    font-style: italic;
}

#video-hattemer .video-txt {
    font-family:'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

/*** Témoignages ***/
.img-home-temoignage {
    position: relative;
	width: 100%;
	padding: 25% 0;
}

/**** Responsive Menu ****/
.navbar-resp {
    background-color: #d7dbde;
    margin: 0;
}

.navbar-collapse {
    padding: 0;
    text-align: center;
    background-color: #d7dbde;
}

.navbar-toggle {
    background-color: #fff;
    float: left;
    margin: 0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #d20b12;
	width: 39px;
	height: 4px;
	border-radius: 0;
}

.nav-menu-resp-bloc a,
.nav-menu-resp-bloc p,
.nav-menu-resp-bloc {
    display: block;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin: 0;
}

.menu-txt-resp {
    color: #d20b12;
    text-align: center;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	display: block;
	margin-bottom: -6px;
}

.img-hattemer-resp {
    vertical-align: center;
}

.nav-phone-resp {
    height: 60px;
    background-color: #d20b12;
}

.nav-rens-resp {
    height: 60px;
    background-color: #b70e0b;
}

.nav-ins-resp {
    height: 60px;
    background-color: #9d1006;
}

.menu-head_users-block {
    width: 155px;
    display: inline-block;
}

.menu-head_users-container {
    display: none;
    position: absolute;
    width: 155px;
    z-index: 1;
}

ul.menu-head_users {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

li.menu-head_users-item {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-style: inherit;
    font-size: 0.75rem;
    font-weight: inherit;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-transform: uppercase;
    list-style: none;
}

li.menu-head_users-item:hover {
    background-color: #bfbfbf;
}

a.menu-head_users-item-link {
    color: white;
    display: block;
    padding: 6px 0 5px 0;
}

.faq-page article {
    padding: 0;
}

.faq-page .produit-title {
    margin-bottom: 5px !important;
}

.faq-page .submenu {
    padding: 0 10px;
}

.faq-page .list-group {
    margin-bottom: 0;
}

.faq-page .list-group-item {
    border: 0;
    padding: 5px 15px;
}

.faq-page .list-group-item.active {
    color: #000;
    background-color: #fff;
}

/***********************/
/**** MEDIA QUERIES ****/
/***********************/

@media (min-width:1901px) {
    .thumbnail-group {
        min-height: 180px;
    }

    .product-face-image {
        padding-right: 60px;
    }
}

@media (min-width:1541px) and (max-width:1900px) {
    .thumbnail-group {
        min-height: 245px;
    }

    .product-face-image {
        padding-right: 60px;
    }
}

@media (max-width:1540px) {
    .product-face-image {
        padding-right: 30px;
    }
}

@media (min-width:1341px) and (max-width:1540px) {
    .thumbnail .btn-inscription, .thumbnail select {
        font-size: 0.9rem;
    }

    .thumbnail-group {
        min-height: 300px;
    }
}

@media (min-width:1201px) and (max-width:1340px) {
    .thumbnail .btn-inscription, .thumbnail select {
        font-size: 0.75rem;
    }

    .thumbnail-group {
        min-height: 350px;
    }
}

@media (max-width:1400px) {
     /*** produit ***/
    #produit .produit-enfant-liste .btn-normal {
        padding: 5px 0;
        font-size: 0.8rem;
        width: 140px;
    }
}

@media (max-width:1366px) {
    h1 {
        font-size: 2.3125rem;
    }
    
    header .header-img-txt-home.header-img-txt {
        margin: 5rem 0 0 0;
    }
    
    header .header-img-txt {
        margin: 4.7rem 0 2rem 2rem;
    }
    
    header .btn-header {
        margin: 9.5rem 0 0 0;
    }
}

@media (max-width: 1200px) {
    header .header-img-txt {
        margin: 4rem 0 1rem 0;
    }
    
    header .btn-header-rens,
    header .btn-header-subscribe {
        width: 200px;
    }

    header .btn {
        font-size: 0.775rem;
    }
    
    #sidebar-left .fa-home {
        font-size: 18px;
    }
    
    .thumbnail .btn-inscription, .thumbnail select {
	   font-size: 0.8rem;
    }
    
    /*** Home ***/
    #temoignage .temoignage-caption {
        top:17%;
    }
    
    /*** tab niveau ***/
    .nav-tabs>li>a,
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a:focus, .nav-tabs>li>span:focus, .nav-tabs>li>a:hover, .nav-tabs>li>span:hover {
        padding: 40px 0;
        font-size: 1.875rem;
    }
    
    /*** produit ***/
    #produit article {
        padding: 15px;
    }
}

@media (min-width: 1083px) and (max-width: 1227px) {
    #payment_data_hac li a {
        font-size: 1.375rem;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    header .btn-header {
        margin: 10.5rem 0 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #temoignage .wrapper-temoignage, #temoignage .img-home-temoignage {
        min-height: 420px;
    }

    .thumbnail-group {
        min-height: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1060px) {
    #cycle .cycle-subtitle {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2.02rem;
        font-weight: 300;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #payment_data_hac li a {
        font-size: 1.25rem;
    }
}

@media (max-width: 1024px) {
    header p, header li {
        font-size: 0.9rem;
    }
    header ul {
        padding-left: 10px;
    }
    
    header .header-img-txt-home.header-img-txt {
        margin: 6rem 0 0 0;
    }
    
    header .btn-header {
        margin: 13rem 0 0 0;
    }
    
    .banner {
        min-height: /*304px*/ 13em;
    }
    /*** tab niveau ***/
    .nav-tabs>li>a,
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a:focus, .nav-tabs>li>span:focus, .nav-tabs>li>a:hover, .nav-tabs>li>span:hover {
        padding: 30px 0;
        font-size: 1.5625rem;
    }
    
    /*** produit ***/
    #produit .produit-enfant-liste .btn-normal {
        padding: 5px 0;
        font-size: 0.7rem;
        width: 125px;
    }
    
    #produit .produit-enfant-liste .btn-normal-inverse {
        padding: 5px 0;
        font-size: 0.7rem;
        width: 120px;
    }
}

@media (min-width: 900px) and (max-width: 992px) {
    header .header-img-txt-home.header-img-txt {
        margin: 16rem 0 1rem 2rem;
    }
}

@media (min-width: 769px) and (max-width: 901px) {
    header .header-img-txt-home.header-img-txt {
        margin: 14rem 0 1rem 2rem;
    }
    #payment_data_hac li.tab1 a {
        font-size: 1.38rem;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    header .header-img-txt-home.header-img-txt {
        margin: 12.5rem 0 1rem 2rem;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    header .header-img-txt-home.header-img-txt {
        margin: 10rem 0 1rem 2rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 15px;
    }
    
    h1 {
        font-size: 1.75rem;
        margin:0 auto;
    }
    
    header .header-img-txt {
        margin: 9rem 0 1em 2rem;
    }
    
    .social-icon .btn-social-icon.btn-xs {
        height: 40px;
        width: 40px;
    }
    .social-icon .btn-social-icon.btn-xs>:first-child {
        font-size: 1.4em;
    }
    .btn-social-icon.btn-xs>:first-child {
        line-height: 40px !important;
    }
    .thumbnail .btn-inscription, .thumbnail select {
        font-size: 1.3rem;
    }
    .thumbnail .btn-inscription {
	    padding: 8.5px 0;
    }
    
    /*** navbar in col-sm ***/
    .navbar-resp {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        padding: 17px 17px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    /****/
    
    footer .img-hattemer-footer {
        margin: 0 auto;
    }
    
    footer .footer-info {
        margin-top: 20px;
        text-align: center;
    }
    
    /*** home ***/
    .btn-decouvrir {
        background-color: #d20b12;
        border: 1px solid transparent;
    }
    
    .btn-decouvrir:focus, .btn-decouvrir:hover {
        color: #d20b12;
        background-color: #fff;
    }
    
    #formule-inscription {
        margin-top: 30px;
    }
    
    .thumbnail .thumbnail-txt {
        margin-top: 20px; 
    }

    #temoignage .temoignage-pres {
        color: #fff;
    }
    
    #temoignage .temoignage-desc {
        font-size: 1rem;
    }
    
    #temoignage .temoignage-caption {
        top: 20%;
        right: 0;
        padding: 1rem;
    }
    
    /*** contact ***/
    .contact-form textarea.form-control {
        height: 250px;
    }
    
    /*** produit ***/
    #produit .produit-enfant-liste .btn-normal {
        padding: 5px 0;
        font-size: 1rem;
        width: 180px;
    }
    
}
@media (min-width: 768px) {
    .nav-tab-header.nav-tabs.nav-justified>li {
        display: block;
        float: left;
    }

    .nav-tab-header.nav-tabs.nav-justified>li {
        width: 33.33333333%;
    }
}
@media (max-width: 768px) { 
    html {
        font-size: 14px;
    }
    .nav-menu-resp-bloc a, .nav-menu-resp-bloc p, .nav-menu-resp-bloc {
        padding: 4px 0;
    }
    
    aside#sidebar-page {
        max-width: none;
    }
    
    aside#sidebar-page .list-group {
        margin-bottom: 5px;
    }
    
    .space-top {
        margin-top: 0;
    }
    
    aside#sidebar-page .submenu-lvl2 a {
        font-size: 1.125rem;
    }
    
    aside .submenu .submenu-lvl2 li {
        padding: 2px 15px;
    }
    /** tableau **/
    .nav-tab-header.nav-tabs.nav-justified>li {
        width: 100%;
    }
    .table {
        table-layout: auto;
    }
    
    th,td {
        font-size: 0.75rem;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        word-wrap: break-word;
        white-space: initial;
        vertical-align: middle;
        text-align: center;
    }

    /*** home ***/
    #temoignage .temoignage-caption {
        top: 10%;
        right: 10%;
    }
    
    #temoignage .temoignage-name {
        font-size: 1.4rem;
		color:white;
		margin-bottom:1.1rem;
    }
    
    #temoignage .temoignage-pres {
        font-size: 1.3rem;
    }
    
    #temoignage .temoignage-desc {
        font-size: 1rem;
        color: #fff;
    }

    .wrapper-temoignage {
        background-color: #000;
    }

    .wrapper-temoignage div[class^="img-"] {
        opacity: 0.4;
    }

    #temoignage .img-home-temoignage {
        background-position: center center !important;
    }
    
    /*** cycle ***/
    #presentation article ul {
        padding-left: 0;
    }
    /*** article ***/
    .table-responsive {
        border: 0;
    }
    /*** contact ***/
    .contact-form .form-group-captcha input {
        width: 55%;
    }
    
    /*** tab niveau ***/
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-tabs>li>a,
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a:focus, .nav-tabs>li>span:focus, .nav-tabs>li>a:hover, .nav-tabs>li>span:hover {
        padding: 15px 0;
        font-size: 1.5625rem;
    }
    #presentation article {
	    padding: 2rem 2rem;
    }
    
    /*** liste produits ***/
    .btn-go-cart, .btn-revenir {
        width: 60%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .btn-revenir {
        margin-top: 20px;
    }
    
    #popup-login h3 {
        margin-top: 15px;
    }
    
    #popup-login .btn-login-create {
        margin: 20px auto 0 auto;
        display: block;
    }
    
    #popup-login .login-container {
        border-right: 0;
    }
    
    #popup-login .subscribe-container {
        margin-top: 20px;
        border-top: 2px solid #ecedef;
    }
    
    /*** produit ***/ 
    #produit article {
        padding: 15px 0;
    }
    #produit h3 {
        margin-top: 20px;
    }
    
    #produit h3,
    #produit .thumb-info {
        text-align: center;
    }
    #produit .btn-info-comp {
        font-size: 0.9rem;
    }
    
    #popup-cart .form-group h3,
    #popup-cart .recapitulatif-container h3,
    #popup-cart .form-group p, 
    #popup-cart .recapitulatif-container p {
        text-align: center;
    }
    
    #popup-cart .cart-container {
        border: 0;
    }
    
    #popup-cart .recapitulatif-container {
        border-top: 2px solid #ecedef;
    }
    
    #popup-cart .recapitulatif-container h3 {
        margin-top: 15px;
    }
    
    /*** panier ***/
    .panier-element img {
        width: auto;
        margin-top: 20px;
    }
    #panier .panier-element h3 {
        margin-top: 20px;
    }
    #panier .panier-element h3,
    #panier .panier-element h4,
    #panier .panier-element p {
        text-align: center;
    }
    #cycles-besoin-contact-block {
        padding-top: 0;
    }
    #cycles-besoin-contact-block > div {
        width: 100%;
    }

    .livres-et-fournitures {
        margin: auto;
    }

    .__font-14 {
        font-size: 14px;
    }
    
}
    
@media (max-width: 560px) {
    /*** home ***/
    #temoignage .temoignage-caption {
        padding: 0;
        left: 10%;
        max-width: 300px;
    }
    
    #temoignage .temoignage-name {
        font-size: 1.2rem;
    }
    
    #temoignage .temoignage-pres {
        margin-bottom: 0;
        font-size: 1.1rem;
    }
    
    #temoignage .temoignage-desc {
        font-size: 1rem;
    }
    /*** article ***/
    article {
        padding: 15px 10px;
    }
		
    /*** contact ***/
    .contact-form .form-group-captcha input {
        width: 100%;
    }
    
    /*** produit ***/
    #produit .lbl,
    #produit .produit-prix {
        font-size: 0.9rem;
    }

    #temoignage .wrapper-temoignage, #temoignage .img-home-temoignage {
        min-height: 300px;
    }
}

@media (min-width: 371px) and (max-width: 480px) {
    header .header-img-txt-home.header-img-txt {
        margin: 7rem 0 1rem 2rem;
    }

    header .header-img-txt {
        margin: 0 0 1em 2rem;
    }

    .banner .breadcrumb {
        padding-top: 7em;
    }
}

@media (max-width: 370px) {
    .img-hattemer-resp {
        width: 75%;
        padding: 5px 0;
    }
    
    /*** home ***/
    #temoignage .temoignage-name {
        font-size: 1rem;
    }
    
    #temoignage .temoignage-pres {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    
    #temoignage .temoignage-desc {
        font-size: 0.85rem;
    }

    #temoignage .wrapper-temoignage, #temoignage .img-home-temoignage {
        min-height: 250px;
    }
    
    /*** liste-produits ***/
    #sidebar-page .btn-go-cart {
	font-size: 0.875rem;
    }
    
    /*** produit ***/
    #produit .lbl,
    #produit .produit-prix {
        font-size: 0.8rem;
    }
    
    #produit .produit-prix {
        line-height: 22px;
    }
    
    #produit .btn-info-comp {
        font-size: 0.75rem;
    }
    
    /** tableau **/
    th,td {
        font-size: 0.7rem;
    }

    header .header-img-txt-home.header-img-txt {
        margin: 5rem 0 1rem 2rem;
    }

    header .header-img-txt {
        margin: 0 0 0 2rem;
    }

    .btn-go-cart, .btn-revenir {
        width: 70%;
    }

    .banner .breadcrumb {
        padding-top: 5em;
    }
}

@media (min-width:900px) and (max-height: 760px) {
    .list-group,
    nav .btn-brochure,
    nav .btn-tobecall {
        margin-bottom: 10px;
    }
    .img-hattemer {
        width: 75%;
    }
    nav #block-phone {
        margin: 0 auto 5px auto;
    }
    
    nav #block-phone .nav-phone {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    nav #block-phone .nav-txt-phone {
        font-size: 0.9rem;
    }
    
    nav, #navbar-menu {
        font-size: 0.9rem;
    }
    
    .rightMenu {
	    top: -200%;
        width: auto;
        min-width: 230px;
    }
    
    .submenu li a {
	color: #ffffff;
	text-align: center;
	font-size: 0.9rem;
    }
    
    nav .btn-brochure {
	    font-size: 0.9rem;
    }
}

/* Pagination */
.cvf_pag_loading {
    padding: 20px;
}

.page-numbers {
    margin: 0; padding: 0;
}

.pagination .page-numbers {
    display: inline;
    margin: 3px; padding: 4px 8px;
    background: #FFF;
    color: black;
}

.pagination .page-numbers:hover {
    cursor: pointer;
    background: #165479;
    color: white;
}

.pagination .page-numbers.current {
    background: #165479;
    color: white;
    cursor: default;
}

.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots {
    background: #FFFFFF;
    color: #0a0a0a;
    cursor: default;
}

.thumbnail-container .preloader-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.thumbnail-container .preloader-container .preloader {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #b70e0b;
    right: 14%;
}

@media (max-width:992px) {
    .thumbnail-container .preloader-container .preloader {
        right: 0;
    }
}


/*colorbox*/
/* =Colorbox
-------------------------------------------------------------- */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:14px; height:14px; background:url(images/colorbox-t5/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(images/colorbox-t5/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(images/colorbox-t5/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(images/colorbox-t5/controls.png) no-repeat 0 -40px;}
#cboxBottomCenter{height:43px; background:url(images/colorbox-t5/border.png) repeat-x 0 -40px;}
#cboxBottomRight{width:14px; height:43px; background:url(images/colorbox-t5/controls.png) no-repeat -36px -40px;}
#cboxMiddleLeft{width:14px; background:url(images/colorbox-t5/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(images/colorbox-t5/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}

#cboxLoadedContent {
    margin-bottom:5px;
    /*padding:0 25px;*/
}

#cboxLoadingOverlay{background:url(images/colorbox-t5/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/colorbox-t5/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-21px; right:5px; font-weight:bold; color:#7C7C7C;}

#cboxPrevious, #cboxNext{position:absolute; top:50%; width:8px; height:27px; text-indent:-9999px;}
#cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/colorbox-t5/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxClose{top:0; right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/*colorbox*/

.brochure_extrat .btn {
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
}
.brochure_extrat .btn:focus {
    color: #337ab7 !important;
}

.add_cart_block_class .p_quantitly {
    padding: 0 5px;
}

.add_cart_block_class input.add_to_cart {
    margin-top: 5px;
    font-size: 16px;
}

#lms_list ul {
    padding-left: 0;
}

.product-ceca-block {
    border-bottom: 2px solid #165479;
    margin-bottom: 15px;
}

.product-ceca-block label {
    width: 100%;
    font-weight: normal;
}

.product-ceca-block span.lbl {
    font-weight: bold;
}

.product-ceca-score {
    margin-bottom: 15px;
}
.product-ceca-score label {
    margin-right: 10px;
}

.product-ceca-score input {
    text-align: center;
}

.btn.score-show-btn {
    margin: 0;
    padding: 5px 0;
    font-size: 0.875rem;
    width: 140px;
}

/* Hide Honey Pot field */
.contact-form .website-block-hp {
    display: none;
    visibility: hidden;
}

/** Click2call widget styles **/
#clic2callPopup .modal-title {
    color: #d10a10;
    padding-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.10rem;
    font-style: normal;
    text-align: center;
}

#clic2callPopup.modal div.modal-header {
    border-bottom: none;
}

#clic2callPopup.modal .modal-content {
    border-radius: 0;
    padding-right: 20px;
    padding-left: 20px;
}

#clic2callPopup .input-block label {
    font-weight: normal;
}

.clic2callPopupSuccess .modal-header .fa.fa-times,
#clic2callPopup.modal .modal-header .fa.fa-times {
    color: #000000;
    background: none;
    opacity: .2;
}

#clic2callPopup.modal .modal-header .fa.fa-times:hover {
    opacity: 1;
}

#clic2callPopup.modal .clic2callSend {
    background-color: #d10a10;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 50px;
    border-radius: 10px;
    border-color: #d10a10;
}

#clic2callPopup.modal .modal-footer {
    text-align: center;
}

.show_clic2call button {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
    background-color: #17547a;
    border: 0;
    padding: 2px 40px;
    border-radius: 10px;
}

.show_clic2call button:hover {
    color: #ffffff;
    background-color: #2170a0;
}

@media (min-width:900px) and (max-height: 760px) {
    .show_clic2call button {
        margin-bottom: 10px;
    }
}

.clic2callPopupSuccess .modal .successmsg {
    font-size: 16px;
}



@media (max-width: 991px) {
    .lycee_reforme {
        position: absolute;
        top: 50px;
        right: 0px;
        background: url(images/vignette-reforme-hac_home-mobile.png);
        width: 58px;
        height: 66px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .lycee_reforme {
        position: absolute;
        bottom: -4px;
        left: 47px;
        background: url(images/vignette-reforme-hac_home-tablette.png);
        width: 103px;
        height: 43px;
    }
}
@media (min-width: 1200px) {
    .lycee_reforme {
        position: absolute;
        top: 120px;
        right: 0px;
        background:url(images/vignette-reforme-hac_home-pc.png);
        width: 110px;
        height: 50px;
    }
}