<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- FEUILLE DE STYLE --- */

/* ////////////////////////////////////////////////////////////////////////////

	SupAvenir // CSS
	NetConception 2020
	
//////////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////////

    GLOBAL

//////////////////////////////////////////////////////////////////////////// */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	font-size: 62.5%; /* RÃ©-Ã©quilibrage du Rem face au Pixel pour des calculs simples / 1.0rem = 10px */
}

body {
	background: #FFF;
	scroll-behavior: smooth;
	/* Attention les fonctions JS scroll ne marcheront pas avec overflow-x: hidden; */
    /*overflow-x: hidden;*/
}

::selection { color: #FFF;}
::-moz-selection { color: #FFF; }
::selection { background-color: rgba(51,185,232,0.6); }
::-moz-selection { background-color: rgba(51,185,232,0.6); }

p, div, td, li {
	color:#000000;
	font-family: 'Mulish', sans-serif;
	font-size:1.6rem;
}

a {
	color:#33B9E8;
	text-decoration:none;
	transition: all 0.2s ease;
}

a:hover {
	color:#0C356F;
	text-decoration:none;
}

h1 {

}

h2 {
	color: #0C356F;
	text-transform: uppercase;
	font-size: 3.0rem;
	font-size: clamp(2.2rem, 1.6vw, 3.0rem);
	margin: 15px 0;
}

h3 {
	font-family: 'Pacifico', cursive;
	color: #33B9E8;
	font-size: 3.0rem;
	font-size: clamp(2.2rem, 1.6vw, 3.0rem);
	font-weight: 400;
	margin: 10px 0;
}

h4, h5, h6 {
	color: #0C356F;
	margin: 5px 0;
} 

img {
	max-width: 100%;
}

/* ////////////////////////////////////////////////////////////////////////////

    NORMALIZE

//////////////////////////////////////////////////////////////////////////// */

main {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

/* ////////////////////////////////////////////////////////////////////////////

    CLASSES GÃ‰NÃ‰RALES

//////////////////////////////////////////////////////////////////////////// */

.container {
	max-width:1200px;
	margin:auto;
}
footer .credits .container  a{
	width:33%;
	display:inline-block;
	text-align:center;
}
footer .credits .container  a:nth-child(1){	
	width:30%;
}
footer .credits .container  a:nth-child(2){	
	width:05%;
}
footer .credits .container  a:nth-child(3){	
	width:30%;
}
footer .credits .container  a:nth-child(4){	
	width:20%;
}
footer .credits .container  a:nth-child(5){	
	width:20%;
}
footer .credits .container  a:first-child{
	text-align:left;
}
footer .credits .container  a:last-child{
	text-align:right;
}

.spacer {
	clear: both;
}

.flexRow {
	display: flex;
	flex-flow: row nowrap;
}

.flexColumn {
	display: flex;
	flex-flow: column nowrap; 
}

.all-inline {
	display: flex;
	align-items: center;
}

.noscroll {
	overflow-x: hidden;
}

.alignleft {
	float: left;
	margin: 0 40px 20px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 20px 40px;
}

.visually-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.visually-hidden-2 {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.scroll-touch {
  -webkit-overflow-scrolling: touch; /* on laisse le dÃ©filement se poursuivre */
}

.scroll-auto {
  -webkit-overflow-scrolling: auto; /* on arrÃªte le dÃ©filement immÃ©diatement */
}

.selector {
  font-size: 2.4rem;
  /* clamp(MIN, VAL, MAX) */
  font-size: clamp(1.8rem, 1.2vw, 2.4rem);
}

@supports (object-fit: cover) {
  /* IF object-fit IS SUPPORTED */
  .selector {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.netc-editor {
	padding: 20px 0 0 0;
}

.netc-editor p,
.netc-editor span,
.netc-editor div,
.netc-editor td,
.netc-editor li {
	font-size: 2.2rem;
	font-size: clamp(1.8rem, 1.2vw, 2.2rem);
	color: #0C356F;
}

.netc-editor ul {
	list-style: none;
	line-height: 1.8;
	padding: 0;
}

.netc-editor ul li {
	background-image: url("../images/assets/little-arrow.svg");
	background-position: left 1.5rem;
	background-repeat: no-repeat;
	background-size: 15px;
	padding: 0 0 0 25px;
}

/* ////////////////////////////////////////////////////////////////////////////

    HEADER

//////////////////////////////////////////////////////////////////////////// */

header {
	position: relative;
	z-index: 2;
	box-shadow: 0 2px 4px rgba(83,100,122,0.35);
}

/* -------------------
	FIRST BAR
------------------- */
#first-bar {
	height: 50px;
	background-color: #0C356F;
}
#first-bar .container {
	height: 100%;
}
#first-bar .all-inline {
	height: 100%;
	justify-content: flex-end;
}
#first-bar .all-inline &gt; p {
	margin: 0;
	color: #FFF;
	text-align: right;
}
#first-bar .all-inline &gt; img {
	margin-left: 10px;
	width: 100%;
	height: auto;
	max-width: 32px;
	max-height: 32px;
}

/* -------------------
	SECOND BAR
------------------- */
#second-bar {
	position: relative;
	height: 80px;
	background-color: #FFF;
}
#second-bar .container {
	height: 100%;
}
#second-bar .logo {
	position: absolute;
	z-index: 1;
	top: -28px;
}
#second-bar .logo &gt; a {
	position: relative;
	z-index: 1;
}
#second-bar .logo &gt; a img {
	width: 108px;
	height: auto;
}
#second-bar .logo::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -20px;
	left: calc(50% - 128.5px);
	height: 50px;
	width: 257px;
	background-image: url('../images/assets/logo-wave.svg');
	background-position: center center;
	background-size: 100% 100%;
}

