/* General */

/*
Anciennes couleurs :
- violet : 	#5f497a
- rouge : 	#c0504d
Nouvelles couleurs :
- violet : 	#660066
- rouge : 	#e90024

Couleurs FIM ancienne : 
- bleu : #153C88

Couleur FIM 2024 :
- bleu : #0032a0
*/

/* @import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Rammetto+One&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/

@font-face {
	font-family: "Vogie";
	src: url("../fonts/vogie/Vogie-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Vogie";
	src: url("../fonts/vogie/Vogie-Italic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Vogie";
	src: url("../fonts/vogie/Vogie-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Vogie";
	src: url("../fonts/vogie/Vogie-BoldItalic.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
}

html {
	font-family: 'Arial', sans-serif;
	background:#0032A0;
}
p {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#464646;
}
h2 {
	font-family: 'Vogie', sans-serif;
	font-size: 26px;
	color:#21002d;
	margin-top:25px;
	margin-bottom:15px;
}
.italic{
	font-style:italic;	
}
.dnone{
	display:none;
}
ul li{
	font-family: 'Arial', sans-serif;
	font-weight: 400;	
	color:#464646;
}
h2.h1 {
	font-family: 'Vogie', sans-serif;
	color:#0032A0;
	font-weight:bold;
	font-size:100px;
	line-height: 1.1;
}
h3 {
	font-family: 'Arial', sans-serif;
	color:#0032A0;
	font-weight:300;
	font-size:40px;
}
h4 {
	font-family: 'Arial', sans-serif;
	color:#0032A0;
	font-weight:300;
	font-size:24px;
}

h1.page-title,
h2.page-title {
	font-family: 'Vogie', sans-serif;
	color:#0032A0;
	font-weight:500;
	font-size:46px;
	margin:60px 0 40px 0;
}
.card-header {
	font-family: 'Arial', sans-serif;
}
#main-content {
	min-height:500px;
	padding-bottom:50px;
}
#main-content a.rouge {
	color:#0032A0;
	text-decoration: underline;
}
#main-content a.rouge:hover {
	opacity:0.8;
}
.state-label {
	color:#fff;
	white-space:nowrap;
	padding:3px 8px;
	border-radius:5px;
}
a:focus {
	box-shadow:none !important;
}
.photo-boxed img {
	width:100%;
}
.logo-fim img {
	width:100px;
}
/* Formulaires */
label, input, textarea, select {
	font-family: 'Arial', sans-serif;
	font-weight:500;
	color:#21002d;
}
.form-control:focus {
	color:#21002d;
	border-color:#0032A0;
    box-shadow: 0 0 0 0.2rem rgba(0,70,141,.05); 
}
form .form-error{
	color:#C00;
	font-size:14px;
}
form .form-error:before {
	font-family:FontAwesome;
	content:'\f071';
	padding-right:5px;
}
.my-account .form-footer{
	padding-top:20px;	
	text-align:right;
}
.my-account .billing-address,
.order .billing-address{
	margin-top:20px;	
}
span.field-icon {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	right: 1.5rem;
	top: 0.7rem;
	z-index: 200;
}
.input-group span.field-icon {
	right: 0.5rem;
}

/* formulaire demande certification */
#form-questions {
	margin-top:35px;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	padding: 20px 10px;
}
#form-questions .form-group.row {
	padding:8px 25px 8px 15px;
	margin-left: 0px;
	margin-right: 0px;
}
#form-questions .row{
	position: relative;
	margin-bottom:10px;
}
#form-questions .row.error, #form-questions .row:has(input:invalid){
	background:#ffdbe2;
}
#form-questions .row.error:before, #form-questions .row:has(input:invalid):before {
	font-family:FontAwesome;
	content:'\f071';
	position:absolute;
	top:16px;
	right:12px;
}
#form-questions .row .help{
	font-style:italic;
	color:#999;
	font-size:12px;
	padding: 5px 0px;
}
#form-questions button:hover{
	cursor:pointer;
}
#form-questions .input-group.with-option-other > .form-control {
	border-radius: 0.25rem !important;
}
#form-questions .input-group > .form-control + .form-control.other {
	margin-left:10px;
}
#form-questions .form-control.add-file {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	color:#0032A0;
	border-radius: 5px;
}
#form-questions .form-control.add-file:hover {
	color:#21002d;
}
#form-questions .input-group .current_file {
	width:100%;
}
#form-questions .input-group .current_file > a {
	text-decoration: underline;
	color:#0032A0;
	margin-right: 15px;
}
#form-questions .input-group .current_file > a:hover {
	color:#21002d;
}

/* Boutons */
button:focus {
	outline:none;
}
.btn {
	font-family: 'Arial', sans-serif;
	font-weight:500;
	border:0px;
	border-radius:10px;
}
.btn.btn-primary {
	font-size:18px;
	font-weight: 600;
	padding:10px 20px;
	border-radius: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background:#ffc107;
}
.btn.btn-primary:not([disabled]):hover,
.btn.btn-primary:active {
	background:#093969;/*d46765;*/
}
.btn.btn-primary[disabled] {
	background:rgb(0 0 0 / 15%);
} 
.btn.btn-primary.btn-border-blanc {
	transition:opacity 0.1s linear; 
	border:2px solid #fff;
	background:none;
}
.btn.btn-primary.btn-border-blanc:hover {
	opacity:0.7;
	border:2px solid #fff;
	background:none;
}
.btn.btn-secondary {
	font-size:14px;
	padding:10px 30px;
}

/* Modal */
.modal-dialog .modal-content {
	border-radius:0px;
	border:0px;
}
.modal-dialog .modal-content .modal-body {
	text-align: center;
}
.modal-dialog .btn.btn-secondary {
	color: #0032A0;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 30px;
}
.modal-dialog .btn.btn-secondary:hover {
	color:#21002d;
}

