.wrapper.wrapper-1150 {
	max-width: 1150px;
}
.title + .text {
	margin-top: 1em;
}
.btn-crea {
	font-size: 1.05em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.btn-crea:not(.no-shadow) {
	box-shadow: var(--lightBoxShadow);
}
.btn-crea.bordered {
	border: var(--lightGrey) 1px solid;
}
.btn-crea.bordered:hover {
	border-color: transparent;
}
.buttons.left {
	justify-content: left;
	margin-left: -1em;
}
.bg-blue {
	color: #ffffff;
}
.bg-yellow,
.bg-lightGrey,
.bg-white {
	color: var(--black);
}
.single-formation-layout.v5 section {
	padding: calc(var(--gutter) * 0.75) 0;
}
.intro {
	text-align: left;
}
.intro .action {
	margin: 1em auto 1em -1em;
}
.formation-nav {
	background: var(--lightGrey);
	text-align: center;
}
.formation-nav ul li:not(:first-child) {
	border:none;
}
.divers-section > .wrapper:not(:last-child) {
	margin-bottom: 6em;
}
.benefs-section > .wrapper,
.divers-section > .wrapper {
	max-width: 1100px;
}
.video-wrapper {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.video-wrapper::after {
	content: '';
	display: block;
	padding-bottom: 60%;
}
.video-wrapper.rounded {
	border-radius: 2em;
}
.video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.keypoints {
	--g : 0.75em;
	width: calc(100% + (var(--g) * 2));
	margin-left: calc(var(--g) * -1);
	margin-top: 0;
}
.keypoints > * {
	padding: var(--g);
	flex: 0 0 50%;
}
.keypoints > *.wide {
	flex: 0 0 66.667%;
}
.keypoints > *.small {
	flex: 0 0 33.333%;
}
.v5-box {
	padding: 3em 2.5em 2.5em 2.5em;
	border-radius: 1.25em;
	height: 100%;
	text-align: left;
}
.v5-box.w-shadow {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.v5-box.small-padding {
	padding: 2em 2.5em;
}
.v5-box.no-padding {
	padding: 0;
}
.v5-box > *:not(:last-child) {
	margin-bottom: 0.75em;
}
.v5-box .text ul,
.v5-box .text ol,
.v5-box .text p {
	line-height: 1.35em;
}
.v5-box .text > :not(:last-child) {
	margin-bottom: 0.75em;
}
.v5-box .comp-label {
	display: inline-block;
	background-color: var(--yellow);
	padding: 0.5em 0.75em;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0.33em;
}
.v5-box .comp-emoji {
	font-size: 2em;
	margin-bottom: 1rem !important;
}
.v5-box .comp-emoji.w-circle {
	position: relative;
	display: inline-block;
	font-size: 1.25em;
	padding: 0.5em;
	margin-bottom: 2rem !important;
}
.v5-box .comp-emoji.w-circle::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 125%;
	padding-bottom: 125%;
	background-color: var(--lightGrey);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.v5-box .comp-emoji.w-circle span {
	z-index: 2;
	position: relative;
}
.v5-box .comp-price .the-price {
	font-size: 3em;
	font-weight: 700;
}
.v5-box .comp-price .legend {
	font-style: italic;
}
.pictos-layout {
  --g: 1em;
  margin: 0 calc(var(--g) * -1);
  width: calc(100% + (var(--g) * 2));
}
.pictos-layout > * {
  flex: 0 0 33.333%;
  padding: var(--g);
}
.box-picto .icon {
  font-size: 3em;
}
.box-picto .legend {
  font-weight: 700;
  margin-top: 1.5em;
  line-height: 1.4em;
}
.progenda .box-progenda {
	margin-top: 1em;
}
.box-progenda {
	position: relative;
	background-color: var(--lightGrey);
	padding: 2em;
	border-radius: 0.85em;
	text-align: left;
}
.bg-lightGrey .box-progenda {
	background-color: #ffffff;
}
.box-progenda.bg-lightBlue {
	background-color: rgba(106, 193, 193, 0.20) !important;
}
.box-progenda .excerpt {
	position: relative;
	padding-right: 3em;
	cursor: pointer;
}
.box-progenda .excerpt::before {
	content: '';
	--s: 2em;
	z-index: 3;
	position: absolute;
	top: 50%;
	right: 0;
	width: var(--s);
	height: var(--s);
	margin-top: calc(var(--s) * -0.5);
	border-radius: 50%;
	background-color: #ddd;
	background-image: url(https://creactifs.com/wp-content/themes/creactifs/assets/img/simple-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45% auto;
	transform: rotate(180deg);
	transition: 0.3s;
}
.box-progenda.active .excerpt::before {
	background-color: var(--yellow);
	transform: rotate(0);
	background-image: url(https://creactifs.com/wp-content/themes/creactifs/assets/img/simple-arrow-white.png);
}
.box-progenda .excerpt label {
	display: inline-block;
	background-color: var(--yellow);
	padding: 0.33em 0.75em;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 1em;
	font-size: 0.9em;
}
.box-progenda .excerpt .title {
	margin: 0.5em 0 0.25em 0;
}
.box-progenda.w-icon .excerpt .title {
	padding-left: 1.75em;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 1.3em;
}
.box-progenda.icon-award .excerpt .title {
	background-image: url(../../img/icon-award.svg);
}
.box-progenda .excerpt .text {
	margin-top: 0;
}
.box-progenda:not(.active) .detail {
	display: none;
}
.box-progenda .detail {
	margin-top: 2em;
}
.formats > * {
	--g: 1.5em;
	position: relative;
	width: calc(100% + (var(--g) * 2));
	margin-left: calc(var(--g) * -1);
}
.formats > .w-ou {
	--g: 3em;
	--ou: 3em;
}
.formats > .flex > div {
	flex: 0 0 50%;
	padding: var(--g);
}
.many-boxes > .v5-box {
	height: auto;
}
.many-boxes > .v5-box:not(:last-child) {
	margin-bottom: 1.5em;
}
.w-ou::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--ou);
	height: var(--ou);
	margin-top: calc(var(--ou) * -0.5);
	margin-left: calc(var(--ou) * -0.5);
	background-color: var(--yellow);
	border-radius: 50%;
}
.w-ou::after {
	content: attr(data-ou);
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--ou);
	margin-left: calc(var(--ou) * -0.5);
	text-align: center;
	font-size: 1.25em;
	font-weight: 900;
	transform: translateY(-50%);
}
.w-ou .mobile-ou {
	display: none;
	padding: 0 0.5em !important;
	text-align: center;
}
.w-ou .mobile-ou > span {
	position: relative;
	display: inline-block;
	width: var(--ou);
	height: var(--ou);
	background-color: var(--yellow);
	border-radius: 50%;
	margin: auto;
}
.w-ou .mobile-ou > span > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--ou);
	margin-left: calc(var(--ou) * -0.5);
	text-align: center;
	font-size: 1.25em;
	font-weight: 900;
	transform: translateY(-50%);
}
.v5-box.plus {
	position: relative;
	padding: 2.5em 2.5em 2.5em 5em;
}
.v5-box.small-padding.plus {
	padding: 2em 2.5em 2em 5em;
}
.v5-box.plus::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 2em;
	height: 2em;
	margin-top: -1em;
	background-image: url(https://creactifs.com/wp-content/themes/creactifs/assets/img/icon-tunnel-plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.formats-details > .title {
	margin-bottom: 2.5em;
}
.formats-details .v5-box {
	margin-top: 0.85em;
}
.offers {
	--g: 2em;
	width: calc(100% + (var(--g) * 2));
	margin-left: calc(var(--g) * -1);
}
.offers > div {
	flex: 0 0 50%;
	padding: var(--g);
}
.formateurs-slider-auto .slick-track {
	display: flex !important;
}
.formateurs-slider-auto .slick-slide {
	padding: 1em;
	height: inherit !important;
}
.box-formateur {
	--s: 25em;
	position: relative;
	width: var(--s);
	padding-top: calc(var(--s) * 0.66);
	border-radius: 1.5em;
	height: 100%;
	overflow: hidden;
}
.box-formateur > .ill {
	border-radius: 1.5em;
	overflow: hidden;
}
.box-formateur > .ill::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	border-radius: 1.5em;
	overflow: hidden;
}
.box-formateur .content {
	z-index: 3;
	position: relative;
	padding: 2em;
	text-align: left;
	color: #ffffff;
	margin: auto auto 0 auto;
	width: 100%;
}
.box-formateur > .ill.grayscale {
	filter: grayscale(1);
}
.box-formateur label {
	display: inline-block;
	background-color: var(--yellow);
	padding: 0.5em 0.75em;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 1em;
	margin-bottom: 1em;
	color: var(--black);
}
.box-formateur .socials {
  z-index: 2;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
.box-formateur .socials ul {
  list-style-type: none;
}
.box-formateur .socials li {
  display: inline-block;
  padding: 0 0.25em;
}
.box-formateur .socials img {
  width: 2.5em;
  height: 2.5em;
  object-position: center;
  object-fit: contain;
}
.formateurs-slider-auto {
	width: calc(100% + 22.5em);
	margin-left: -22.5em;
}
.formateurs-slider-auto .slick-slide {
	padding: 1em;
}
.v5-grade {
	display: inline-block;
	background-color: var(--black);
	color: #ffffff;
	padding: 0.2em 1.5em 0.125em 1.5em;
	border-radius: 2em;
}
.v5-grade .stars {
	filter: brightness(0) invert(1);
	font-size: 0.75em;
}
.v5-grade .legend {
	display: inline-block;
	padding-left: 1em;
	transform: translateY(-90%);
}

.box-testi {
	background: #ffffff;
	padding: calc(var(--gutter) * 1) calc(var(--gutter) * 0.75);
	border-radius: 1.25em;
	height: 100%;
	text-align: left;
	width: 40em;
}
.box-testi .title {
	position: relative;
	padding-left: 3em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.box-testi .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	background-image: url(https://creactifs.com/wp-content/themes/creactifs/assets/img/bpi-quote.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.box-testi .author {
	margin: 2em 0 1em 0;
	line-height: 1.3em;
}
.v5-testi-slider .slick-track {
	display: flex !important;
}
.v5-testi-slider .slick-slide {
	padding: 1em;
	height: inherit !important;
}
.v5-testi-slider-1 {
	padding-left: 25vw;
}
.v5-testi-slider-2 {
	padding-left: 12.5vw;
}
.accordeon-line {
	border: none;
	background-color: var(--lightGrey);
	border-radius: 0.75em;
	margin-bottom: 1em;
}
.accordeon-line .headline {
	padding: 1.75em 4em 1.75em 1.75em;
}
.accordeon-line .headline::before {
	left: auto;
	right: 0.8em;
	top: 1.5em;
	background-color: #ffffff;
}
.accordeon-line.active .headline::before {
	background-color: #ffffff;
	background-image: url(https://creactifs.com/wp-content/themes/creactifs/assets/img/simple-arrow.svg);
}
.accordeon-line.active .headline::after {
	display: none;
}
.accordeon-line .details {
	padding-top: 0;
	background: transparent;
}

.v5-testis-slider .slick-track {
	display: flex;
}
.v5-testis-slider .slick-slide {
	padding: 1.5em;
	height: auto;
}

.the-form.light-form {
	text-align: left;
}
.the-form.light-form form > div {
	padding: 0 0 1.5em 0;
}
.the-form.light-form input:not([type="submit"]),
.the-form.light-form textarea,
.the-form.light-form select {
	border-radius: 5px;
	border: rgb(233, 233, 233) 1px solid;
	padding: 0.75em;
	background-color: #fff;
}
.the-form.light-form input[type="radio"],
.the-form.light-form input[type="checkbox"] {
  accent-color: var(--yellow);
  padding: 0;
}
.the-form.light-form .sessions-radio.wpcf7-radio span.wpcf7-list-item,
.the-form.light-form .sessions-radio.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0 0 8px 0;
	display: block;
	border-radius: 5px;
	border: rgb(233, 233, 233) 1px solid;
	padding: 6px;
}
label > span {
	position: relative;
}
label.complet > span {
  text-decoration: line-through;
  display: inline-block;
  max-width: calc(100% - 80px);
}
label.complet > span::after {
  content: 'Complet';
  background: var(--yellow);
  display: inline-block;
  margin-left: 5px;
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: none;
}
label.complet2 > span::after {
  content: 'Bientôt complet';
  background: var(--lightGrey);
  display: inline-block;
  margin-left: 5px;
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: none;
}
label.individuel > span::after {
  content: 'Format individuel';
  background: var(--blue);
  display: inline-block;
  margin-left: 5px;
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  white-space: nowrap;
  text-decoration: none;
}
.the-form.light-form .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.the-form.light-form .wpcf7-acceptance input[type="checkbox"] {
	display: inline-block;
	width: auto;
}
.bg-yellow .the-form.light-form .the-form input[type="submit"] {
	background-color: #ffffff;
}
.the-form.light-form .submit {
	text-align: left;
	color: var(--black) !important;
}
.the-form.light-form .wpcf7-spinner::before {
	content: '';
	display: block;
	height: 5px;
}
.the-form.no-choice .choice-format,
.the-form.no-choice .choice-session {
	display: none;
}

.the-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 5px 0;
  display: block;
}
.the-form .wpcf7-acceptance label {
  position: relative;
  display: block;
  padding-left: 32px;
  line-height: 1.25em;
}
.the-form .wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
}
.the-form .wpcf7-acceptance { line-height: 1.3em; }
.the-form .wpcf7-acceptance a { text-decoration:  underline; }