#second-bar .header-content {
	height: 100%;
	padding: 0 0 0 118px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

#second-bar .list-rs {
	list-style: none;
	padding: 0;
	margin-left: 50px;
	margin-left: clamp(20px, 3vw, 20px);
	display: flex;
}
#second-bar .list-rs &gt; li {
	flex: none;
	margin-left: 20px;
	margin-left: clamp(10px, 1.2vw, 20px);
}
#second-bar .list-rs &gt; li a {
	display: block;
}
.list-rs &gt; li a:hover {
	opacity: 0.8;
}
#second-bar .list-rs &gt; li a img {
	display: block;
}

#menu-principal {
	height: 100%;
}
#menu-principal &gt; ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
#menu-principal &gt; ul &gt; li {
	position: relative;
	font-size: 1.70rem;
	color: #0C356F;
	text-transform: uppercase;
	text-align: right;
	margin-left: 20px;
	margin-left: clamp(10px, 1.2vw, 25px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-principal &gt; ul &gt; li &gt; a {
	font-size: inherit;
	color: inherit;
}
#menu-principal &gt; ul &gt; li &gt; a:hover,
#menu-principal &gt; ul &gt; li.is-active &gt; a {
	color: #33B9E8;
}
#menu-principal &gt; ul &gt; li &gt; a::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #33B9E8;
	transform: rotate(45deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}
#menu-principal &gt; ul &gt; li &gt; a:hover:after,
#menu-principal &gt; ul &gt; li.is-active &gt; a::after {
	bottom: -7px;
	opacity: 1;
	visibility: visible;
}


.btn-menu-resp {
	border:none;
	background-color: transparent;
	text-transform: uppercase;
	/* display:flex; */
	display: none;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.btn-menu-resp.js-closer {
	width: 90%;
	padding: 15px 0 10px 0;
	justify-content: flex-end;
}
.btn-menu-resp.js-closer .label{
	color: #FFF;
}
.btn-menu-resp.js-closer .icon img {
	width: 14px;
}
.btn-menu-resp .icon {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	border: 2px solid #33B9E8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 4px;
}

.btn-menu-resp .icon img {
	display: block;
	width: 16px;
}

/* ////////////////////////////////////////////////////////////////////////////

    HOME

//////////////////////////////////////////////////////////////////////////// */

.home-content {
	position: relative;
}
.home-content .container {
	position: relative;
	z-index: 1;
}
.h1-home {
	text-align: center;
	color: #FFF;
	padding: 4% 0 3% 0;
	margin: 0;
	font-size: 3.0rem;
	font-size: clamp(1.8rem, 1.8vw, 3.0rem);
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.h2-home {
	text-transform: uppercase;
	text-align: center;
	font-size: 3.0rem;
	font-size: clamp(2.6rem, 1.8vw, 3.0rem);
	padding: 40px 0;
	margin: 0;
	color: #0C356F;
}
.h2-home a {
	color: inherit;
}
.h2-home a:hover {
	color: #33B9E8;
}

.bandeau {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 50vh;
	max-height: 450px;
}
.bandeau-home {
	position: absolute;
	top: 0;
}
.bandeau::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(51,185,232,0.6);
}
.bandeau--img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(6px);
	transform: scale(1.05);
}

