/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color:       #222;
	font-size:   1em;
	line-height: 1.4;
	}

.uppercase {
	text-transform: uppercase;
	}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background:  #b3d4fc;
	text-shadow: none;
	}

::selection {
	background:  #b3d4fc;
	text-shadow: none;
	}

/*
 * A better looking default horizontal rule
 */

hr {
	display:    block;
	height:     1px;
	border:     0;
	border-top: 1px solid #ccc;
	margin:     1em 0;
	padding:    0;
	}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
	}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border:  0;
	margin:  0;
	padding: 0;
	}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
	}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin:     0.2em 0;
	background: #ccc;
	color:      #000;
	padding:    0.2em 0;
	}

/* ==========================================================================
   GVK
   ========================================================================== */
@font-face {
	font-family: 'Verlag_black';
	src:         url('../fonts/Verlag-Black.otf') format('truetype');
	src:         url('../fonts/Verlag-Black.woff') format('woff');
	font-weight: normal;
	font-style:  normal;
	}

@font-face {
	font-family: 'Verlag_bold';
	src:         url('../fonts/Verlag-Bold.otf') format('truetype');
	src:         url('../fonts/Verlag-Bold.woff') format('woff');
	font-weight: normal;
	font-style:  normal;
	}

@font-face {
	font-family: 'Verlag_book';
	src:         url('../fonts/Verlag-Book.otf') format('truetype');
	src:         url('../fonts/Verlag-Book.otf') format('truetype');
	src:         url('../fonts/Verlag-Book.woff') format('woff');
	font-weight: normal;
	font-style:  normal;
	}

body {
	font-family:             'Verlag_bold', sans-serif;
	font-weight:             600;
	color:                   #3f3984;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	}

/* =============================== Summary =============================== */

#liste_summary {
	width:    250px;
	position: fixed;
	left:     0;
	top:      80px;
	
	}


/* =============================== GENERAL =============================== */

#container {
	width:      100vw;
	overflow-x: hidden;
	}

#container_summary {
	width:      calc(90vw - 300px);
	margin:     20px 10vw 0 300px;
	overflow-x: hidden;
	}

#container_summary h1 {
	
	padding-top: 60px;
	}

#header {
	position: fixed;
	top:      0;
	width:    100vw;
	height:   50px;
	z-index:  2001;
	}

#header .flex-item .menu_link {
	color:           #ffffff;
	font-size:       14px;
	text-decoration: none;
	letter-spacing:  1px;
	
	}

#header .flex-item a.menu_link {
	text-transform: uppercase;
	}

#header .flex-item {
	display: inline-block;
	z-index: 2000;
	margin:  0;
	padding: 0;
	}

#header .spacer {
	margin:      0;
	padding:     0;
	width:       2.5em;
	z-index:     2000;
	display:     inline-block;
	
	font-size:   75%;
	font-weight: 300;
	}

#header #lang {
	width: 8em;
}

#header .spacer a {
	color:           rgba(255, 2552, 255, .5);
	text-decoration: none;
	}

#header .spacer a.active {
	color:       white;
	font-weight: 900;
	}

#bkg_header_left {
	background-color: #12a7a6;
	width:            50vw;
	height:           100%;
	position:         absolute;
	float:            left;
	}

#bkg_header_right {
	background-color: #3f3984;
	width:            50vw;
	height:           100%;
	position:         absolute;
	left:             50vw;
	}


.flex_container {
	display:           -webkit-box;
	display:           -moz-box;
	display:           -ms-flexbox;
	display:           -webkit-flex;
	display:           flex;
	-webkit-flex-flow: row wrap;
	justify-content:   space-around;
	margin:            15px 0 0 0;
	padding:           0;
	}

.deroul {
	list-style:       none;
	margin:           0;
	padding:          0;
	background-color: #3f3984;
	padding-top:      10px;
	padding-bottom:   10px;
	margin-left:      -15px;
	display:          none;
	font-size:        14px;
	
	}

.ours {
	letter-spacing:  0px;
	color:           #fff;
	text-decoration: none;
	cursor:          pointer;
	font-size:       14px;
	}

.deroul li {
	padding:   5px 15px;
	max-width: 125px;
	}