/* Modal ajout de fichier */
.modal#addFichier .modal-footer {
	justify-content: space-between;
}
.modal#addFichier .btn-save-image {
	border-radius:10px;
	font-size:14px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight:400;
	background: #0032A0;
}
.modal#addFichier .btn-save-image:hover {
	background:#ffc107;
}

/* Header */
#header {
	height:135px;
	/*border-bottom:1px solid #f0f0f0;*/
	background:#0032A0;
}
#logo {
	float:left;
	width:18%;
}
#logo img {
	margin-top: 34px;
	margin-left: -100px;
}
#header-right {
	float:right;
	width:82%;
	height:135px;
}
#header-right .top_menu {
	float:right;
	width:100%;
	height:auto;
	padding:0;
	margin-top:35px;
}
.top_menu .desktop-langues {
	position:relative;
	float:right;
	margin-right:5px;
}
.top_menu .desktop-langues > span {
	font-family: 'Arial', sans-serif;
  	font-size: 16px;
	line-height:26px;
	cursor:pointer;
	text-transform:uppercase;
	color: #fff;
	font-weight:300;
	display: block;
	padding: 0 15px 0 15px;
	text-decoration: none;	
}
.top_menu .desktop-langues ul.autres-langues  {
	position:absolute;
	display: none;
	right:0px;
	list-style:none !important;
	z-index:6000;
	width:100%;
	padding:0px 0 0 0;
	background:#0032A0;
}
.top_menu .desktop-langues.active ul.autres-langues {
	display:block;
}
.top_menu .desktop-langues.active span {
	transition:color 0.1s linear; 
	color:#ffc107;
}
.top_menu .desktop-langues ul.autres-langues li,
.top_menu .desktop-langues ul.autres-langues li a {
	display:block;
	width:100%;
	text-align:center;
}
.top_menu .desktop-langues ul.autres-langues li a {
	font-family: 'Arial', sans-serif;
	padding:3px 0 5px 0;
	margin-top:1px;
	color: #21002d;
	background:#0032A0;
}
.top_menu .desktop-langues ul.autres-langues li a img {
	transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.top_menu .desktop-langues ul.autres-langues li a:hover img {
	opacity:0.7;
}
.top_menu .desktop-langues ul.autres-langues li a img {
	display:inline-block;
}
.tmenu {
	float:right;
	list-style:none;
	padding:0px;
	margin-bottom:0px;
}
.tmenu li a {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
	font-weight:300;
	transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.tmenu li.moncompte {
	position:relative;
	padding-right:15px;
	line-height: 26px;
	/*border-right:1px solid #f0f0f0;*/
}
.tmenu li.moncompte a i {
	font-size:20px;
	margin-right:8px;
}
.tmenu li a:hover {
	color:#ffc107;
	text-decoration:none;
}
#mobile-menu-btn {
	display:none;
	float:right;
	width:20px;
}
#mobile-menu-btn:before {
	content: '\f0c9';
	font: normal normal normal 22px/1 FontAwesome;
	color:#fff;
}
#mobile-menu-btn.active:before {
	content: '\f00d';
}
#header-right .main_menu {
	display:block;
	width:100%;
	height:60px;
	margin-top:-5px;
	cursor:default;
	text-align:right;
	padding-right:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#header-right .main_menu .container {
	padding-left:0px;
	padding-right:0px;
}
#header-right .main_menu .mobile-langues {
	display:none;
}
#header-right .main_menu li {
	display:inline-block;
}
#header-right .main_menu li a {
	position: relative;
	display:inline-block;
	padding: 2px 0px 5px 0px;
	margin:0 7px;
	margin-top:5px;
	font-family: 'Arial', sans-serif;
	font-size:16px;
	text-transform: uppercase;
	color:#fff;
	font-weight:600;
	transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
#header-right .main_menu li.current a,
#header-right .main_menu li a:hover,
#header-right .main_menu a.current {
	text-decoration:none;
	color:#ffc107;
}
#header-right .main_menu li a:before {
	position: absolute;
	display:block;
	content:"";
	height:3px;
	bottom:-5px;
	left: 0px;
	width:100%;
	transform: scaleX(0);
    transition: transform .2s ease-in-out;
	background:#ffc107;
}
#header-right .main_menu li a:hover:before {
	transform: scaleX(1);
}

#header-right .main_menu .dropdown-menu {
	background: #0032a0;
	padding: .5rem;
}

#header-right .main_menu .dropdown-menu .dropdown-item {
	background: inherit !important;
	width: auto !important;
}