.list-os {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.list-os li {
	margin: 0 10px;
}
.list-os li a {
	top: 0;
	display: block;
	
}
.list-os li a:hover {
	transform: translateY(-10px);
}
.list-os li a:hover img {
	box-shadow: 0 6px 20px rgba(12,53,111,0.6);
}
.list-os li a img {
	display: block;
	width: 168px;
	height: auto;
	transition: all 0.2s ease;
}

/* -------------------
    HOME VIDEO
------------------- */

#home-video {
	position: relative;
	width: 100%;
	height: 0;
	/* ASPECT RATIO 16:9 */
	padding-bottom: 56.25%;
	margin: 20px 0 40px 0;
}

#home-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%!important;
	height: 100%!important;
	box-shadow: 0 4px 20px rgba(0,0,0,0.4);
	background-color: #0C356F;
	background-image: url('../images/assets/logo-copeck-b.png');
	background-position: center center;
	background-repeat: no-repeat;
}

/* -------------------
    HOME ACTUS
------------------- */

#actus-home {
	margin: 0;
}

.list-actus {
	list-style: none;
	padding: 0 0 40px 0;
	margin: 0;
}

.list-actus--item {
	display: flex;
	height: 100%;
}

.list-actus--item .img-wrapper {
	width: 50%;
}
.list-actus--item .img-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 400px;
}
.list-actus--item .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
@supports (object-fit: cover) {
  /* IF object-fit IS SUPPORTED */
  .list-actus--item .img-wrapper img {
    width: 100%;
    height: 100%;
    right: 0;
	bottom: 0;
    object-fit: cover;
    object-position: center center;
  }
}
.list-actus--item .infos-wrapper {
	width: 50%;
	padding: 40px;
	padding: clamp(20px, 2.2vw, 40px);
	background-color: #F1F1F1;
}

.list-actus--item time,
.list-actus--item h3,
.list-actus--item a.see-more {
	font-size: 2.8rem;
	font-size: clamp(2.2rem, 1.5vw, 2.8rem);
}

.list-actus--item time {
	line-height: 1;
	margin: 0;
	color: #33B9E8;
}

.list-actus--item h3 {
	margin: 20px 0;
	color: #0C356F;
	font-weight: 700;
	font-family: 'Mulish', sans-serif;
}

.list-actus--item p.resume {
	font-size: 2.2rem;
	font-size: clamp(1.8rem, 1.2vw, 2.2rem);
	color: #0C356F;
	font-weight: 300;
}

.list-actus--item a.see-more {
	display: block;
	text-align: right;
	font-family: 'Pacifico', cursive;
}

#actus-home .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.lSSlideOuter .lSPager.lSpg&gt;li {
	padding: 0 15px 0 0;
}
.lSSlideOuter .lSPager.lSpg&gt;li a {
	background-color: #FFF;
	width: 18px;
	height: 18px;
	transition: all 0.2s ease;
}
.lSSlideOuter .lSPager.lSpg&gt;li.active a,
.lSSlideOuter .lSPager.lSpg&gt;li:hover a {
	background-color:#33B9E8; 
}

/* -------------------
    ATOUTS
------------------- */

#atouts {
	padding: 0 0 40px 0;
	margin: 80px 0 0 0;
	background-color: #F1F1F1;
}

