body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url(img/bgBleu.jpg); */
    background-size: cover;
    margin:0;
    padding:0;
}


h1 {
    font-size: 2em;
    color:#FFF;
    font-weight: 300;
    letter-spacing: -0.06em;

}

h1 span {
    font-size:2em;
    font-weight: 700;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    mix-blend-mode: overlay;
}

h4 {
    font-size: 1.5em;
    color:#FFF;
    margin:0;
}

p {
    /* color:#FFF; */
    font-size: 0.9em;
    font-weight: 300;

}

.blanc {
    color: #FFF;
}

.gris {
    color: #2e2d2c;
}

.demi {
    width:50%!important;
}

.fluid {
    width:100%;
}

.center {
    justify-content: center;
    align-items: center;
}

section {
    display: flex;
    flex-direction: column;
}


#accueil,#presentation,#annuaire {
    position: relative;
    z-index: 1;
    background-image: url(img/bgBleu.jpg);
    background-size: cover;
    margin:0;
    padding:0;
    top:0;
}

.bandeau {
    position:fixed;
    z-index: 0;
    top: 0;
    width:100%;
    height:100%;
    /* height:25em; */
    background-size: cover;
    background-image: url(img/teamwork.jpg);
    background-position: center center;
}

#presentation,#annuaire {
    margin-top: 40em;

}


/* --------------------MENU--------------------- */

nav {
    /* display: none; */
    position: fixed;
    z-index: 10;
    top:0;
    height:3em;
    background-color: #fff;
    width: 100%;
    /* mix-blend-mode: overlay; */
    box-shadow: 0px 5px 10px black;
}

nav ul {
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #071e58; */
    height: 100%;
}

nav ul li {
    list-style: none;
    padding:0.5em 1em;
    /* background-color: #dd0e1d; */
}

nav ul li a {
    color:#071e58;
    font-weight: 400;
    text-decoration: none;
    padding:0.3em;
    transition: ease all 1s;
}

nav ul li a:hover {
    background-color: #071e58;
    border:solid 1px #fff;
    color:#FFF;
}

/* --------------------LOGO--------------------- */

.bgLogo {
    width: 100%;
    height: 900px;
    background-image: url(img/lueur.png);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    margin-top:10%;
    width:40%;
}

/* --------------------ICONES--------------------- */
.domaines {
    margin-top:3em;
    display: flex;
    justify-content: center;
}

.icones {
    width:3em;
    height:3em;
    mix-blend-mode: overlay;
    margin:0.5em;
}
.iconeForm {
    width:2.5em;
    height:2.5em;
    /* mix-blend-mode: overlay; */
    margin:0.5em;
}

.go {
    font-size: 3em;
    color:#FFF;
    margin-top:1em;
    mix-blend-mode: overlay;
}

hr {
    /* border : #FFF solid 0.1em; */
    background-color: #FFF;
    width:30%;
    height:0.01em;
    margin:3em 0;
}

/* --------------------PRESENTATION--------------------- */

