@font-face {
  font-family: 'Century Gothic';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'Century Gothic';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/CenturyGothicBold.ttf') format('truetype');
}

body {
	font-size:1rem;
	font-family:"Century Gothic","Arial", sans-serif;
  padding-top:104px;
	background: #fff;
}

:root {
  --bleu        : #BFB0A5;
  --bleu2       : #F4B254;
	--orange 			: #FA8F12;
  --orange-rgb  : 250,143,18;
  --orange2      : #F4B254;
  --orange2-rgb  : 244,178,84;

}

a,
a:hover {
	color:var(--orange);
}

.modal-content {
	border:none;
	border-radius:0;
}

.modal-open .modal.fullscreen {
	padding-right:0 !important;
}

.modal-body h1 {
	font-size:1.4rem;
	font-weight:bold;
}

.modal-body h2 {
	font-size:1.2rem;
	font-weight:bold;
}

.dark-bleu {
  color:var(--bleu2);
}

.bleu {
  color:var(--bleu);
}

.orange {
  color:var(--orange);
}

/*********** HEADER ************/
#siteHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10;
  padding-bottom:10px;
}

#siteHeader #topHeader {
	display: flex;
}

#siteHeader #topHeader img {
  width:100%;
  height:auto;
}

#siteHeader a:hover {
	text-decoration: none;
}


/*********** FOOTER **********/
footer {
	background:#BFB0A5;
	padding:15px 0 40px;
	text-align:center;
}

footer #links {
	display:flex;
	justify-content: space-evenly;
	flex-direction:column;
}

footer a {
	color:#fff;
	font-size:1rem;
	display:inline-block;
	transition: all 300ms ease;
}

footer a:hover {

	color:#fff;
	text-decoration:underline;
}


/************ MAIN NAVIGATION ********/
section#homeTabs {
  padding-top:30px;
  padding-bottom:30px;
}

section#homeTabs #homeChoiceSlider {
  padding-bottom:50px;
  min-height:350px;
}

section#homeTabs #homeChoiceSlider .swiper-wrapper {
  transition-timing-function: linear;
}

section#homeTabs #homeChoiceSlider .swiper-slide a {
  display:block;
}

section#homeTabs #homeChoiceSlider .swiper-slide a:hover {
  text-decoration: none;
}

section#homeTabs #homeChoiceSlider .swiper-slide .innerNavImgHolder img {
  width:100%;
  border-radius:10px;
  overflow:hidden;
  margin:0 0 10px;
  transition:all 300ms ease;
}

section#homeTabs #homeChoiceSlider .swiper-slide:not(.swiper-slide-active) .innerNavImgHolder img {
  filter:grayscale(100%);
}

section#homeTabs #homeChoiceSlider .swiper-slide h3 {
  font-size:1.2rem;
  position:relative;
  margin:10px 0 0;
  padding:0 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  overflow:hidden;
  min-height:90px;
}

@media (min-width:767px) {
  section#homeTabs #homeChoiceSlider .swiper-slide h3 {
    font-size:1.2rem;
    margin:10px 10px 0;
    padding:10px 30px;
    color:#F1A752;
  }
}

section#homeTabs #homeChoiceSlider .swiper-slide:not(.swiper-slide-active) h3 {
  color:#E8D9CF;
  font-size:1rem;
  font-weight:normal;
}

section#homeTabs #homeChoiceSlider .swiper-slide h3:before {
  position: absolute;
  height: 90px;
  left: 0;
  width: 15px;
  top: 0;
  content: "";
  display: block;
  background: #F1A752;
  opacity: 1;
  z-index: 4;
  transition: bottom 500ms ease;
  clip-path: polygon(5px 0, 15px 10px, 15px 150px, 0 150px, 0 0);
  transition:all 300ms ease;
  opacity:0;
}

@media (min-width:767px) {
  section#homeTabs #homeChoiceSlider .swiper-slide h3:before {
    width: 25px;
    clip-path: polygon(15px 0, 25px 10px, 25px 150px, 0 150px, 0 0);

  }
}

section#homeTabs #homeChoiceSlider .swiper-slide.swiper-slide-active h3:before {
  opacity:1;
}

section#homeTabs #homeChoiceSlider .swiper-pagination {
  top:auto;
  bottom:0;
}

section#homeTabs #homeChoiceSlider .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
  width:20px;
  border-radius:0;
  background:var(--orange2);
}

@media (min-width:767px) {
  section#homeTabs #homeChoiceSlider .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    width:30px;
  }
}

section#homeTabs #homeChoiceSlider .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet:hover {
  opacity:1;
}


section#homeWelcome,
section#homeTabs {
  background:#fff;
}

