/* ------------------- */
/* Custom properties   */
/* ------------------- */
:root {

    /* colors */
    --clr-cm: #1765BC;
    --clr-cmj: pink;
    --clr-cic: #00919B;
    --clr-cicj: green;
    --clr-bt: #2e5167;
    --clr-bp: #be161c;
	
    --clr-white: #ffffff;
    --clr-dark: #414141;

    /* font-sizes */
    --fs-900: 9.375rem;
    --fs-800: 6.25rem;
    --fs-700: 3.5rem;
    --fs-650: 2.125rem;
    --fs-600: 2rem;
    --fs-500: 1.75rem;
    --fs-400: 1.125rem;
    --fs-300: 1rem;
    --fs-200: 0.875rem;
	
	--curve: 24;

}


/* ------------------- */
/* Reset               */
/* ------------------- */

/* https://piccalil.li/blog/a-modern-css-reset/ */

/* Box sizing */

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

/* Reset default margins */

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
	
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
}

/* set up the body */
body {
    line-height: 1.5;
    min-height: 100vh;
	margin: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	}

/* make images easier to work with */

img,
picture {
    max-width: 100%;
    display: block;
}

/* make form easier to work with */

input,
button,
textarea,
select {
    font: inherit;
}

/* Accessibility : remove animations for people who've turned them off */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* reset margin, sections... */

.cc {
	margin: 0;
}

.cc header, .cc footer {
	text-align: center;
}


body .cc.vNextBP,
.cc.vNextBP header
 {
	background: var(--clr-bp) !important;
}

body .cc.vNextBT,
.cc.vNextBT header
 {
	background: var(--clr-bt) !important;
}

body .cc.vNextCIC,
.cc.vNextCIC header,
.cc.vNextCIC footer
 {
	background: var(--clr-cic) !important;
}

body .cc.vNextCIC footer
 {
	padding: 24px;
}

body .cc.vNextCM,
.cc.vNextCM header
 {
	background: var(--clr-cm) !important;
}

.cc.vNextCM header.visual,
.cc.vNextCIC header.visual
 {
	/*background: transparent !important;*/
	background-size: cover;
}

/* Header */

.cc header {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;	
}



.cc header.hero {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
	height:315px !important;
		

}

