html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}/*margereset*/

/* ========================== fin reset css =========================*/

@font-face {
    font-family: "AVANTN";
    src: url("polices/texgyreadventor-bold.otf") format("truetype");
    }
    @font-face {
    font-family: "avantgarde";
    src: url("polices/texgyreadventor-regular.otf") format("truetype");
    }

.mentionslegales{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
}
.mentionslegales h1{
    font-size: 25px;
    font-family: Arial bold;
    font-family: "avantgarde";
    color: black;
}
.mentionslegales h2{
    font-size: 20px;
    font-family: Arial;
    font-family: "avantgarde";
    color: black;
}
.mentionslegales p{
    font-family: "AVANTN";
    color: black;
}

header{
    height: 260px;
    width: 100%;
    background-image: url(img/FONDNOIR2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-areas: "logo texte";
    grid-template-columns: 30% 70%;
}
img.logo{
    grid-area: logo;
    margin-left: 25%;
    margin-top: 8%;
    height: 180px;
    width: auto;
}
.intro{
    grid-area: texte;
    color: white;
    text-align: center;
    padding: 40px 0 0 0;
    font-size: 37px;
    font-family: "avantgarde";
    line-height: 1.5;
}
.msi{
    text-align: center;
    color: #bc0e1d;
    font-size: 38px;
    font-family: "AVANTN";
}
.rouge{
    text-align: center;
    color: #bc0e1d;
    font-size: 18px;
    font-family: "AVANTN";
}


/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/


#haut{
    display: grid;
    height: 230px;
    grid-template-areas: "bandeau""metiers";
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
}

.bandeau{
    grid-area: bandeau;
}
.bandeau ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.bandeau img{
    height: 150px;
    width: auto;
}
.metiers{
    grid-area: metiers;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
    font-family: "AVANTN";
}
.metiers ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.metiers li{
    display: flex;
    align-items: center;
}

/* ========================== FIN PREMIERE SECTION =========================*/
/* ========================== FIN PREMIERE SECTION =========================*/
/* ========================== FIN PREMIERE SECTION =========================*/

#textehome{
    line-height: 2;
    background-color: #D9D9D3;
    margin-top: 20px;
    padding: 20px 0 20px 0;
}
.introdeux{
    color: black;
    font-family: "avantgarde";
    font-size: 20px;
    text-align:center;
    padding-left: 10px;
}
.liste{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: "AVANTN";
}
.liste ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.liste li{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.fin{
    color: black;
    font-family: "avantgarde";
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
}

/* ========================== FIN texte home =========================*/
/* ========================== FIN texte home =========================*/
/* ========================== FIN texte home =========================*/


/*====================================================================*/
/*====================================================================*/
/*==================CONSTRUCTION CONSTRUCTION=========================*/
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/

.provisoire{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.provisoire h1{
    font-family: "avantgarde";
    font-size:40px;
    text-align: center;
}
.contactipadmobile{
    display: none;
}


/*====================================================================*/
/*====================================================================*/
/*==================CONSTRUCTION CONSTRUCTION=========================*/
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/


#contenue{
    display: grid;
    grid-template-areas: "face atout moyens ."
                         "face maintenance agencement .";
    grid-template-columns: 35% 30% 30% 5%;
    grid-template-rows: 300px 300px;
    margin-top: 30px;
    
}
.face{
    grid-area: face;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 5000;
    padding-right: 20px;
}
#texteatouts{
    grid-area: atout;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#contenue ul {
	list-style-type: none;
}

#contenue ul li:before {
	content: "\2022";
	margin-right: 10px;
	color: #CCC;
}

#contenue ul li {
	color: #555;
}
#contenue ul {
	list-style-type: none;
}
 
#contenue ul li:before {
	content: "\2022";
	margin-right: 10px;
	color: #be0112;
    font-size: 1.5em;
    margin-left: -30px;
    list-style-position: outside;
}
 
#contenue ul li {
	color: #555;
}
#textemoyens{
    grid-area: moyens;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
}
#textemaintenance{
    grid-area: maintenance;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#texteagencement{
    grid-area: agencement;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.texte h1{
    font-family: "AVANTN";
    font-size: 24px;
    color: #be0112;
}
.texte li{
    font-family: "avantgarde";
    font-size: 15px;
}
span{
    color: #be0112;
    font-size: 24px;
    text-align: center;
    padding: 0 5px;
}

/* ========================== SPAN POINT ROUGE =========================*/
/* ========================== SPAN POINT ROUGE =========================*/
/* ========================== SPAN POINT ROUGE =========================*/

a{
    text-decoration: none;
}


.gras{
    font-family: "AVANTN";
}

/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/