/******************* HOME CONTENT BANNER *********/
#homeWelcome {
  padding-top:30px;
  font-size:1rem;
  padding-bottom:10px;
}

#homeWelcome strong.carac {
  color:#FA8F12;
}

#mainList {
  list-style-type: none;
  padding-left:20px;
}

#mainList > li {
  text-indent: -5px;
}

#mainList > li:before {
  content: "-";
  margin-right:10px;
}

#homeContent {
	background: #fff;
	padding: 0 0 100px 0;
}

#homeContent #homeContentInner {
	background: #BFB0A5;
	padding: 25px 0;
}

#homeContent #homeContentInner h3 {
	color: #fff;
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 0;
	text-align: center;
}

/*********** CTA BANNER ********/
#ctaBanner h3 {
	color: #000;
	display: inline-block;
	background: url(../images/conseiller.png) no-repeat -10px -4px;
	background-size: 35px 35px;
	padding-left: 40px;
	min-height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	margin: 0 auto 30px;
}

#ctaBanner .cartouche {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;
}

#ctaBanner .text-appart {
	font-size: 1.2rem;
	margin: 50px 0;
	text-align:center;
}

#ctaBanner .text-appart.text-bottom {
  font-size:1rem;
}

#ctaBanner #conseillers {
  font-size:1rem;
  line-height:1.4rem;
}

#ctaBanner #formBttns {
	margin-top: 40px;
}

#ctaBanner #formBttns .btn {
	font-size: 1rem;
	line-height: 1.4rem;
}

#ctaBanner #formBttns .btn + .btn {
	margin-top: 30px;
}



/************* INTERNAL NAV **********/


#internalNavContent {
	padding: 30px 0 0 0;
}


#internalNavContent .innerTabHeader {
  position: relative;
  padding: 0;
  min-height: 50px;
  color: var(--ftColor);
  overflow: hidden;
  background:var(--ftColor);
  margin-bottom:30px;
  border-radius:20px;
  border:4px solid var(--ftColor);
}

#internalNavContent .innerTabHeader:before {
  position: absolute;
  height: 150px;
  left: 0;
  content: "";
  display: block;
  background: var(--ftColor);
  opacity: 1;
  z-index: 4;
  transition: bottom 500ms ease;
  bottom:0;
  width: 25px;
  clip-path: polygon(15px 0, 25px 10px, 25px 150px, 0 150px, 0 0);
}


#internalNavContent .innerTabHeader .innerNavImgHolder {
  height:300px;
}

#internalNavContent .innerTabHeader .innerNavImgHolder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#internalNavContent .innerTabHeader .innerNavTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  font-weight: bold;
  line-height: 1.2rem;
  font-size: 1.4rem;
  text-align: center;
  padding-right: 5px;
  padding-left: 25px;
  min-height: 50px;
  display: flex;
  color:#000;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  background: rgba(255, 255, 255, .9);
}



#landingTabs {
  background:#fff;
  padding:20px 0;
}

#topTabsChoiceSlider {
  padding : 0 15px;
}

#topTabsChoiceSlider .swiper-wrapper {
  flex-wrap: nowrap;
}

#topTabsChoiceSlider .swiper-wrapper .swiper-slide {
  height:auto;
  padding:4px 0;
}

#topTabsChoiceSlider .swiper-wrapper .swiper-slide button {
  -webkit-appearance:none;
  border:none;
  color:#000;
  background:#E8D9CF;
  min-height:50px;
  height:100%;
  width:100%;
  padding:.5rem .5rem;
  font-size:.8rem;
  font-weight:bold;
  transition:all 300ms ease;
  line-height:1;
  outline:4px solid transparent;
}

#topTabsChoiceSlider .swiper-wrapper .swiper-slide button.active,
#topTabsChoiceSlider .swiper-wrapper .swiper-slide button:hover {
  outline:4px solid #E8D9CF;
}

#topTabsChoiceSlider .swiper-wrapper .swiper-slide:nth-child(2n) button.active,
#topTabsChoiceSlider .swiper-wrapper .swiper-slide:nth-child(2n) button:hover {
  outline:4px solid #F1A752;
}

#topTabsChoiceSlider .swiper-wrapper .swiper-slide:nth-child(2n) button {
  background:#F1A752;
}


.accordionContent {
	padding: 0;
}

