.cc .big-slider .vert blockquote p, .cc .big-slider .vert blockquote::before, .cc .big-slider .vert blockquote::after {
	color: rgb(32, 150, 164);
}

.cc .big-slider .bleu blockquote p, .cc .big-slider .bleu blockquote::before, .cc .big-slider .bleu blockquote::after {
	color: rgb(38, 174, 237);
}

.cc .big-slider .rouge blockquote p, .cc .big-slider .rouge blockquote::before, .cc .big-slider .rouge blockquote::after {
	color: rgb(196, 33, 51);
}

.cc .big-slider .orange blockquote p, .cc .big-slider .orange blockquote::before, .cc .big-slider .orange blockquote::after {
	color: rgb(245, 175, 93);
}

.cc .big-slider .jaune blockquote p, .cc .big-slider .jaune blockquote::before, .cc .big-slider .jaune blockquote::after {
	color: rgb(207, 188, 38);
}

.cc .big-slider .pourpre blockquote p, .cc .big-slider .pourpre blockquote::before, .cc .big-slider .pourpre blockquote::after {
	color: rgb(164, 49, 91);
}

.cc .big-slider .brun blockquote p, .cc .big-slider .brun blockquote::before, .cc .big-slider .brun blockquote::after {
	color: rgb(191, 148, 134);
}

.cc.main.ctxt-basic .flex .button {
	width: 65%;
	text-align: center;
}

.cc.main.ctxt-basic .flex {
	justify-content: space-between;
	text-align: center;
}

.cc.main.ctxt-basic .body .flex h2 {
	text-align: center !important;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
}

.cc.main.ctxt-basic .body .flex h2 + h3 {
	color: #28488e;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 28px;
}

.cc.main.ctxt-basic .body .flex h3 + p {
	font-size: 20px;
}

.cc.main.ctxt-basic .body .flex .actions {
	margin-top: 80px;
}

.cc.main.ctxt-basic .body h2#part2 {
	text-transform: uppercase;
}

.cc.main.ctxt-basic .body h2#part2 strong {
	display: block;
}

.cc.main.ctxt-basic .body h2#part2 + p {
	font-size: 20px;
	line-height: 34px;
}

.cc.main.ctxt-basic .body h2#part2 + p + p.all-caps {
	font-size: 20px;
	line-height: 34px;
	color: #28488e;
	font-weight: 800;
}

a.lightbox.video::before {
    top: 0;
    line-height: 250px;
}

.map {
 width:120%;
 max-width:500px;
 margin:10px 0 20px 200px;
 height:400px;
 max-height:400px;
}
.region {
 cursor:pointer;
 transition:.2s
}
.displayRegionList,
.region__navBox ul li {
 font-size:1.6rem;
 font-weight:600;
 text-decoration:none;
 text-align:center;
 transition:all .2s ease;
 cursor:pointer
}
.region--active {
 opacity:.4
}

.st0 {
 fill:#FFF
}
.st1 {
 fill:none;
 stroke:#FFF;
 stroke-width:4.644
}
.st21,
.st4 {
 stroke:#FFF
}
.st2 {
 fill:#91c7e0
}
.st3 {
 fill:#A64D94
}
.st4 {
 fill:none;
 stroke-width:1.548
}
.st5 {
 fill:#97B3C8
}
.st6 {
 fill:#D1DC76
}
.st7 {
 fill:#E6CCE1
}
.st8 {
 fill:#7EA5B1
}
.st9 {
 fill:#FABE5D
}
.st10 {
 fill:#9AA2CE
}
.st11 {
 fill:#CB75A9
}
.st12 {
 fill:#92A19C
}
.st13 {
 fill:#D8AC71
}
.st14 {
 fill:#CAC7C4
}
.st15 {
 fill:#ADC59C
}
.st16 {
 fill:#8BCBBD
}
.st17 {
 fill:#E5B6B0
}
.st18 {
 fill:#EDD163
}
.st19 {
 fill:#C9687C
}
.st20 {
 fill:#6AACDA
}
.st21 {
 fill:none;
 stroke-width:1.548;
 stroke-dasharray:2.253,2.253
}
.st22 {
 fill:none;
 stroke:#FFF;
 stroke-width:1.502;
 stroke-dasharray:2.253,2.253
}
.st23 {
 display:flex
}
.st24 {
 display:inline
}
.find__navBox {
 display:flex;
 flex-direction:column;
 align-items:center
}

.region__navBox {
 position:relative;
 width:250px;
 height:0;
 display:none
}
.region__navBox ul {
 width:100%;
 height:400px;
 overflow:hidden;
 overflow-y:scroll
}

.region__navBox ul li {
	color:#28488e;
	background:#fff;
	border:1px solid #28488e;
	width:270px;
	padding:15px;
	margin:0 15px 75px
}
.region__navBox ul li--active {
	color:#fff;
	background:#28488e;
	position:relative
}
.region__navBox ul li--active:after {
	content:'▲';
	color:#28488e;
	position:absolute;
	top:-14px;
	left:50%;
	transform:translate(-50%,0)
}

.region__navBox ul li a {
	color:#000;
	text-decoration:none
}
.displayRegionList {
	color:#28488e;
	background:#fff;
	border:1px solid #28488e;
	width:270px;
	padding:20px 0;
	margin:0 15px 75px;
	position:absolute;
	bottom:0
}

.people,
.persons {
	position:relative
}
.displayRegionList--active {
	color:#fff;
	background:#28488e
}
.find,
.people {
	background:#fff
}

@media (max-width: 990px) {
	.cc.main.ctxt-basic article .body .big-slider .flex figure {
	    width: 100%;
	    height: auto;
	}
	.cc.main.ctxt-basic .lightbox.video::before {
		content: none;
	}
}


@media (max-width: 770px) {
  	.cc.main.ctxt-basic article .body p, .cc.main.ctxt-basic article .body h2 {
	    text-align: center;
	}

	.cc .flex .flex40 {
	    width: 100% !important;
	}

	.cc.main.ctxt-basic .body .flex .flex40 .actions {
	    margin-top: 20px;
	    margin-bottom: 40px;
	}

	.cc .map {
	    width: 100%;
	    max-width: 400px;
	    margin: 0 auto;
	    height: 400px;
	    max-height: none;
	}

	.cc.main.ctxt-basic article .body .slider-inner .flex {
	    display: flex;
	}
	.cc.main.ctxt-basic .big-slider .flex > div {
	    padding: 0 20px;
	}
	.cc.main.ctxt-basic [data-slider-type="carousel"] .slider-inner > div {
	    padding: 10px 0;
	}
}

@media (max-width: 550px) {
	.cc.main.ctxt-basic article .body .slider-inner .flex {
	    display: block;
	}
	.cc.main.ctxt-basic .flex .flex33 {
	    width: 100%;
	}
}