.the-form.light-form form > div.wpcf7-response-output {
	padding: 1em;
	border-radius: 1em;
	line-height: 1.25em;
}
/*.creactifs-stars-reviews {
  margin-top:1.5em
}*/
.creactifs-stars-reviews>.flex>div {
  flex:0 0 33%;
  padding:1em 2em
}
.csr {
  position:relative
}
.csr .the-grade {
  font-size:2.5em;
  font-weight:700;
  margin-bottom:.33em
}
.csr .the-stars {
  margin:1em 0 0 0
}
.icon-stars {
  display:inline-block;
  width:9em;
  margin:auto;
  height:3.5em
}
.csr .the-source {
  position:relative;
  width:60%;
  height:0;
  padding-bottom:50%;
  overflow:hidden;
  margin:auto
}
.csr .the-source img {
  filter:grayscale(1);
  opacity:.75;
  transition:0.3s
}
.csr:hover .the-source img {
  opacity:1
}
.csr .the-source picture.small img {
  transform:scale(.75)
}
main.v5 .creactifs-stars-reviews {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

main.v5	.creactifs-stars-reviews > .flex > div {
	padding: 1em;
}
.v5-csr {
	background-color: var(--lightGrey);
	border-radius: 9999px;
	padding: 0.25em 0.75em;
	align-items: center;
	justify-content: center;
}
.v5-csr .the-source {
	flex: 0 0 2em;
	height: 2em;
	position: relative;
}
.v5-csr .the-grade {
/*	flex: 0 0 3em;
*/	padding-left: 0.25em;
	padding-right: 0.25em;
	font-weight: 700;
	font-size: 1.25em;
}
.v5-csr .the-stars {
/*	flex: 1;
*/	font-size: 0.85em;
	text-align: left;
}
.v5-csr .base-grade {
	font-size: 0.6em;
	font-weight: 600;
}

.grid {
	--g: 1em;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + (var(--g) * 2));
	margin-left: calc(var(--g) * -1);
}
.grid > * {
	padding: var(--g);
}