#header .flex-item .active {
	border-bottom: 2px solid #fff;
	}


#header .flex-item:hover > .deroul {
	display: block;
	}


#home_btn img {
	margin: -5px 10px 0 0;
	width:  1vw;
	}


p {
	font-size: 1.5vw;
	}

.btn {
	border:       4px solid;
	width:        165px;
	height:       50px;
	border-style: none none solid solid;
	margin:       10px 50px 20px 0;
	float:        left;
	
	}

.btn_inner {
	position:       absolute;
	text-align:     center;
	text-transform: uppercase;
	border:         4px solid;
	padding:        10px;
	width:          140px;
	margin:         -7px 10px 10px 7px;
	}

.btn_inner:hover {
	margin: -5px 10px 10px 5px;
	cursor: pointer;
	}

a {
	text-decoration: underline;
	color:           #12a7a6;
	}

a:hover {
	opacity: 0.7;
	}

#choix_hopital a:hover {
	opacity: 1;
	}


strong {
	font-family: 'Verlag_black';
	}

.note {
	font-size:     90%;
	margin-top:    100px;
	color:         #3f3984;
	margin-bottom: 40px;
	}

table {
	font-size: 1.5vw;
	}

.col_table_01 {
	width: 15vw;
	}

.violet {
	color: #3f3984;
	}

.bkg_green {
	background-color: #12a7a6;
	}

/* ================================= FOOTER ================================= */

#footer {
	width:               100vw;
	/*height:              600px;*/
	background-color:    #3f3984;
	display: flex;
	}

#footer img {
	width:   80px;
	float:   left;
	padding: 40px;
	align-self: flex-start;
	}

#footer_logos {
	/*position:   absolute;*/
	right:      2vw;
	width:      calc(100vw - 140px);
	margin-top: 20px;
	text-align: center;
	/*max-height: 400px;*/
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2em;
	}

#footer_logos img {
	height:         auto;
	width:          8vw;
	align-self:     center;
	border: 1px dotted red;
	/*mix-blend-mode: screen;*/
	padding:        40px 1vw 0 1.5vw;
	float:          none;
	
	}

.footer-logo {
	display: block;
	width: 8vw;
	height: 6vw;
	margin: 10px;
}

/* =============================== HOME =============================== */

#home {
	width:  100vw;
	height: 100vh;
	}


#home_left {
	width:            50vw;
	height:           100vh;
	background-color: #12a7a6;
	float:            left;
	}

#home_right {
	width:            50vw;
	height:           100vh;
	background-color: #3f3984;
	float:            right;
	}

#logo {
	position:     absolute;
	margin-left:  auto;
	margin-right: auto;
	left:         0;
	right:        0;
	width:        calc(73.9vh / 1.81);
	margin-top:   10vh;
	}

#logo_top img {
	height: 60vh;
	}

#logo_bottom img {
	height: 13.9vh;
	}

#arrow_down {
	position:     absolute;
	margin-left:  auto;
	margin-right: auto;
	left:         0;
	right:        0;
	width:        0;
	height:       0;
	border-left:  20px solid transparent;
	border-right: 20px solid transparent;
	border-top:   20px solid #fff;
	bottom:       5vh;
	
	}

#home h2 {
	color:white;
	font-size: 1.3vw;
	}


/* =============================== SECTIONS =============================== */

.square_left {
	width:   50vw;
	height:  50vw;
	float:   left;
	display: flex;
	}

.square_right {
	width:   50vw;
	height:  50vw;
	float:   right;
	display: flex;
	}

.content_square_left {
	width:  70%;
	margin: auto;
	}

.content_square_right {
	width:  60%;
	margin: auto;
	}

.square_left.small p, .square_right.small p{
	font-size: 1rem
	}

.section:nth-child(odd), .section-page:nth-child(odd) {
	color: #3f3984;
	}

.section .content-block:nth-child(odd) {
	background-color: #12a7a6;
	color:white;
	}

.section .content-block:nth-child(odd) .button {
	color:white;
	}

.section:nth-child(even),  .section-page:nth-child(even)  {
	color: #12a7a6;
	}



.section-page:nth-child(even) .button {
	color: #12a7a6;
	text-decoration: none;
	}

