/*
	Theme Name: Filéo Groupe
	Theme URI: https://alencrebleue.com
	Description: Filéo Groupe
	Version: CSS/ENTREPRISE AUTREMENT
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com

*/
/* SECTION ENTREPRISE AUTREMENT */

/* Accueil entreprise autrement modification */
#section-entreprise-autrement{
	position:relative;
    background: rgba(229,224,229,0.4);
}
.bloceatf img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.button-fg a {
    background: #2DB7BF;
    color: #fff;
    padding: 0.5em 1em 0.3em;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-ets{
    margin: 1.8em 0 0;
}
.btn-tfg{
    position: relative;
}

#section-entreprise-autrement .btn-tfg a {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-300%);
    padding: 0.8em 1em 0.55em;
}
@media only screen and (min-width:1185px){
.bloceatf{
	height:309px;
}
}
@media only screen and (min-width:1125px) and (max-width: 1184px){
.bloceatf{
	height:352px;
}
}
@media only screen and (min-width:1125px){
.bloceatf{
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
}
.bloc-sea {
    margin: 0 0 3.5em;
}
.aze{
    margin: 0;
}
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 1024px){
/* SECTION ENTREPRISE AUTREMENT */
#section-entreprise-autrement {
    background: rgba(229,224,229,0.4);
}	
.bloc-sea {
    margin: 1em 0 0;
}
.bloc-sea p{
	font-size:14px;
	text-align: center;
	margin-bottom: 1em;
}	
div.button-fg:nth-child(3) {
    position: relative;
    background: #2DB7BF;
    padding: 0.7em 1em 0.6em;
    text-align: center;
}
div.button-fg:nth-child(1){
    position: relative;
    background:#2DB7BF;
    padding: 0.7em 1em 0.6em;
    text-align: center;
    margin: auto;
    margin-bottom: 10%;
    margin-top: 40%;
}
.button-fg a {
	text-align:center;
    background: transparent;
    font-size: 14px;
	padding:0;
}
.btn-ets{
    margin: auto;
	margin-bottom: 6em;
}
div.button-fg:nth-child(3) {
    width: 47%;
}
div.button-fg:nth-child(1){
    width: 72%;
}
}
@media only screen and (min-width:360px) {
.btn-ets {
    margin-bottom: 2em;
}
div.button-fg:nth-child(1) {
    width: 65%;
}
}
@media only screen and (min-width:411px) {
div.button-fg:nth-child(3) {
    width: 38%;
}
div.button-fg:nth-child(1){
    width: 55%;
}
}
@media only screen and (min-width:480px) {
div.button-fg:nth-child(3) {
    width: 30%;
}
div.button-fg:nth-child(1){
    width: 47%;
}
.bloc-sea p {
    padding: 0.5em 1em;
}
}
@media only screen and (min-width:600px) {
.bloc-sea{
    margin: 2em 0 2.5em;
}
.bloc-sea p {
    font-size: 1em;
    margin-bottom: 1em;
}
}
@media screen and (min-width: 720px) and (max-width:1139px) {
#section-entreprise-autrement{
    display:none;
}
}
@media screen and (min-width: 1025px) {
/* SECTION ENTREPRISE AUTREMENT */
#section-entreprise-autrement {
    background: rgba(229,224,229,0.4);
}
.bloc-sea {
    align-self: center;
}
.bloc-sea p{
	padding:0;
	padding-right:1.5em;
}	
.button-fg a {
    background: #2DB7BF;
    color: #fff;
    padding: 0.5em 1em 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.btn-ets{
    margin: 1.8em 0 0;
}
}