@charset "utf-8";
/* CSS Document */
/*=======================================
Main CSS Document
1.Font Face
2.Reset
3.Header
4.Content
5.Footer
6.Inner Page
7.WordPress Core end
8.Media Query
9.Fancybox
=========================================*/
/*================================================
1. Font Face
================================================*/
@font-face {
	font-family: 'robotoregular';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-regular-webfont.woff') format('woff'),  url('fonts/roboto-regular-webfont.ttf') format('truetype'),  url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('fonts/roboto-medium-webfont.eot');
	src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-medium-webfont.woff') format('woff'),  url('fonts/roboto-medium-webfont.ttf') format('truetype'),  url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('fonts/roboto-bold-webfont.eot');
	src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-bold-webfont.woff') format('woff'),  url('fonts/roboto-bold-webfont.ttf') format('truetype'),  url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*================================================
1. Font Face end
================================================*/
/*================================================
2. Reset the styles
================================================*/
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, label, fieldset, legend, input, button, textarea, p, blockquote, th, td, footer, header, hgroup, menu, nav, section {
	color: #666;
}
nav li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
ins {
	background-color: #ff9;
	color: #4c4a49;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #4c4a49;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
pre {
	white-space: normal;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
select:focus {
	outline: none;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #004c71;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	color: #004c71;
	font-size: 1.6em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.333em;
}
h4 {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1em;
}
p {
	font-size: 1em;
	line-height: 1.867em;
	padding: 0 0 1em;
}
a {
	/*color: #004c71;*/
	color: #4b8ac9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0px;
	padding: 0 0 15px 15px;
}
ul li {
	list-style-type: disc;
}
ol li {
	margin: 0 0 0 5px;
}
img {
	max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
strong {
	font-weight: bold;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
/*Remove button padding in FF*/
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*Remove text in input*/
input:focus::-webkit-input-placeholder {
 color:transparent;
}
input:focus:-moz-placeholder {
 color:transparent;
}
/* Clearfix */
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
/*================================================
2. Reset the styles-end
================================================*/
body, #wrapper, #header, .header-top, #home-slider, #container, #footer, .full-section {
	min-width: 100%;
}
body {
	font-size: 15px;
	-webkit-text-size-adjust: none;
}
#wrapper {
	background: #fff;
	position: relative;
	z-index: 1;
}
.columns .column {
	float: left;
}
.columns-3 .column {
	width: 32%;
	margin: 0 0 0 2%;
}
.columns-4 .column {
	width: 23.2%;
	margin: 0 0 0 2.4%;
}
.columns .column:first-child, .columns .column.first {
	margin: 0px;
}
/*===========================================================================
3. Header
===========================================================================*/
#header {
	position: relative;
	z-index: 3;
	background-color: #f4f4f4;
	border-bottom: solid 10px #f4f4f4;
}
.header-top {
	background: #004c71;
	padding: 6px 0;
}
.header-top-ins, .header-middle, .header-bottom, .section, .slider-nav-holder, .footer-top-ins, .hidden-header-ins, .title {
	max-width: 1004px;
	margin: 0 auto;
}
.institute {
	float: left;
	padding: 0 3%;
}
.connexion, .social-icons {
	float: right;
}
.institute a, .connexion a {
	color: #fff;
	font-size: 1.067em;
}
.connexion {
	padding: 0 1.5%;
}
.connexion img {
	display: none;
}
.connexion span {
	display: none;
	cursor: pointer;
}
.social-icons {
	padding: 0 9.5% 0 0;
}
.social-icons li, .navigation-holder > ul > li, .pagination ul li {
	display: block;
	float: left;
	list-style-type: none;
}
.social-icons li {
	padding: 0 3px;
}
#header .social-icons li a img {
	width: 26px;
}
.header-middle {
	background: #fff;
	padding: 12px 0 8px;
}
.header-left {
	width: 40%;
	float: left;
}
.contact-block {
	padding-top: 8%;
    text-align: center;
}
.contact-img {
	background: #dcdcdc;
	width: 54px;
	height: 54px;
	margin: 0 2% 0 0;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.contact-text {
	padding: 12px 0 0;
}
.contact-text p, .header-right p {
	font-size: 0.933em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.286em;
	padding: 0px;
}
.contact-text a {
	color: #e65800;
	font-size: 0.933em;
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}
.contact {
	font-size: 0.933em;
	padding: 10px 6% 0;
}
.contact p span {
	font-size: 1.286em;
}
/*---------------------------logo-begin--*/
.logo {
	width: 20%;
	float: left;
	text-align: center;
}
.logo img {
	display: block;
	margin: 0 auto;
}
/*---------------------------logo-end--*/
.header-right {
	width: 40%;
	float: left;
	text-align: center;
}
.btn, .btn span, input[type="submit"], input[type="button"] {
	color: #fff;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
}
.btn, input[type="submit"], input[type="button"], .wp-polls .Buttons {
	background: #004c71;
	font-size: 1.067em;
	line-height: 1.125em;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	min-height: 36px;
	margin: 0 auto;
	border: none;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover, .wp-polls .Buttons:hover {
	background: #004c71;
	text-decoration: none;
}
.header-right .btn {
	margin: 10px 0 0;
}
.header-bottom {
	background: #fff;
	padding: 0 0 10px;
}
/*---------------------------navigation-begin--*/
.navigation {
	float: left;
	padding: 4px 0 0 4%;
	width: 90%;
}
.navigation-holder .logo {
	display: none;
}
.navigation-holder ul {
	padding: 0px;
}
.navigation-holder > ul > li {
	margin: 0 0 0 18px;
	position: relative;
}
.navigation-holder > ul > li:first-child {
	margin: 0 27px 0 0;
}
.navigation-holder ul li a {
	color: #004c71;
	font-size: 1.1em;
	/*font-size: 0.933em;*/
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	display: block;
}
.navigation-holder ul.sub-menu li a {
	font-size: 0.9rem;
}
.navigation-holder > ul > li > a {
	padding: 2px 0 5px;
	border-bottom: 5px solid #fff;
}
.navigation-holder > ul > li:first-child > a {
	padding: 0px;
}
.navigation-holder > ul > li:hover > a, .navigation-holder > ul > li.current-menu-item > a {
	border-bottom: 5px solid #004c71;
	text-decoration: none;
}
.navigation-holder > ul > li:first-child:hover > a, .navigation-holder > ul > li.current-menu-item:first-child > a {
	border: none;
}
.navigation-holder > ul > li > ul {
	background: #f8f8f8;
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	min-width: 250px;
}
.navigation-holder > ul > li:hover > ul {
	display: block;
}
.navigation-holder > ul > li > ul li {
	list-style-type: none;
	border-top: 1px solid #d6dad9;
}
.navigation-holder > ul > li > ul li:first-child {
	border-top: 1px solid #004c71;
}
.navigation-holder > ul > li > ul li a {
	padding: 3% 5%;
}
.navigation-holder > ul > li > ul li a:hover {
	background: #fff;
	text-decoration: none;
}
ul#menu-menu-principal {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	font-size: 16px;
	text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
	.navigation {width: 50%;}
	ul#menu-menu-principal {display: block;}
	*,::after,::before{box-sizing: initial !important;}
}
/*---------------------------navigation-end--*/
/*---------------------------mobile-menu-begin--*/
.menu-trigger {
	display: none;
}
.menu-trigger img {
	display: block;
}
.mp-menu {
	display: none;
}
/*---------------------------mobile-menu-end--*/
/*---------------------------search-box-begin--*/
.search-btn {
	height: 32px;
	display: block;
	margin: 0;
	overflow: hidden;
}
.search-btn img {
	display: block;
}
.search-box {
	position: relative;
	margin: 0;
	float: right;
}
.search-form {
	width: 100%;
	position: absolute;
	right: 0px;
	top: -10px;
	display: none;
}
.search-form .search-submit {
	/*background: url(../img/icons/icon-search.png) no-repeat center 2px;*/
	width: 32px;
	height: 30px;
	border: none;
	cursor: pointer;
}
.search-form .search-submit:hover {
	background: url(../img/icons/icon-search.png) no-repeat center 2px;
}
.search-form .search-inp {
	width: 205px;
	padding: 4px 10px;
	margin: 11px 0 0;
	font-size: 0.933em;
	border: 1px solid #666;
	position: absolute;
	top: 100%;
	right: 0px;
}
/*---------------------------search-box-end--*/
/*---------------------------popup-aide-begin--*/
.popup-aide {
	background: #004c71;
	position: fixed;
	right: -240px;
	top: 190px;
	height: 285px;
	width: 285px;
	z-index: 9999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.opener-aide {
	width: 45px;
	height: 285px;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.icon-phone {
	padding: 5px;
}
.icon-phone img {
	display: block;
}
.remind {
	color: #fff;
	font-size: 0.667em;
	line-height: 1.5em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 70px 0 0;
}
.open-close {
	background: url(../img/elem/open-close.png) no-repeat center 20px;
	width: 100%;
	height: 54px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-box-shadow: inset 0 15px 15px -10px rgba(0,0,0,0.25);
	box-shadow: inset 0 15px 15px -10px rgba(0,0,0,0.25);
}
.open .open-close {
	background-position: center -65px;
}
.content-aide {
	background: #fff;
	width: 225px;
	height: 265px;
	padding: 5px;
	margin: 5px 5px 5px 0;
	float: right;
	text-align: center;
}
.face-aide {
	height: 95px;
	padding: 0 0 5px;
}
.face-aide img {
	height: 100%;
}
.content-aide .btn {
	max-width: 85%;
}
.txt-line {
	background: url(../img/elem/fond-ou.png) no-repeat center center;
	max-width: 75%;
	margin: 0 auto;
	height: 9px;
	line-height: 9px;
	margin-top: 19px;
}
.txt-contact {
	color: #004c71;
	font-size: 1.067em;
	font-style: italic;
	padding: 10px 0 5px;
}
.txt-contact .number {
	font-size: 1.25em;
	font-style: normal;
	display: block;
}
.txt-info {
	font-size: 0.8em;
	font-style: italic;
}
.txt-intro {
	font-size: 1rem;
	color: #999;
	padding: 15px 0 0 0;
	text-align: justify;
}
/*---------------------------popup-aide-end--*/
/*---------------------------hidden-header-begin--*/
.hidden-header {
	width: 100%;
	position: fixed;
	left: auto;
	top: 0px;
	z-index: 9998;
	display: none;
}
.hidden-header-ins {
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 20px 25px -15px rgba(0,0,0,0.35);
	box-shadow: 0 20px 25px -15px rgba(0,0,0,0.35);
}
.scroll-up, .free-doc, .register-box {
	display: block;
	float: left;
}
.scroll-up {
	background: url(../img/elem/scroll-up-arrow.png) no-repeat left 25px;
	width: 14.3%;
	padding: 20px 0 20px 3%;
	margin: 0 3% 0 6%;
	text-transform: uppercase;
}
.scroll-up:hover {
	background-position: left -65px;
	color: #004c71;
	text-decoration: none;
}
.free-doc {
	width: 27%;
	margin: 0 3%;
}
.free-doc-img, .free-doc-text {
	float: left;
}
.free-doc-img {
	width: 20%;
	padding: 0 3% 0 0;
	min-height: 20px;
}
.free-doc-text {
	width: 77%;
	display: block;
	padding: 10px 0 5px;
}
.free-doc-text span {
	display: block;
}
.free-doc-title {
	color: #004c71;
	line-height: 1em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 40px 0 0;
}
.free-doc-link {
	color: #666;
	font-style: italic;
}
.free-doc:hover .free-doc-link {
	color: #004c71;
}
.register-box {
	width: 33%;
}
.register-text {
	width: 48%;
	padding: 10px 5% 0 0;
	float: left;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.register-box .btn {
	width: 37%;
	margin: 7px 0 5px;
	float: right;
}
/*---------------------------hidden-header-end--*/
/*===========================================================================
3. Header end
===========================================================================*/
/*===========================================================================
4. Content
===========================================================================*/
/*---------------------------home-slider-begin--*/
#home-slider {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 1;
}
#home-slider ul {
	padding: 0px;
}
#home-slider ul li img {
	width: 100%;
	display: block;
}
#home-slider .bx-controls {
	display: none;
}
#container {
	position: relative;
	z-index: 2;
}
.slider-nav-holder {
	position: relative;
}
.link-slider {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slider-nav {
	padding: 150px 0 270px;
}
.slider-nav .prev, .slider-nav .next {
	position: relative;
	z-index: 2;
}
.slider-nav .prev {
	float: left;
}
.slider-nav .next {
	float: right;
}
.slider-nav .prev, .slider-nav .prev a, .slider-nav .next, .slider-nav .next a {
	display: block;
	width: 35px;
	height: 60px;
}
.slider-nav .prev a {
	background: url(../img/elem/prev.png) no-repeat left top;
}
.slider-nav .next a {
	background: url(../img/elem/next.png) no-repeat left top;
}
.section {
	position: relative;
}
.study-box {
	width: 100%;
	float: left;
	margin: 30px 0;
	position: relative;
	z-index: 2;
}
.study-box a {
	max-width: 300px;
	padding: 15px 5%;
	margin: 0 auto;
	font-size: 1.6em;
}
.bloc-bordered {border: solid 5px #004c71;}
.bloc-bordered img {margin: 15px 0;}

@media only screen and (max-width: 640px) {
	.study-box {margin-top:85px;}
}
/*---------------------------main-section-begin--*/
.main-section {
	background: #fff;
	padding: 32px 0 0;
}
.main-section h2 {
	color: #004c71;
	font-size: 1.6em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	text-align: center;
}
.main-section-ins {
	padding: 30px 0 107px;
}
.stages {
	width: 100%;
}
.stages h3 {
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.stages h3 span {
	color: #999;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	display: block;
	text-transform: none;
}
.stages-ins {
	padding: 25px 15px;
	text-align: center;
}
.stages-ins li {
	width: 33.3%;
	padding: 0 4%;
	display: block;
	float: left;
}
.stages-ins li a {
	color: #999;
}
.stages-ins li a:hover {
	text-decoration: none;
}
.stages-ins li a span {
	font-size: 0.933em;
	display: block;
}
.stages .btn, .content .btn {
	max-width: 158px;
}
.video-holder {
	width: 38%;
	padding: 22px 4% 0 0;
	float: right;
	position: relative;
}
.video-wrapper {
	text-align: center;
}
.video-wrapper a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
/*.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}*/ /* 16:9 */
/*.video-container .video-wrapper {
	padding-bottom: 38%;
}*/ /* 16:9 */
/*.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}*/
.sign {
	background: #e65800;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	text-align: center;
	width: 60px;
	padding: 23px 0;
	position: absolute;
	left: -25px;
	top: -5px;
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.video-btn {
	background: url(../img/btn/video-button.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	cursor: pointer;
}
/*---------------------------main-section-end--*/
/*---------------------------main-info-begin--*/
.main-info {
	background: #dcdcdc;
	position: relative;
	padding: 25px 0 10px;
	margin: 0 0 25px;
}
.main-info .sign {
	width: 144px;
	padding: 57px 0;
	left: 3.5%;
	top: -70px;
}
.main-info h2, .main-info h3 {
	color: #004c71;
	font-size: 1.867em;
	line-height: 1.214em;
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	text-align: center;
}
.main-info h3 {
	min-height: 2.428em;
}
.main-info-ins {
	padding: 15px 0 0;
}
.info-block {
	background: url(../img/elem/info-line.png) repeat-y left top;
	width: 50%;
	padding: 17px 5% 25px 8%;
	float: left;
}
.info-block:first-child {
	background: none;
}
.info-block ul {
	padding: 20px 0 0;
}
.info-block ul li, .info-block ul li a {
	color: #333;
}
.info-block ul li {
	background: url(../img/elem/list-arrow.png) no-repeat left 7px;
	padding: 0 0 7px 15px;
	display: block;
}
.main-info .btn {
	font-size: 1.6em;
	line-height: 1em;
	width: 375px;
	padding: 10px 15px;
	position: relative;
	left: 50%;
	float: left;
	margin: 0 0 -25px -203px;
}
/*---------------------------main-info-end--*/
/*---------------------------full-section-begin--*/
.full-section {
	overflow: hidden;
}
.bg-holder {
	background: #fff;
	background-size: 100% auto!important;
}
.title {
	padding: 0 0 2%;
}
.title h2, .content .title h2 {
	color: #006386;
	text-transform: none;
	text-align: center;
	font-size: 1.867em;
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
}
.content {
	padding: 70px 0 48px;
}
.bg-holder .content {
	padding: 70px 0 48px;
}
.content h2 {
	color: #333;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.bg-holder.has-bg .content h2 {
	background: #fff;
	padding: 15px 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.8;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}
.content-ins {
	min-height: 470px;
}
/*---------------------------full-section-end--*/
.video-container {
	padding: 0 2.8% 75px;
}
/*---------------------------bubble-section-begin--*/
.bubble-holder {
	padding: 0;
}
.bubble {
	width:100%;
	height:auto;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}
.bubble a {text-decoration:none;}
.bubble a:hover {text-decoration:none;}
.bubble span {
	font-size: 22px;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	display: block;
	min-height:78px;
	color:#004C71;
	margin-top: -10px !important;
}
.bubble span:first-letter {
	text-transform: uppercase;
}
/*---------------------------bubble-section-end--*/
/*---------------------------appeal-section-begin--*/
.appeal-holder {
	text-align: center;
	padding: 0;
}
.appeal-holder h2 {
	color: #333;
}
.appeal-holder h3 {
	color: #004c71;
	font-size: 1.6em;
	text-transform: none;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	padding: 0 0 35px;
}
.content .appeal-holder .btn {
	font-size: 1.6em;
	max-width: 370px;
	padding: 15px;
}

	/*btn dans pages intérieures*/
	.lien_center{padding:20px 0;margin:0 0 2.5% 0;}
	.lien_center .btn{font-size:1.6em;width:80%;max-width:370px;padding: 15px;}
	
/*---------------------------appeal-section-end--*/
/*---------------------------news-section-begin--*/
.news-holder {
	background: #dcdcdc;
	padding: 35px 0 43px;
}
.news-container {
	padding: 0 6%;
}
.news-block h3, .news-block h6 {
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
	line-height: 1em;
}
.news-block {
	padding: 15px 20px;
}
.news-holder .title h2, .news-block h3 {
	color: #004c71;
	font-size: 1.867em;
}
.news-block h6 {
	color: #333;
	font-size: 1.2em;
	padding: 0 0 25px;
}
.news-block .news-photo {
	display: block;
	margin: 0 0 15px;
}
.news-block p, .news-block a {
	font-size: 0.933em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.news-block p {
	color: #333;
	padding: 0px;
}
/*---------------------------news-section-end--*/
/*===========================================================================
4. Contaent end
===========================================================================*/
/*===========================================================================
5. Footer
===========================================================================*/
#footer {
	position: relative;
	z-index: 2;
}
.footer-nav {
	max-width: 100%;
	margin: 0 auto;
}
.footer-top {
	background: #7f7f7f;
	padding: 0;
}
.logos {
	text-align: center;
	padding: 18px 0 48px;
}
#footer .column {
	padding: 0 0 20px;
}
.footer-grids p, .footer-grids h6, .footer-nav ul li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-grids p {
	font-size: 0.867em;
	line-height: 1.615em;
}
.footer-grids h6 {
	font-size: 1em;
	line-height: 1.4em;
	text-transform: none;
	font-weight: bold;
	padding: 0 0 10px 21%;
}
#footer .social-icons {
	padding: 0 6% 0 0;
}
#footer .social-icons li {
	padding: 0 6px;
}
.footer-bottom {
	background: #333;
	padding: 10px 0;
}
.footer-nav ul {
	padding: 0px;
	text-align: center;
}
.footer-nav ul li {
	display: inline-block;
	padding: 0 2.9%;
}
.footer-nav ul li a {
	font-size: 0.933em;
	line-height: 1.5em;
}
ul#menu-footer-social-navigation {
	margin: 15px 0px;
	border-top: solid 1px #fff;
	padding-top: 15px;
	width: 100%;
}
/*===========================================================================
5. Footer end
===========================================================================*/
/*===========================================================================
6. Ineer Page
===========================================================================*/
.pagination {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 7px 25px;
	margin: 12px 0 0;
}
.pagination ul {
	padding: 0px;
}
.pagination ul li {
	color: #999;
	padding: 0 4px 0 0;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.pagination ul li a {
	background: url(../img/elem/right-arrow.png) no-repeat right center;
	color: #999;
	font-family: 'robotoregular';
	padding: 0 12px 0 0;
}
.article {
	padding: 32px 35px 35px 20px;
}
.article h1, .article h3, .article h4, .article h5, .article h6 {
	padding: 0 0 2.5%;
}
.article h2 {
	padding: 0 0 5%;
}

.article h1 a{color:#004C71;}
/*===========================================================================
6. Ineer Page end
===========================================================================*/
/*===========================================================================
7. Fancybox
===========================================================================*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../img/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../img/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url(../img/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*===========================================================================
7. Fancybox end
===========================================================================*/
/*===========================================================================
8. Form of overlay
===========================================================================*/
#overlay {
	display: none;
}
#overlay h2 {
	color: #004c71;
	font-size: 2em;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	padding: 0px;
	border-bottom: 1px solid #dde1df;
	text-transform: none;
}
#overlay .center {
	padding: 15px 0 0;
}
#overlay .center p {
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
}
#overlay .center p span {
	color: #e65800;
}
.popup-row {
	margin: 10px 0;
}
.popup-row label {
	display: block;
	width: 28%;
	padding: 5px 2% 5px 0;
	float: left;
	text-align: right;
}
.popup-row > span {
	display: block;
	width: 70%;
	float: right;
}
input[type="text"], input[type="email"], textarea, select {
	color: #464443;
	border: 1px solid #c7cdca;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#overlay form input[type="text"] {
	width: 280px;
}
#overlay form select {
	width: 300px;
}
/*===========================================================================
8. Form of overlay end
===========================================================================*/
/*===========================================================================
9. Blog Page
===========================================================================*/