.section-page:nth-child(odd) .button {
	color: #3f3984;
	text-decoration: none;
	}

.section:nth-child(even) a:not(.button) {
	color: white;
	}

.section .content-block:nth-child(even) {
	background-color: #3f3984;;
	color:white;
	}

h2 {
	text-align:     center;
	letter-spacing: 5px;
	font-size:      3vw;
	text-transform: uppercase;
	}


/* ------------------------------ SECTION 01 ------------------------------ */

#section_01 .square_left {
	background:       url(../img/etude_en_ligne_SCAPE_oncologie.jpg) center center no-repeat;
	background-color: #fafafa;
	
	}

#section_01 .square_right {
	background-color: #fff;
	
	}


/* ------------------------------ SECTION 02 ------------------------------ */

#section_02 .square_left {
	background-color: #12a7a6;
	color:            #fff;
	
	}

#section_02 .square_right {
	background-color: #fff;
	color:            #12a7a6;
	}

/* ------------------------------ SECTION 03 ------------------------------ */


#section_03 .square_left {
	
	}

#section_03 .square_right {
	background:       url(../img/case.jpg) center center no-repeat;
	background-size:  100%;
	background-color: #3f3984;
	color:            #fff;
	}


/* ------------------------------ SECTION 04 ------------------------------ */

#section_04 .square_left {
	background:       url(../img/bulle.jpg) center center no-repeat;
	background-size:  100%;
	background-color: #12a7a6;
	color:            #fff;
	
	}

#section_04 .square_right {
	background-color: #fff;
	color:            #12a7a6;
	}

/* ------------------------------ SECTION 05 ------------------------------ */


#section_05 .square_left {
	
	}

#section_05 .square_right {
	background-color: #3f3984;
	color:            #fff;
	}

.choix_hopital {
	padding-bottom: 20px;
	}

.choix_hopital a {
	color:  #fff;
	border: #fff;
	}


/* ------------------------------ SECTION 06 ------------------------------ */

#section_06 .square_left {
	background-color: #12a7a6;
	color:            #fff;
	
	}

#section_06 .square_right {
	background-color: #fff;
	color:            #12a7a6;
	}


/* ================================= INFOS DETAILLEES ================================= */

.section_D_content {
	width:          80vw;
	margin:         auto;
	border-bottom:  0.5px solid;
	padding-bottom: 30px;
	}


.page_Details p {
	/*max-width: 800px;*/
	width:     100%;
	
	}


.page_Details h1 {
	text-align:     center;
	letter-spacing: 5px;
	font-size:      3vw;
	padding-top:    80px;
	padding-bottom: 20px;
	text-transform: uppercase;
	}

.page_Details h2 {
	text-align:     left;
	letter-spacing: 2px;
	font-size:      2vw;
	padding-top:    60px;
	text-transform: uppercase;
	}

.page_Details li {
	font-size: 1.5vw;
}

.portrait img {
	float: left;
	
	}

.portrait {
	float:  left;
	width:  150px;
	height: 150px;
	margin: 5px 30px 10px 0;
	}

.bio {
	font-family: 'Verlag_book', sans-serif;
	padding:     0;
	margin:      0;
	float:       none;
	}

/* ------------------------------ SECTION D_01 ------------------------------ */

#section_D_01, #section_D_03, #section_D_05, #section_D_07 {
	color: #12a7a6;
	}
#section_D_01 a:not(.button), #section_D_03 a:not(.button), #section_D_05 a:not(.button), #section_D_07 a:not(.button)  {
	color:  #3f3984;
}



/* ================================= FAQ ================================= */

.list_faq ul {
	list-style: none;
	text-align: center;
	margin:     0;
	padding:    0;
	}

.list_faq ul a {
	text-decoration: none;
	
	}

.list_faq ul li {
	margin-bottom: 3px;
	}

.txt_faq_left {
	height:     auto;
	width:      47vw;
	float:      left;
	text-align: right;
	}

.txt_faq_left p {
	max-width: 70%;
	float:     right;
	}

.txt_faq_left h2 {
	text-align: right;
	max-width:  330px;
	float:      right;
	}

.rectangle_faq_right {
	width:            50vw;
	height:           2.1vw;
	margin-top:       calc(80px + 0.5vw);
	background-color: #3f3984;
	float:            right;
	right:            0;
	position:         absolute;
	}