.cadre,.cadreInfos,.contact {
    /* width:80%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 4em 0;
}

.cadreInfos,.contact {
    width:80%;
}

.block {
    display: flex;
}

.part {
    width : 60%;
    margin: 0 auto;
}

.image {
    margin-left:-10%;
    width:30%;
    mix-blend-mode: overlay;
}
.texte {
    width:80%;
}

select {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	border-radius:0.4em;
	border:none;
	padding:0.5em;
	margin:0.5em 0;
}

button,.button {
    background-color: rgb(41, 41, 41);
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	border-radius:0.4em;
	border:none;
    color:#FFF;
    padding:0.6em;
    cursor: pointer;
    transition: all ease 0.2s;
	margin:0.5em 0;
}

.btnRouge {
    background-color: rgb(53, 0, 0);
}

.btnBleu {
    background-color: rgb(26, 14, 194);
}

button:hover {
    background-color: #071e58;
}

/* --------------------LISTEENTREPRISES--------------------- */

.listeEntreprise {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.globalEntreprise{
    /* width:20em; */
    /* background-color: #ccc; */
    display: flex;
}

.boxEntreprise {
    margin:0.5em;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.5em;
    width:15em;
    /* max-width: 15em; */
    border: #62c3ff solid 1px;
    transition: all 0.5s ease;
}

.boxEntreprise:hover {
    z-index: 2;
    box-shadow: #000 0.2em 0.2em 1em;
    cursor: pointer;
    transform: scale(1.05);
}

.logoEnt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
    /* background-color: #071e58; */
    /* min-height:10em; */
    /* max-height: 10em; */
}

.logoEnt img {
    width: 100%;
    /* max-height:15em; */
    border-radius: 1.5em 1.5em 0 0;
    object-fit: cover;
}

.infosEntreprise {
    display:none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width:25em;
    box-sizing: border-box;
    margin:1em 0;
    padding:1em;
    border-radius: 1.5em;
    background-color: #ccc;
    border : #eee 1px solid;
    
}

.infosEntreprise .open {
    display:flex;
    transition: all 1s ease;
}

.icone {
    width : 1.5em;
}

.infosEntreprise span {
    font-size: 1.2em;
    font-weight: 700;
}




.infosEnt {
    background-color: #62c3ff;
    border-radius: 0 0 1.5em 1.5em;
    padding:1em;
}

.infosEnt .nom {
    font-size:3em;
    margin:0;
    font-weight: 900;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    mix-blend-mode: overlay;
    text-align: center;
}

.infosEnt .membre {
    color:#FFF;
    margin-top:-0.5em;
    font-size:2em;
    font-weight: 300;
    letter-spacing: -0.1em;
    /* text-transform: uppercase; */
    /* mix-blend-mode: overlay; */
    text-align: center;
}

.infosEnt .membre span {
    color:#FFF;
    /* font-size:2em; */
    font-weight: 700;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    /* mix-blend-mode: overlay; */
    text-align: center;
}
.separation {
    margin:0.3em auto;
    border-top:0.1em dotted #FFF;
}

.typeEnt {
    margin-top:1em;
    color:#FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.typeEnt span {
    color: #071e58;
    font-weight: 300;
    letter-spacing: -0.1em;
    text-transform: uppercase;
    text-align: right;
}

.typeEntImg {
    position: relative;
    width :3em;
    height : 3em;
    left:0;
}


/* --------------------ANNUAIRE--------------------- */

.cadreInfos {
    /* width:85%; */
    background-color: #FFF;
    border-radius: 0.5em;
    margin-bottom: 3em;
    box-shadow: 1em 1em 3em #000;
    padding:0;
}

.raisonSoc {
    /* background-color:#dd0e1d; */
    width:100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.titre {
    /* background-color: blue; */
    padding:0.2em;
    /*	width:70%;*/
	text-align: center;
}

.titre p {
	font-size: 2.8em;
	font-weight: 700;
    letter-spacing: -0.1em;
}

.infos {
    width:70%;
    /* background-color: #071e58; */
}

.locSoc, .infos, .infosPlus, .raisonSoc {
	box-sizing: border-box;
	margin:0.5em 0;
	padding:1em;
}

.information {
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: space-around;
    align-items: center;
}

.ligne {
    border-left: #000 0.01em solid;
    margin-left: 2em;
    height:15em;
}

.infosPlus {
	width:85%;
    text-align: justify;
}

.infosPlus p {
	font-size:1em;
}

.infos p {
	font-size : 1em;
}

.infos i {
/*	background-color: #FFF;*/
	padding:0.3em;
	font-size:2em;
    color:#444;
}

/* --------------------CONTACT--------------------- */

.contact {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #ccc;
}

.boutonEnvoyer {
    padding:1em;
    width:100%;
    background-color:#071e58;
    color:#FFF;
    font-weight: 300;
}

.erreurChamp {
	border:solid crimson 0.1em;
	background-color: #AC2C2F;
	width:95%;
	border-radius:0.5em;
	color:#FFF;
	font-size: 0.8em;
	font-weight: 100;
	padding:0.4em;
	margin: 0.2em auto;
}

.messageValid {
	border:solid #73DF66 0.1em;
	background-color: #338A34;
    text-align: center;
	width:100%;
	border-radius:0.5em;
	color:#FFF;
	font-size: 1.2em;
	font-weight: 100;
	padding:0.4em;
	margin: 0.2em auto;

}

/* --------------------FORMULAIRE--------------------- */

.formulaire {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexRow {
    display: flex;
    flex-direction: row;
    padding: 0.5em;
    width:60%;
    /* background: #000; */
}

.flexColumn {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    width:60%;
    background: #444;
    justify-content: center;
    align-items: center;
}

.formulaire input, .formulaire textarea {
    border: none;
    width: 100%;
}

.formulaire textarea:focus-within {
    border: none;
}

.champInput {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    border-radius: 0.5em;
    padding:1em;
    margin:0.2em;
}

.champInput i {
    font-size: 2em;
    margin:0 0.5em 0 0;
    color:#444;
}

#suggest {
/*    background-color:#dd0e1d;*/
    background-color:#FFF;
	border-radius:0.3em;
    padding:0.2em 0.2em 0em 0.2em;
	color:#FFF;
}

#suggest li:hover {
/*	background-color:#dd0e1d;*/
	color:#dd0e1d!important;
	list-style-type:disc;
}

#suggest li {
    list-style-type:none;
    font-family: 'Bebas Neue Book';
    letter-spacing: 0.2em;
	color:#FFF;
}


/* --------------------FOOTER--------------------- */

footer {
    position: relative;
    width:100%;
    box-sizing: border-box;
    background-color: #071e58;
    color:#FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:1em;
}

.reseauSoc {
    width:10%;
    margin:5px;
}

.itemFooter {
    width:25%;
    display: flex;
    justify-content: center;
}

.logoFooter {
    width:50%;
}

/* --------------------ADMIN--------------------- */

.zoneModif {
    display: flex;
    align-items: center;
}

.zoneModif textarea,.zoneModif select {
    border:none;
    border-bottom:#FFF solid 0.01em;
    border-radius: 0.5em;
    box-sizing: border-box;
    background: #dfdfdf;
    margin-left:0.5em;
}

.infoResume {
    height: 10em !important;
}

@media screen and (max-width: 48em) {

    .boxEntreprise {
        width:25em;
        margin-bottom: .5em;
    }

    .logoEnt {
        min-height: 25em;
    }

    .logoEnt img {
        max-height:25em;
    }
    
    .infosEntreprise {
        display:none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width:25em;
        box-sizing: border-box;
        margin:1em 0;
        padding:1em;
        border-radius: 1.5em;
        background-color: #ccc;
        border : #eee 1px solid;
        
    }
    
    .infosEntreprise .open {
        display:flex;
        transition: all 1s ease;
    }
    
    .icone {
        width : 1.5em;
    }
    
    .infosEntreprise span {
        font-size: 1.2em;
        font-weight: 700;
    }

}