/**
 * Header Social Navigation Icons
*/
.social-icons a {
    height: 27px;
    width: 27px;
    display: inline-block;
    text-indent: -9999px;
}
.icon-facebook a {
    background: url('../img/icons/icon-facebook.png') no-repeat scroll 0% 0% transparent;
    background-size: 27px 27px;
}
.icon-twitter a {
    background: url('../img/icons/icon-twitter.png') no-repeat scroll 0% 0% transparent;
    background-size: 27px 27px;
}
.icon-viadeo a {
    background: url('../img/icons/icon-viadeo.png') no-repeat scroll 0% 0% transparent;
    background-size: 27px 27px;
}

/**
 * Footer Social Navigation Icons
*/
.footer-social-icons a {
    height: 46px;
    width: 46px;
    display: inline-block;
    text-indent: -9999px;
}
.footer-social-icons li {
    display: inline-block;
    list-style-type: none;
}
.footer-icon-facebook a {
    background: url('../img/icons/icon-facebook.png') no-repeat scroll 0% 0% transparent;
    background-size: 46px 46px;
}
.footer-icon-twitter a {
    background: url('../img/icons/icon-twitter.png') no-repeat scroll 0% 0% transparent;
    background-size: 46px 46px;
}
.footer-icon-viadeo a {
    background: url('../img/icons/icon-viadeo.png') no-repeat scroll 0% 0% transparent;
    background-size: 46px 46px;
}