.txt_faq_right {
	height:     auto;
	width:      47vw;
	text-align: left;
	position:   relative;
	right:      0;
	float:      right;
	color:      #12a7a6;
	}

.txt_faq_right p {
	max-width: 70%;
	float:     left;
	}

.txt_faq_right h2 {
	text-align: left;
	max-width:  380px;
	}

.rectangle_faq_left {
	width:            50vw;
	height:           2.1vw;
	margin-top:       calc(80px + 0.5vw);
	background-color: #12a7a6;
	float:            left;
	}


#arrow_up {
	position:      fixed;
	right:         30px;
	width:         0;
	height:        0;
	border-left:   20px solid transparent;
	border-right:  20px solid transparent;
	border-bottom: 20px solid #3f3984;
	top:           10vh;
	z-index:       999999;
	opacity:       0;
	transition:    all ease 0.5s;
	}

#burger {
	display: none;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
	}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border:      0;
	clip:        rect(0 0 0 0);
	height:      1px;
	margin:      -1px;
	overflow:    hidden;
	padding:     0;
	position:    absolute;
	width:       1px;
	white-space: nowrap; /* 1 */
	}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip:        auto;
	height:      auto;
	margin:      0;
	overflow:    visible;
	position:    static;
	width:       auto;
	white-space: inherit;
	}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
	}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
	}

.clearfix:after {
	clear: both;
	}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 860px) and (max-width: 1200px) {
	#header .flex-item .menu_link {
		font-size: 12px;
		}
	
	#home_btn {
		height: 13px;
		}
	
	.ours {
		font-size: 12px;
		}
	
	p {
		font-size: 1.8vw;
		}
	
	.btn {
		width: 75px;
		
		}
	
	.btn_inner {
		width: 50px;
		
		}

		
	}

