@charset "iso-8859-1";

/* @changelog 2022-08-11 [EVOL] (Nicolas) Ajout de la font principale Corinthia */

/* Regular */
@font-face {
    font-family: 'Corinthia';
    src: url('./fonts/corinthia-regular/corinthia-regular-webfont.eot');
    src: url('./fonts/corinthia-regular/corinthia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/corinthia-regular/corinthia-regular-webfont.woff2') format('woff2'),
         url('./fonts/corinthia-regular/corinthia-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}



/* @changelog 2022-08-11 [EVOL] (Nicolas) Ajout de la font secondaire Raleway */

/* Black */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-black/raleway-black-webfont.eot');
    src: url('./fonts/raleway-black/raleway-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-black/raleway-black-webfont.woff2') format('woff2'),
         url('./fonts/raleway-black/raleway-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

	/* Black Italic */
	@font-face {
		font-family: 'Raleway';
		src: url('./fonts/raleway-black/raleway-blackitalic-webfont.eot');
		src: url('./fonts/raleway-black/raleway-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/raleway-black/raleway-blackitalic-webfont.woff2') format('woff2'),
			url('./fonts/raleway-black/raleway-blackitalic-webfont.woff') format('woff');
		font-weight: 900;
		font-style: italic;
	}

/* Bold */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-bold/raleway-bold-webfont.eot');
    src: url('./fonts/raleway-bold/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-bold/raleway-bold-webfont.woff2') format('woff2'),
         url('./fonts/raleway-bold/raleway-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

	/* Bold Italic */
	@font-face {
		font-family: 'Raleway';
		src: url('./fonts/raleway-bold/raleway-bolditalic-webfont.eot');
		src: url('./fonts/raleway-bold/raleway-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/raleway-bold/raleway-bolditalic-webfont.woff2') format('woff2'),
			url('./fonts/raleway-bold/raleway-bolditalic-webfont.woff') format('woff');
		font-weight: 700;
		font-style: italic;
	}

/* SemiBold */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-semibold/raleway-semibold-webfont.eot');
    src: url('./fonts/raleway-semibold/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-semibold/raleway-semibold-webfont.woff2') format('woff2'),
         url('./fonts/raleway-semibold/raleway-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

	/* SemiBold Italic */
	@font-face {
		font-family: 'Raleway';
		src: url('./fonts/raleway-semibold/raleway-semibolditalic-webfont.eot');
		src: url('./fonts/raleway-semibold/raleway-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/raleway-semibold/raleway-semibolditalic-webfont.woff2') format('woff2'),
			url('./fonts/raleway-semibold/raleway-semibolditalic-webfont.woff') format('woff');
		font-weight: 600;
		font-style: italic;
	}

/* Regular */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-regular/raleway-regular-webfont.eot');
    src: url('./fonts/raleway-regular/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-regular/raleway-regular-webfont.woff2') format('woff2'),
         url('./fonts/raleway-regular/raleway-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

	/* Regular Italic */
	@font-face {
		font-family: 'Raleway';
		src: url('./fonts/raleway-regular/raleway-regularitalic-webfont.eot');
		src: url('./fonts/raleway-regular/raleway-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/raleway-regular/raleway-regularitalic-webfont.woff2') format('woff2'),
			url('./fonts/raleway-regular/raleway-regularitalic-webfont.woff') format('woff');
		font-weight: 400;
		font-style: italic;
	}

/* Light */
@font-face {
    font-family: 'Raleway';
    src: url('./fonts/raleway-light/raleway-light-webfont.eot');
    src: url('./fonts/raleway-light/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/raleway-light/raleway-light-webfont.woff2') format('woff2'),
         url('./fonts/raleway-light/raleway-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

	/* Light Italic */
	@font-face {
		font-family: 'Raleway';
		src: url('./fonts/raleway-light/raleway-lightitalic-webfont.eot');
		src: url('./fonts/raleway-light/raleway-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('./fonts/raleway-light/raleway-lightitalic-webfont.woff2') format('woff2'),
			url('./fonts/raleway-light/raleway-lightitalic-webfont.woff') format('woff');
		font-weight: 300;
		font-style: italic;
	}



/* Older browsers */

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	position: relative;
    background-color: var(--white);
    color: var(--color-secondary);
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
	padding-top: 0 !important; /* Supprime la marge créée pour le menu-admin */
    overflow-x: hidden;
}

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}



/* a, a:hover, a:focus { */
a {
	color: var(--color-quaternary);
	text-decoration: none;
		-moz-transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
	border:0;
	vertical-align: bottom;
	max-width:100%;
}
.map img{
	max-width:inherit;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


/* --------------
T Y P O G R A P H I E
-----------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif !important;
}

h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(20px, 5vw, 27px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #242526 !important;
  margin-top: 0px !important;
}

h2.gform_submission_error {
	font-size: 1rem !important;
}

h2 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(27px, 5vw, 35px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #242526 !important;
  margin-top: 0px !important;
}

h1 {
	font-family: 'Raleway', sans-serif !important;
  font-size: clamp(35px, 5vw, 47px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear{
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	display:block;
	margin:0;
}
.clear-box{
	clear: both;
}

.clearfix::after{
	content:'';
	display:block;
	clear:both;
}


/* Code temporaire pour Ticket 5158 - desactiver message erreur/succes sib */

.sib-form .sib-form-container #error-message,
.sib-form .sib-form-container #success-message{
	display: none;
}