/**
 * Header Main Navigation
*/
.menu-icons a {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
}
.icon-homepage a {
    background: url('../img/icons/icon-home.png') no-repeat scroll 0% 0% transparent;
    background-size: 20px 20px;
}

/**
 * Blog
*/
#blog {
	padding: 20px 4% 0;
}
#blog h1 {
    width: 100%;
    text-align: center;
    font-size: 25px;
}
#blog ul {
	padding: 0px;
}
#blog #categories {
    text-align: center;
	list-style-type: none;
}
#blog #categories select {
	min-width: 240px;
}
#blog #categories select option {
	padding: 0 5%;
}
#navigation {
    padding: 0 4% 10px;
}
.post-thumbnail {
	max-width: 100%;
    float: right;
	margin: 0 0 0 30px;
}
.blog-main {
    float: left;
    width: 80%;
}
.blog-sidebar {
    float: right;
    width: 20%;
}
.blog-sidebar .widget {
	padding: 33px 0 0;
}
.blog-sidebar .widget ul li {
	list-style-type: none;
}

/*===========================================================================
9. Blog Page end
===========================================================================*/
.form-note {
	color: #777;
	font-size: 0.8em;
	font-style: italic;
}
div.wpcf7-response-output {
	color: #ff0000;
	margin: 0px;
	border: none;
	text-align: center;
}
/*===========================================================================
10. WordPress Core begin
===========================================================================*/
.alignnone {
	margin: 0 0 2.5%;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 2.5%;
}
.alignright {
	float: right;
	margin: 0.5% 0 5% 5%;
}
.alignleft {
	float: left;
	margin: 0.5% 5% 5% 0;
}
.aligncenter {
	display: block;
	margin: 0 auto 2.5%;
}
a img.alignright {
	float: right;
	margin: 0.5% 0 5% 5%;
}
a img.alignnone {
	margin: 0 0 2.5%;
}
a img.alignleft {
	float: left;
	margin: 0.5% 5% 5% 0;
}
a img.aligncenter {
	display: block;
	margin: 0 auto 2.5%;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 0 auto 2.5%;
}
.wp-caption.alignleft {
	margin: 0.5% 5% 5% 0;
}
.wp-caption.alignright {
	margin: 0.5% 0 5% 5%;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 0.786em;
	line-height: 1em;
	margin: 0;
	padding: 0 4px 5px;
}
/*===========================================================================
10. WordPress Core end
===========================================================================*/
/*===========================================================================
11. Media Query
===========================================================================*/
/*media 641*/
@media only screen and (min-width: 641px) {
	.navigation-holder > ul > li > ul {
		height: auto!important;
		display: none!important;
	}
	.navigation-holder > ul > li:hover > ul {
		display: block!important;
	}
}
/*media 1720*/
@media only screen and (max-width: 1720px) {
	.bg-holder {
		background-size: auto 100%!important;
	}
}
/*media 1560*/
@media only screen and (max-width: 1560px) {
	#home-slider ul li img {
		width: 120%;
		max-width: none;
		margin: 0 0 0 -10%;
	}
}
/*media 1360*/
@media only screen and (max-width: 1360px) {
	#home-slider ul li img {
		width: 140%;
		margin: 0 0 0 -20%;
	}
}
/*media 1160*/
@media only screen and (max-width: 1160px) {
	#home-slider ul li img {
		width: 160%;
		margin: 0 0 0 -30%;
	}
}
/*media 1024*/
@media only screen and (max-width: 1024px) {
	#home-slider ul li img {
		width: 170%;
		margin: 0 0 0 -35%;
	}
	.slider-nav .prev {
		margin: 0 0 0 10px;
	}
	.slider-nav .next {
		margin: 0 10px 0 0;
	}
	.footer-top, .footer-bottom {
		padding: 1.5% 4%;
	}
	.footer-grids h6 {
		padding: 0 0 10px 4px;
	}
	#footer .social-icons {
		padding: 0px;
		float: left;
	}
	#footer .social-icons li {
		padding: 0 4px;
	}
	.bg-holder {
		background-size: auto 100%!important;
	}
	.content, .bg-holder .content {
		padding: 25px 4%;
	}
	.video-container {
		padding: 0px;
	}
	.news-container {
		padding: 0 4%;
	}
	.news-block {
		padding: 15px 0;
	}
	.article {
		padding: 32px 4% 35px;
	}
}
/*media 960*/
@media only screen and (max-width: 960px) {
	.navigation-holder > ul > li {
		margin: 0 0 0 12px;
	}
	.navigation-holder > ul > li:first-child {
		margin: 0px;
	}
	.slider-nav {
		padding: 130px 0 240px;
	}
}
/*media 900*/
@media only screen and (max-width: 900px) {
	.navigation-holder > ul > li {
		margin: 0 0 0 10px;
	}
	.navigation-holder ul li a {
		font-size: 0.867em;
		letter-spacing: -0.025em;
	}
	.slider-nav {
		padding: 100px 0 230px;
	}
	.bubble {
		font-size: 22px;
	}
}
/*media 800*/
@media only screen and (max-width: 800px) {
	.navigation-holder ul li a {
		font-size: 0.8em;
	}
	.slider-nav {
		padding: 80px 0 200px;
	}
	.logos {
		padding: 0px;
	}
	#footer .column {
		width: 46%;
		margin: 0 2%;
	}
	.bubble-holder {
		padding: 20px 0;
	}
	.bubble-holder.columns-4 .column {
		width: 46%;
		padding: 0 2% 20px;
		margin: 0px;
	}
}
/*media 768*/
@media only screen and (max-width: 768px) {
	.navigation {
		padding: 4px 0 0 2%;
	}
	.navigation-holder > ul > li {
		margin: 0 0 0 8px;
	}
	.search-box {
		margin: 0 2% 0 0;
	}
	.search-btn {
		opacity: 1!important;
	}
	.hidden-header {
		font-size: 13px;
	}
	.scroll-up {
		width: 16.3%;
		margin: 0 2% 0 3%;
	}
	.free-doc {
		width: 30%;
		margin: 0 3% 0 0;
	}
	.register-box {
		width: 39%;
	}
	.slider-nav {
		padding: 50px 0 150px;
	}
	.popup-aide {
		display: none;
	}
	.blog-main, .blog-sidebar {
	}
	.blog-main {
		width: 100%;
		float: none;
	}
	.blog-sidebar {
		width: 92%;
		float: none;
		padding: 30px 4%;
	}
}
/*media 640*/
@media only screen and (max-width: 640px) {
	body {
		font-size: 20px;
	}
	#header {
		position: fixed;
		left: 0px;
		top: 0px;
		border: 0;
	}
	.header-top {
		padding: 0px;
	}
	.institute, #header .social-icons, .header-left, .header-right {
		display: none;
	}
	.logo {
		width: 100%;
	}
	.connexion {
		padding: 0px;
	}
	.connexion a {
		position: relative;
		z-index: 9999;
		display: block;
		width: 33px;
		height: 45px;
		padding: 6px 20px 7px;
		text-indent: -9999px;
		border-left: 1px solid #003047;
	}
	.connexion a:hover, .search-btn:hover, .search-btn.active {
		background: #71ACD5;
	}
	.connexion a img {
		width: 100%;
		display: block;
	}
	.connexion a span {
		display: none;
	}
	.header-middle {
		background: none;
		width: 57px;
		position: absolute;
		left: 70px;
		top: 0px;
		padding: 0px;
		z-index: 9999;
	}
	.header-bottom {
		background: none;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 0px;
	}
	/*---------------------------mobile-menu-begin--*/
	.navigation-holder {
		padding: 0 0 0 4%;
	}
	.menu-trigger {
		display: block;
	}
	.navigation-holder {
		margin: 0px;
	}
	.navigation {
		padding: 0px;
	}
	.menu-trigger {
		width: 58px;
	}
	.menu-trigger img {
		display: block;
		width: 100%;
	}
	.navigation-holder {
		background: #031822;
		font-size: 15px;
		position: fixed;
		top: 0;
		left: -270px;
		z-index: 9999;
		width: 270px;
		height: 100%;
		overflow: auto;
		padding: 0px;
	}
	.navigation-holder .logo {
		width: 50%;
		margin: 5px auto 10px;
		float: none;
		display: block;
	}
	.navigation-holder ul li {
		float: none;
		margin: 0px;
		border: none!important;
	}
	.navigation-holder > ul > li:first-child {
		display: none;
	}
	.navigation-holder ul li a, .navigation-holder > ul > li:first-child > a {
		background: #072432;
		color: #fff;
		display: block;
		padding: 0.75em 1em;
		outline: none;
		border: none;
		box-shadow: inset 0 -1px rgba(0,0,0,0.2);
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 1em;
	}
	.navigation-holder > ul > li.current-menu-item > a, .navigation-holder > ul > li.current-menu-item:first-child > a {
		background: #005379;
	}
	.navigation-holder > ul > li:hover > a, .navigation-holder > ul > li.current-menu-item > a {
		border: none;
	}
	.navigation-holder ul li a:hover {
		background: none!important;
		text-decoration: none;
	}
	.navigation-holder ul li ul {
		background: none;
		position: relative;
		display: none;
	}
	.navigation-holder ul li:hover ul {
		display: none;
	}
	.navigation-holder ul li ul li > a {
		font-size: 0.867em;
		padding: 0.75em 2em;
	}
	/*---------------------------mobile-menu-end--*/
	.search-box {
		margin: 0 74px 0 0;
		position: static;
	}
	.search-btn {
		width: 52px;
		height: 42px;
		padding: 8px 10px;
		margin: 0px;
		display: block;
		border-left: 1px solid #003047;
	}
	.search-btn img {
		display: block;
		width: 100%;
		margin: -120px 0 0;
	}
	.search-form {
		background: #5E8FB1;
		width: 95%;
		position: absolute;
		top: 100%;
		right: 0px;
		padding: 3%;
	}
	.search-form .search-inp, .search-form .search-submit {
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	.search-form .search-inp {
		position: static;
		width: 85%;
		padding: 7px 5%;
		float: left;
		margin: 0px;
		font-size: 18px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.search-form .search-submit {
		background: #004c71 url(../img/icons/icon-search.png) no-repeat center -66px;
		width: 15%;
		height: 42px;
		float: right;
	}
	.search-form .search-submit:hover {
		background: #004c71 url(../img/icons/icon-search.png) no-repeat center -66px;
	}
	.hidden-header {
		display: none!important;
	}
	.popup-aide {
		display: none;
	}
	.slider-nav {
		width: 100%;
		height: 0px;
		padding: 0px;
		position: absolute;
		right: 0px;
		top: -250px;
	}
	#home-slider, #container {
		position: relative;
	}
	.section {
		padding: 0 4%;
	}
	.main-section-ins {
		padding: 0 0 60px;
	}
	.stages, .video-holder {
		width: 100%;
		padding: 0 0 5%;
		float: none;
	}
	.stages-ins {
		padding: 25px 0 15px;
	}
	.stages .btn, .content .btn {
		max-width: 220px;
	}
	.sign {
		left: -3.9%;
		top: -3.9%;
	}
	.main-info h3 {
		font-size: 1.2em;
		min-height: 0px;
	}
	.info-block {
		background: none;
		width: 87%;
		padding: 10px 5% 10px 8%;
	}
	.main-info .btn {
		font-size: 1.067em;
		width: auto;
		max-width: 345px;
		padding: 10px 5%;
		position: relative;
		left: 0px;
		float: none;
		margin: 0 auto -25px;
	}
	.main-info .sign {
		left: -3.5%;
		padding: 37px 0;
		top: -70px;
		width: 104px;
	}
	.bubble {
		font-size: 22px;
	}
	.appeal-holder, news-container {
		padding: 0px;
	}
	.content, .bg-holder .content {
		padding: 25px 0;
	}
	.news-container.columns-3 .column {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.news-block .news-photo img {
		display: block;
		width: 100%;
	}
	.mp-menu {
		display: block;
	}
	.alignleft, .alignright {
		float: none;
		margin: 0 0 2.5%;
	}
	.pagination {
		height: 55px;
		padding: 0px;
		margin: 0px;
		border: none;
	}
	.pagination ul {
		display: none;
	}
	.article {
		padding: 2.5% 0 20px;
	}
	input[type="text"], input[type="email"], textarea, select {
		color: #464443;
		border: 1px solid #c7cdca;
		width: 94%;
		padding: 5px 3%;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
}
/*media 480*/
@media only screen and (max-width: 480px) {
	body {
		font-size: 18px;
	}
	.search-submit {
		height: 39px;
	}
	#footer .column {
		width: 100%;
		margin: 0px;
	}
	.footer-grids h6 {
		text-align: center;
	}
	#footer .social-icons {
		float: none;
		overflow: hidden;
		text-align: center;
	}
	#footer .social-icons li {
		display: inline-block;
		float: none;
	}
	.slider-nav {
		top: -200px;
	}
	.bubble-holder.columns-4 .column {
		width: 100%;
		padding: 0 0 20px;
	}
	.connexion a {
		width: 28px;
		height: 37px;
		padding: 10px 20px 11px;
	}
	.search-box {
		margin: 0 68px 0 0;
	}
	.search-btn {
		width: 41px;
		height: 34px;
		padding: 12px;
	}
	.search-btn img {
		margin: -95px 0 0;
	}
	.search-submit, .search-submit:hover {
		background-position: center -67px;
	}
}
/*media 360*/
@media only screen and (max-width: 360px) {
	body {
		font-size: 16px;
	}
	.search-submit {
		height: 37px;
	}
	.slider-nav {
		top: -160px;
	}
	.connexion a {
		width: 18px;
		height: 26px;
		padding: 16px 20px;
	}
	.search-box {
		margin: 0 60px 0 0;
	}
	.search-btn {
		width: 32px;
		height: 26px;
		padding: 16px 12px;
	}
	.search-btn img {
		margin: -75px 0 0;
	}
	.search-submit, .search-submit:hover {
		background-position: center -68px;
	}
}
/*media 320*/
@media only screen and (max-width: 320px) {
	body {
		font-size: 15px;
	}
	.search-submit {
		height: 36px;
	}
}
/*===========================================================================
11. Media Query end
===========================================================================*/