/* back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 48px;
    height: 48px;
	font-size:22px;
    text-align: center;
    line-height: 44px;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .fa {
	font-weight: 600;
}
#back-to-top:hover {
    background: #0032A0;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

/* Carousel accueil */
.presentation-fim-heritage {
	position:relative;
}
.presentation-fim-heritage .owl-excerpt {
	display:none;
	position:absolute;
	cursor:default;
	top:15%;
	left:11%;
	z-index:1000;
	color:#fff; 
}
.presentation-fim-heritage .owl-excerpt h1 {
	font-family: 'Vogie', sans-serif;
	font-size:80px;
	line-height:90px;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow: 0px 3px 6px #555;
}
.presentation-fim-heritage .owl-excerpt h2 {
	color:#fff !important;
}
.presentation-fim-heritage .owl-excerpt .blue-card {
	width: fit-content;
	padding:30px;
	margin-top:100px;
	background:#0032A0;
}
.presentation-fim-heritage .owl-excerpt p {
	color:#fff;
	font-weight: 300;
	font-size: 24px;
}
.presentation-fim-heritage .owl-excerpt .btn.btn-primary {
	background:none;
	font-size:30px;
	line-height: 30px;
	font-weight: bold;
	padding:5px;
	width:40px;
	height:40px;
	color:#0032A0;
	border-radius: 50px;
	text-transform: uppercase;
	background: #fff;
}
.presentation-fim-heritage .owl-excerpt .btn.btn-primary .fa {
	font-weight: 600;
}
.presentation-fim-heritage .owl-excerpt .btn.btn-primary:hover {
	
	background:#ffc107;
}
.owl-carousel.owl-accueil {
	position:relative;
	background:none;
}
.owl-carousel.owl-accueil .item {
    background:#eee;
}
.owl-carousel.owl-accueil .item img {
	display:block;
	width:100%;
}
.owl-carousel.owl-accueil .owl-nav {
	position:absolute;
	top:0px;
}
.owl-carousel.owl-accueil .owl-dots {
	position:absolute;
	width:100%;
	bottom:10px;
	left:0px;
	text-align:center;
}
.owl-carousel.owl-accueil .owl-dots button span {
	width:16px;
	height:16px;
	background:#fff;
}
.owl-carousel.owl-accueil .owl-dots button:hover span {
	background:#0032A0;
}
.owl-carousel.owl-accueil .owl-dots button.active span {
	width:16px;
	height:16px;
	border:2px solid #fff;
	background:#0032A0;
}
.owl-carousel.owl-accueil .owl-nav {
	position:absolute;
	width:100%;
	height:100%;
}
.owl-carousel.owl-accueil .owl-nav button {
	width:40px;
	height:100px;
	color:#0032A0;
	opacity:0.2;
	margin:-50px 0 0 0;
	background:#fff;
}
.owl-carousel.owl-accueil .owl-nav button:hover {
	opacity:0.1;
	background:#fff;
}
.owl-carousel.owl-accueil .owl-nav button span {
	display:none;
}
.owl-carousel.owl-accueil .owl-nav button.owl-prev {
	position:absolute;
	left:0px;
	top:50%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.owl-carousel.owl-accueil .owl-nav button.owl-prev:before {
	content: "\f104";
	font: normal normal normal 28px/1 FontAwesome;
}
.owl-carousel.owl-accueil .owl-nav button.owl-next {
	position:absolute;
	right:0px;
	top:50%;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.owl-carousel.owl-accueil .owl-nav button.owl-next:before {
	content: "\f105";
	font: normal normal normal 28px/1 FontAwesome;
}
.hp-intro {
	margin:50px 0 50px 0;
}
.hp-intro h3 {
	margin:30px 0 20px 0;
}
.hp-intro .intro {
	min-height:190px;
}
.hp-intro .intro p {
	text-align: left;
	font-size: 18px;
	padding-right: 20px;
}
.hp-intro .btn i {
	margin-left:40px;
	font-size: 22px;
	font-weight: 600;
} 
.hp-intro .hp-intro-content {
	margin:80px 0 0 0;
}
.hp-intro .col-intro {
	text-align: left;
	padding-right: 45px;
} 
.hp-intro .photo-president {
	margin-bottom:20px;
}
.hp-intro-2 .photo-boxed {
	margin:30px 0;
}


/* Panier */
.table thead th {
	font-family: 'Arial', sans-serif;
	border-bottom:0px;
	border-top:0px;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	font-style:italic;
}
.table td {
	font-family: 'Arial', sans-serif;
	border-color:#0032A0;
}
.table tr.headerline td{
	background:#eae4f1;
	border-bottom:none;
}
.table tr.subline td{
	border-top:none;
}
.cart-products {
	font-family: 'Arial', sans-serif;
	font-weight:500;
	color:#21002d;
}
.cart-products .actions-toolbar .action {
	color:#6c757d;
}
.cart-products .actions-toolbar .action:hover {
	color:#5a6268;
	text-decoration:none;
}
.cart-products .actions-toolbar .action span {
	display:none;
}
.cart-products .actions-toolbar .action:before {
	font-size: 18px;
	font-family: 'FontAwesome';
}
.cart-products .actions-toolbar .action.action-delete:before {
	content: '\f1f8';
}
.cart-products .item-info .item-detail .item-photo {
	width:100px;
	margin-bottom:10px;
}
.cart-products .item-info .item-detail .item-photo img {
	width:100%;
}
.cart-products .item-info .item-detail .item-infos .item-title {
	display:inline-block;
	width:100%;
	font-size:14px;
	color:#21002d;
	font-weight:700;
	margin-top:10px;
}
.cart-products .item-info .item-detail .item-infos .item-licence {
	display:inline-block;
	width:100%;
	font-size:14px;
	color:#21002d;
	font-style:italic;
}
.cart-products .item-info .col.price,
.cart-products .item-info .col.subtotal,
.cart-products .item-info .col.actions {
	padding-top:20px;
}
.cart-resume {
	margin-top:37px;
	margin-bottom:40px;
}
.cart-resume .resume-title {
	font-family: 'Arial', sans-serif;
	font-weight:500;
	font-size:16px;
	color:#e90024;
	font-style:italic;
	display:block;
	padding:0 0 4px 0;
	margin-bottom:15px;
	border-bottom:4px solid #e90024;
}
.cart-resume .resume-table {
	font-family: 'Arial', sans-serif;
	font-weight:500;
	width:100%;
	margin-bottom:15px;
	color:#21002d;
}
.cart-resume .resume-table tbody tr:last-child td {
	padding-bottom:10px;
}
.cart-resume .resume-table tr.totals.mt td {
	border-top:1px solid #660066;
	padding-top:10px;
}
.cart-resume .resume-table td.amount {
	text-align:right;
}
.cart-resume .resume-table td.qty-and-price {
	font-size:12px;
	font-style:italic;
}
.cart-resume .resume-table td.prod-title {
	font-size:14px;
}
.cart-resume .resume-table td.prod-title a {
	color:#21002d;
}
.cart-resume .resume-table td.prod-title a:hover {
	text-decoration:none;
}
.cart-resume .resume-table td.amount .price.totalht,
.cart-resume .resume-table .lib-bold {
	font-weight:700;
}
.cart-resume .resume-table td.amount .price.totalwtax {
	font-size:22px;
	color:#e90024;
	font-weight:700;
	font-style:italic;
}
.cart-resume .btn {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

/* Commande */ 
.stepbar {
	width:100%;
}
.stepbar .step {
	display:block;	
	float:left;
	width:33.33%;
	text-align:center;
	color:#fff !important;
	cursor:default;
	padding:10px 15px;
	border-right:1px solid #fff;
	background:#eaa6b1;
}
.stepbar .step:hover {
	text-decoration:none;
}
.stepbar .step.last {
	background:#eaa6b1 url('../img/white-triangle-100x100.png') top right no-repeat;
}
.stepbar .step.clicable {
	cursor:pointer;
}
.stepbar .step.active {
	background:#e90024;
}
.stepbar .step.active.last {
	background:#e90024 url('../img/white-triangle-100x100.png') top right no-repeat;
}
.stepbar .step .step-title {
	display:inline-block;
	padding:0 10px;
	color:#fff;
	font-size:18px;
	font-style:italic;
}
.stepbar .step .step-num {
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	border:2px solid #fff;
	border-radius:15px;
}
.order .step-content {
	padding:30px;
}

/* Mon compte */
.my-account-login #login-form,
.order #login-form {
    padding: 0 30px;
	margin:0 auto;
	margin-bottom:50px;
}
.my-account-login .col-login1, 
.order .col-login1 {
	padding-right:30px;
	border-right:solid 1px #EDEDED;
}
.my-account-login .col-login2,
.order .col-login2 {
	padding-left:30px;
}
.my-account-login .label-customer.dnone,
.my-account-login .label-user.dnone {
	display:none;
}
.my-account-login .col-form-label span {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight:500;
}
.my-account-login .form-check.client-type {
	margin-top:5px;
}
.my-account-login .form-check.client-type .radio {
	display:inline-block;
	width:auto !important;
}
.my-account-login .form-check.client-type .radio .form-check-label {
	padding-right:30px;
}
.my-account-login h1, .my-account-login h2,
.order h1, .order h2 {
	margin-bottom:30px;	
}
.my-account-login .forgot-password,
.order .forgot-password {
	text-align:right;
}
.my-account-login .forgot-password a,
.order .forgot-password a {
	font-family: 'Arial', sans-serif;
	color:#0032A0;
	font-weight:700;
	transition:opacity 0.1s linear; 
}
.my-account-login .forgot-password a:hover,
.order .forgot-password a:hover {
	text-decoration:none;
	opacity:0.7;
}
.my-account-login .form-footer,
.order .form-footer {
	text-align:right;
	margin-top:15px;
}
.my-account-create .card{
	margin-bottom:20px;	
}
.my-account-create .card-header{
	font-weight:bold;	
}
.my-account-create .form-footer{
	text-align:right;	
}
.my-account-informations label.required:after,
.my-account-create label.required:after {
  content:"*";
  color:#21002d;
  margin-left:5px;
}
.my-account .my-account-content {
    border: 1px solid #EDEDED;
    padding: 15px;
	margin-bottom:50px;
}
.my-account .my-account-content .account-menu {
	border-right: 1px solid #EDEDED;
}
.my-account .my-account-content .account-menu .link-item {
	display:inline-block;
	width:100%;
	padding:5px 0;
	color:#0032A0;
	font-family: 'Arial', sans-serif;
	font-weight:700;
	transition:opacity 0.1s linear; 	
}
.my-account .my-account-content .account-menu .link-item:hover {
	opacity:0.7;
	text-decoration:none !important;
}
.table.myorders tbody td {
	font-size:14px;
}
.table.mycertificationrequests {
	font-size:14px;
}
.table.mycertificationrequests a {
	color:#0032A0;
}
.table.mycertificationrequests a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.table.mycertificationrequests .progress {
	margin-top:5px;
}

/* Ma demande de certification : barre de menu */
.my-certification-request #pourcentage {
	margin-top: 10px;
}
.progress-bar {
	background: #ffc107;
}
.certification-nav-bar {
	margin-bottom:20px;
}
.certification-nav-bar .container {
	background: #0032A0;
    /*background-image: linear-gradient(to left bottom, #0076DB 0%, #00468A 100%);*/
	padding:15px 20px;
}
.certification-nav-bar.sticky {
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index: 200;
	background: #0032A0;
    /*background-image: linear-gradient(to left bottom, #0076DB 0%, #00468A 100%);*/
	box-shadow:0px 0px 10px 5px rgb(0 0 0 / 5%);
	animation:slideFromTop 0.5s ease;
}
@keyframes slideFromTop {
	from { transform: translateY(-220px); -webkit-transform: translateY(-220px); }
	to   { transform: translateY(0px); -webkit-transform:translateY(0px); }
}
.certification-nav-bar .nav {
	float: left;
}
.certification-nav-bar .tools {
	float: right;
}
.certification-nav-bar button {
	font-family: 'Arial', sans-serif;
    font-weight: bold;
    border: 0px;
	cursor:pointer;
    border-radius: 10px;
	font-size: 14px;
	color:#0032A0;
	margin:0 5px;
    padding: 10px 20px;
    background: #fff;
	transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.certification-nav-bar button[disabled] {
	background: rgb(200 200 200 / 50%);
}
.certification-nav-bar button:not([disabled]):hover {
	color:#000;
}
.certification-nav-bar select {
	max-width: 325px;
    padding: 0 10px;
	font-size:14px;
	margin-top: 2px;
}
.certification-nav-bar select#current-section option.section_ok {
	color:green;
}
.certification-nav-bar select#current-section option.section_nok {
	color:#c00;
}
.bottom-nav {
	margin:0 0 40px 0;
}