.list-atouts {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.list-atouts--item .picto {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	margin: auto;
	background-color: #0C356F;
	border-radius: 200px;
	border: 5px solid #33B9E8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}

.list-atouts--item .picto:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 200px;
  border: 2px solid #FFF;
}

.list-atouts--item .label {
	display: block;
	text-align: center;
	color: #0C356F;
	font-family: 'Pacifico', cursive;
	font-size: 3.0rem;
	margin: 0 0 10px 0;
}

/* -------------------
    RESEAUX SOCIAUX
------------------- */

#rs {
	padding: 0 0 40px 0;
	margin: 40px 0;
}

#rs .list-rs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

#rs .list-rs li a {
	display: block;
	margin: 0 20px;
}
#rs .list-rs li a img {
	display: block;
	width: 80px;
}

/* ////////////////////////////////////////////////////////////////////////////

    FOOTER

//////////////////////////////////////////////////////////////////////////// */

footer {
	padding: 40px 0 0 0;
	margin: 40px 0 0 0;
	background-color: #0C356F;
}

footer &gt; .container {
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	display: flex;
}
footer .list-rs {	
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer .list-os {
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
footer .list-os li {
	margin: 0;
}
footer .list-os li a:hover {
    transform: translateY(-4px);
}

.footer-menu nav {
	height: 100%;
}
.footer-menu nav ul {
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-menu nav ul li a {
	color: #FFF;
	font-size: 1.8rem;
}
.footer-menu nav ul li a:hover {
	color: #33B9E8;
}

footer .credits {
	padding: 15px 0;
	margin: 40px 0 0 0;
	background-color: #33B9E8;
}
footer .credits &gt; .container {
	display: flex;
	justify-content: space-between;
}
footer .credits a {
	color: #FFF;
	font-size: 1.6rem;
}
footer .credits a:hover {
	color: #0C356F;
}

/* ////////////////////////////////////////////////////////////////////////////

    PAGE

//////////////////////////////////////////////////////////////////////////// */

.entete-page h1 {
	font-size: 4.0rem;
	font-size: clamp(3.2rem, 2.2vw, 4.0rem);
	font-weight: 700;
	color: #FFF;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.entete-page h2 {
	font-size: 3.0rem;
	font-size: clamp(2.8rem, 1.6vw,3.0rem);
	font-weight: 300;
	color: #FFF;
	margin: 10px 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-transform: unset;
}

.bandeau.bandeau-page {
	height: auto;
	min-height: unset;
}
.bandeau-page .titles-page {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3% 0;
}
.bandeau-page .bandeau--img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#bar-page {
	padding: 10px 0;
	background-color: #F1F1F1;
}

#bar-page &gt; .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#fil-ariane ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

#fil-ariane ul li {
	margin-right: 4px;
}

#fil-ariane ul li a {
	font-size: 1.8rem;
	color: #0C356F;
}
#fil-ariane ul li a:hover {
	opacity: 0.6;
}

#fil-ariane ul li::after {
	content:' &gt;';
}

#fil-ariane ul li:last-child &gt; a {
	color: #33B9E8;
}
#fil-ariane ul li:last-child:after {
	display: none;
}

#bar-page .list-os li {
	margin: 0 0 0 10px;
}

#bar-page .list-os li a:hover {
	transform: translateY(-4px);
}

#bar-page .list-os li a:hover img {
	box-shadow: none;
}

#bar-page .list-os li a img {
	width: 135px;
}

.js-gallery-wrapper {
	position: relative;
	padding: 20px 0;
	margin: 20px 0;
}
.js-gallery-wrapper::after {
	content:'';
	position: absolute;
	z-index: -1;
	top: 0;
	right: -50%;
	bottom: 0;
	left: -50%;
	margin: auto;
	display: block;
	width: calc(100vw - 17px);
	height: 100%;
	background-color: #F1F1F1;
}
.js-gallery-wrapper &gt; .container {
	
}

.js-gallery .js-gallery--item {
	padding: 20px 10px;
	transition: all 0.2s ease;
	background: unset;
}
.js-gallery--item:hover {
	transform: translateY(-10px);
}
.js-gallery--item img {
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}