/* Accueil */
@media only screen and (max-width: 640px) {
	.content-ins {min-height: 340px;}
	.stages-ins li {padding:0;}
}

/* Bloc contenant des floats */
.block_float:after, .spacer{content:".";display:block;visibility:hidden;clear:both;font-size:0px;line-height:0px;height:0px;width:100%;margin:0;padding:0;}

/* Doctolib */
#btnDoctolib {margin-top:10px}
#btnDoctolib a {background-color: #e65800; color:#fff; padding:5px; border-radius:5px; -webkit-transition-duration: 0.6s; transition-duration: 0.6s;}
#btnDoctolib a:hover {text-decoration:none; background-color: #004c71;}

.btnRdv {width: 250px; height: 250px; margin: 0 0 20px 50px;}
.btnRdv a {background-color: #e65800; color: #fff; display: block; height: 205px; width: 250px; border-radius: 10px; font-size: 2rem; text-align: center; padding-top: 45px; line-height: 3rem; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; box-shadow: 0 0 5px #999;}
.btnRdv a img {height:33px; margin-top: 60px;}
.btnRdv a:hover {text-decoration:none; background-color: #004c71;}
.btnRdv.btnRight {float:right;}
.btnRdv.btnCenter {float: none; margin: 0 auto;}
@media only screen and (max-width: 640px) {
	.btnRdv.btnRight {float: none; margin: 0 auto;}
}

/* Rappel */
#overlay form input[type="text"] {width: 300px;}
@media only screen and (min-width: 641px) {
	#overlay .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {margin-left: 0 !important; width: 100%;}
}

#cn-notice-text {color:#fff}

.btn-orange {background-color: #e65800; color:#fff; padding:5px; border-radius:5px; -webkit-transition-duration: 0.6s; transition-duration: 0.6s;}
.btn-orange:hover {text-decoration:none; background-color: #004c71;}

.article h1 {color: #e65800; border-left: solid 5px; margin: 0 0 30px 0; padding: 0 0 0 10px !important;}
.article h3 {padding: 0 0 3px 0; border-bottom: solid 2px; margin-bottom: 20px;}
.list-indent {margin-left: 3rem; line-height: 2rem; list-style-type: square;}
.center-text {text-align:center;}

/* Table  programme */
#programme-formation {
	border: solid 1px;
	margin: 0;
}
#programme-formation tr td {
	border: solid 1px;
	text-align: center;
	padding: 5px;
	background-color: #f4f4f4;
}
#programme-formation tr td:first-child {
	text-align: left;
	background-color: #fff;
}
#programme-formation tr td:last-child {
	font-weight: bold;
	background-color: #cff0ff;
}
#table-inso {
	border: solid 1px;
	margin: 0;
}
#table-inso tr td {
	border: solid 1px;
	text-align: center;
	padding: 5px;
}
#table-inso tr td:first-child {
	text-align: left;
}
#table-inso tr td:last-child {
	font-weight: bold;
}
/*
FROM BS
*/
.font-weight-bold {font-weight: 700 !important;}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	width: 100%;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bs-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs-btn {
    transition: none;
  }
}

