@charset "UTF-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
	font-family: slabserif;
	src: url(lib/fonts/geometric-slabserif-712-bt.ttf);
}

body {
	font-family: slabserif;
	overflow-x: hidden;
	margin: 0;
	height: 100%;
	max-height: 100%;
	letter-spacing: 0.01rem;
	font-size: 1.7rem;
	line-height: 1.75em;
	color: #333;
	-webkit-font-feature-settings: 'kern' 1;
	-moz-font-feature-settings: 'kern' 1;
	-o-font-feature-settings: 'kern' 1;
	text-rendering: geometricPrecision;
	font-weight: 300;
	background-color: #ffffff;
	/* color: #000000;
     height: 100%;
     */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	max-height: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #616161;
}

a {
	background: transparent;
	color: #4A4A4A;
	transition: color 0.3s ease;
	/* color: black;
     */
	text-align: center;
	text-decoration: none;
}

h1 {
	/* font-size: 5rem;
     */
	letter-spacing: -2px;
	text-indent: -3px;
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* height: 0;
     */
	display: block;
	height: 1px;
	border: 0;
	border-top: #EFEFEF 1px solid;
	margin: 3.2em 0;
	padding: 0;
}

img {
	border: 0;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

 ::selection {
	background: #D6EDFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
	-moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
	-o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
	color: #2E2E2E;
	line-height: 1.15em;
	margin: 0 0 0.4em 0;
	font-family: "Playfair Display";
	text-rendering: geometricPrecision;
}

h2 {
	font-size: 3.6rem;
}

p,
ul,
ol,
dl {
	-webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
	-moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
	-o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
	margin: 0 0 1.75em 0;
	text-rendering: geometricPrecision;
}

h3 {
	font-size: 3rem;
}

ol,
ul {
	padding-left: 3rem;
}

ol ol,
ul ul,
ul ol,
ol ul {
	margin: 0 0 0.4em 0;
	padding-left: 2em;
}

li {
	margin: 0.4em 0;
}

body:not(.post-template) .post-title {
	font-size: 2.5rem;
	font-style: italic;
	line-height: 1.2;
}

p {
	line-height: 1.8;
	text-align: justify;
}

ul {
	text-align: justify;
}

svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}

.navbar-text {
	padding-top: 1em;
}

a:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hidden {
	text-indent: -9999px;
	visibility: hidden;
	display: none;
}

.inner {
	position: relative;
	width: 80%;
	/* max-width: 710px; */
	margin: 0 auto;
}

.content {
	width: 85%;
	margin: 0 auto;
	background: #fff;
	padding: 40px 0;
	margin-top: -100px;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.main-nav {
	position: relative;
	padding: 5px 5%;
	margin: 0 0 0 0;
}

.main-nav a {
	text-decoration: none;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #ccc;
	font-family: slabserif;
}

.main-nav.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	border: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	background: rgba(47, 79, 79, 0.8);
	z-index: 9;
}

.page-title {
	margin: 10px 0 0 0;
	font-size: 6.5rem;
	letter-spacing: -1px;
	font-weight: 700;
	font-family: "Playfair Display";
	color: #fff;
	font-style: italic;
}

.page-description {
	margin: 0;
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.01rem;
	color: rgba(255, 255, 255, 0.9);
}

.post-title a {
	text-decoration: none;
}

.post-excerpt p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

.entry-title-divider {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 7px;
	height: 5px;
}

.entry-title-divider:before,
.entry-title-divider:after {
	content: '';
	position: absolute;
	top: 2px;
	width: 40px;
	height: 1px;
	background-color: #f4f4f4;
}

.entry-title-divider:before {
	left: -48px;
}

.entry-title-divider:after {
	right: -48px;
}

.entry-title-divider span {
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	margin: 0 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.text-center {
	text-align: center;
}

#loginbtn {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: 10px;
	z-index: 2000;
}

#loginbtn i {
	color: #FFFFFF;
}

#loginbtn i:hover {
	color: #dd9f71;
}

#loginbtn:hover {
	border: 0px transparent !important
}

#container {
	background-color: #fff;
	position: relative;
	color: #000;
	padding-top: 17px;
	top: 0;
}

.footer {
	background-color: #616161;
	padding: 15px;
	border-radius: 0;
	font-size: 12px;
	color: #C6C5C5;
	margin-bottom: 0 !important;
	width: 100%;
}

#back-to-top {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: red;
	/* Set a background color */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 15px;
	/* Some padding */
	border-radius: 10px;
	/* Rounded corners */
	font-size: 18px;
	/* Increase font size */
	background-color: #555;
	/* Add a dark-grey background on hover */
}