@media screen and (max-width: 860px) {
	
	#liste_summary {
		width:    80vw;
		margin:   0 auto 20px 10vw;
		position: absolute;
		left:     0;
		}
	
	#container_summary {
		width:  80vw;
		margin: 27em auto 0 auto;
		}

	#navigation {
		visibility: hidden;
	}
	
	#burger {
		display:     block;
		top:         0;
		right:       20px;
		position:    fixed;
		color:       #fff;
		font-size:   40px;
		line-height: 8px;
		
		}
	
	#home_btn img {
		margin: -2px 10px 0 0;
		width:  14px;
		float:  none;
		}
	
	
	#header {
		width:      100vw;
		height:     40px;
		overflow-y: hidden;
		
		}
	
	#home_btn img {
		margin: -2px 10px 0 0;
		width:  14px;
		}
	
	
	#home h2 {
		text-align: center;
		font-size: 16px;
		}
	
	#header .flex-item {
		display: block;
		margin:  5px 0 0 10%;
		}
	
	
	.flex_container {
		-webkit-flex-flow: column wrap;
		justify-content:   space-around;
		padding-top:       18px;
		}
	
	.deroul {
		width:            300px;
		display:          block;
		background-color: transparent;
		
		}
	
	.ours {
		letter-spacing:  0px;
		color:           #fff;
		text-decoration: none;
		cursor:          pointer;
		font-size:       14px;
		}
	
	.deroul li {
		padding:   2px 15px;
		max-widtH: 300px;
		}
	
	#header .flex-item .active {
		border-bottom: 2px solid #fff;
		}
	
	
	#header .flex-item:hover > .deroul {
		display: block;
		}
	
	
	.square_left {
		width:   100vw;
		height:  auto;
		float:   none;
		display: flex;
		}
	
	.square_right {
		width:   100vw;
		height:  auto;
		float:   none;
		display: flex;
		}
	
	.content_square_left {
		width:  80%;
		margin: auto;
		}
	
	.content_square_right {
		width:  80%;
		margin: auto;
		}
	
	h2 {
		text-align:     left;
		letter-spacing: 0.1em;
		font-size:      1.6em;
		}
	
	p {
		font-size: 1.2em;
		}
	
	#section_02 .square_right {
		background-color: #12a7a6;
		color:            #fff;
		}
	
	#section_03 .square_left {
		background-color: #3f3984;
		color:            #fff;
		background-image: none;
		}
	
	#section_03 .square_right {
		background-color: #3f3984;
		background-image: none;
		}
	
	#section_04 .square_right {
		background-color: #12a7a6;
		color:            #fff;
		}
	
	#section_04 .square_left {
		background-color: #12a7a6;
		background-image: none;
		}
	
	#section_05 .square_left {
		background-color: #3f3984;
		color:            #fff;
		}
	
	#section_06 .square_right {
		background-color: #12a7a6;
		color:            #fff;
		}
	
	.content_square_left {
		width: 80%;
		
		}
	
	.content_square_right {
		width: 80%;
		
		}
	
	h2 {
		margin: 40px 0 0 0;
		}
	
	.page_Details h1 {
		letter-spacing: 0.1em;
		font-size:      1.6em;
		width:          90%;
		margin-left:    5%;
		}
	
	.page_Details h2 {
		letter-spacing: 0.08em;
		font-size:      1.5em;
		margin-top:     0;
		}
	
	#list_faq {
		display: none;
		}
	
	.rectangle_faq_right {
		display: none;
		}
	
	.rectangle_faq_left {
		display: none;
		}
	
	.txt_faq_left {
		width:      90vw;
		text-align: left;
		}
	
	.txt_faq_left h2 {
		text-align:  left;
		max-width:   90%;
		float:       none;
		margin-left: 10%;
		}
	
	.txt_faq_left p {
		max-width:   90%;
		margin-left: 10%;
		float:       left;
		}
	
	.txt_faq_right h2 {
		max-width: 90%;
		}
	
	.txt_faq_right {
		width:       90%;
		right:       auto;
		float:       none;
		margin-left: 10%;
		}
	
	#arrow_up {
		right: 10px;
		
		}
	
	.portrait {
		float: none;
		
		}
	
	table {
		margin-top: 20px;
		font-size:  16px;
		}
	
	.col_table_01 {
		width:         100px;
		padding-right: 10px;
		}
	
	#footer {
		/*height:           600px;*/
		background-color: #3f3984;
		flex-wrap: wrap;
		}
	
	
	#footer_logos {
		width: calc(100vw - 180px);
		flex: 0 0 100%

		}
	
	#footer_logos img {
		height:        10vw;
		margin-top:    -10px;
		margin-bottom: -10px;
		}

	.page_Details li {
		font-size: 100%;
	}
	}


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

	.footer-logo {
		width: 26vw;
		height: 18vw;
		margin: 0 10px;
		border: 1px dotted red;
	}

	#footer {
		/*height:           800px;*/
		background-color: #3f3984;
		}
	
	#footer_logos img {

		margin-top:    -5px;
		margin-bottom: -5px;
		height: 6vh;
		}
	
		.section {
			display: flex;
			flex-direction: column;
			}
		
		.title-block {
			order: 0;
			}
		
		.content-block {
			order: 1;
			}
		
		#lang {
			position: absolute;
			top:7px;
			left:10px;

			width: 12em;
			}
		
		#header #lang.spacer {
			width: 9em;

			}
		
		#lang .bar {
			opacity: 0;
			}
	
	#lang a {
		font-size: 16px;
		}
	.page_Details li {
		font-size: 100%;
	}
	}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	
	}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background:         transparent !important;
		color:              #000 !important; /* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow:         none !important;
		text-shadow:        none !important;
		}
	
	a,
	a:visited {
		text-decoration: underline;
		}
	
	a[href]:after {
		content: " (" attr(href) ")";
		}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
		}
	
	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
		}
	
	pre {
		white-space: pre-wrap !important;
		}
	
	pre,
	blockquote {
		border:            1px solid #999;
		page-break-inside: avoid;
		}
	
	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
		}
	
	tr,
	img {
		page-break-inside: avoid;
		}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows:  3;
		}
	
	h2,
	h3 {
		page-break-after: avoid;
		}


	}


/* MODIFS FG */
#resultats #container_summary {
	overflow-x: inherit;
	}

.section-equipe:nth-child(even) .section_D_content{
	color:#12a7a6
}
.section-equipe:nth-child(even) .section_D_content a {
	color: #3f3984;
}