.accordion {
	margin-bottom:30px;
	border: 4px solid transparent;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion.open {
	border-color: var(--ftColor);
}

.accordion .preTitle {
	padding: 0 15px;
	height:100%;
	display:flex;
	flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.accordion .more-text a:not(.btn) {
	color: var(--bleu);
	text-decoration: underline;
}

.accordion .accordionImgHolder {
	position: relative;
	overflow: hidden;
}

.accordion .accordionImgHolder:after {
	position: absolute;
	height: 150px;
	left: 0;
	width: 25px;
	bottom: -54px;
	content: "";
	display: block;
	background: var(--bColor);
	opacity: 1;
	z-index: 4;
	transition: bottom 500ms ease;
	clip-path: polygon(15px 0, 25px 10px, 25px 150px, 0 150px, 0 0);
}

.accordion .accordionImgHolder img {
	max-width: 100%;
	height: auto;
}

.accordion h3 {
	margin: 10px 10px 10px 0;
	font-size:1rem;
	font-weight: bold;
}

.accordion p.intro {
	text-align: justify;
	font-style: italic;
}

.accordion a.more {
	 color:#000;
	 padding: 5px 15px;
	 border-radius: 6px;
	 text-transform:none;
	 font-weight:600;
	 font-size: 1rem;
	 border: 3px solid var(--ftColor);
	 background: var(--ftColor);
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
  font-weight: normal;
}

.accordion a.more:hover,
.accordion a.more:focus,
.accordion a.more:active {
	text-decoration:none;
	color: #000;
	background: #fff;
}

.accordion .more-text {
	display:none;
	padding: 0 15px 15px;
	text-align: justify;
	margin-top: 15px;
}


.accordion .more-text p.important {
	margin: 0;
	color: #000;
  font-weight:bold;
}

.accordion .more-text ul {
  padding-left:20px;
}

.modal-header {
	padding:.5rem 1rem;
	border:none;
}

.modal-header h5 {
	visibility:hidden;
}

.modal-header .close {
	font-size:2rem;
	opacity:1;
	padding:.5rem 1rem;
	margin-top:-.5rem;
}

.modal-body {
	padding-top:0;
	font-size:1rem;
}

.modal-body div.legals table,
.modal-body div.legals ul,
.modal-body div.legals p,
.modal-body div.legals strong,
.modal-body div.legals div {
	font-size:0.8rem;
	text-align:justify;
}

.modal-body div.legals strong {
  font-weight:700
}

.modal-body h3 {
	color:var(--orange);
	font-weight:500;
	font-size:1.4rem;
	text-transform:uppercase;
	text-align:center;
}

.btn {
	border-radius:0.4em;	
	color:#fff;
	background-color: #FA8F12;
	text-transform:uppercase;
	display:block;
	font-size:1rem;
	border:2px solid  #FA8F12;
	line-height:1.2;
	margin:0 0 10px;
	padding:5px;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	outline:0;
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #FA8F12;
	background-color:#fff;
}

.btn.sourds {
  padding-left:50px;
  background-image:url(../images/oreille.png);
  background-repeat:no-repeat;
  background-position:5px 50%;
  background-size:45px;
}

.btn.sourds:hover,
.btn.sourds:active,
.btn.sourds:focus {
   background-image:url(../images/oreilleH.png); 
}

.innerBox {
	font-size:1.2rem;
	line-height:1.3;
	padding:25px;
	color:#747474;
	background:#faf9f9;
	height:100%;
}

.innerBox,
.innerBox p {
	font-size:1.2rem;
}

#accueil-content #imgHolder img {
	width:100%;
	height:auto;
}

#accueil-content #accueil-right #imgHolder img {
	width:100%;
	height:auto;
}

.cartouche {
	max-width:100%;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: var(--orange);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--orange-rgb),.5);
}

.form-group small {
	font-size:.9rem;
	line-height:1.2rem;
	display:inline-block;
}

form .btn {
	font-size:1.2rem;
	margin:10px auto 30px;
	padding:.4rem 1.5rem .4rem 50px;
  background-image:url(../images/send.png);
  background-repeat:no-repeat;
  background-position:10px 50%;
  background-size:30px;
}

form .btn:hover,
form .btn:active {
  background-image:url(../images/sendH.png);
}

.formHolder {
  position:relative;
  background:#fff;
}


form.app {
	padding: 15px;
}

#innerForm > h3 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom:15px;
  color: var(--orange);
}

#callDayLine {
  display:flex;
  flex-wrap:wrap;
  --gap: 25px;
  --columns: 1;
  gap: var(--gap);
}

@media (min-width:768px) {
  #callDayLine {
    --columns: 2;
  }
}

@media (min-width:992px) {
  #callDayLine {
    --columns: 3;
  }
}


.callDayBlock {
  display:flex;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin:15px 0;
}

.callDayBlock h4 {
  min-width:90px;
  font-size:1.2rem;
  margin:.5rem 1rem 0 0;
  text-align:right;
}

.callDayBlock .callDaySlot {
  min-width:200px;
  display:flex;
  flex-direction: column;
}

.callDayBlock .callDaySlot > div {
  position:relative;
  margin-bottom:10px;
}