.card:hover {
	transition: all 0.2s ease-out;
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	top: -4px;
	border: 1px solid #cccccc;
	background-color: white;
}

.hovew:hover {
	transition: all 0.2s ease-out;
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	top: -4px;
	border: 1px solid #cccccc;
	background-color: white;
}

.hov:hover {
	transition: all 0.2s ease-out;
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	top: -4px;
}

.popover {
	max-width: 100% !important;
	width: 60vw;
	left: 5vw !important;
	right: 5vw !important;
	height: auto !important;
	top: 60px !important;
}

.container-fluid {
	/* max-width: 1770px; */
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: #e1ac84 !important;
	border: 2px solid #e1ac84 !important;
	border-radius: 5px !important;
	padding: 12px 50px 14px;
	font-size: 1.2rem;
}

.btn-primary:hover {
	background-color: white !important;
	border: 2px solid #e1ac84 !important;
	color: #e1ac84 !important;
	border-radius: 5px !important;
}

.btn-secondary {
	background-color: #5a6268 !important;
	border: 2px solid #5a6268 !important;
	border-radius: 5px !important;
	color: white !important;
	padding: 6px 25px 7px;
	font-size: 1.2rem;
	margin: 5px;
}

.btn-secondary:hover {
	background-color: white !important;
	border: 2px solid #5a6268 !important;
	color: #5a6268 !important;
	border-radius: 5px !important;
}

.btn-success {
	background-color: #009879 !important;
	border: 2px solid #009879!important;
	border-radius: 5px !important;
	padding: 6px 25px 7px;
	font-size: 1.2rem;
	margin: 5px;
}

.btn-success:hover {
	background-color: white !important;
	border: 2px solid #009879 !important;
	color: #009879 !important;
	border-radius: 5px !important;
}

.btn-warning {
	background-color: #ffc107 !important;
	border: 2px solid #ffc107!important;
	border-radius: 5px !important;
	padding: 6px 25px 7px;
	font-size: 1.2rem;
	margin: 5px;
}

.btn-warning:hover {
	background-color: white !important;
	border: 2px solid #ffc107 !important;
	color: #ffc107 !important;
	border-radius: 5px !important;
}

.btn-danger {
	background-color: #c82333 !important;
	border: 2px solid #c82333!important;
	border-radius: 5px !important;
	padding: 6px 25px 7px;
	font-size: 1.2rem;
	margin: 5px;
}

.btn-danger:hover {
	background-color: white !important;
	border: 2px solid #c82333 !important;
	color: #c82333 !important;
	border-radius: 5px !important;
}

.btn-info {
	background-color: #17a2b8 !important;
	border: 2px solid #17a2b8 !important;
	border-radius: 5px !important;
	color: white;
	padding: 6px 25px 7px;
	font-size: 1.2rem;
	margin: 5px;
}

.btn-info:hover {
	background-color: white !important;
	border: 2px solid #17a2b8 !important;
	color: #17a2b8 !important;
	border-radius: 5px !important;
}

.btn-admin:hover {
	background-color: white !important;
	border: 2px solid #e1ac84 !important;
	color: #e1ac84 !important;
	border-radius: 15px !important;
}

p,
.tm-text-gray {
	color: #999;
}

#hr1 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 15vw;
	background: linear-gradient(to left, white, #dd9f71);
	height: 3px;
	border-top-width: 0px !important;
}

.tooltip {
	font-size: 1.2rem !important;
}

.voir {
	margin-top: 60px;
	margin-left: 60px;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.vis {
	visibility: hidden;
}

a:active,
a:hover {
	outline: 0;
}

.haut {
	margin-top: -85px;
}

.marg12 {
	margin-top: -85px;
}

.titre {
	height: 0;
}

.main-nav a:hover {
	color: #fff;
}

.main-nav ul {
	list-style: none;
	margin: 5px 0;
	text-align: center;
	padding-left: 0;
}

.main-nav ul li {
	display: inline-block;
}

.main-nav ul li a {
	padding: 0 10px;
}

.top-page {
	position: relative;
	color: #FFFFFF;
	font-family: "advent-pro", andika, "bubbler-one", "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Schoolbook";
	height: 150px;
	/* background-color: #5a5a5a;
     */
	background-image: url("../images/chess-3801531_1920.jpg");
	background-position: bottom;
	border-radius: 0 !important;
}

#top-block-titre {
	position: relative;
	width: 830px;
	height: 150px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.top-page #top-block-titre {
	margin-top: 0;
	max-width: 100%;
}