/* Ma demande de certification : questions */
.questions-container {
	margin:60px 0;
}
.questions-container h2 {
	margin-bottom: 25px;
}


/* cookies */
#cookies-bandeau{
	font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #21002d;
    font-weight: bold;
    text-align: center;
    position: fixed;
    background-color: rgba(255,255,255,0.87);
    display: block;
    width: 100%;
    float: none;
    bottom: 0;
    z-index: 9998;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 1px;
}
#cookies-bandeau .cookies-bandeau-superieur	span{
	padding: 20px 100px 0;
    display: block;
}
#cookies-bandeau .cookies-bandeau-superieur	span a{
	color:#0032A0;
	-webkit-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}
#cookies-bandeau .cookies-bandeau-superieur	span a:hover{
	opacity: 0.7;
	text-decoration:none;
}
#cookies-bandeau .cookies-bandeau-superieur	#cookies-parametrer, #cookies-bandeau .cookies-bandeau-superieur #cookies-accepter, #cookies-bandeau .cookies-bandeau-superieur #cookies-refuser, #cookies-bandeau .cookies-bandeau-superieur #cookies-accepter-tout, #cookies-bandeau #cookies-accepter{
	display: inline-block;
    padding: 10px 20px 10px 20px;
    margin: 20px;
	color:#fff;	
}
#cookies-bandeau .cookies-bandeau-superieur	#cookies-parametrer i{
	margin-left:15px;	
}