.js-gallery--item:hover img {
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* LIGHTSLIDER */
.js-gallery-wrapper .lSSlideOuter {
	position: relative;
	padding: 0 60px;
}
.js-gallery-wrapper .lSSlideWrapper {
	position: static;
}
.lSAction &gt; a {
	opacity: 1;
	background-image: url('../images/assets/arrow-r-40x37.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s ease;
}
.lSAction &gt; a:hover {
	opacity: 0.6;
}
.lSAction&gt;.lSPrev {
	background-position: center;
	left: 0;
	transform: rotate(180deg);
}
.lSAction&gt;.lSNext {
	background-position: center;
	right: 0;

}

/* LIGHTGALERRY */ 
.lg-backdrop.in {
	opacity: 0.8;
}
.lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.lg-thumb-item {
	width: 50px!important;
	margin: 0 5px!important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	    border-color: #33B9E8;
}
.lg-outer .lg-img-wrap {
	padding: 8% 0;
}


/* ////////////////////////////////////////////////////////////////////////////

    PARTENAIRES

//////////////////////////////////////////////////////////////////////////// */

#filtre {
	display: flex;
	justify-content: space-between;
	background-color: #F1F1F1;
	padding: 10px 5px;
}

#filtre .filtre--item:hover input {
	border-color: #0C356F;
}

#filtre label,
#filtre select,
#filtre input {
	font-size: 1.8rem;
}


#filtre input {
	height: 40px;
	width: 300px;
	padding: 0 10px;
	border: 1px solid #CCC;
	transition: all 0.2s ease;
}

#filtre select {
	height: 40px;
	margin: 0 0 0 8px;
	padding: 0 10px 0 5px;
	border: 1px solid #CCC;
	transition: all 0.2s ease;
}


#filtre input::-webkit-input-placeholder {
	color:transparent;
}

.filtre--item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 5px;
}



.label-on {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

#filtre input:not(:placeholder-shown) ~ label,
#filtre input:focus ~ label {
    font-size: 12px;
    padding: 0 2px;
    top: -8px;
    left: 10px;
    background-color: #FFF;
}

#filtre button[type="submit"] {
	display: block;
	height: 40px;
	width: 40px;
	background-color: #33B9E8;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23FFF'%3E%3Cpath d='M456.69 421.39L362.6 327.3a173.81 173.81 0 0034.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 00327.3 362.6l94.09 94.09a25 25 0 0035.3-35.3zM97.92 222.72a124.8 124.8 0 11124.8 124.8 124.95 124.95 0 01-124.8-124.8z'/%3E%3C/svg%3E");
	background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all 0.2s ease;
}

#filtre button[type="submit"]:hover {
	background-color: #0C356F;
}

.col-2--wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 20px 0 0 0;
}

.col-2--item {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
	padding: 10px;
	background-color: #e3f5fc;
}

.logo-wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #F1F1F1;
	height: 150px;
}
.logo-wrapper img {
	width: auto;
	height: 100%;
	/*max-width: 400px;*/
}

.partenaire--item {
	display: flex;
	flex-direction: column;justify-content: space-between;
	border: 1px solid #33B9E8;
}

.partenaire--item h3 {
	display: block;
	text-align: center;
	font-family: 'Mulish', sans-serif;
	color: #0C356F;
}

.partenaire--item .cashback {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex:none;
	width: 80px;
	text-align: center;
	background-color: #0C356F;
	margin: 0 0 0 10px;
}
.partenaire--item .cashback .value {
	white-space: nowrap;
	font-weight: 700;
	color: #FFF;
}
.partenaire--item .cashback .label {
	font-size: 1.4rem;
	color: #FFF;
} 

.partenaire--item address {
	text-align: center;
	margin: 0 0 20px 0;
}
.partenaire--item address p {
	font-style: initial;
	margin: 0;
	opacity: 0.8;
	font-weight: 100;
}

.partenaire--item .description {
	text-align: center;
	opacity: 0.8;
	font-weight: 100;
	font-size: 1.6rem;
}

.phone-site {
	display: flex;
}

.phone-site .phone {
	white-space: nowrap;
}

.phone-site a,
.phone-site button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	text-align: center;
	flex: 1;
	background-color: #FFF;
	border: 1px solid #33B9E8;
}

.phone-site a:hover,
.phone-site button:hover {
	border-color: #0C356F;
	cursor: pointer;
}

.phone-site .label {
	color: #33B9E8;
	font-weight: 100;
	transition: all 0.2s ease;
}

.phone-site .icon {
	flex: none;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0 0 0 5px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all 0.2s ease;
}