select.customDropdown::-ms-expand {
	display: none;
}

select.customDropdown {
	outline: none;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: '';
	background: url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 15px;
}

a:hover {
	color: grey;
	/*background-color:#7F0002;
    */
	border-radius: 4px;
}

.haut2 {
	margin-top: -85px;
	min-height: calc(100vh - 204px);
}

#navig2b .active {
	color: #dd9f71;
}

#navig2 a.active {
	color: #dd9f71;
}

.nav-item {
	margin-right: 30px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-link {
	color: #666666;
	border-bottom: 4px solid transparent;
	font-size: 1.5rem;
}

#col8 {
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 80px;
	padding-top: 20px;
}

.col8 {
	padding-left: 40px;
	padding-right: 80px;
	padding-top: 20px;
}

#col7 {
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

.whi p {
	color: white;
}

.paddtop {
	padding-top: 30px;
}

.whi ul {
	color: white;
}

.btn-default:hover {
	border-radius: 5px !important;
	background-color: #ebe8e8 !important;
}

.modal-content {
	min-width: min-content;
}

svg:not(:root) {
	overflow: hidden;
}

.whi span {
	background-color: transparent !important;
	color: white;
}

.effect01 {
	color: #FFF !important;
	font-size: 2.0rem;
	border: 3px solid #2f4f4f;
	box-shadow: 0 0 0 1px #2f4f4f inset;
	background-color: rgba(47, 79, 79, 0.8);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.effect01:hover {
	border: 3px solid #666;
	background-color: #FFF;
	box-shadow: 0 0 0 4px #EEE inset;
	border-radius: 0;
}


/*btn_text*/

.effect01 span {
	transition: all 0.2s ease-out;
	z-index: 2;
}

.effect01:hover span {
	letter-spacing: 0.13em;
	color: #333;
}


/*highlight*/

.effect01:after {
	background: #FFF;
	border: 0 solid #000;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .8;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 50px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*easeOutCirc*/
	z-index: 1;
}

.effect01:hover:after {
	background: #FFF;
	border: 20px solid #000;
	opacity: 0;
	left: 120%;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}

.form-control {
	padding: 10px 20px;
	width: 100%;
	height: auto;
	font-size: 15px;
	border-radius: 15px;
}

.form-control,
input:-internal-autofill-selected,
select:not([multiple]) {
	color: rgb(47, 79, 79) !important;
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(47, 79, 79);
	opacity: 1;
	/* Firefox */
}

.form-signin {
	background-color: transparent !important;
}


/*.triangle {
	margin-top:2px;
}*/


/*boutons "glissants"*/

.arcont {
	transform: translate(-50%, -50%);
	color: #587272;
	text-decoration: none;
	font-size: 0.8vw;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #587272;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	border-radius: 5px;
	margin-left: 50%;
	margin-top: 20px;
	background-color: white;
}

.arcont::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #587272;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arcont::after {
	content: "";
	display: inline-block;
	background-image: url("../email.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arcont:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arcont:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arcont:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus {
	transform: translate(-50%, -50%);
	color: #587272;
	text-decoration: none;
	font-size: 0.8vw;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #587272;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	border-radius: 5px;
	margin-left: 50%;
	margin-top: 20px;
	background-color: white;
}

.arplus::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #587272;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arplus::after {
	content: "";
	display: inline-block;
	background-image: url("../plus.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arplus:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arright {
	transform: translate(-50%, -50%);
	color: #587272;
	text-decoration: none;
	font-size: .8em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #587272;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	border-radius: 5px;
	margin-left: 20%;
	margin-top: 20px;
	background-color: white;
}

.arright::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #587272;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arright::after {
	content: "";
	display: inline-block;
	background-image: url("../right.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arright:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arright:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arright:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.armin {
	transform: translate(-50%, -50%);
	color: #587272;
	text-decoration: none;
	font-size: 0.8vw;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #587272;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	border-radius: 5px;
	margin-left: 50%;
	margin-top: 20px;
	background-color: white;
}

.armin::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #587272;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.armin::after {
	content: "";
	display: inline-block;
	background-image: url("../minus.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.armin:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.armin:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.armin:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.ar {
	transform: translate(-50%, -50%);
	color: #009879;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #009879;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	margin-left: 40%;
	margin-top: 20px;
	border-radius: 5px;
}

.ar::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #009879;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.ar::after {
	content: "";
	display: inline-block;
	background-image: url("../floppy-disk.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.ar:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.ar:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.ar:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.aran {
	transform: translate(-50%, -50%);
	color: #C70039 !important;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #C70039;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	margin-left: 40%;
	margin-top: 20px;
	text-decoration: none !important;
	border-radius: 5px;
}

.aran::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #C70039;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.aran::after {
	content: "";
	display: inline-block;
	background-image: url("../back.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.aran:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.aran:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.aran:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arsup {
	transform: translate(-50%, -50%);
	color: #C70039;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #C70039;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	margin-left: 30%;
	margin-top: 20px;
	text-decoration: none !important;
	border-radius: 5px;
}

.arsup::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #C70039;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arsup::after {
	content: "";
	display: inline-block;
	background-image: url("../delete.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arsup:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arsup:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arsup:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.ared {
	transform: translate(-50%, -50%);
	color: #e1ac84;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #e1ac84;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	margin-left: 30%;
	margin-top: 20px;
	text-decoration: none !important;
	border-radius: 5px;
}

.ared::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #e1ac84;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.ared::after {
	content: "";
	display: inline-block;
	background-image: url("../draw.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.ared:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.ared:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.ared:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arnews {
	position: absolute;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	transform: translate(-50%, -50%);
	color: #e1ac84;
	text-decoration: none;
	font-size: 0.9vw;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #e1ac84;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	text-decoration: none !important;
	border-radius: 5px;
	margin-top: 30px;
}

.arnews::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: linear-gradient(to right, #dd9f71 0%, #FFE39B 100%);
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arnews::after {
	content: "";
	display: inline-block;
	background-image: url("../news.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arnews:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arnews:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arnews:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arprod {
	position: absolute;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	transform: translate(-50%, -50%);
	color: #e1ac84;
	text-decoration: none;
	font-size: 0.9vw;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #e1ac84;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	text-decoration: none !important;
	border-radius: 5px;
}

.arprod::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: linear-gradient(to right, #dd9f71 0%, #FFE39B 100%);
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arprod::after {
	content: "";
	display: inline-block;
	background-image: url("../tresor.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arprod:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arprod:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arprod:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arcon {
	transform: translate(-50%, -50%);
	color: #009879;
	text-decoration: none;
	font-size: 0.75em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #009879;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	background-color: white;
	margin-left: 50%;
	margin-top: 20px;
	text-decoration: none !important;
	border-radius: 5px;
}

.arcon::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #009879;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arcon::after {
	content: "";
	display: inline-block;
	background-image: url("../connect.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arcon:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arcon:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arcon:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus1 {
	transform: translate(-50%, -50%);
	color: #e1ac84;
	text-decoration: none;
	font-size: 0.5em;
	display: inline-block;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid #e1ac84;
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	border-radius: 5px;
	margin-left: 40%;
	margin-top: 20px;
	background-color: white;
}

.arplus1::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #e1ac84;
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.arplus1::after {
	content: "";
	display: inline-block;
	background-image: url("../plus.svg");
	position: absolute;
	top: 0;
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus1:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.arplus1:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.arplus1:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}


/*
.navbar-collapse {
	position: fixed;
	top: 50px;
	right: 0px;
	background: white;
	width: 150px;
	padding: 15px;
}
*/


/*spécificités safari */

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) {
		.safari_only {}
		.shad {
			text-shadow: #c7c5c5 2px 2px 2px !important;
		}
		.shad a.active {
			text-shadow: transparent !important;
		}
		.shad a:hover {
			text-shadow: transparent !important;
		}
		#navig1 a.safari_only.active {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px white;
		}
		#navig1 a.safari_only.active:hover {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px #dd9f71;
		}
		#navig1 a.safari_only:hover {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px #dd9f71;
		}
		.top3 a.safari_only.active {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px white;
		}
		.top3 a.safari_only.active:hover {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px #dd9f71;
		}
		.top3 a.safari_only:hover {
			border-top: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 2px #dd9f71;
		}
		@media only screen and (min-width: 1824px) {
			#navig1 a.safari_only {
				border-bottom: 3px white!important;
				line-height: 2 !important;
				margin-right: 8px !important;
			}
			#navig1 a.safari_only.active {
				border-bottom: 3px white!important;
				line-height: 2 !important;
			}
			#navig1 a.safari_only:hover {
				border-bottom: 3px #dd9f71 !important;
				line-height: 2 !important;
			}
			#navig1 a.safari_only.active:hover {
				border-bottom: 3px #dd9f71 !important;
				line-height: 2 !important;
			}
			#navig1 {
				margin-top: 30px !important;
			}
			.normmarg.safari_only {
				margin-bottom: 0px !important;
			}
			.arnews {
				margin-left: 50% !important;
			}
			.top2 {
				margin-bottom: 10px !important;
			}
		}
	}
}


