@charset "UTF-8";
/*
Theme Name: Theme ofii
Text Domain: themeofii
Version: 1.3
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
/* @import url(./style-rtl.css); */
@import url(./assets/fonts/fonts.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	counter-reset: title-counter;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body a {
	color: #3f3d56;
	cursor: pointer;
}
button {
	/* outline: none; */
	background: none;
	padding: 0;
}
a:hover {
	cursor: pointer;
}
a:visited,
button:visited{
  /* color: #5e15be; */
}
a[tabindex="0"],
button[tabindex="0"],
a[tabindex="1"],
button[tabindex="1"]{
  cursor: pointer;
}
/* a:link, */
a:active,
a:focus,
/* button:link, */

button:active,
button:focus,
input:focus,
select:focus ~ .selected-element {
	outline: 1px dotted #0e4194;
}
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

/* -------------------------------------------------------------------------- */

/* reset
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}
.touch-device {
	overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #3f3d56;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: 0,16;
	text-align: left;
	/* max-width: 1440px; */
	margin: auto;
	height: 100vh;
	overflow: hidden;
}

.popup-show .obody{
	overflow: hidden!important;
}
.customize-support .obody {
	height: calc(100vh - 140px);
	overflow: auto;   
}
@media screen and (max-width:1199px){
	.customize-support .obody{
		height: calc(100vh - 126px);
	}
}
.obody {
	height: calc(100vh - 140px);
	overflow: auto;
}
@supports ( font-variation-settings: normal ) {

	body {
		font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}



/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	background: #fff;
	color: #000;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.ocenter {
	margin: auto;
}
/* 
	common 
*/
.ofade{
	animation: fadeIn ease 300ms;
	-webkit-animation: fadeIn ease 300ms;
	-moz-animation: fadeIn ease 300ms;
	-o-animation: fadeIn ease 300ms;
	-ms-animation: fadeIn ease 300ms;
	}
	@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	
	@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
} 
time {
	font-size: 12px;
	opacity: 0.9;
	font-weight: 500;
}
strong {
	font-weight: 700;
}
input,
button {
	background: none;
	box-shadow: none;
	border: none;
}
a {
	text-decoration: none;
	/* outline: none; */
}

::-webkit-input-placeholder { /* Edge */
	color: rgba(73, 82, 85, 0.7)
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(73, 82, 85, 0.7)
}

::placeholder {
	color: rgba(73, 82, 85, 0.7)
}
.obg-primary {
	background-color: rgba(14, 65, 148, 0.05);
}
.img-reponsive {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.ocolor-primary {
	color: #0e4194;
}

/* common picto */
.opicto-search {
	background: url('./assets/images/icon-loupe.svg');
	background-size: contain;
	height: 24px;
	width: 24px;
	display: block;
}
.opicto-twitter {
	background: url('./assets/images/iconTwitter.svg');
	background-size: contain;
	display: block;
	height: 21px;
	width: 21px;
}
.opicto-facebook {
	background: url('./assets/images/iconFB.svg');
	background-size: contain;
	display: block;
	height: 21px;
	width: 21px;
}
.opicto-home {
	background: url('./assets/images/icon-home.svg');
	background-size: contain;
	display: block;
	height: 18px;
	width: 19px;
}
/* commont flex */
.oflex {
	display: flex;
}
.oalign-center {
	align-items: center;
}
.oalign-start {
	align-items: flex-start;
}
.ojustify-space {
	justify-content: space-between;
}
.ojustify-around {
	justify-content: space-around;
}
.oflex-wrap {
	flex-wrap: wrap;
}
.ojustify-center {
	justify-content: center;
}
.ounderline {
	text-decoration: underline;
}
/* 
common title */ 
.otitle {
	font-family: Merriweather;
	font-weight: 400;
}
.otitle-l {
	font-size: 34px;
	line-height: 1.41;
}
.otitle-sm {
	font-size: 20px;
}
.otitle-s {
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.5;
}
.otitle-s.ocolor-primary {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.otitle-xs {
	font-size: 14px;
    color: #0e4194;
    font-family: 'Open Sans';
}
.otext-center {
	text-align: center;
} 
section h2.otext-center {
	padding: 80px 0 40px;
}
.otitle + hr {
	display: block;
	width: 350px;
    height: 6px;
    border: none;
    box-shadow: inset 0 -1px 0 0 rgba(73, 82, 85, 0.3);
    margin: 0 auto 40px;
}
.otitle.otitle-underline {
	padding-bottom: 16px ;
	border-bottom: 1px solid #fff;
	margin-bottom: 20Px;
}
.oparagraph {
	font-size: 14px;	
}
/* common button */
.obtn,
.obtn-log a {
	background: none;
	box-shadow: none;
	height: 50px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	width: max-content;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 25.5px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}
.obtn.obtn-s,
.obtn-log a {
	height: 40px;
}
.obtn-primary,
.obtn-secondary:hover,
.obtn-secondary:focus,
.obtn-secondary:active,
.obtn-log a:hover,
.obtn-log a:focus,
.obtn-log a:active{
	color: #0e4194;
	border: 1px solid #0e4194;
	background: transparent!important;
}
.obtn-secondary,
.obtn-primary:hover,
.obtn-primary:focus,
.obtn-primary:active,
.obtn-log a{
	color: #fff;
	border: 1px solid #0e4194;
	background: #0e4194!important;
}
.obtn-nude {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	width: max-content;
	border-bottom:1px solid rgba(255,255,255,0);
}
.obtn-nude::before {
	content: '>';
	padding-right: 8px;
}
.obtn-nude-primary {
	color: #0e4194;	
	background: none!important;
}
.obtn-nude-secondary {
	color: #fff;
}	
.obtn-nude-primary:hover, 
.obtn-nude-primary:focus,
.obtn-nude-primary:active {
	border-bottom-color: #0e4194;
}
.obtn-nude-secondary:hover, 
.obtn-nude-secondary:focus,
.obtn-nude-secondary:active {
	border-bottom-color: #fff;
}
.obtn-document {
  background: url(./assets/images/icon-doc.png) no-repeat;
  width: 193px;
  height: 55px;
  margin-left: auto;
  color: transparent!important;
  position: fixed;
  bottom: 25px;
  right: 15px;
}
/* common dropdown */
.odropdown {
	position: relative;
	cursor: pointer;
}
.no-touch-device .odropdown:hover .odropdown-content,
.odropdown.open .odropdown-content {
	height: auto;
	opacity: 1;
}
.ocustom-select .selected-element {
	min-width: 105px;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: none;
}
select option{
	color: #3f3d56;
	border: 1px solid #f1f2f2;
	background: #f1f2f2!important;
	padding: 10px 0;
}
.odropdown-title,
.ocustom-select .selected-element {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
	color: #3f3d56;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.odropdown-primary .odropdown-title,
.ocustom-select .selected-element{
	color: #3f3d56;
	border: 1px solid #f1f2f2;
	background: #f1f2f2!important;
	padding: 10px 8px;
}
.ocustom-select {
	position: relative;
}
.ocustom-select select {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	opacity: 0;
	cursor: pointer;
	width: 100%;
}
.odropdown-content {
	height: 0;
    overflow: hidden;
    transition: opacity 400ms ease-in-out;
    position: absolute;
    margin-top: 20px;
    top: 20px;
	width: 100%;
	opacity: 0;
}
.odropdown-primary .odropdown-content {
	border: 1px solid #f1f2f2;
    background: #f1f2f2!important;
    color: #3f3d56;
}
.odropdown-content li {
	padding: 10px;
	cursor: pointer;
}
.odropdown-content a:hover,
.odropdown-content .active {
	color: #0e4194;
}
.odropdown-content a:hover {
	border-bottom: solid 1px #0e4194;
	display: inline-block;
}
.odropdown-primary .odropdown-content li:hover,
.odropdown-primary .odropdown-content li:focus  {
	background: #fff;
}
.odropdown-secondary .odropdown-title:after {
	content: '';
	background: url(./assets/images/iconfinder-expand.svg);
	width: 10px;
	height: 7px;
	margin-left: 10px;
}
.odropdown-secondary .odropdown-content {
	top: 30px;
	right: 0;
	width: 350px;
	background: #fff;
	color: #3f3d56;
	border-top: 1px solid rgba(73, 82, 85, 0.3);
	z-index: 20;
}
.odropdown-secondary:hover .odropdown-content,
.odropdown-secondary:focus .odropdown-content {
	padding: 10px 30px;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);

}
.odropdown-secondary:hover .onav-item,
.odropdown-secondary:focus .onav-item {
	box-shadow: inset 0 -3px 0 0 #0e4194;
}
.odropdown-secondary .odropdown-content a {
	font-weight: 700;
	text-transform: uppercase;
}
.odropdown-secondary .odropdown-content a::before {
	content: '>';
	margin-right: 10px;
}
.odropdown-secondary .odropdown-content a:active,
.odropdown-secondary .odropdown-content a:focus  {
	color: #0e4194;
	text-decoration: underline;
}
.oflag {
	margin-right: 10px;
	width: 21px;
	height: 18px;
	overflow: hidden;
}
/* common nav */
.onav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.onav li {
	display: block;
}
.onav li:first-child a.onav-item:before{
	content:"";
	background: url(./assets/images/icon-home.svg);
	background-size: contain;
	display: block;
	height: 18px;
	margin-bottom: 2px;
	margin-right: 8px;
	position: relative;
	width: 19px;
}
.single-simulateurs .entry-header{
	display: none;
}
.onav-item {
	color: #3f3d56;
	padding: 16px 19px;
	font-size: 14px;
	font-weight: 400;
	box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0);
	background-color: transparent!important;
	display: flex;
	align-items: center;
}
.onav-item .opicto {
	margin-right: 8px;
}
.onav-item:hover,
.onav-item:focus {
	box-shadow: inset 0 -3px 0 0 #0e4194;
}
.onav > li.active > .onav-item,
.onav-item:active,
.onav-item:focus  {
	color: #0e4194;
	font-weight: 700;
	box-shadow: inset 0 -3px 0 0 #0e4194;
}
.header-nav {
	position: relative;
}
.header-nav .onav {
	padding: 0 45px 0 0;
}
/* common container */
.ocontainer-l {
	max-width: 1440px;
	margin: auto;
	width: 100%;
}
.ocontainer {
	max-width: 1140px;
	margin: auto;
	padding: 0 15px ;
}
.ocontainer-m {
	max-width: 1186px;
	margin: auto;
	padding: 0 15px ;
}
.ocontainer.ocontainer-pb {
	padding-bottom: 60px;
}


.ohead-banner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.oheadBanner-text,
.oheadBanner-img  {
	flex:  0 0 50%;
}  

/* homepage */
.oheadBannerText-content {
	width: 100%;
	max-width: 450px;
	margin: auto 115px auto auto;
}
.oheadBanner-text .otitle{
	padding-bottom: 30px;
}
.olist-option {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto;
}
.olist-option li {
	flex: 0 0 350px;
	margin-bottom: 30px;
	position: relative;
}
.option-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 100%;
	transition: all 300ms ease-in-out;
	border-radius: 4px;
	border: solid 1px #d8d8d8;
	height: 195px;
}
.option-link:hover,
.option-link:focus {
	color: #fff;
	background: #0e4194;
	border-color: #fff;
}
.olist-option .oparagraph {
	padding: 0 10px 0 20px;
	max-width: 228px;
	font-weight: 700;
}