.bs-btn:hover {
  color: #212529;
  text-decoration: none;
}

.bs-btn:focus, .bs-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bs-btn.disabled, .bs-btn:disabled {
  opacity: 0.65;
}

a.bs-btn.disabled,
fieldset:disabled a.bs-btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #004c71;
  border-color: #004c71;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e65800;
  border-color: #e65800;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 88, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #004c71;
  border-color: #004c71;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* Formulaires */
.gform_wrapper li.hidden_label input {
	margin-top: -4px !important;
	margin-right: 5px!important;
}
.ginput_container.ginput_container_consent {
	font-weight: 700;
}
.ginput_container.ginput_container_checkbox {
	font-weight: 700;
}
.ginput_container.ginput_container_checkbox {
	margin-left: 6% !important;
	width: 90% !important;
}
.ginput_container.ginput_container_checkbox ul {
	width: 100% !important;
}
.gform_footer.left_label {
	margin: auto !important;
	text-align: center;
}
/* Gestion cookies */
/* font */
#tarteaucitronRoot * {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif !important;
}
/* bandeau cookies - fond */
div#tarteaucitronAlertBig {
	background: #004c71 !important;
}
/* bandeau cookies - texte */
span#tarteaucitronDisclaimerAlert {
	color: #fff !important;
	font-size: 14px !important;
}
/* bandeau cookies - marges boutons  */
.tarteaucitronCTAButton {
	margin: 10px !important;
}
/* bandeau cookies - bouton accepter */
button#tarteaucitronPersonalize2 {
	background: #e65800 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
#tarteaucitronRoot .tarteaucitronCheck::before {
	color: #fff !important;
}
/* bandeau cookies - bouton refuser */
button#tarteaucitronAllDenied2 {
	background: #e65800 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
#tarteaucitronRoot .tarteaucitronCross::before {
	color: #fff !important;
}
/* bandeau cookies - bouton personnaliser */
button#tarteaucitronCloseAlert {
	background: #e65800 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
/* bandeau cookies - bouton politique de confidentialité */
button#tarteaucitronPrivacyUrl {
	display: none !important;
}