/*grands écrans */

@media only screen and (min-width: 1824px) {
	.bigs {
		max-height: 50vh !important;
	}
	.petext {
		font-size : 1.2em !important;
	}
	.textart p {
		font-size: 1em !important;
	}
	#base {
		display: none !important;
	}
	.textart span {
		font-size: 1em !important;
	}
	.bigsw {
		max-width: 20vw !important;
		margin-left: 40px !important;
	}
	.effect01 {
		font-size: 1.2vw;
	}
	.marg12 {
		margin-top: -40px !important
	}
	.padgros {
		padding: 1.5%!important;
	}
	.wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
		grid-gap: 5vw;
	}
	.fondiv {
		height: 200px !important
	}
	span p {
		font-size: 1.5em !important;
		line-height: 1.8 !important;
	}
	.haut {
		margin-top: -85px !important;
	}
	body:not(.post-template) .post-title {
		font-size: 3.5rem !important;
	}
	.post-excerpt p {
		font-size: 2.5rem !important;
	}
	ul li span {
		font-size: 1.5em !important;
		line-height: 1.8 !important;
	}
	font {
		font-size: 1.1em !important;
	}
	p {
		font-size: 1.5em !important;
	}
	span {
		font-size: 1em !important;
		line-height: 1.8 !important;
	}
	font {
		font-size: 1em !important;
	}
	h2 {
		font-size: 4rem !important;
	}
	.arnews {
		font-size: 1.5rem !important;
	}
	.font1 {
		font-size: 4.5rem !important;
	}
	.font2 {
		font-size: 1.9rem !important;
	}
	.normmarg {
		margin-top: -20px !important;
		margin-bottom: 20px !important
	}
	.main-nav .overlay {
		height: 108px !important;
	}
	.imglogo {
		height: 100px !important;
		width: 100px !important;
		top: 4px !important;
	}
	.main-nav a {
		font-size: 1.5em !important
	}
	#navig1 {
		margin-top: 38px !important;
		height: 38px !important;
	}
	#navig1 a {
		border-bottom: 3px solid transparent !important;
		line-height: 2 !important;
		margin-right: 8px !important;
	}
	#navig1 a.active {
		border-bottom: 3px solid transparent !important;
		line-height: 2 !important;
	}
	#navig1 a:hover {
		border-bottom: 3px solid transparent !important;
		line-height: 2 !important;
	}
	#navig1 a.active:hover {
		border-bottom: 3px solid transparent !important;
		line-height: 2 !important;
	}
	.mob {
		margin-top: 108px !important;
	}
	#base {
		display: none !important
	}
	.margneg {
		bottom: -110px !important;
	}
	a {
		font-size: 1.7em !important;
	}
	.top-page {
		margin-top: 108px !important;
		height: 250px !important;
	}
	.main-nav.overlay {
		height: 108px !important;
	}
	.nomargbig {
		margin-top: 0px !important;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.7rem !important;
		padding-left: 0.7rem !important;
	}
	.paddleft {
		padding-left: 120px !important
	}
	.tooltip {
		font-size: 1.2em !important;
	}
	.alert-info {
		font-size: 1.2em !important;
	}
	table td {
		font-size: 1.8em !important;
		line-height: 40px !important;
	}
	.ared {
		font-size: 0.4em !important;
		margin-left: 40% !important
	}
	.arsup {
		font-size: 0.4em !important;
		margin-left: 40% !important
	}
	.arright {
		font-size: 0.4em !important;
		margin-left: 40% !important
	}
	.minhe {
		min-height: calc(100vh - 204px) !important;
	}
	.forme {
		width: 30% !important;
	}
}


/*écrans normaux*/

@media only screen and (max-width:1824px) and (min-width:992px) {
	.normheight {
		height: 40px !important;
		margin-bottom: 0px !important;
	}
	.normheight1 {
		height: 60px !important;
	}
	.wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		grid-gap: 5vw;
	}
	#base {
		display: none !important
	}
	.minhe {
		min-height: calc(100vh - 204px) !important;
	}
	.main-nav a {
		text-decoration: none;
		font-size: 1.2em !important;
	}
	h2 {
		font-size: 2.2vw !important;
	}
	p {
		font-size: 1vw !important;
	}
	span {
		font-size: 1vw !important;
	}
	ul li {
		font-size: 1vw !important;
	}
	font {
		font-size: 1vw !important;
	}
}


/*affichages menus petits écrans pc*/

@media only screen and (max-width:1150px) and (min-width:992px) {
	.main-nav a {
		font-size: 0.9vw !important;
	}
}