/* Section bureau ------------------------------------------------*/
#section_infos_bureau {
    display: block;
    z-index: 4;
}

#section_infos_bureau .container_section {
    z-index: 4;
 	padding: 0;
}

/* image de fond -------------------------- */
#section_infos_bureau .back_fond_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #074575;
    left: 0; top: 0;
}

#section_infos_bureau .content_fond_img {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 2;
}

#section_infos_bureau .mask_back_fond_img {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0; top: 0;
    background: 0 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

/* debut section bureau ------------------------- */
#section_infos_bureau .infos_bureau {
    position: relative;
    display: flex;
}

.infos_bureau .content_infos_bureau {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 0; margin: 0;
}

.infos_bureau .content_infos_bureau object {
    width: 50px;
    height: 50px;
}

.infos_bureau .infos_titre {
    font-family: Saira;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin: 16px 0;
}

.infos_bureau .content_text {
	max-width: 350px;
    font-family: Saira;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

/* Retour au haut de la page --------------------------------- */
.cRetour {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    z-index: 25;
    transition: all ease-in 0.2s;
    position: fixed;
    cursor: pointer;
    bottom: 12px;
    right: 1%;
    display: none;
}

.cRetour:after {
    position: absolute;
    content: "\276F";
    left: 20px;
    top: 9px;
    transform: rotate(-90deg);
}

.cRetour:hover {
    background: rgba(0, 0, 0, 1);
    transition: all ease-in 0.2s;
}

.progress_bar {
    height: 60px;
    width: 60px;
    border: 3px solid #2B8325;
    border-radius: 50%;
}

.contianer_logo_geclimed {
	display: block;
	position: absolute;
	width: 160px;
	overflow: hidden;
	left: 40px;
	bottom: 20px;
}

.contianer_logo_geclimed .logo_geclimed {
	display: block;
	position: relative;
	width: 190px;
	height: 55px;
	background-size: 120%;
	background-position: left;
	margin: 0;
	margin-left: -30px;
}


/* style pied de page ---------------------------------------- */
footer.gfooter {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.gfooter .color_img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #074575;
}
.color_img .gfooter_texture-pg {
	position: relative;
	width: 100%;
	height: 100%;
	bottom: 0; left: 0;
	background: url('../../assets/images/fonds/fond_footer_1.jpg') center no-repeat;
	background-size: cover;
	background-position: top center;
	opacity: 0.3;
	z-index: 1;
}
.gfooter .gfooter_mask-acceuil {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	background: 0 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.gfooter_container {
	position: relative;
	display: block;
	width: 86%;
	height: 100%;
	margin: 0 auto;
	z-index: 3;
}
.gfooter .gfooter_liens {
	width: 100%;
}
.gfooter .gfooter_zone_menu {
	position: absolute;
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
	left: 0;
	bottom: 80px;
}
.gfooter_sgmt {
	position: relative;
	display: inline-block;
	width: 300px;
	color: #fff;
	text-align: left;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin: 0; padding: 0;
}
.gfooter_sgmt .section {
	font-size: 17px;
	font-weight: 600;
}
.gfooter_sgmt ul {
	padding-left: 0;
	list-style-type: disc;
	list-style-position: inside;
}
.gfooter_public ul,
.gfooter_addres ul {
	list-style-type: ;
	list-style-position: outside;
	padding-left: 12px;
}
.gfooter_sgmt ul li {
	padding-bottom: 12px;
}

.gfooter_sgmt p, .gfooter_sgmt a {
	position: relative;
	text-decoration: none;
	font-family: Saira;
	font-size: 14.5px;
	letter-spacing: 1.5px;
	color: #fff;
}

.gfooter_sgmt a:hover {
	cursor: pointer;
}

.gfooter_sgmt a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	border: none;
	background: #fff; 
	border-radius: 3px;
	bottom: 2px;
	left: 0;
	transition: all 0.280s ease-in-out;
}
.gfooter_sgmt a:hover:before {
	background: RGBA(238, 238, 238, 0.2);
	cursor: pointer;
	padding: 0 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: 18px;
	color: #074575;
}

.gfooter_sgmt #li-specialite_med_footer:hover a::before,
.gfooter_sgmt #li-teleconsultation_footer:hover a::before {
	background: RGBA(238, 238, 238, 0.2);
	cursor: pointer;
	padding: 0 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: 22px;
	color: #074575;
}

.gfooter_apropos .savoir_plus {
	position: relative;
    cursor: pointer;
    margin-top: 6px;
    font-size: 17px;
    font-weight: 450;
	cursor: pointer;
}

.gfooter_apropos .savoir_plus:hover {
    color: #9197FE;
}

.gfooter_apropos .savoir_plus a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.gfooter_apropos .savoir_plus a:hover,
.gfooter_apropos .savoir_plus:hover a {
    animation: blink 1s infinite;
}

.gfooter_apropos {
	width: 370px;
}
.gfooter_menu {
	width: 220px;
}
.gfooter_public {
	width: 220px;
}

.gfooter_sgmt .gfooter_titre,
.gfooter_titre #li-apropos_geclimed_footer {
	text-align: left;
	color: #fff;
	font-family: Saira;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}

.gfooter_zone_menu p,
.gfooter_addres p {
	margin: 0;
	margin-bottom: 12px;
}

.gfooter_zone_menu ul {
	margin: 12px 0 10px;
}

#li-apropos_geclimed_footer {
	margin-bottom: 14px;
}

/* ------------------------------------------------------------ */
.gfooter .gfooter_mentions {
	position: absolute;
	display: block;
	width: 100%;
	height: 80px;
	background-color: RGBA(82, 117, 174, .6); /*#074575;*/
	text-align: center;
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 4;
}
.gfooter .gfooter_mentions p {
	font-family: Segoe UI, Roboto;
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.gfooter .gfooter_mentions .container {
	width: 86%;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	text-align: center;
	background: transparent;
}

/*-------------------------------------------------------*/
@media only screen and (max-width: 1020px) {
	.gfooter .gfooter_apropos{
		display: none;
	}
}
@media only screen and (max-width: 810px) {
	.gfooter .gfooter_addres{
		display: none;
	}
}
@media only screen and (max-width: 570px) {
	.gfooter{
		height: 600px;
	}
}