#cookies-bandeau #cookies-parametres{
	display:none;
	font-size:16px;
	padding-bottom:20px;
}
#cookies-bandeau #cookies-parametres .cookies-choix{
	margin-bottom:10px;	
}
#cookies-bandeau #cookies-parametres input{
	width:15px;
	height:15px;
	margin-right:10px;	
}
#gerer_cookies{
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

/* Certification, programme et hp, Historic events */
.col-fond-gris{
	padding: 40px 40px 20px 40px;
	background: #F0F0F0;
}
.certification-page .bandeau-titre,
.program-page .bandeau-titre,
.historic-events-page .bandeau-titre {
	min-height: 700px;
}
.certification-page .bandeau-titre h1,
.program-page .bandeau-titre h1,
.historic-events-page .bandeau-titre h1 {
	font-family: 'Vogie', sans-serif;
    font-size: 100px;
    line-height: 110px;
    font-weight: bold;
	margin-top:150px;
	color:#fff;
    text-shadow: 0px 3px 6px #555;
}
.program-page .bandeau-titre h1 {
	margin-top:100px;
}
.historic-events-page .bandeau-titre h1 {
	font-size: 70px;
	line-height: 130px;
	margin-top: 250px;
}
.historic-events-page .bandeau-titre h2 {
	font-family: 'Vogie', sans-serif;
	text-align: left;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
	margin-top:380px;
	color:#fff;
    text-shadow: 0px 3px 6px #555;
}
.certification-page .blue-card,
.program-page .blue-card,
.historic-events-page .blue-card {
	width: fit-content;
	padding:40px 70px 40px 40px;
	margin-top:-300px;
	background:#0032A0;
}