footer{
    display: grid;
    grid-template-areas: "confiance contact";
    grid-template-columns: 60% 40%;
    
}
.contact{
    grid-area: contact;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    background-color: #C4C4C4;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 1.2;
}
.contact h1{
    color: #be0112;
    font-family: "AVANTN";
    font-size: 30px;
}
.contact p{
    color: black;
    font-family: "avantgarde";
    font-size: 20px;
}
.contact a {
    color: black;
}
.mentions{
    width: 100%;
    text-align: right;
    color: black;
    font-family: "avantgarde";
    font-size: 15px;
}
.confiance{
    grid-area: confiance;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    color: black;
    font-family: "avantgarde";
    font-size: 15px;
    line-height: 1.5;
    background-color: #D9D9D3;
    padding-left: 80px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.contactipadmobile{
    display: none;
}

/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/


/* ========================== ORDI ORDI ORDI FIN =========================*/
/* ========================== ORDI ORDI ORDI FIN =========================*/
/* ========================== ORDI ORDI ORDI FIN =========================*/
/* ========================== ORDI ORDI ORDI FIN =========================*/
/* ========================== ORDI ORDI ORDI FIN =========================*/
/* ========================== ORDI ORDI ORDI FIN =========================*/

@media (max-width : 960px){
    
    header{
    height: 260px;
    width: 100%;
    background-image: url(img/FONDNOIR2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-areas: "logo texte";
    grid-template-columns: 30% 70%;
}
img.logo{
    grid-area: logo;
    margin-left: 20%;
    margin-top: 25%;
    height: 120px;
    width: auto;
}
.intro{
    grid-area: texte;
    color: white;
    text-align: center;
    padding: 70px 0 0 0;
    font-size: 20px;
    font-family: "avantgarde";
    line-height: 1.5;
}
.msi{
    text-align: center;
    color: #bc0e1d;
    font-size: 20px;
    font-family: "AVANTN";
}
.rouge{
    text-align: center;
    color: #bc0e1d;
    font-size: 18px;
    font-family: "AVANTN";
}


/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/
/* ========================== FIN HEADER =========================*/


#haut{
    display: grid;
    height: 110px;
    grid-template-areas: "bandeau""metiers";
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
}

.bandeau{
    grid-area: bandeau;
}
.bandeau ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.bandeau img{
    height: 70px;
    width: auto;
}
.metiers{
    grid-area: metiers;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 15px;
    font-family: "AVANTN";
}
.metiers ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.metiers li{
    display: flex;
    align-items: center;
}

/* ========================== FIN PREMIERE SECTION =========================*/
/* ========================== FIN PREMIERE SECTION =========================*/
/* ========================== FIN PREMIERE SECTION =========================*/

#textehome{
    line-height: 2;
    background-color: #D9D9D3;
    margin-top: 10px;
    padding: 10px 0 20px 0;
}
.introdeux{
    color: black;
    font-family: "avantgarde";
    font-size: 16px;
    text-align:center;
    padding-left: 10px;
}
.liste{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "AVANTN";
    flex-wrap: wrap;
    padding: 0 10px 0 10px ;
}
.liste ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.liste li{
    display: flex;
    align-items: center;
}
.fin{
    color: black;
    font-family: "avantgarde";
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
}

/* ========================== FIN texte home =========================*/
/* ========================== FIN texte home =========================*/
/* ========================== FIN texte home =========================*/



#contenue{
    display: grid;
    grid-template-areas: ".  atout . moyens ."
                         ".  maintenance . agencement ."
                        " face face face contact contact";
    grid-template-columns: 10%  35% 10% 35% 10%;
    grid-template-rows: 350px 350px 500px;
  
    
}
.face{
    grid-area: face;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}
#texteatouts{
    grid-area: atout;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#contenue ul {
	list-style-type: none;
}

#contenue ul li:before {
	content: "\2022";
	margin-right: 10px;
	color: #CCC;
}

#contenue ul li {
	color: #555;
}
#contenue ul {
	list-style-type: none;
}
 
#contenue ul li:before {
	content: "\2022";
	margin-right: 10px;
	color: #be0112;
    font-size: 1.5em;
    margin-left: -30px;
    list-style-position: outside;
}
 
#contenue ul li {
	color: #555;
}
#textemoyens{
    grid-area: moyens;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
}
#textemaintenance{
    grid-area: maintenance;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#texteagencement{
    grid-area: agencement;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.texte h1{
    font-family: "AVANTN";
    font-size: 24px;
    color: #be0112;
}
.texte li{
    font-family: "avantgarde";
    font-size: 15px;
}
span{
    color: #be0112;
    font-size: 24px;
    text-align: center;
    padding: 0 5px;
}
.contactipadmobile{
    grid-area: contact;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #C4C4C4;
}
.contactipadmobile h1{
    color: #be0112;
    font-family: "AVANTN";
    font-size: 30px;
}
.contactipadmobile p{
    color: black;
    font-family: "avantgarde";
    font-size: 20px;
}
.contactipadmobile a {
    color: black;
}
    .mentions{
    width: 100%;
    text-align: right;
    color: black;
    font-family: "avantgarde";
    font-size: 15px;
}
    .mentionslegales{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
}
.mentionslegales h1{
    font-size: 25px;
    font-family: Arial bold;
    font-family: "avantgarde";
    color: black;
}
.mentionslegales h2{
    font-size: 20px;
    font-family: Arial;
    font-family: "avantgarde";
    color: black;
}
.mentionslegales p{
    font-family: "AVANTN";
    color: black;
}

/* ========================== SPAN POINT ROUGE =========================*/
/* ========================== SPAN POINT ROUGE =========================*/
/* ========================== SPAN POINT ROUGE =========================*/

a{
    text-decoration: none;
}


.gras{
    font-family: "AVANTN";
}

/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/
/* ========================== SPAN ECRITURE EN GRAS =========================*/

footer{
    display: grid;
    grid-template-areas: "confiance";
    grid-template-columns: 100%;
    grid-template-rows: 270px;
}
.confiance{
    grid-area: confiance;
    color: black;
    font-family: "avantgarde";
    font-size: 13px;
    line-height: 1.5;
    background-color: #D9D9D3;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}
    
    .contact{
        display: none;
    }
}



/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/
/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/
/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/
/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/
/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/
/* ========================== TABLETTE TABLETTE TABLETTE FIN =========================*/






























