.phone-site a:hover .label,
.phone-site button:hover .label {
	color:#0C356F;

}

.phone-site .phone:hover .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%230C356F' d='M21 16.42v3.536a1 1 0 01-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 014.044 3H7.58a.5.5 0 01.498.45c.023.23.044.413.064.552A13.901 13.901 0 009.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 006.844 6.844l1.54-2.154a.462.462 0 01.573-.149 13.901 13.901 0 004 1.205c.139.02.322.042.55.064a.5.5 0 01.449.498z'/%3E%3C/svg%3E");
}
.phone-site .google-map:hover .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill-rule='evenodd' fill='%230C356F' d='M11.692 0C6.899 0 3 3.9 3 8.692c0 5.948 7.778 14.68 8.11 15.048a.783.783 0 001.164 0c.331-.368 8.11-9.1 8.11-15.048 0-4.793-3.9-8.692-8.692-8.692zm0 13.065a4.378 4.378 0 01-4.373-4.373 4.378 4.378 0 014.373-4.373 4.378 4.378 0 014.373 4.373 4.378 4.378 0 01-4.373 4.373z'/%3E%3C/svg%3E");
}
.phone-site .web:hover .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%230C356F' d='M10 6v2H5v11h11v-5h2v6a1 1 0 01-1 1H4a1 1 0 01-1-1V7a1 1 0 011-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z'/%3E%3C/svg%3E");
}

.phone-site .phone .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%2333B9E8' d='M21 16.42v3.536a1 1 0 01-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 014.044 3H7.58a.5.5 0 01.498.45c.023.23.044.413.064.552A13.901 13.901 0 009.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 006.844 6.844l1.54-2.154a.462.462 0 01.573-.149 13.901 13.901 0 004 1.205c.139.02.322.042.55.064a.5.5 0 01.449.498z'/%3E%3C/svg%3E");
}
.phone-site .google-map .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill-rule='evenodd' fill='%2333B9E8' d='M11.692 0C6.899 0 3 3.9 3 8.692c0 5.948 7.778 14.68 8.11 15.048a.783.783 0 001.164 0c.331-.368 8.11-9.1 8.11-15.048 0-4.793-3.9-8.692-8.692-8.692zm0 13.065a4.378 4.378 0 01-4.373-4.373 4.378 4.378 0 014.373-4.373 4.378 4.378 0 014.373 4.373 4.378 4.378 0 01-4.373 4.373z'/%3E%3C/svg%3E");
}
.phone-site .web .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%2333B9E8' d='M10 6v2H5v11h11v-5h2v6a1 1 0 01-1 1H4a1 1 0 01-1-1V7a1 1 0 011-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z'/%3E%3C/svg%3E");
}

/* ////////////////////////////////////////////////////////////////////////////

    FAQ

//////////////////////////////////////////////////////////////////////////// */

.faq-item {
	background-color: #e3f5fc;
	padding: 10px 10px 15px 10px;
	margin: 0 0 20px 0;
}

.faq-item h3 {
	margin: 0;
}

.faq-reponse p {
	margin: 0;
}

.normandie_attractivite{
	text-align:center;
}

.normandie_attractivite img{
	max-height:45px;
	margin:auto;
	background-color:white;
	border-radius:5px;
	padding:05px;
	/*margin-right:50px;*/
	margin-left:40px;
	margin-top:-10px;
	margin-bottom:-10px;
}

/* ////////////////////////////////////////////////////////////////////////////

    RESPONSIVE &amp; MEDIA

//////////////////////////////////////////////////////////////////////////// */

@media (hover: hover) { /* the device can hover over elements */ }
@media (hover: none) { /* the device cannot hover over elements */ }

@media (max-width: 1210px) {
	/* Container */
	.container {
		margin: 0 10px;
	}
}