.certification-page .blue-card {
	margin-top:-240px;
	min-height: 280px;
}
.program-page .citation-bloc {
	margin-top:-240px;
}
.program-page .citation-bloc .blue-card {
	margin-top:0px;
	margin-right:0px;
	width:100%;
	min-height: 280px;
}
.historic-events-page .blue-card {
	width:100%;
	margin-top:-240px;
	margin-right:0px;
	min-height: 280px;
}
.certification-page .blue-card p,
.program-page .blue-card p,
.historic-events-page .blue-card p {
	color:#fff;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
}
.certification-page .blue-card p {
	font-weight: 300;
}
.program-page .blue-card p,
.historic-events-page .blue-card p {
	font-weight: 300;
}
.certification-page .blue-card .btn.btn-primary,
.program-page .blue-card .btn.btn-primary,
.historic-events-page .blue-card .btn.btn-primary {
	background:none;
	font-size:30px;
	line-height: 30px;
	font-weight: bold;
	padding:5px 5px 5px 8px;
	width:40px;
	height:40px;
	margin-top:130px;
	color:#0032A0;
	border-radius: 50px;
	text-transform: uppercase;
	background: #fff;
}
.program-page .blue-card .btn.btn-primary,
.historic-events-page .blue-card .btn.btn-primary {
	margin-top:20px;
}
.certification-page .blue-card .btn.btn-primary .fa,
.program-page .blue-card .btn.btn-primary .fa, 
.historic-events-page .blue-card .btn.btn-primary .fa {
	font-weight: 600;
}
.certification-page .blue-card .btn.btn-primary:hover,
.program-page .blue-card .btn.btn-primary:hover,
.historic-events-page .blue-card .btn.btn-primary:hover {
	background:#ffc107;
}
.certification-page .intro {
	min-height: 160px;
	margin-top:70px;
}
.certification-page .intro p {
	text-align: left;
    font-size: 18px;
    padding-right: 20px;
}
.certification-page .btn.decouvrir {
	width:100%;
	text-align: left;
}
.certification-page .btn.decouvrir i.fa {
	float: right;
	font-size: 22px;
	margin-top:2px;
    font-weight: 600;
}
.certification-page .col-proteger,
.certification-page .col-machines,
.certification-page .col-generations,
.certification-page .col-fonctionne,
.certification-page .col-analyse,
.certification-page .col-4-categories,
.certification-page .col-historique,
.certification-page .col-evocation,
.certification-page .col-originale,
.certification-page .col-replica {
	margin-top:50px;
	padding-right:40px;
}
.certification-page .col-commission {
	margin-top:80px;
	padding-right:40px;
}
.certification-page .col-commission-1,
.certification-page .col-commission-2,
.certification-page .col-commission-3,
.certification-page .col-commission-btn {
	margin-top:30px;
	padding-right:40px;
}
.certification-page .col-commission-btn a.btn-primary {
	width:100%;
	white-space: normal;
}
.certification-page .col-collectionneurs,
.certification-page .col-savoir-plus {
	padding-right:40px;
}
.certification-page .col-proteger p,
.certification-page .col-machines p,
.certification-page .col-generations p,
.certification-page .col-fonctionne p,
.certification-page .col-analyse p,
.certification-page .col-collectionneurs p,
.certification-page .col-historique p,
.certification-page .col-evocation p,
.certification-page .col-originale p,
.certification-page .col-replica p,
.certification-page .col-commission-1,
.certification-page .col-commission-2,
.certification-page .col-commission-3 {
	text-align: left;
}
.certification-page .col-commission-2 h3{
	text-align: left;
}
.certification-page .col-proteger h3,
.certification-page .col-machines h3,
.certification-page .col-generations h3,
.certification-page .col-fonctionne h3 {
	margin-bottom:20px
}
.certification-page .col-savoir-plus a.btn {
	white-space:normal;
}
.certification-page .col-historique h4,
.certification-page .col-evocation h4,
.certification-page .col-originale h4,
.certification-page .col-replica h4 {
	color:#0032A0;
	font-weight:600;
}
.certification-page .photo.logo-spirit-of-speed {
	margin-bottom:20px;
}
.certification-page.categories-certification{
	background: #0032A0;
	color: #FFF !important;
}
.certification-page.categories-certification p, .certification-page.categories-certification h3, .certification-page.categories-certification h4{
	color: #FFF !important;
}
.carousel-certification {
	margin:50px 150px 0 150px;
}
.owl-carousel.owl-certification .owl-nav {
	position:absolute;
	top:0px;
}
.owl-carousel.owl-certification .owl-dots {
	position:absolute;
	width:100%;
	bottom:10px;
	left:0px;
	text-align:center;
}
.owl-carousel.owl-certification .owl-dots button span {
	/*width:16px;
	height:16px;*/
	margin: 5px 5px;
	background:#fff;
	transition: all .15s ease-in-out;
}
.owl-carousel.owl-certification .owl-dots button:hover span {
	background:#0032A0;
}
.owl-carousel.owl-certification .owl-dots button.active span {
	width:16px;
	height:16px;
	border:2px solid #fff;
	background:#0032A0;
}
.owl-carousel.owl-certification .owl-nav {
	position:absolute;
	width:100%;
	height:100%;
}
.owl-carousel.owl-certification .owl-nav button {
	width:40px;
	height:100px;
	color:#0032A0;
	opacity:0.5;
	margin:-50px 0 0 0;
	background:#fff;
	transition: all .15s ease-in-out;
}
.owl-carousel.owl-certification .owl-nav button:hover {
	opacity:1;
	color:#0032A0;
	background:#fff;
}
.owl-carousel.owl-certification .owl-nav button span {
	display:none;
}
.owl-carousel.owl-certification .owl-nav button.owl-prev {
	position:absolute;
	left:0px;
	top:50%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.owl-carousel.owl-certification .owl-nav button.owl-prev:before {
	content: "\f104";
	font: normal normal normal 28px/1 FontAwesome;
}
.owl-carousel.owl-certification .owl-nav button.owl-next {
	position:absolute;
	right:0px;
	top:50%;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.owl-carousel.owl-certification .owl-nav button.owl-next:before {
	content: "\f105";
	font: normal normal normal 28px/1 FontAwesome;
}

.liste-certificats h3{
	font-size: 28px;
}
.liste-certificats .btn.btn-primary{
	padding: 6px 20px;
}
.certificate-search{
	background: #0032A0; 
	padding: 20px 10px;
}
.encart-moto-liste{
	padding: 20px;
	background: #F1F2F3;
	transition: all 0.2s ease-out;
	cursor: pointer;
	min-height: 150px;
}
.encart-moto-liste:hover{
	background: #0056b3;
}
.encart-moto-liste:hover h3, .encart-moto-liste:hover p, .encart-moto-liste:hover p strong{
	color: #FFF !important;
	text-shadow: 2px 2px 6px #000;
}

a:has(.encart-moto-liste):hover {
	text-decoration: none !important;
}


.historic-events-page .col-europe,
.historic-events-page .col-qualite,
.historic-events-page .col-concept {
	margin-top:10px;
	padding-right:40px;
}
.historic-events-page .col-europe p,
.historic-events-page .col-qualite p,
.historic-events-page .col-concept p {
	text-align: left;
}
.historic-events-page .col-concept a.btn {
	width:100%;
	margin-top:10px;
}
.historic-events-page .col-photos {
	margin-top:30px;
	margin-bottom: 50px;
}
.historic-events-page .col-photos .photo-boxed {
	margin-top:30px;
}
.historic-events-page .photo-boxed.fim-historic-events {
	max-width:200px;
}

/* Actualités */
.actu-intro{
	background: #f3f4f5;
}
.actu-intro a:hover, .actu-intro:hover a h4, .actu-intro:hover a p, .actu-intro:hover a small{
	text-decoration: none !important;
}
.actu-intro:hover{
	text-decoration: none !important;
	opacity: 0.8;
}
.contenu-actu{
	padding: 15px;
	
}

/* Critères, reglement, tarifs */
.criteres-reglement-tarifs h4 {
	color:#0032A0;
	font-weight:600;
}
.criteres-reglement-tarifs .tarifs,
.criteres-reglement-tarifs .analyse-dossier {
	margin-top:40px;
	margin-bottom:40px;
}
.criteres-reglement-tarifs .analyse-dossier h3 {
	margin-bottom: 30px;
}

/* Mentions légales */
.legal-notice a{
	color: #0032A0;	
	text-decoration: underline;
}
.legal-notice a:hover{
	opacity: 0.7;	
}

/* 404 */
.not-found #main-content .not-found-content {
	padding:50px 0;
}
.not-found #main-content .not-found-content .btn {
	margin-top:20px;
}

/* Vidéos */

.video-container img{
	box-shadow: 15px 15px 0 #0032A0;
	transition: all 0.2s ease-in;
}
.video-container img:hover{
	opacity: 0.8;
}