.cc header.hero .img {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.cc header h1 {
	color: var(--clr-white);
	font-size: var(--fs-400);
	font-weight: 800;
}

.cc.vNextCIC header h1 {
	font-size: 22px !important;
}

/* Article */

.cc.vNextBP article {
	color: #555;
}

.cc .body {
	border-radius: 24px 24px 0px 0px;
    padding: 1.5rem !important;
	background: #fff;
}

.cc .body.content {
	position:relative;
	padding: 1.5rem 2.188rem !important;
	margin-top: -20px;
	z-index: 1;
}

.cc .body.content .logo {
    position: absolute;
    top: -35px;
    left: 35px;
    width: 73px;
    height: 73px;		
}

.cc .body p, .body ul li {
	font-size: 15px !important;
}

.cc .body .subtitle {
	margin-top: 1.5rem;
	display: flex;
	gap: 0.5rem;
	font-size: var(--fs-200);
}

.cc .body ul {
	margin-left: 0;
	padding-left: 0;
}

.cc .body.content ul {
	margin-left: -12px;
	padding-left: 0;
}

.cc.vNextCIC .body.content h1 {
	font-size: 2.125rem;
	line-height: 2.5rem;
    font-family: Fabrikat,Arial,Helvetica,sans-serif;
    font-weight: 900;
}


.cc .body.content ul li {
	margin-left: 1.375rem;
	padding-left: 6px;
	font-size: var(--fs-400) !important;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
	position: relative;
}
.cc.vNextCIC .body.content ul li {	
	margin-left: 2.375rem;
}
.cc.vNextCM .body.content ul li::before {
    content: "\F00F3";
    font-family: 'fts_picto';
    font-size: 1.5rem;
	position: absolute;
	left:-20px;
	}
.cc.vNextCIC .body.content ul li::before {	
    content: '\2022 ';
    line-height: 1;
    speak: none;
    font-size: 32px;
    vertical-align: -5px;
    margin-left: -27px;
	margin-right: 5px;
}

.cc .body.content ul li img {
	display: inline;
	padding-left: 6px;
}

.cc.vNextCIC .body.content ul li img {
	position: relative;
    top: 8px;
}


.cc .body.content ul li span {
	font-size: var(--fs-200) !important;
}


.cc .body.content .button {
    width: 100%;
    color: var(--clr-white);
    border-color: var(--clr-cm);
    background-color: var(--clr-cm);
    padding: 1rem;
    display: block;
    font-weight: 600;
	text-align: center;
	font-size: 1rem;
    min-height: 2.9375rem;
    margin: 3rem 0 1rem 0;
	border-radius: 2rem;
}

.cc.vNextCIC .body.content .button {
    border-color: var(--clr-cic);
    background-color: var(--clr-cic);
}  

.cc h1 {
	color: var(--clr-dark);
	font-size: var(--fs-650);
	font-weight: 800;
	padding-bottom: 1rem;
	margin: 1rem 0 1.375rem;
}

.cc h2 {
	color: var(--clr-dark);
	font-size: var(--fs-300);
	font-weight: 800;
	text-align: center;
	padding-bottom: 1rem;
	margin: 3.75rem 0 0.5rem;
}

.cc figure img {
	display: inline-block;
	max-width: 100%;
    height: auto;
}

/* Footer */

.cc footer h2 {
	padding-bottom: 0;
	margin: 2rem 0 0 0;
	color: var(--clr-white);	
}

.cc footer p {
	text-align: center;	
}

.cc footer .hours {
	font-size: 0.75rem;
	text-align: left;
	padding: 0 0 0 8px;
}

.cc footer p, .cc .phone-bloc .hours {
	color: var(--clr-white);	
}

.cc .phone-bloc[class*=sva] {
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.cc .phone-bloc.sva-neutralised .numrate {
	background: #fff;
}

/* Codes d'accès oubliés */


.borderR {
    cursor: pointer;
    color: #262626;
    font-weight: 400;
    align-items: center !important;
    justify-content: space-between;
    position: relative;
    display: flex;
    flex-direction: row !important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    padding: 1.25rem;
    margin: 1.25rem 0;
    border-radius: 0.5rem;
}

.borderR.green {
    background-color: #f4fafa;
    border: 1px solid #00909B;
	margin-bottom: 10px;
}

.borderR.green .card-text {
    display: flex;
    align-items: center;
}

.borderR.green .card-text h2,
.borderR.green .card-text p {
	text-align: left;
    cursor: pointer;
    color: #262626;
    font-weight: 400;
    padding: 0;
}

.borderR.green .card-text img {
    margin-right: 1rem;
}

.borderR .card-text {
  flex-shrink: 1 !important;
  flex-grow: 1 !important;

}
.borderR .card-text h2
 {
    margin-top: 0;
	margin-bottom: 0;
    font-weight: 700;
	text-align: left !important;
}

.borderR .card-text a {
  display:inline-block;

}

.card-arrow {
  padding: 0 0 0 2rem;
  
}


.cc .arrow-right::after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
}

.cc.vNextCM .arrow-right::after,
.cc.vNextCIC .arrow-right::after {
    background-image: url("/partage/fr/CC/BT-2017/styles2020/images/icones/chevron--phone.svg");
}

.cc.vNextBT .arrow-right::after {
    background-image: url("/partage/fr/CC/BT-2017/styles2020/images/icones/chevron--primary.svg");
}

.cc.vNextBP .arrow-right::after {
    background-image: url("/partage/fr/CC/BT-2017/styles2020/images/icones/chevron--secondary.svg");
}

/*.arrow-right::after {
	content: "\F0329";
    font-family: fts_picto;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 2rem;
	color: #4170a9;
}*/

.cc.vNextBT footer ul.styled, .cc.vNextBT footer ul.styled li {
	padding:0;
}

.cc.vNextBT footer ul.styled li {
	padding-bottom: 1rem;
	color: #fff;
	
}

.cc.vNextBT ul.styled li::before {
	content: '';
}