@media (max-width: 1441px) {
 	/* XL: big landscape tablets, laptops, and desktops */
}
@media (max-width: 1025px) {
	/* L: tablet, landscape iPad, lo-res laptops ands desktops */
	#menu-principal {
		display: none;
	}
	.btn-menu-resp {
		display: flex;
	}
	#menu-principal.is-visible {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background-color: rgba(12,53,111,0.8);
	}
	#menu-principal.is-visible &gt; ul {
		display: block;
		width: 90%;

		margin: auto;
	}
	#menu-principal.is-visible  &gt; ul &gt; li {
		height: auto;
		color: #FFF;
		display: block;
		margin: auto;
		margin: 10px 0;
		text-align: center;
		font-size: 2.2rem;
	}
	#menu-principal.is-visible &gt; ul &gt; li &gt; a {
		display: block;
		padding: 10px;
		border: 2px solid #FFF;
		background-color: rgba(51,185,232,0.6);
	}
	#menu-principal &gt; ul &gt; li.is-active &gt; a {
		color: #FFF;
		background-color: rgba(12,53,111,0.6);
	}
	#menu-principal &gt; ul &gt; li &gt; a::after {
		display: none;
	}
	.list-actus--item .img-wrapper {
		width: 40%;
	}
	.list-actus--item .infos-wrapper {
		width: 60%;
	}
	.col-2--item {
		width: 100%;
	}
}
@media (max-width: 801px) {
	/* M: portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	
	
	.normandie_attractivite img{
		margin-left:0px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	footer .credits .container a {
		width: 100%;
		display: block;
		text-align:center!important;
	}
	.bandeau {
		height: 33vh;
		min-height: 150px;
	}
	.list-actus--item {
		flex-direction: column;
	}
	.list-actus--item .img-wrapper {
		height: 0;
		padding-bottom: 56.25%;
		min-height: unset;
	}
	.list-actus--item .img-wrapper,
	.list-actus--item .infos-wrapper {
		width: 100%;
	}
	.list-atouts--item .picto {
		width: 120px;
		height: 120px;
		background-size: 60%;
	}
	.list-atouts--item .label {
		font-size: 2.4rem;
	}
	#home-video {
		margin: 20px 0 20px 0;
	}
	#atouts {
		padding: 0 0 20px 0;
	}
	#rs {
		padding: 0;
		margin: 20px 0;
	}
	footer {
		padding: 20px 0 0 0;
	}
	footer .credits {
		margin: 20px 0 0 0;
	}
	#atouts,
	footer {
		margin: 40px 0 0 0;
	}
	.h2-home {
		padding: 20px 0;
	}
	footer .credits &gt; .container,
	footer .credits a {
		display: block;
		text-align: center;
	}
	.js-gallery-wrapper {
		padding: 10px 0; 
	}
	.entete-page h2 {
		margin: 0;
		line-height: 1;
	}
}
@media (max-width: 601px) {
	/* S: smartphones, Android phones, landscape iPhone */
	

	
	.list-atouts {
		flex-wrap: wrap;
	}
	.list-atouts--item {
		width: 50%;
	}
	#first-bar .all-inline &gt; p {
		font-size: 1.2rem;
		width: 140px;
	}
	footer &gt; .container {
		flex-wrap: wrap;
	}
	.footer-logo {
		width: 100%;
		justify-content: center;
	}
	.footer-badge {
		width: 100%;
	}
	footer .list-os {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	footer .list-os li {
		margin: 15px 10px;
	}
	.footer-menu {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.footer-menu nav ul {
		display: block;
		text-align: center;
	}
	.footer-menu nav ul li {
		display: inline-block;
	}
	.footer-menu nav ul li::after {
		content: ' -';
		color: #FFF;
	}
	.footer-menu nav ul li:last-child::after {
		display: none;
	}
	.js-gallery-wrapper .lSSlideOuter {
		padding: 0 40px;
	}
	.js-gallery-wrapper {
		padding: 0 0; 
	}
	#bar-page &gt; .container {
		flex-direction: column;
	}
	nav#fil-ariane {
		margin: 0 0 10px 0;
	}
	#fil-ariane ul li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 415px) {
	/* XS: smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	#first-bar .all-inline &gt; img {
		width: 26px;
		margin-left: 5px;
	}
	#second-bar .list-rs &gt; li {
		margin: 0 5px 0 0;
	}
	#second-bar .list-rs {
		margin-left: 10px;
	}
}

@media (max-width: 360px) {
	/* XXS */
	.btn-menu-resp .label {
		display: none;
	}
}



</pre></body></html>