/* Footer */
footer#footer {
	padding:40px 0 20px 0;
	color:#fff;
	font-family: 'Arial', Arial;
	background: #0032A0;
   /* background-image: linear-gradient(to left bottom, #0076DB 0%, #00468A 100%);*/
}
footer#footer p,
footer#footer ul li {
	font-size:12px;
	color:#fff;
}
footer#footer .foot-menu2 {
	list-style:none;
	text-align:center;
}
footer#footer .foot-menu2 li {
	position: relative;
	display:inline-block;
	font-size:12px;
	margin:0 10px;
}
footer#footer .foot-menu2 li:after {
	content:"";
	position: absolute;
	top:3px;
	right:-12px;
	display: block;
	width:1px;
	height:12px;
	background:#fff;
}
footer#footer .foot-menu2 li:last-child:after {
	display: none;
}
footer#footer .foot-menu2 li a {
	font-size:12px;
	transition:color 0.1s linear; 
	color:#fff;
	text-decoration:none;
}
footer#footer .foot-menu2 li a:hover {
	color: #ffc107;
	text-decoration:none;
}

/* global loader */
.animationload {
	display:none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #0032A0 none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #0032A0 transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}
.osahanloading-msg {
	position:absolute;
	background:#0032A0;
	padding:15px;
	border-radius:10px;
    left: 50%;
    top: 65%;
    width: 400px;
	color:#fff;
	margin-left: -200px;
	font-family: 'Arial', sans-serif;
}
@keyframes osahanloading {
	0% {
		transform: rotate(0deg);
	}
	50% {
		background: #0032A0 none repeat scroll 0 0;
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width:1775px){
	.certification-page .bandeau-titre,
	.program-page .bandeau-titre,
	.historic-events-page .bandeau-titre  {
		min-height: 650px;
	}
	.certification-page .bandeau-titre h1,
	.program-page .bandeau-titre h1 {
		font-size:70px;
		line-height:80px;
		margin-top:170px;
	}
	.program-page .bandeau-titre h1{
		margin-top: 100px;
	}
	.historic-events-page .blue-card {
		min-height: auto;
		margin-top: -200px;
	  }
	  
}
@media (max-width:1450px){
	#logo img {
		margin-left: 0px;
		padding-top: 8px;
		max-width: 280px;
	}
	.program-page .citation-bloc {
		margin-top: -200px;
	  }
	  .program-page .citation-bloc .blue-card{
		min-height: auto;
	  }
	.certification-page .bandeau-titre,
	.program-page .bandeau-titre,
	.historic-events-page .bandeau-titre {
		min-height: 500px;
	}
	.certification-page .bandeau-titre h1,
	.historic-events-page .bandeau-titre h1 {
		font-size:50px;
		line-height:60px;
		margin-top:200px;
	}
	.historic-events-page .bandeau-titre h1{
		margin-top:150px;
	}
	.certification-page .blue-card,
	.program-page .blue-card,
	.historic-events-page .blue-card {
		margin-top:-100px;
		min-height: auto;
	}
	.certification-page .blue-card p {
		/*font-size:22px;
		line-height: 30px;*/
	}
	.certification-page .blue-card .btn.btn-primary {
		margin-top:60px;
	}
	.historic-events-page .bandeau-titre h1 {
		font-size:60px;
		line-height:110px;
	}
	.historic-events-page .bandeau-titre h2 {
		font-size:30px;
		line-height:40px;
	}
}
@media (max-width:1300px){
	#header-right .main_menu ul.main-nav {
		padding-left:0px;
	}
	#logo img {
		max-width: 200px;
		padding-top: 15px;
	}
	#header-right .main_menu li a {
		margin: 0 4px;
		font-size:13px;
	}
}
@media (max-width:1200px){
	#header-right .main_menu li.boutique a {
		padding-left:18px;
	}
	.zoom-produits .product-item h2 {
		font-size:26px;
	}
	.presentation-fim-heritage .owl-excerpt {
		right:10%;
		width:380px;
		padding:20px;
	}
	.presentation-fim-heritage .owl-excerpt h1 {
		font-size:18px;
		line-height:22px;
	}
	.owl-carousel.owl-accueil .owl-item .item .item-msg {
		width:380px;
		padding:15px 20px;
		top:calc(15% + 114px);
	}
	.owl-carousel.owl-accueil .owl-item .item .item-msg p {
		font-size:14px;
	}
	.product-detail .product-preview {
		margin-bottom:30px;
	}
	.cart-resume .btn.btn-primary {
		font-size:16px;
	}
	.cart-resume .btn.btn-secondary {
		font-size:14px;
	}
}
@media (max-width:992px){
	#header {
		height:72px;
	}
	header #logo {
		padding-top: 0px;
		width:200px;
	}
	header #logo img {
		width:200px;
		margin-top:0px;
	}
	#header-right {
		width:80px;
		height:72px;
	}
	#header-right .top_menu {
		margin-top:15px;
	}
	.tmenu li.moncompte .tocomplete {
		display:none;
	}
	#header-right .top_menu #mobile-menu-btn {
		display:block;
		margin:11px 10px 0 0;
	}
	#header-right .main_menu li a:hover:before {
		transform: scaleX(0);
	}
	#header-right .top_menu .desktop-langues, #header-right .top_menu .desktop-currencies {
		display:none;
	}
	#header-right .top_menu .tmenu {
		margin-top:10px;
	}
	#header-right .top_menu .tmenu .moncompte {
		border-right:0px;
	}
	#header-right .top_menu .tmenu .moncompte span {
		display:none;
	}
	#header-right .main_menu {
		display:none;
		position: absolute;
		right: 0;
		top:70px;
		z-index: 2000;
		width: 100%;
		height: auto;
		margin-top: 0px;
		text-align: right;	
		padding:0 20px;
		-webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
		background: #0032A0;
	}
	#header-right .main_menu .main-nav {
		padding:0px;
	}
	#header-right .main_menu .main-nav li {
		width:100%;
		border-bottom:1px solid #2c5098;
	}
	#header-right .main_menu .main-nav li a {
		padding:10px 5px 10px 5px
	}
	#header-right .main_menu li.boutique a:before {
		display:none;
	}
	#header-right .main_menu .mobile-langues, #header-right .main_menu .mobile-currencies {
		display:block;
	}
	#header-right .main_menu .mobile-currencies li.active a {
		border:#fff solid 1px;
		padding:5px;	
		margin-left:8px;
	}
	.cart-resume {
		margin-top:20px;
		margin-bottom:25px;
	}
	.stepbar .step {
		width:100%;
		text-align:left;
	}
	.stepbar .step.last	 {
		background-image:none;
	}
	.my-account-login .col-login1, 
	.order .col-login1 {
		margin-bottom:30px;
		border-right:0px;
		border-bottom: 1px solid #EDEDED;
	}
	.my-account .my-account-content .account-menu .link-item {	
		border-bottom: 1px solid #EDEDED;
	}
	.my-account .my-account-content .account-menu {
		border-right:0px;
		margin-bottom:30px;
	}
	.certification-nav-bar button span {
		display:none;
	}
	.certification-page .intro.col2 {
		margin-top:10px;
	}
	.hp-intro h2.h1 {
		font-size:40px;
	}
	.hp-intro .col-intro {
		padding-right: 35px;
		padding-left: 0px;
	}
	.program-page .citation-bloc {
		margin-top: -140px;
	  }
	
	.historic-events-page .bandeau-titre h1 {
		font-size:30px;
		line-height:40px;
	}
	.historic-events-page .bandeau-titre h2 {
		font-size:30px;
		line-height:40px;
		margin-top: 320px;
	}
	.carousel-certification {
		margin:50px 0px 0 0px;
	}
	.encart-moto-liste{
		border-right: 0px;
	}
}
@media (max-width:768px){
	h1.page-title,
	h2.page-title {
		font-size:28px;
	}
	h1.page-title {
		margin-bottom:30px;
	}
	h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.presentation-fim-heritage .owl-excerpt {
		width:330px;
		padding:15px;
	}
	.presentation-fim-heritage .owl-excerpt h1 {
		font-size:16px;
		line-height:20px;
	}
	.product-detail .actions .btn {
		width:100%;
		text-align:center;
	}
	.product-detail #quotation-btn {
		margin-top:20px;
		margin-left:0px;
	}
	.my-account-login #login-form {
		width: 100%;
		padding:20px;
	}
	.my-account-login .col-login1, 
	.order .col-login1 {
		padding:0px 30px;
		border-right:0px;
		border-bottom: 1px solid #EDEDED;
	}
	.my-account-login #login-form {
		margin-bottom:20px;
		padding:0px;
	}
	.my-account-login .col-login2, 
	.order .col-login2 {
		padding:0px 30px;
	}
	.certification-nav-bar select {
		max-width:195px;
	}
	.certification-nav-bar button#prev-step,
	.certification-nav-bar button#next-step {
		display:none;
	}
	.my-certification-request #pourcentage {
		margin-bottom: 30px;
	}
	.bottom-nav button#bn-prev-step,
	.bottom-nav button#bn-next-step {
		font-size:12px;
	}
	.questions-container {
		margin:40px 0;
	}
	.mycertificationrequests-table-container {
		overflow-x: scroll;
	}
	.table td {
		white-space: nowrap;
	}
	.certification-page .bandeau-titre,
	.program-page .bandeau-titre,
	.historic-events-page .bandeau-titre  {
		min-height: 400px;
	}
	.certification-page .bandeau-titre h1,
	.program-page .bandeau-titre h1,
	.historic-events-page .bandeau-titre h1 {
		font-size:34px;
		line-height:44px;
		margin-top: 150px;
		padding:0px 30px; 
	}
	.program-page .bandeau-titre h1{
		margin-top: 100px;
	}
	.certification-page .blue-card {
		margin-top:-60px;
		margin-right:0px;
	}
	.certification-page .blue-card .btn.btn-primary {
		margin-top:20px;
	}
	.certification-page .col-proteger,
	.certification-page .col-machines,
	.certification-page .col-generations,
	.certification-page .col-fonctionne,
	.certification-page .col-4-categories,
	.certification-page .col-collectionneurs,
	.certification-page .col-savoir-plus,
	.certification-page .col-historique,
	.certification-page .col-evocation,
	.certification-page .col-originale,
	.certification-page .col-replica,
	.certification-page .col-commission-1,
	.certification-page .col-commission-2,
	.certification-page .col-commission-3,
	.certification-page .col-commission-btn {
		padding-right:15px;
		margin-top:20px;
	}
	.certification-page .col-savoir-plus,
	.certification-page .col-commission-2,
	.certification-page .col-commission-3 {
		margin-top:0px;
	}
	.certification-page .col-proteger,
	.certification-page .col-4-categories {
		margin-top:50px;
	}
	.certification-page .col-savoir-plus a.btn-primary {
		width:100%;
	}
	.program-page .citation-bloc {
		margin-top:-40px;
	}
	.hp-intro h2.h1 {
		font-size:40px;
	}
	.hp-intro .intro {
		min-height: auto;
	}
	.hp-intro .col-intro {
		padding-right: 0px;
		padding-left: 0px;
	}
	.hp-intro .photo-president {
		margin-top:40px;
	}
	.historic-events-page .bandeau-titre h1 {
		margin-top: 120px;
		padding:0px 30px;
	}
	.historic-events-page .bandeau-titre h2 {
		margin-top: 80px;
		padding:0px 30px;
	}
	.historic-events-page .blue-card {
		margin-top:-100px;
		padding-top:40px;
	}
}
@media (max-width:576px){
	.btn.btn-primary {
    	font-size: 16px;
	    padding: 10px 20px;
	}
	.owl-carousel.owl-accueil .owl-item .item .item-msg {
		width:90%;
		left:5%;
		top: calc(15% + 70px);
	}
	.presentation-fim-heritage .owl-excerpt {
		top:auto;
		right:auto;
		bottom:60px;
		left:5%;
		width:90%;
		padding:10px;
	}
	.presentation-fim-heritage .owl-excerpt h1 {
		font-size:14px;
		line-height:18px;
	}
	.owl-carousel.owl-accueil .owl-nav {
		display:none;
	}
	.owl-carousel.owl-accueil .item img {
		width:auto;
		height:295px;
	}
	
}