.oimg {
	display: flex;
}
@media (max-width: 1113px){
	.oimg {
		display: initial
	}
}

.olist-option .oimg {
	margin-top: 25px;
	max-height: 168px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: auto;
}
.onews-highLight {
	background: #0e4194;
}
.onews-Important {
	display: flex;
	align-items: center;
	color: #fff;
}
.onews-Important .oimg {
	flex: 0 0 43%;
	/* max-width: 43%; */
}
@media(max-width: 1114px){
	.onews-Important .oimg {
		flex-basis: 100%;
	}
}
.onews-Important .oimg img {
	width: 100%;
}
.onews-Important .onew-about {
	max-width: 40%;
	margin: auto auto auto 125px;
	padding: 20px 0;
}
.onew-about .otitle {
	padding-right: 10px;
}
.onew-about .otitle ~ hr{
	box-shadow: inset 0 -1px 0 0 #fff;
}
.onews-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 62px;
	flex-wrap: wrap;
}
.onews {
	flex: 0 0 350Px;
	max-width: 350px;
}
.onews .oimg{
  width: 350px;
  margin-bottom: 16px;
  height: 175px;
  overflow: hidden;
  border-radius: 8px;
}
.onews .oimg img {
	position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.otwitter-list {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.otwitter {
	display: flex;
	align-items: flex-start;
    max-width: 920Px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	width: 100%;
}
.otwitter-about {
	padding-left: 30px;
	max-width: 953Px;
    width: 100%;
}
.olink {
	font-weight: 700;
}
.otwitter-about .obtn-nude-primary {
	text-align: right;
    width: max-content;
    margin: 20px 0 20px auto;
}
.otwitter-about .oimg {
	margin-top: 20px;
}
.otwitter ~ .obtn {
	margin-top: 40px;
	margin-bottom: 80px;
}
.otop-header {
	padding: 30px 15px;
}
.otop-header .obtn-secondary {
	padding: 0 15px;
}
.ologo {
	width: 45px;
	margin-right: 50px;
}
.ologo-s {
	width: 45px;
}
.otopHeader-identity .ologo {
	cursor: pointer;
}
.ohamburger {
	height: 24px;
    width: 24px;
    background: url(./assets/images/menu.svg) center center no-repeat;
    display: block;
	padding: 0;
	position: absolute;
	left: 15px;
}
.ohamburger {
	top: 26px;
}
.customize-support .ohamburger {
	top: 26px;
}
.omenu-close,
.odocument-close {
	height: 24px;
    width: 24px;
    background: url(./assets/images/quit.svg) center center no-repeat;
    display: block;
  padding: 0;
  color: transparent;
}
.headDocument-mobile {
  padding: 10px 0;
}
.headDocument-mobile .otitle-s {
  padding-bottom: 0!important;
  font-size: 18px!important;
}
/* form */
.oinputText:focus {
	outline: 1px dotted #0e4194;
}
.osearch input {
	height: 40px;
	width: 306px;
	padding: 0 15px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px 0  0 5px;
	border: solid 1px #aeb7c4;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#wpsl-search-input {
	  font-size: 16px;
	}
}
.osearch button{
	width: 44px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0e4194!important;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	border: solid 1px #0e4194;
}
.osearch button:hover,
.osearch button:focus {
	background: #fff!important;
	border-color: #aeb7c4;
}
.osearch button:hover .opicto-search,
.osearch button:focus .opicto-search {
	background: url('./assets/images/icon-loupe-prime.svg');	
}

/* */
header hr{
	margin: 0;
	box-shadow: none;
	border: none;
    border-top: 0.8px solid rgba(73, 82, 85, 0.3);
}
.otop-header .ocustom-select{
	margin: 0 30px;
	/* margin-right: 50px; */
}
/*footer */
.ofooter {
	padding: 30px;
	padding-bottom: 100px;
	background: #0e4194;
	line-height: 2;
	color: #fff;
}
.ofooter-nav {
	flex: 0 0 255px;
	margin-right: 30px;
}
.ofooter-nav:last-child {
	margin-right: 0;
}
/* .ofooter-nav:last-child li:first-child a{
	font-family: 'Merriweather', Arial;
	font-size: 16px;
	font-weight: bold;
} */
.ofooter-navTitle {
	font-family: 'Merriweather', Arial;
	font-size: 16px;
	font-weight: bold;
}
.ofooter-navItem {
	color: #fff;
    font-size: 14px;
    opacity: 0.9;
	font-weight: 400;
	display: flex;
	align-items: center;
	transition: all 300ms ease-in-out;
	text-decoration: none;
	width: max-content;
}
.ofooter-navItem  .opicto {
	margin-right: 17px;
}
.ofooter-navItem:hover,
.ofooter-navItem:focus,
.ofooter-navItem:active {
	text-decoration: underline;
}
.ofooter-navItem:focus,
.ofooter-navItem:active {
	outline-color: #FFF;
}
.home .oscroll-wrap {
	display: none;
}
.oscroll-wrap {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 22px;
	min-height: 40px;
	position: relative;
	/* margin-top: -21px; */
}
.oscroll-up {
	display: none;
	align-items: center;
	background: #ffffff96;
  padding: 10px;
	color: #0e4194;
	position: relative;
}
.oscroll-up::before {
	content: '';
    background: url(./assets/images/icon-arrow.svg);
    display: block;
    height: 36Px;
    width: 36px;
    margin-right: 20px;
    padding: 0;
}
.oscroll-up.show {
  display: flex;
}
.oscroll-up.sticky {
	/* bottom: 60px; */
	bottom: 40px;
  position: fixed;
  right: auto;
}
/* breadcrumb*/
.obreadcrumb {
	padding: 15px 0 37px;
}
.obreadcrumb ul {
	/* display: flex;
	align-items: center; */
	font-size: 14px;
}
.obreadcrumb li {
	display: inline-block;
	color: #3f3d56 !important;
}
.obreadcrumb a {
	font-size: 14px;
	/* display: flex;
	align-items: center; */
}
.obreadcrumb a::after {
	content: "\003E";
	margin: 0 5px;
	display: inline-block;
}
.obreadcrumb li:last-child a:after {
	/* content: ''; */
}
/*nos services */
.olayout {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.olayout-l {
	flex: 0 0 635px;
	max-width: 635px;
}
.olayout-aside {
	flex: 0 0 350px;
}
.ohead-text .odescription{
	padding: 20px 0 40px;
	line-height: 1.75;
	font-size: 16px;
}
.othumbnail {
	display: flex;
	border: solid 1px #d8d8d8;
  margin-top: 40px;
  justify-content: space-between;
}
.othumbnail > div  {
	padding: 30px 60px 20px 30px;
}
.othumbnail .oimg {
	padding-top: 10px;
}
.osubLayout {
	padding: 53px 0 56px;
	box-shadow: inset 0 -1px 0 0 rgba(73, 82, 85, 0.3);
	font-size: 16px;
	line-height: 1.75;
}
.oplan-wrap .osubLayout:last-child {
	box-shadow: none;
}
.osommaire {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
}
.osommaire header {
	margin-bottom: 40px;
}
.olist-ordonate {
	color: #0e4194;
	font-size: 16px;
	counter-reset: my-awesome-counter;
}
.olist-ordonate a {
	color: #0e4194;
}
.olist-ordonate li{
	counter-increment: my-awesome-counter;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.olist-ordonate li::before,
.oplan header .otitle::before {
	align-items: center;
	content: counter(my-awesome-counter);
	font-size: 14px;
	border: 1px solid #0e4194;
	border-radius: 50%;
	padding: 5px;
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
	line-height: 1;
	min-width: 34px;
	height: 34px;
	justify-content: center;
	display: flex;
	margin-right: 10px;
  }
.osubLayout .odescription {
	padding-bottom: 20px;
}
.oliste-unordonate li,
.oreset ul li {
	/* display: flex; changes*/
	display:inline-block;
	align-items: baseline;
	width: 100%;
}
.oliste-unordonate li:before,
.oreset ul li:before {
	background: #0e4194;
	content: '';
	height: 2px;
	min-width: 15px;
	/* display: block; changes */
	display: inline-block;
	margin:5px 10px 5px 0;
}
.owrap {
	padding: 25px 20px;
	background: #f3f5f9;
	margin: 20px 0;
}
.osubLayout header {
	margin-bottom: 15px;
}
.olist-tab {

}
.oaccordion-content {
	font-size: 14px;
}
.oaccordion-content,
.otab-content {
	height: 0;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

.oadditional-content,
.oadditional-content ul:not(.osub-list),
.oadditional-content p
{
	margin-top:30px;
}
.oadditional-content .osub-list{
	padding-top: 0;
}

.oadditional-content a{
	/* text-decoration: underline; */
}
.owrap h5{
	margin-bottom: 15px;
}

.list-img{
	margin: 30px 0 25px;
	width: 100%;
}


.oaccordion-content.show,
.otab-content.show {
	height: auto;
	/* overflow: auto; */
}
.ostep  {
	margin: 37px 0;
}
.ostep .oimg {
	background: #fff;
	flex: 0 0 126px;
	height: 126px;
	overflow: hidden;
	padding: 15px 10px;
}
.ostep > div {
	flex: 1 1 418px;
	max-width: 418px;
}
.ostep .odescription {
	font-size: 14px;
}
.oaccordion-button  {
	/* margin: 15px 0; */
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.oaccordion-seeMore,
.oaccordion-seeLess {

}
[aria-expanded="true"] .oaccordion-seeMore {
	display: none;
}
[aria-expanded="false"] .oaccordion-seeLess {
	display: none;
}
.otab-list {
	box-shadow: inset 0 -1px 0 0 rgba(63, 61, 86, 0.2);
}
.otab-button {
	background: none!important;
	color: #3f3d56;
	opacity: 0.5;
	padding: 20px;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	transition: all 300ms ease-in-out;
}
.otab-button.active {
	color: #0e4194;
	opacity: 1;
	box-shadow: inset 0 -1px 0 0 #0e4194;
}
.oplan-wrap {
	counter-reset: my-awesome-counter;
}
.oplan {
	counter-increment: my-awesome-counter;
}
.oplan header .otitle {
	display: flex;
	align-items: center;
}
.oplan header .otitle::before {
	font-weight: 700;
}
.olist-pdf a {
	
}
.olist-pdf li {
	display: block!important;
	margin: 10px 0;
}
.olist-pdf li::before {
	content: none!important;
}
.olist-pdf a {
	display: flex;
	align-items: center;
	font-size: 14px;
	border-radius: 2px;
	border: solid 1px rgba(123, 126, 128, 0.51);
	background-color: #ffffff;
	padding: 13px 15px;
}
.olist-pdf li a::before{
	content: '';
	min-width: 26px;
	height: 32px;
	background: url('./assets/images/iconmonstr-file.svg');
	display: block;
	margin-right: 10px;
}
.olist-pdf a:hover {
	border-color: #0E4194;
	color: #0E4194;
}
.otext-ellipse {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ovideo,
.ovideo-aside  {
	position: relative;
	cursor: pointer;
}
.ovideo-aside {
	background-color: transparent!important;
}
.ovideo-aside img {
	vertical-align: top;
}
.ovideo-control,
.ovideo-style,
.ovideo-aside::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background: url('./assets/images/iconmonstr-video.svg') center;
	display: block;
	margin-right: 10px;
	cursor: pointer;
	/* background-color: transparent!important; */
	background-color: rgb(255, 255, 255,.75)!important;
	border: #204197 2px solid;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.85);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.85);
}
.ovideo-aside::before { 
	content: '';
}
.ovideo-control.pause {
	display: none;
}
.ovideo:hover .ovideo-control.pause {
	display: block;
	background: url('./assets/images/iconmonstr-pause.svg');
}
.ovideo-aside video,
.ovideo video {
	width: 100%!important;
	height: auto!important;
}
.opopUp {
	position: relative;
	padding: 70px 0;
	/* opacity: 0; */	
	min-height: 100%;
}
.opopUp  {
	visibility: hidden;
	z-index: -99;
	left: -200vw;
	top: -200vh;
	position: absolute;
}
.opopUp-wrap .opopUp.ofade {
	visibility: visible;
	z-index: 9;
	left: auto;
	top: auto;
	position: relative;
}
.opopUp-overlay {
	background-color: rgb(0, 0, 0,0.5)!important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.opopUp-wrap {
	height: auto;
	position: fixed;
	left: 0;
	width: 100vw;
	z-index: -9999;
	visibility: hidden;
}
.popup-show .opopUp-wrap {
	visibility: visible;
	/* opacity: 1; */
	z-index: 20;
	overflow: auto;
}
.popup-show.customize-support .opopUp-wrap  {
	/*top: 172px;
	height: calc(100vh - 172px);*/
	top: 0px;
	height: 100%;
	z-index: 99999;
}
.popup-show .opopUp-wrap {
	top: 0px;
}
.opopUp-content {
	max-width: 1024px;
	margin: 0 auto;
	width: 71vw;
	position: relative;
	background: #fff;
}
.opopUp-footer {
	/* padding: 30px 52px; */
}
.osimulateur-nav,
.osimulateur-menu {
	padding: 52px 0;
}
.osimulateur-nav .oimg {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.osimulateur-nav .oimg img {
	max-width: 100%;
}
.osimulateur-nav li {
	padding: 32px 20px;
	text-align: center;
	font-size: 14px;
	color: #3f3d56;
	border: solid 1px #d8d8d8;
	flex: 0 0 255px;
	margin-right: 30px;
	margin-bottom: 30px;

}
.osimulateur-menu li {
	margin-right: 30px;
	margin-bottom: 30px;
}
.oback::before {
	content: '';
	width: 34px;
	height: 34px;
	border: solid 1px rgba(123, 126, 128, 0.51);
	border-radius: 50%;
	display: flex;
	background: url('./assets/images/iconmonstr-arrow-64.svg') 50% no-repeat;
	margin-right: 20px;
}
.oback {
	font-size: 12px;
	color: #0e4194;
	/* padding: 50px 0; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

/* mission */


.oliste-unordonate .osub-list li:before,
.oreset ul ul li:before{
	/* content : "➔"; */
	content: "\2794";
	height: auto;
	background: transparent;
	font-size: 20px;
	color: #0e4194;
	/* transform: scale(1.5); */
}
.osub-list {
	padding: 20px 0 0 35px;
}
.oreset ul ul {
	padding-left: 35px;
}
.osub-list li,
.oreset ul ul li {
	width: 100%;
}

.mb-20{
	margin-bottom:20px;
}

.ohead-override .otitle{
	font-weight: bold;
	letter-spacing: 0.27px;
}

.ocontainer-override{
	counter-reset: title-counter;
	line-height: 28px;

}
.ocontainer-override h1,
.ocontainer-override h3,
.ocontainer-override strong,
.ocontainer-override p,
.ocontainer-override ul,
.ocontainer-override li,
.onav-title,
.opost-date,
.post-inner .entry-content p,
.post-inner .opost-title .otitle,

body .site-omain
{
	color:#3f3d56;
}
.ocontainer-override .ohead-text .oliste-unordonate{
	box-shadow: none;
	padding:20px 0 20px;
}
.ocontainer-override .otitle{
	margin-bottom: 20px;
} 
.ocontainer-override .oplan header .otitle::before{
	border-color:#7b7e8082;
}
.border-0{
	border-width: 0 !important;
}
.onav-aside {
	padding: 30px 40px;
	background-color: #f3f5f9;
	/* position: fixed */
}
@media(min-width: 1114px){
	.onav-aside {
		width: 350px
	}
}

.onav-aside .aside-list li{ 
	padding: 0 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}
.onav-aside .onav-title{
	font-weight: 700;
	font-size: 16px;
	font-family: Merriweather,Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.13px;
	cursor: pointer;
}
.aside-list li a {
    font-size: 12px;
    letter-spacing: 0.09px;
}
.aside-list li .active {
    color: #0e4194
}
.aside-list li a:before {
	content: "\003e";
	display: inline-block;
	font-size: 12px;
	margin-right: 5px
}
/* address */

.oflex-header{
	background: url('assets/images/illustration-o-nous-trouver.svg') no-repeat calc(100% + 48px) -5px;
	display: flex;
	width: 100%;
	height: 240px;
	background-color: #0e4194;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.archive.category .oflex-header{
	background:none;
}
.oflex-header .otitle{
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.ofig-header{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ofig-header img{
	transform: translate(48px, 58px);
}
/* tab-WCGA */
.tabs {
	width: 100%;
	font-family: "lucida grande", sans-serif;
}

.tabs [role="tablist"] {
	margin: 0 0 -0.1em;
	overflow: visible;
}

.tabs [role="tab"] {
	/* position: relative; */
	margin: 0;
	/* padding: 0.3em 0.5em 0.4em; */
	/* border: 1px solid hsl(219, 1%, 72%); */
	/* border-radius: 0.2em 0.2em 0 0; */
	/* box-shadow: 0 0 0.2em hsl(219, 1%, 72%); */
	overflow: visible;
	/* font-family: inherit; */
	/* font-size: inherit; */
	/* background: hsl(220, 20%, 94%); */
}

/* [role="tab"]:hover::before,
[role="tab"]:focus::before,
[role="tab"][aria-selected="true"]::before {
	position: absolute;
	bottom: 100%;
	right: -1px;
	left: -1px;
	border-radius: 0.2em 0.2em 0 0;
	border-top: 3px solid hsl(20, 96%, 48%);
	content: '';
} */

.tabs [role="tab"][aria-selected="true"],
.page-id-1777 .onav-list .onav-list-item:nth-child(2) .tab-btn,
.page-id-190 .onav-list .onav-list-item:nth-child(1) .tab-btn {
	border-radius: 0;
	background: hsl(220, 43%, 99%);
	/* outline: 0; */
	color: #0e4194 ;
	opacity: 1;
	
}
.tabs  .onav-list-item:before {
	content: none;
}
/* [role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
	border-top: 5px solid hsl(218, 96%, 48%);
} */

/* [role="tab"][aria-selected="true"]::after {
	position: absolute;
	z-index: 3;
	bottom: -1px;
	right: 0;
	left: 0;
	height: 0.3em;
	background: hsl(220, 43%, 99%);
	box-shadow: none;
	content: '';
} */

.tabs [role="tab"]:hover,
.tabs [role="tab"]:focus,
.tabs [role="tab"]:active {
	/* outline: 0; */
	border-radius: 0;
	/* color: inherit; */
}

/* [role="tab"]:hover::before,
[role="tab"]:focus::before {
	border-color: hsl(20, 96%, 48%);
} */

/* [role="tabpanel"] {
position: relative;
z-index: 2;
padding: 0.5em 0.5em 0.7em;
border: 1px solid hsl(219, 1%, 72%);
border-radius: 0 0.2em 0.2em 0.2em;
box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
background: hsl(220, 43%, 99%);
} */

.tabs [role="tabpanel"]:focus {
	outline: 0;
}
/*
[role="tabpanel"]:focus::after {
	position: absolute;
	bottom: 0;
	right: -1px;
	left: -1px;
	border-bottom: 3px solid hsl(20, 96%, 48%);
	border-radius: 0 0 0.2em 0.2em;
	content: '';
}

[role="tabpanel"] p {
	margin: 0;
}

[role="tabpanel"] * + p {
	margin-top: 1em;
} */
.otabs-custom .onav-list-item{
	padding: 23px 50px 16px;	
	flex: 0 0 50%;
}
.otabs-custom .tab-btn {
	cursor: pointer;
	opacity: 0.5;
}
/* fin tabs */

.onav-list{
	display: flex;
	justify-content: center;
	border-bottom: rgb(0, 0, 0,0.2) solid 1px;
}
.onav-list-item{
	display: block;
	padding: 35px 58px 18px;
	position: relative;
}
[aria-selected="true"].tab-btn:after,
.page-id-1777 .onav-list .onav-list-item:nth-child(2) .tab-btn:after,
.page-id-190 .onav-list .onav-list-item:nth-child(1) .tab-btn:after{
	content:"";
	border-bottom: #0e4194 solid 1px;
	position: absolute;
	display: block;
	width:100%;
	bottom: 0;
	left: 0;
}
.onav-list-item button,
.onav-list-item a{
	display: inline-block;
	width: 100%;
	padding: 0;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.09px;
	background-color: transparent !important;
}
.map .olayout{
	/* align-items: center; */
}
.map .olayout p{
	text-align: left;
}
.map #wpsl-stores{
	height: auto !important;
}

.map .ocontainer{
padding: 50px 0;
	
}

.olayout-col6{
	flex: 0 0 50%;
	padding: 0 15px;
}
.olayout-col3{
	flex: 0 0 25%;
	padding: 0 15px;
}


.map-container,#mapid{
	width: 540px;
	max-width: 100%;
	height: 445px;
	background-color: #f9f9f9;
	margin: 80px auto 52px;
	align-self: center;
}
.osearch p {
	margin-bottom: 0!important
}
.oform-group{
	  /* display:block; */
	  margin-bottom: 50px;
}
.oform-group.oflex{
		flex-wrap: wrap;
		/* justify-content: center; */
		justify-content: flex-start;
}
.oform-group #desc {
	  display: inline-block;
	  width: 100%;
	  padding: 10px 0;
	  color: #9A3242;
	  font-size: 14px;
	  font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.43;
		letter-spacing: normal;
}
.oform-group input{
	/* width: 350px;
	height: 47px;
	border-radius: 4px;
	border: solid 1px #aeb7c4;
	background-color: #ffffff; */
}
.postal label,
.oaddress-container strong {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: 0.13px;
	color: #3f3d56;
	margin-bottom: 15px;
}
#wpsl-stores label {}
.osmall-address{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;

	letter-spacing: 0.09px;
}

.obold{
	font-weight: 700;
}
.olight-blue{
	color:#0e4194 !important;
}
.oaddress {
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.11px;
	color: #3f3d56;
}

.oaddress-container .oaddress strong{
	font-size: inherit;
}

[role="tabpanel"] section{
	padding: 50px 0 60px;
}

.oall-address{
	padding-top: 60px;
	background-color: #f3f5f9;

}
.fr-region .olayout{
	justify-content: start;
	flex-wrap: wrap;
	margin: auto -15px;
}

.fr-region h3 {
	font-family: Merriweather,Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.16px;
	color: #3f3d56;
	margin: 30px 15px 20px;
  }
  .oaddress>strong:first-child{
	  display: inline-block;
	  padding-bottom: 8px;
	font-family: Merriweather,Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: normal;
  	letter-spacing: 0.13px;
  }

  .mt-30{
	  margin-top: 30px !important;
  }
  .otext-underline{
	display: inline-block;
	position: relative;
	padding: 0 0 5px;
  }
  .otext-underline:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #3f3d56;
  }
  .olist-description{
	  margin: 20px 0 0;
	  padding-left: 30px;
  }
  .box-shadow-0{
	  box-shadow: none !important;
  }
  a.olight-blue:hover,
  a.olight-blue:focus
  {
	  text-decoration: underline;
  }
.single-post-header {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.featured-media-inner  {
	position: relative;
	overflow: hidden;
	height: 250px;
}
.single-post-header img{
	position: absolute;
	width: 100%;
	/* height: auto; */
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	object-fit: cover;
}
.post-inner .onav-title{
	margin-bottom: 20px;
}

.post-inner .entry-content p {
	color: #3f3d56;
	font-size: 16px;
	margin: 20px 0;
	line-height: 28px;
	letter-spacing: 0.13px;
}

.opost-title .otitle{
	padding-right: 62px;
	margin-bottom: 20px !important;
}
.opost-date{
	font-size: 12px;
	margin: 0;
	line-height: 24px;
	letter-spacing: 0.09px;
	font-weight: 600;
	width: 100%;
	display: inline-block;
}

.oactu-all .ofig-header img {
    transform: translate(20px, 30px);
    width: 246px;
    height: 240px;
}

.oactu-all .ocontainer-pb{
	padding: 20px 0;
}




/* procedures */
.oprocedure {
	font-size: 16px;
	line-height: 28px;
}
.oprocedure .wp-block-columns {
	justify-content: space-between;
	align-items: flex-start;
}
.oprocedure .wp-block-columns .wp-block-column:first-child{
	flex: 0 0 635px;
}
.oprocedure .wp-block-columns .wp-block-column:last-child{
	flex: 0 0 350px;
}
.oprocedure .wp-block-columns .wp-block-column:last-child.document-viewMobile {
  position: fixed;
  top: 120px;
  width: 100%;
  background: #fff;
  padding: 15px;
  height: calc(100vh - 120px);
  z-index: 9;
  overflow: auto;
  left: auto;
  visibility: visible;
  margin: 0;
}
.customize-support .oprocedure .wp-block-columns .wp-block-column:last-child.document-viewMobile {
  padding: 15px;
  height: calc(100vh - 150px);
}
.document-viewMobile {
	bottom: 0;
	height: auto!important;
}
.oprocedure h1  {
	font-weight: 700;
	font-family: 'Merriweather';
	font-size: 34px;
    line-height: 1.41;
}
.oprocedure h2 {
	display: flex;
	/* align-items: flex-start; */
	font-family: 'Merriweather';
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
}
.oprocedure h3, .oprocedure .oplayer h2 {
	font-family: 'Merriweather';
	font-size: 16px;
}
.oprocedure h4 {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.13px;
	color: #0e4194;
	margin-bottom: 0;
}
.oprocedure .oadditional-content,
.oprocedure .oadditional-content ul:not(.osub-list),
.oprocedure .oadditional-content p  {
	margin-top: 0;
}
.oreset .olink-m{
	color: #0e4194;
	text-decoration: underline;
}
.otitle-ordonate {
	counter-increment: my-awesome-counter;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;

}
.otitle-ordonate:before {
	font-weight: 700;
	align-items: center;
    content: counter(my-awesome-counter);
    font-size: 14px;
    border: 1px solid rgba(123, 126, 128, 0.51);
    border-radius: 50%;
    padding: 5px;
    font-family: 'Merriweather', Arial, Helvetica, sans-serif;
    line-height: 1;
    min-width: 34px;
    height: 34px;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.oprocedure hr {
	margin: 53px 0 56px;
    box-shadow: inset 0 -1px 0 0 rgba(73, 82, 85, 0.3);
    border-color: transparent;
    height: 4px;
    width: 100%;
}
.oprocedure .osubLayout {
	box-shadow: none;
	padding-bottom: 0;
}
.oprocedure .odescription {
	padding-bottom: 20px;
}
.oaccordion-content p{
	padding: 15px 0;
}
.oreset p {
	padding: 10px 0;
}
.oreset .wp-block-column:nth-child(2) .owrap p {
  padding: 0;
}
.oreset .owrap .otitle-s {
  padding: 0 0 10px;
}
.oprocedure .oaccordion-content li a,
.oprocedure .oaccordion-content p.odescription a,
.oprocedure .oaccordion-content a,
.oreset .show-more,
.olayout-l .show-more,
.olayout-l a[href$=".pdf"], .olayout-l a[href$=".PDF"]  {
  color: #0e4194;
  text-decoration: underline;
}
.oreset .document-aside .show-more{
	text-decoration: none;
}
/* responsive*/
.m-show,
.m-show-flex {
	display: none;
}
@media(max-width: 1199px) {
	.odocument-show{
		height: auto !important;
	}
	.m-hide {
		display: none;
	}
	.m-show {
		display: block;
  }
  .m-show.oflex,
	.m-show-flex {
		display: flex;
	}
	.otopHeader-identity {
		flex-direction: column;
	}
	.otop-header > .ocontainer {
		justify-content: center;
	}
	.osearch {
		margin-top: 17px;
	}
	.onav {
		display: block;
	}
	.onav > li.active > .onav-item, .onav-item:active, .onav-item:focus,
	.odropdown-secondary:hover .onav-item {
		box-shadow: none;
	}
	.odropdown:hover .odropdown-content,
	.open .odropdown-content{
		width: 100%;
		position: relative;
		top: auto;
		margin: 0;
		box-shadow: none;
		border-top: none;
	}
	.header-nav {
		padding: 0 15px;
	}
	.onav-item {
		padding: 15px 0;
	}
	header hr {
		display: none;
	}
	.header-nav {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		/* width: 100%; */
		background: #fff;
		/* height: 100vh; */
		padding: 17px 15px;
		z-index: 9;
		overflow: auto;
	}
	.customize-support .header-nav {
		top: 46px;
	}
	.odropdown-secondary .odropdown-content a {
		font-size: 12px;
	}
	.ohamburger[aria-expanded= "true"]~ .header-nav{
		display: block;
	}
	.ohamburger[aria-expanded= "false"]~ .header-nav{
		display: none;
	}
	.header-nav .onav {
		margin: 0;
		padding: 0;
		/* height: calc(100vh - 50px); */
		/* overflow: auto; */
		width: 100%;
	}
	.otopHeader-actions {
		flex-direction: column ;
	}
	.otopHeader-actions .ocustom-select {
		margin-bottom: 20px;
	}
	.oheadBannerText-content {
		margin-left: 15px;
		margin-right: auto;
	}
	.olist-option,
	.onews-container {
		justify-content: center;
	}
	.olist-option li,
	.onews {
		margin: 15px;
	}
	.otwitter-list {
		padding: 0 15px;
	}
	.ofooter-nav,
	.ofooter-nav:last-child {
		margin: 0 0 30px;
	}
	.ofooter {
		padding: 30px 15px;
	}
	.obody {
		height: calc(100vh - 126px);
	}
	.otopHeader-identity .ologo {
		margin: auto;
  }
  .oprocedure .wp-block-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .oprocedure .wp-block-columns .wp-block-column:last-child {
    visibility: hidden;
    z-index: -999;
    position: absolute;
    left: -100%;
  }
  .oscroll-up.sticky,
  .oscroll-up.show {
	/* display: none; */
	bottom: 90px;
  }
}
@media(max-width: 1199px) and (min-width:790px){
	.olist-option, .onews-container {
		justify-content: space-between;
		max-width: 790px;
		margin: auto;
	}
	footer.ojustify-center {
		justify-content: space-between;
		padding: 30px calc((100% - 790px)/2) !important;
	}
}

@media(max-width: 768px) {
	.ohead-banner {
		align-items: initial;
		flex-direction: column-reverse;
	}
	.oheadBannerText-content {
		margin: 30px 0;
		padding: 0 15px;
	}
	.onews-Important .oimg {
		flex: 0 0 100%;
	}
	.onews-Important .onew-about {
		margin: 0 15px;
		padding: 30px 0;
	}
	.ofooter {
		justify-content: flex-start;
	}
	.otitle-l {
		font-size: 32px;
	}
	.oheadBannerText-content {
		max-width: 100%;
  }
   .oprocedure .wp-block-columns .wp-block-column:last-child.document-viewMobile {
    top: 120px;
    height: calc(100vh - 120px);
  }
  .customize-support .oprocedure .wp-block-columns .wp-block-column:last-child.document-viewMobile {
    top: 170px;
    height: calc(100vh - 170px);
  }
}
@media(max-width: 480px) {
	.osearch input {
		width: 246px;
	}
	
	.onews .oimg,
	.olist-option li {
		max-width: 100%;
  }
  .othumbnail .oimg {
    display: none;
  }
  .oprocedure .otabs-custom .onav-list-item {
    padding: 7px 19px;
    font-size: 12px;
  }
  .oaccordion-content  .ostep{
    flex-direction: column;
  }
  .ostep > div {
    margin: 15px 0;
    flex: 1 1 auto;
  }
  .olist-pdf a {
    max-width: calc(100vw - 100px);
  }
  .document-aside .olist-pdf a {
	  max-width: none;
  }
  .obtn {
    font-size: 14px;
  }
  .othumbnail > div {
    padding: 30px 16px;
  }
  .othumbnail .obtn {
    padding: 0 10Px;
  }
  .oprocedure h2 {
    font-size: 22px;
  }
}

@media (max-width: 781px) and (min-width: 600px)
{
  .wp-block-column:nth-child(2n) {
    margin-left: 0!important;
}
}
@media (max-width: 781px) and (min-width: 600px)
{
  .wp-block-column {
    flex-basis: 100%!important;
    flex-grow: 0;
}
}


/* page ofii */
.ocontainer-override .olist-ordonate,
.ocontainer-override h1,
.ocontainer-override h2,
.ocontainer-override h3,
.ocontainer-override p,
.ocontainer-override .olist-ordonate li/*,
.ocontainer-override .oliste-unordonate li*/{
	margin-bottom: 20px;
}
.ocontainer-override .oliste-unordonate li .osub-list li{
	margin: 0;
}
.ocontainer-override h2{
	margin-top: 40px;
}
.ocontainer-override .onav-aside h2{
	margin-top: 0;
}
.ocontainer-override hr{
	display: block;
	width: 100%;
	height: 1px;
    border: none;
    box-shadow: inset 0 -1px 0 0 rgba(73, 82, 85, 0.3);
    margin: 0 auto 20px;
}

.ocontainer-override .olist-ordonate,
.ocontainer-override h1,
.ocontainer-override h2,
.ocontainer-override h3,
.opartner h4{
	font-weight: 700;
	font-family: Merriweather,Arial, Helvetica, sans-serif; 
	color: #3f3d56;
}
.ocontainer-override p,
.ocontainer-override .olist-ordonate li,
.ocontainer-override .oliste-unordonate li{
	font-size: 16px ;
	line-height: 28px;
	letter-spacing: .13px;
}


.ocontainer-override h1{
	font-size:34px;
	line-height:55px;
	letter-spacing: .27px;
}

.ocontainer-override .ohead-text h1{
	line-height: normal;
	margin: 0;
}
.ocontainer-override .ohead-text .odescription{
	padding-bottom: 10px;
	max-width: 450px;
	font-family: "Open Sans";
}
.ocontainer-override #wpsl-search-input {
	/* height: 47px;
	width: 100%;
	max-width: 350px;
	margin:  5px 0 10px; */
}

.page-template-template-address .oscroll-wrap{
	margin: 0;
    max-width: 100%;
    padding: 38px 160px 44px 0;
    background-color: #f3f5f9;
}
.page-template-template-address .oscroll-up:not(.sticky) {
    background-color: inherit;
}

.ocontainer-override h2,
.opost-title .otitle{
	font-size:20px;
	line-height:24px !important;
	letter-spacing: .16px;
}

/*.ocontainer-override .oliste-unordonate,*/
.ocontainer-override .olist-ordonate{
	padding: 20px 0 ;
}
.is-anchor {
	display: flex;
    align-items: center;
}
.is-anchor::before {
	align-items: center;
	counter-increment:title-counter;
	content: counter(title-counter);
	font-size: 14px;
	border: 1px solid #7b7e8082;
	border-radius: 50%;
	padding: 5px;
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
	line-height: 1;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	justify-content: center;
	display: flex;
	margin-right: 10px;
  }


  /* simulateur */
  .simulation-page {
    display: block;
    box-sizing: border-box;
    max-width: 970px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}
/* .simulation-page {
	height: 100vh;
	overflow: hidden;
}*/
.simulation-page .wp-block-group {
	opacity: 0;
	position: absolute;
	top: -99999px;
} 
.simulation-page .wp-block-group.show {
	opacity: 1;
	position: initial;
} 
/* .btn-back, .btn-back span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
} */

.back-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(123, 126, 128, 0.51);
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 5PX;
    padding-bottom: 8px;
    margin-right: 20px;
    white-space: nowrap;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.back-icon::before {
    content: '';
    font-size: 1px;
    display: inline-block;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-left: 3px solid #0e4194 ;
    border-bottom: 3px solid #0e4194 ;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.btn-back {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif ;
    font-weight: bold;
    color: #0e4194;
}
.simu-title,
.simulation-page h4 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #0e4194;
}
.simulation-page .btn-back {
  padding-top: 50px;
}
.simu-sub-title,
.simulation-page h3 {
    font-family: 'Merriweather', serif;
    max-width: 825px;    
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 0;
    min-height: 60px;
    margin-bottom: 20px;
    margin-left: 0;
    color: #3f3d56;
}
.simu-options li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
}
.simu-options a {
	border: 1px solid #d8d8d8;
	color: #3f3d56;
    display: block;
    height: 190px;
	font-weight: 700;
	padding: 32px 20px 20px;
	transition: all 0.25s ease;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	width: 255px;
}
.simu-options a:hover {
	color: #0e4194;
    border-color: #0e4194;
	border-width: 2px;
	transform: translateY(-10px);
}
.simu-option img {
    display: inline-block;
    margin-bottom: 10px;
}
.simu-other-title {
    font-family: 'Open Sans', sans-serif;
    color: #3f3d56;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
.simu-other-actions {
    font-size: 1px;
    text-align: left;
    display: flex;
    align-items: center;
}
.simu-other-actions .obtn{
  margin-right: 30px;
}
@media all and (max-width: 767px) {
		/* .archive.category .oflex-header{
			background: url(assets/images/illustration-o-nous-trouver.svg) no-repeat calc(100% + 48px) -5px;	
		} */
    .simulation-page {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .simu-title {
        margin-top: 20px;
        line-height: 24px;
    }
    .simu-sub-title {
        margin-bottom: 20px;
        padding-right: 8px;
        min-height: unset;
    }
    
    .simu-options li {
        width: 290px;
        min-height: 146px;
        
        margin-right: 20px;
        margin-bottom: 20px;

        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .simu-options li:hover {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 27px;
        padding-right: 27px;
    }
    .simu-other-title {
        padding-top: 20px;
        margin-bottom: 20px
    }
    .btn-nav-option {
        padding-left: 22px;
        padding-right: 22px;
        margin-right: 15px;
    }
}
@media all and (max-width: 640px) {
    .simu-options {
        text-align: center;
    }
    .simu-options li {
        display: block;
		max-width: 290px;
		width: 100%;
        margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.simu-options a{
		width: 100%;
	}

    .btn-nav-option {
        display: inline-block;
        margin-right: 15px;
        margin-left: 0;
    }
    
}
@media all and (max-width: 480px) {
    .simu-title {
        min-height: 52px;
    }
    .simu-title .sm-block {
        display: block;
    }
    .btn-nav-option {
        display: block;
        margin-right: 0;
        margin-left: 0;
	}
	
    
}
.ocontainer-override .olayout-l a:link,
.ocontainer-override .osearch-result a:link {
	color: #0e4194;
}
.ocontainer-override .olayout-l a:hover,
.ocontainer-override .osearch-result a:hover {
	color: #2859A7;
	text-decoration: underline;
}
.ocontainer-override .olayout-l a:visited,
.ocontainer-override .osearch-result a:visited,
.ocontainer-override .olayout-aside a:visited {
	/* color: #5e15be; */
}

.onews a:first-child{
	/* display: inline-block; */
}

.template-page .oaccordion h2,
.orapport h2{
	font-size:16px;
letter-spacing:0.2px;
}
.template-page  .owrap{
	max-width:635px;
	width: 100%;
}
.template-page .olist-pdf li{
	min-width: 100%;
    max-width: 100%;
}
.template-page .oreset p{
	padding: 10px 0 0;
}


/* page ofii responsive */


@media screen and (max-width:1200px){
	.map-container, #mapid{
		width: 100%;
		height: 345px;
	}
}
@media screen and (max-width:1023px){
	.ocontainer-override .olayout-l {
		flex: 0 0 65%;
		padding: 0 15px;
	}
	.ocontainer-override .olayout-aside {
		flex: 0 0 35%;
	}
	.onews {
		/* flex: 0 0 33.33333%; */
		padding: 15px;
  }
  .othumbnail > div {
    padding: 30px;
  }
	
}
@media screen and (max-width:789px){
	.oactu-all .onews-container{
		justify-content: flex-start;
	}
	.onews {
		flex: 0 0 100%;
  }
}
@media screen and (max-width:767px){
	.oactu-all .onews-container{
		justify-content: center;
	}
	.ocontainer-override .olayout{
		flex-wrap: wrap;
	}
	.ocontainer-override .olayout-l,
	.ocontainer-override   .olayout-aside,
	.olayout-col6,
	.olayout-col3{
		flex: auto;
		max-width: 100%;
	}
	
	.osearch .oform-group input{
		width: 100%;
		max-width: 238px;
	}

	.oscroll-wrap{
		padding:20px 15px 0 ;
		position: relative;
	}
	.oscroll-wrap button{
		color: transparent !important;
		line-height: 17;
		padding: 0 10px;
		font-size: 3px;
		background: transparent;
	}
	.oscroll-wrap button:before{
		position: absolute;
		right:0;
	}
	.oactu-all .ofig-header{
		display: none ;
	}
	/* adresse */

	.map-container, #mapid{
		margin-top: 25px;
		height: 220px;
	}
	.ofig-header{
		/* display: none; */
	}

	.olayout .olayout-col3{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.olayout .olayout-col3:nth-last-child(1){
		
		margin-bottom: 0;
	}
	
	.tabs .onav-list-item{
		font-size: 12px;
		/* padding: 35px 41px 18px; */
	}
	/* telechargement */
	.template-page .olist-pdf li{
		min-width: 100% !important;
	}
	.olist-pdf li a::before{
		flex: 0 0 26px;
	}

}
.content-404{
	padding: 80px 0 10px;
	max-width: 767px;
	width: 100%;
	margin: auto;
}
.content-404 h2,
.content-404 p{
	text-align: center;
}
.content-404 .error-404{
	font-size: 72px;
	font-weight: 700;
	letter-spacing: 1.25px;
}
.content-404 .entry-title{
	margin-top: 35px;
}


/* page simple*/
.osimple-page {
  line-height: 28px;
}
.osimple-page .btn-back {
  padding: 50px 0;
}
.osimple-page .otitle-l {
  margin-bottom: 15px;
}
.osimple-page a:not(.obtn):not(.btn-back) {
  color: #0e4194;
}
.osimple-page a:not(.obtn):not(.btn-back):hover {
  text-decoration: underline;
}
.obody .oprocedure p a:not(.obtn),
.obody .oprocedure li a:not(.obtn){
    color: #0e4194;
}
.opartner  .wp-block-column img{
	display: block;
	margin: auto;
}
.opartner h4{
	font-size:18px;
	line-height:30px;
	letter-spacing: .16px;
}

.address-accordion{
	margin: 80px auto auto;
}
.address-accordion .owrap{
	margin-bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
}
.address-accordion .owrap h3{
	font-family: 'Merriweather';
	font-size: 16px;
	line-height: normal;
	margin: 0;
	letter-spacing: normal;
}
.ocontainer-override .address-accordion .owrap p{
	margin: 0;
	padding-bottom: 0;
}
.ocontainer-override .address-accordion .owrap p,
.ocontainer-override .address-accordion .owrap li
{
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
}

@media(min-width:1024px){
	/* .onav-aside.sticky:not(.osingle){
		position: fixed;
		width: 100%;
		max-width: 350px;
	} */
}
@media(min-width:768px) and (max-width:1023px){
	/* .onav-aside.sticky:not(.osingle){
		position: fixed;
		max-width: 35%;
	} */
}

.onav-aside:not(.osingle) a:hover {
    border-bottom: solid 1px #0e4194;
    display: inline-block;
}
@media(min-width: 1114px){
	.oprocedure .document-aside.sticky {
		background-color: #fff;
	}
	.document-aside .owrap:last-child {
		margin-bottom: 0;
	}
	.document-aside.sticky {
		position: fixed;
		width: 350px;
		z-index: 10;
		/* top:20px !important; */
	}
	.oplayer{
		position: relative;
		/* z-index: 30;
		background-color: #fff !important; */
	}
	/* .stickymason .document-aside.sticky{
		position: relative;
    	top: 0px !important;
	} */
	.stickymason {
		align-items: flex-end!important;
	}
	/* .stickymason .right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.stickymason .olayout-aside {
		justify-content: flex-end;
	} */
	.stickymason .document-aside {
		/* align-self: flex-end; */
		position: initial;
		top: auto!important;
	}
	.stickymason.stickymasono{
		position: relative;
	}
	.stickymason.stickymasono .document-aside{
		position: initial;
		top: initial !important;
		
	}
	.stickymasono .right,
	.stickymasono .olayout-aside {
		justify-content: flex-start!important;
	}
	.stickymason.stickymasono{
		/* min-height: 500px; */
		align-items: flex-start !important;
	}
}
.orapport h2{
	line-height: 1.41;
	margin: 0;
}
.document-aside .owrap:first-child{
	margin-top:0;
}
.orapport p{
	padding: 10px 0 0;
	margin-bottom: 0;
}

.ocontainer-full-width .olayout-l{
	flex: 0 0 100%;
	max-width: 100%;
}
/* Contact Form 7 Input CSS*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
textarea {
	font-size: 16px;
	border: 1px solid;
	border-color: #000000!important;
	width: 95%;
	padding: 2%;
}
/* Contact Form 7 Submit Button*/
.wpcf7 input[type="submit"] {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	background: #0d99d5;
	padding: 15px 25px 15px 25px;
	border: #000000;
	border-radius: 0px;
	width: auto;
	text-transform: uppercase;

}
.wpcf7 .ocontact-form .oinputText{
	border-radius:5px;
    border-color: #aeb7c4 !important;
}
.wpcf7 .ocontact-form label{
	font-weight: 700;
	margin: 0 0 15px ;
}
.wpcf7 input[type="submit"].obtn-secondary{
	color: #fff ;
	border: 1px solid #0E4194 !important;
	text-transform: capitalize;
}
.wpcf7 input[type="submit"].obtn-secondary:hover,
.wpcf7 input[type="submit"].obtn-secondary:active,
.wpcf7 input[type="submit"].obtn-secondary:focus {
	background-color: #FFF !important;
	border: 1px solid #0E4194 !important;
	color: #0E4194;
	cursor: pointer;
}
.gdpr-cookies-used {
	margin-top: 20px;
}
.gdpr-cookies-used:first-child {
	margin-top: 0;
}
.gdpr-cookie-title p {
	margin-bottom: 0;
}
.gdpr-always-active {
	font-size: smaller;
	font-style: italic;
}
.gdpr-cookies {
	font-family: monospace;
}
.gdpr-info {
	background-color: #F3F5F9;
	padding: 10px
}
.gdpr-privacy-preferences.modal {
	display: none;
}
.gdpr-privacy-bar,
.gdpr-reconsent-bar {
	background-color: rgba(0,0,0,.8);
	bottom: 0;
	padding: 20px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.gdpr-privacy-bar .gdpr-content p,
.gdpr-reconsent-bar .gdpr-content p,
.gdpr-reconsent-bar  {
	color: #FFF;
	text-align: center;
}
.gdpr-agreement, .mgdpr-disagree,
.gdpr-privacy-preferences .obtn-secondary, #request-modal-button {
	background-color: #0E4194;
	border: solid 1px transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-top: 10px;
	padding: 10px 15px;
}
.mgdpr-disagree {
	background-color: #e52e2f;
	margin-left: 10px;
}
.mgdpr-disagree:hover {
	background-color: #FFF;
	border-color: #e52e2f;
	color: #e52e2f
}
.gdpr-agreement:hover,
.gdpr-privacy-preferences .obtn-secondary:hover, #request-modal-button:hover {
	background-color: #FFF;
	border-color: #0E4194;
	color: #0E4194
}
.gdpr-privacy-bar .gdpr-buttons,
.gdpr-reconsent-bar .gdpr-buttons,
.gdpr-policy-list {
	text-align: center;
}
.gdpr-buttons a,
.gdpr-reconsent-bar a {
	color: #FFF;
	margin-right: 10px;
	text-decoration: underline;
}
.gdpr-close {
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.gdpr-close:before,
.opopUp-content .popup-close:before {
	content: "\00D7";
}
.gdpr-general-confirmation {
	display: none
}

.gdpr-switch {
	float: right;
	margin-top: 13px;
    margin-right: 10px;
}
.gdpr-cookie-category {
	visibility: hidden;
}

.gdpr-switch-indicator-on,
.gdpr-cookie-category:checked ~ .gdpr-switch-indicator-off {
	opacity: 0.3;
}
.gdpr-cookie-category:checked ~ .gdpr-switch-indicator-on {
	opacity: 1;
}

.gdpr-switch-indicator-on {
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
	background-color: #0E4194;
}

.gdpr-switch-indicator-off {
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
	background-color: #0E4194;
}

.gdpr-policy-list-item {
	display: inline-block
}
@media (max-width:1144px){
	.olayout-aside{
		/* display:none */
	}
	.template-ofii .olayout-l{
		/* margin: auto; */
	}
}
 
@media (max-width:1114px) and (min-height:1024px){
	main.site-omain.simulation-page {
	   /* height: calc(100% - 500px); */
   } 
   }

/* main.site-omain.simulation-page {
    height: calc(100% - 570px);
} */
fieldset.ocontact-form {
    max-width: 635px;
}

.address-accordion h2 {
    margin: 0;
    line-height: 35px;
}
.ocontainer-override .obreadcrumb ul li,
.ocontainer-override .obreadcrumb ul{
	color: #7f7e8d;
}
.ocontainer-override .obreadcrumb a{
	color: #0e4194;
}

@media(max-width:1114px){
	.ocontainer-override .olayout {
		display: block;
		flex-wrap: wrap;
	}
	.onav-aside{
		position: static;
	}
	.ocontainer-override .olayout-l,
	.ocontainer-override   .olayout-aside,
	.olayout-col6,
	.olayout-col3{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.opopUp-content .popup-close {
	background-color: transparent!important;
	color: #FFF;
	font-size: 44px;
	height: auto;
	position: absolute;
	right: -2px;
	top: -37px;
	width: auto
}
@media screen and (max-width:991px){
	
	.opopUp-content .opopUp-footer a{
		display: inline;
	}
}
@media screen and (max-width:574px){
	.template-page .olist-pdf a{
		max-width: 100%;
	}
	.opopUp-content{
		width: 93vw;
	}
	.template-page .owrap{
		padding:25px 30px
	}
	.opopUp-content .opopUp-footer{
		padding-left: 17px;
		padding-right: 17px;
	}
	.ocontainer-override .obreadcrumb ul li, .ocontainer-override .obreadcrumb ul{
		display: inline-block;
	}

	.simu-other-actions{
		flex-wrap: wrap;
		text-align: center;
	}
	.simu-other-actions .obtn{
		display: inline-grid;
		width: 100%;
		margin:15px auto;
	}
	.otitle + hr {
		max-width: 290px;
		
	}
}
@media screen and (max-width:351px){
	
	.oheadBannerText-content{
		padding: 0 14px;
	}
}
@media (max-width: 1113px){
	.oscroll-wrap .oscroll-up {
		background-color: transparent!important;
		bottom: 15px;
		/* bottom: 30px; */
		display: none;
		font-size: 0;
		line-height: initial;
		padding: 0;
		position: fixed;
		right: 0;
		/* right: 196px; */
		width: auto;
	}
	.procedure-template.single-procedure .oscroll-wrap .oscroll-up:before{
		bottom: 14px;
		position: absolute;
		right: 196px;
	}
	.oscroll-wrap .oscroll-up.ofade {
		display: inline-block;
	}
	.oscroll-wrap .oscroll-up:before {
		position: initial;
	}
}
.tab-map-item {
	padding: 0;
}
.tab-map-item a {
	padding: 35px 58px 18px;
}
@media (max-width: 1113px){
	.tab-map-item {
		flex: 1 auto;
		text-align: center;
	}
	.tab-map-item a {
		padding-left: 0;
		padding-right: 0;
	}
}
.page-header {
	position: relative;
	z-index: 99999;
}

.otext-list{
	margin-bottom: 25px;
}
.otext-list p{
	width: 100%;
}

.template-textes .oprocedure .oreset ul a{
    text-decoration: underline;
}
.document-aside section{
	position: relative;
	z-index: 10;
}


.link-inside-bar {
	color: #fff;
    text-decoration: underline;
}

#request-modal {
	z-index: 9999999999;
}

.cli-bar-message {
	color: #fff !important;
}

.language-switcher-desktop-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

.language-switcher-desktop-wrapper select {
	height: 52px;
	width: 115px;
}

.language-switcher {
	position: relative;
}

.language-switcher img {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.language-switcher select {
	height: 52px;
	padding-left: 45px;
	font-weight: bold;
	background-color: #f1f2f2;
}

#cookie-law-info-bar {
    z-index: 99999;
}

@media screen and (max-width:550px){
	#cookie-law-info-bar .cli-bar-btn_container {
		flex-direction: column;
	}
}

a.cli_preferences_button:focus {
	border: 1px dashed #0E4194 !important;
}
a#cookie_action_close_header_reject:focus {
	border: 1px dashed white !important;
}
a#wt-cli-accept-all-btn:focus {
	border: 1px dashed white !important;
}

.semul-title {
	font-size: 30px !important;
    font-weight: bold;
    margin-top: 20px;
}

.onews > a:focus img {
	display: bloc;
	border-radius: 5px;
    border: 3px solid #0e4194;
}

button.popup-close {
    margin-top: -18px;
    right: 0px;
}

button.popup-close:focus {
	border: 2px solid #fff;
}

.opopUp-body:focus {
	border: 2px solid #fff;
}
/*ASO -- figer le menu lateral --*/ 
body.home.page-template {
       position: fixed;
       width: 100%;
}