.ft-grid {
	justify-content: center;	
}
.ft-grid > * {
	flex: 0 0 33.333%;
}
.ft-box {
	position: relative;
	background-color: var(--lightGrey);
	padding: 1.25em;
	border-radius: 1.25em;
	height: 100%;
}
.ft-box .ft-video {
	position: relative;
	border-radius: 1em;
	overflow: clip;
}
.ft-box .ft-video::after {
	content: '';
	display: block;
	padding-bottom: 75%;
}
.ft-box video {
	border-radius: 1.25em;
	object-fit: cover;
	object-position: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ft-box .ft-video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.25em;
	overflow: clip;
}
.ft-box .ft-content {
	margin: 1em 0;
	text-align: left;
}
.poster-video {
	cursor: pointer;
	border-radius: 1em;
	overflow: clip;
}
.poster-video::after {
	content: '';
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	background-image: url(../../img/icon-circle-play.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.partners-grid {
	--g: 1.5em;
	align-items: center;
	justify-content: center;
}
.partners-grid > * {
	text-align: center;
}
.partners-grid img,
.partners-slider .slick-slide img {
	display: block;
	width: 10em;
	height: 6em;
	object-fit: contain;
	object-position: center;
}

.partners-slider {
	margin-top: 2em;
}
.partners-slider::before {
	content: '';
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 5em;
	height: 100%;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.partners-slider::after {
	content: '';
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	width: 5em;
	height: 100%;
	background: linear-gradient(to left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.partners-slider .slick-track {
  display: flex;
}
.partners-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
}


.bg-gradient-v5-a {
	padding: 1em !important;
}
.bg-gradient-v5-b {
	padding: 1em !important;
}
.bg-gradient-v5-a > .inner {
	background: linear-gradient(180deg, #FEF9DF 0%, rgba(254, 249, 223, 0.25) 100%);
	border-radius: 1em;
	padding: calc(var(--gutter) * 1.125) 0;
}
.bg-gradient-v5-b > .inner {
	background: linear-gradient(180deg, #F9F6F6 0%, rgba(249, 246, 246, 0.38) 100%);
	border-radius: 1em;
	padding: calc(var(--gutter) * 1.125) 0;
}
.v5-box.plus.w-image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.v5-box.small-padding.plus.w-image {
	padding: 1em 2.5em 1em 5em;
}
.v5-box.w-image > *:not(:last-child) {
  margin-bottom: 0;
  padding-right: 1em;
}

.bg-gradient-v5-b .box-progenda {
	background-color: #fff;
}
.box-progenda.v5 {
	padding: 1em 2em;
}
.box-progenda.v5 .excerpt .title > * {
	font-weight: 600;
	line-height: 1.4em;
}
.box-progenda .excerpt::before,
.accordeon-line .headline::before {
	background-image: url(../../img/icon-close.svg);
	background-color: transparent;
	transform: rotate(45deg);
}
.box-progenda.v5.active .excerpt::before,
.accordeon-line.active .headline::before {
	background-image: url(../../img/icon-close.svg);
	background-color: transparent;
	transform: rotate(90deg);
}

.box-stacked {
	height: auto;
}
.regular > .box-stacked:not(.last-child) {
	margin-bottom: 1em;
}

.v5-box.aCenter {
	text-align: center;
}

.v5new .title.mediumless > * {
	font-weight: 600;
}

.box-calendly .iframe-wrapper {
	position: relative;
	border-radius: 1em;
	overflow: clip;
}
.box-calendly .iframe-wrapper::after {
	content: '';
	display: block;
	padding-bottom: 120%;
}
.box-calendly .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.v5-grid {
	--g: 2em;
}
.v5-grid > * {
	position: relative;
}
.v5-grid > .small-col {
	flex: 0 0 40%;
}
.v5-grid > .large-col {
	flex: 0 0 60%;
}
.v5-grid > .content .wrapper {
	padding: 0;
}
.rounded-ill img {
	display: block;
	border-radius: 1em;
}

.no-spacer .learnings > .spacer {
	display: none;
}

.v5-faq .wrapper {
	max-width: 1150px;
}
.v5-faq .accordeon-line {
	background-color: #fff;
	border: var(--lightGrey) 1px solid;
}

.v5-testis {
	--g : 0.75em;
	position: relative;
	max-height: 24em;
	overflow: clip;
	transition: 0.5s;
}
.v5-testis::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7em;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	transition: 0.5s;
}
.v5-testis.showAll {
	max-height: 2000px;
}
.v5-testis.showAll::after {
	height: 0;
}
.v5-testis > * {
	flex: 0 0 33.333%;
}
.v5-testi {
	background: var(--lightGrey);
	padding: 0.5em 1.5em 1em 1.5em;
	border-radius: 1.25em;
	height: 100%;
	text-align: left;
}
.v5-testi .top .ill {
	margin-bottom: 0.5em;
}
.v5-testi .top .title {
	margin-bottom: 1em;
}
.v5-testi .top .title > * {
	font-weight: 600;
}
.v5-testi .author {
	margin: 1em 0 0.5em 0;
}
.v5-testi .author .ill {
	position: relative;
	flex: 0 0 2.75em;
	height: 2.75em;
	border-radius: 50%;
	overflow: hidden;
}
.v5-testi .author .who {
	flex: 1;
	padding-left: 1em;
	line-height: 1.3em;
	font-size: 0.9em;
}

.js-showAllTestis::before {
	content: 'Voir plus d\'avis';
}
.js-showAllTestis.showAll::before {
	content: 'Voir moins d\'avis';
}

.v5-box.bg-transparent {
	background: transparent !important;
}

.prog-end .wrapper {
	padding: 0;
}
.prog-end .keypoints > .wide {
	flex: 0 0 100%;
}
.prog-end .buttons.left {
	justify-content: center;
}

.freemium-section > .inner {
	padding-bottom: 2em !important;
}
.freemium-section .keypoints {
	margin-top: 0.5em;
}
.freemium-section .keypoints > .wide {
	flex: 0 0 100%;
}

.v5-formation-type {
	display: flex;
	padding: 3px !important;
	margin-bottom: 1.5em;
	border-radius: 9999px;
	background-color: var(--lightGrey);
}
.v5-formation-type > * {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50%;
	padding: 1.25em;
	border-radius: 9999px;
	text-align: center;
	background-color: transparent;
	font-weight: 700;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s;
}
.v5-formation-type > .active {
	background-color: var(--blue);
	color: #fff;
}
.v5-formation-type > *:not(.active):hover {
	color: var(--blue);
}

.v5-formats-btn-end .buttons.left {
	justify-content: center;
	margin-left: auto;
}

.v5-intro-grid {
	--g: 2em;
}
.v5-intro-grid > .content-col {
	flex: 0 0 57.5%;
}
.v5-intro-grid > .content-col > .wrapper {
	padding: 0;
}
.v5-intro-grid .content-col .keypoints .wide {
	flex: 0 0 100%;
}
.v5-intro-grid > .ill-col {
	flex: 0 0 42.5%;
}
.v5-intro-grid > .ill-col > .inner {
	position: relative;
	height: 100%;
}
.v5-intro-grid .v5-box:not(.yellow-label) .comp-label {
    background-color: transparent;
    font-weight: 600;
    text-transform: none;
    border-radius: 9999px;
    border: var(--lightGrey) 1px solid;
    padding: 0.5em 1em;
}
.label-award .comp-label {
	background-image: url(../../img/icon-award.svg);
	background-size: auto 1em;
	background-repeat: no-repeat;
	background-position: center left 0.75em;
	padding-left: 2.5em !important;
}

.freemium-form {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.v5-intro-grid .video-wrapper {
	position: relative;
	border-radius: 1em;
	overflow: clip;
}
.v5-intro-grid .video-wrapper::after {
	padding-bottom: 125%;
}
.v5

.ill-col {
	align-self:stretch;
	position:relative;
	border-radius:2em;
	overflow:clip
}
.ill-col video {
	object-fit:cover;
	object-position:center;
}


.v5-box-quote {
    min-height: 24em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding: 6em 1.5em 1.5em 1.5em;
    background-image: url(../../img/icon-quote-v5.svg);
    background-size: 2.5em auto;
    background-position: top 3em left 1.5em;
    background-repeat: no-repeat;
}
.v5-box-quote strong {
    font-size: 1.3em;
}
.v5-box-quote img {
    border-radius: 9999px;
    float: left;
    margin-right: 0.5em;
}



@media screen and (max-width: 900px) {
	.v5-intro-grid,
	.v5-grid {
		--g: 1em;
	}
}
@media screen and (max-width: 800px) {
	.intro .ill-col {
		text-align: center;
	}
	.intro .ill-col img {
		margin: auto;
	}
	.keypoints > .wide,
	.keypoints > .small {
		flex: 0 0 50%;
	}
	.formats > .flex > div { flex: 0 0 100%; }
	.w-ou::before, .w-ou::after { display: none; }
	.w-ou .mobile-ou { display: block; }
	.offers > div { flex: 0 0 100%; }
	.box-formateur { --s: 20em; }
	.box-testi { width: 30em; }
	.ft-grid > * {
		flex: 0 0 100%;
	}
	.v5-intro-grid > * {
		flex: 0 0 100% !important;
	}
	.v5-intro-grid > .ill-col {
		height: 60vw;
	}
	.v5-intro-grid .video-wrapper::after {
		display: none;
	}
	.v5-intro-grid .video-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.creactifs-stars-reviews > .flex {
		align-items: end;
	}
	.v5-csr {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 0.75em 0 0 0;
		background-color: #fff;
	}
	.v5-csr .the-source {
		flex: 0 0 50%;
		text-align: right;
		height: 2.5em;
	}
	.v5-csr .the-source img {
		object-position: center right;
	}
	.v5-csr .the-grade {
		flex: 0 0 50%;
		text-align: left;
	}
	.v5-csr .the-stars {
		flex: 0 0 100%;
		text-align: center;
	}
	.partners-grid {
		--g: 0.5em;
		flex-wrap: nowrap;
		justify-content: left;
		overflow-x: scroll;
		width: calc(100% + (var(--g) * 2) + var(--gutter));
	}
	.partners-grid > * {
		flex: 1 0 10em;
	}
	.partners-grid img {
		max-width: 100%;
		width: 10em;
	}
	.v5-testis {
		max-height: none;
		overflow-x: scroll;
		flex-wrap: nowrap;
		justify-content: left;
		width: calc(100% + (var(--g) * 2) + var(--gutter));
	}
	.v5-testis::after {
		display: none;
	}
	.v5-testis > * {
		flex: 0 0 20em;
	}
	.v5-testis + .action {
		display: none;
	}
}
@media screen and (max-width: 800px) and (min-width: 600px) {
	.ft-box {
		display: flex;
	}
	.ft-box .ft-video {
		flex: 0 0 16em;
	}
	.ft-box .ft-content {
		flex: 1;
		padding-left: 2em;
	}
}
@media screen and (max-width: 700px) {
	.pictos-layout > * { flex: 0 0 50%; }
	.v5-testi-slider-1 { padding-left: 12vw; }
	.v5-testi-slider-2 { padding-left: 6vw; }
	.box-formateur { padding-top: calc(var(--s) * 0.5); }
	.v5-grid > * {
		flex: 0 0 100% !important;
	}
	.v5-grid > .ill {
		height: 70vw;
	}
}
@media screen and (max-width: 600px) {
	.v5-testi-slider-2 { display: none !important; }
	.v5-testi-slider-1 { padding-left: 5vw; }
	.box-testi { width: 80vw; }
	.pictos-layout > * { flex: 0 0 100%; }
	.keypoints > *,
	.keypoints > .wide,
	.keypoints > .small {
		flex: 0 0 100%;
	}
	.bg-gradient-v5-a,
	.bg-gradient-v5-b {
		padding: 1em 0 !important;
	}
	.hide-on-mobile {
		display: none !important;
	}
	.v5-intro-grid > .content-col .v5-box {
		padding: 0;
	}
	body > main {
		overflow: clip;
	}
	.v5-csr .the-stars {
		font-size: 0.65em;
	}
	#benefices .v5-box.normal {
		padding: 1.5em;
	}
	.v5-intro-grid .content-col .title + .text {
		font-size: 1.1em;
	}
	.v5-box .text li {
		margin-bottom: 0.25em;
	}
}
@media screen and (min-width: 601px) {
	.just-for-mobile {
		display: none !important;
	}
}

.single-formation-layout.v5.v5new > .intro {
	padding: calc(var(--gutter) * 0.5) 0 calc(var(--gutter) * 0.25) 0;
}

.event-intro-content-end {
	--g: 0.5em;
	width: calc(100% + (var(--g) * 2));
	margin-left: calc(var(--g) * -1);
}
.event-intro-content-end > * {
	padding: var(--g);
}
.event-intro-content-end > * > p {
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
.v5-intro-grid .partners img {
	height: 3em;
	width: auto;
	object-fit: contain;
}
.v5-intro-grid .gg-badge {
	display: inline-block;
	position: relative;
	bottom: 0;
	right: 0;
	box-shadow: none;
	border-radius: 9999px;
	background-color: var(--lightGrey);
}

.v5-intro-grid .form-wrapper {
	background-color: var(--blue);
	color: #fff;
	border-radius: 1em;
}
.v5-intro-grid .form-heading {
	background: rgba(0, 0, 0, 0.30);
	text-align: center;
	padding: 0.75em 0.25em;
	border-radius: 1em 1em 0 0;
}
.v5-intro-grid .form-title {
	padding: 1.5em 0 0 0;
}
.v5-intro-grid .form-title > * {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 600;
	text-align: center;
}
.v5-intro-grid .the-form {
	padding: 1.5em;
	text-align: left;
}
.v5-intro-grid .the-form.light-form form > div {
	padding-bottom: 1em;
}
.text--strong-to-blue .text strong {
	font-weight: 400;
	color: var(--blue);
}
.keypoints > *.full {
	flex: 0 0 100%;
}
.v5-box[class*=" wrapper-"] {
	margin: auto;
}
@media screen and (max-width: 800px) {
	.v5-intro-grid > .ill-col.form {
		height: auto;
	}
}

body.scrolled header .contact-top {
  background-color: transparent;
  border: rgba(0,0,0,0.25) 1px solid;
  padding: 0.65em 0.75em 0.65em 3em;
  border-right: 0;
  border-radius: 9999px;
  right: 1em;
}
.fixedTopCTA {
	position: absolute;
	top: -150%;
	right: calc(100% + 0.5em);
	transform: translateY(-50%);
	transition: 0.3s;
}
body.scrolled .fixedTopCTA {
	top: 50%;
}
.fixedTopCTA.btn-crea {
	padding-top: 0.65em;
	padding-bottom: 0.65em;
}