.callDaySlot [type="checkbox"]:checked,
.callDaySlot [type="checkbox"]:not(:checked) {
  position: absolute;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  -webkit-appearance:none;
  border-radius:10px;
}

.callDaySlot [type="checkbox"]:checked + label,
.callDaySlot [type="checkbox"]:not(:checked) + label
{
  position: relative;
  display:block;
  margin:0;
  background:#fff;
  color:#000;
  border:2px solid #FA8F12;
  font-size:1.2rem;
  padding:5px 35px;
  border-radius:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  text-align:center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  outline:0;
}

.callDaySlot [type="checkbox"]:focus
{
  outline:2px solid #FA8F12;
}


.callDaySlot [type="checkbox"]:checked + label
{
  background:#FA8F12;
  color:#fff;
}

.callDaySlot [type="checkbox"]:checked + label:before
{
  position:absolute;
  top:12px;
  left:12px;
  content:"";
  display:block;
  width:20px;
  height:10px;
  border:3px solid #fff;
  border-top:none;
  border-right:none;
  transform:rotateZ(315deg);
}

/*
.callDaySlot [type="checkbox"]:checked + label:before,
.callDaySlot [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left:-16px;
  top: 40px;
  width: 32px;
  height: 32px;
  z-index:4;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  border:2px solid #FA8F12;
  border-radius: 100%;
}

.callDaySlot [type="checkbox"]:checked + label:after,
.callDaySlot [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #FA8F12;
  position: absolute;
  top: 41px;
  left: 50%;
  margin-left:-15px;
  z-index:4;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.callDaySlot [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.callDaySlot [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/

.formResponse.error {
	margin:10px 0 0;
	color:#e53935;
	padding:20px 15px;
	background:#ffd7db;
}

.formResponse.success {
	margin:10px 0 0;
	color:#357a38;
	padding:20px 15px;
	background:#d3ebd3;
}

.form-encadre {
  font-size:1rem;
  text-align:center;
  margin:20px 0 30px;
}

@media screen and (max-width: 320px) {
  .g-recaptcha {
      transform:scale(0.9);
      transform-origin:0;
      transform:scale(0.9);
      transform-origin:0 0;
      -webkit-transform:scale(0.9);
      transform:scale(0.9);
      -webkit-transform-origin:0 0;
      transform-origin:0 0;
  }
}

@media (max-width:575px) {
	#accueil-tab-wrapper > div {
		font-size:1.6rem;
	}
}


div#tarteaucitronAlertBig:before {
	display:none !important;
}

#tarteaucitronRoot div#tarteaucitronAlertBig{
  min-width: 285px !important;
  padding: 15px !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig{
  transform: none !important;

}

span#tarteaucitronDisclaimerAlert {
	padding: 0 !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig{
  position:relative !important;
  left:unset !important;
  margin-top:10% !important;
}

#tarteaucitronAlertBig a {
	color: #fff !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert u {
	color: #fff
}

#tarteaucitronPrivacyUrlDialog {
	color:#000 !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronAlertBig .tarteaucitronCTAButton, 
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  width:200px;
	margin-bottom:15px;
	display:block;
	margin-left:50%;
	height:40px;
	border-radius:5px;
	border:2px solid #fff;
	outline:none;
	color: #fff;
	background: none;
}

@media (max-width:767px) {
	#tarteaucitronAlertBig #tarteaucitronPersonalize2,
	#tarteaucitronAlertBig .tarteaucitronCTAButton, 
	#tarteaucitronAlertBig #tarteaucitronCloseAlert {
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
	background: #2268aa;
}

.tarteaucitronCTAButton > span {
	display: none;
}

@media screen and (max-width: 900px) {

  #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  	transform: translate(0,-5px);
  }

  #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  	transform: translateY(-66px);
  }

  #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  	transform: translateY(66px);
  }
}

.sib-form {
  font-family: "Brown" !important;
  padding:15px 15px 0 !important;
  background:transparent !important;
}

.sib-form * {
  font-family: "Brown" !important;
}

#sib-container {
  padding:0 !important;
  border:none !important;
  border-radius: 0 !important;
}


.sib-form-container .entry__choice a {
  color:#fff !important;
  text-decoration: none;
}

#sib-form .entry__choice label {
  line-height:.8rem;
  display:inline-block !important;
  font-size:.8rem;
  padding-left:1.5rem;
}

.sib-form-container .entry__choice label p {
  text-decoration: none;
  line-height: 1rem;
}

#sib-form > div {
  padding-bottom:0 !important
}

.sib-form .entry__choice .checkbox {
  vertical-align: top;
}

.sib-form-block__button {
  width:calc(100% + 32px);
  max-width:none !important;
  margin:0 -16px;
  border-radius:3px 3px 0 0 !important;
}