@charset "UTF-8";

/*
Theme Name: Technews thème
*/
@font-face {
    font-family: AverageSans;
    src: url(./assets/font/AverageSans-Regular.ttf);
}

@font-face {
    font-family: Carme;
    src: url(./assets/font/Carme-Regular.ttf);
}


@font-face {
    font-family: Prompt;
    src: url(./assets/font/Prompt-Bold.ttf);
}

body {
    padding: 0;
    margin: 0;
}


#singleMetier {
    color: black;
}

* {
    box-sizing: border-box;
}
.none {
    display: none !important;
}

a {
    font-family: "Prompt";
    text-decoration: none;
}

h1 {
    font-size: 6em;
    color: #291D11;
    font-family: "AverageSans";
}

h2 {
    font-size: 3em;
    font-family: "AverageSans";
}

h3{
    font-family: "AverageSans";
    font-size: 1.9em;
}

p {
    font-size: 1em;
    font-family: "Carme";
    font-weight: regular;
}
/* ------------------ ajouts Bernard */
.wp-block-image {

    display: flex;
    justify-content: start;
}

figure > img{
    width: 60%;
    height: auto;
}
.h1metier{

    color: white;
    background: #E49449;
    margin-top: 70px;
    font-size: 3em;
    font-family: Prompt ;
    padding: 2% 0 2% 10%;
 
}
#previewMetier{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10%;
}
#previewMetier > img{
    width: 55%;
    height: auto;
}
#previewMetier > p{
    width: 40%;
}

.h2metier{
    padding: 5px 20px;
    font-family: "AverageSans";
    background: #291D11;  
    border-radius: 10px;
}

.boxH2Metier{
    display: flex;
    margin: 5% 10%;
    color: white;
}

.boxH2Metier > img{
    width: 70px;
    height: 70px;
}

.metierContent{
    margin: 10%;
}
.metierContent > ul {
    color: #996533;
}
/*-***********************************Barre de Navigation version pc *******************-*/
#Nhamburger,
#Nhamburger-content {
    display: inline;
}

#Nhamburger-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px 50px;
    z-index:1000;
}

#Nhamburger-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin:0;
}

#Nhamburger-content ul a {
    text-decoration: none;
    list-style: none;
    color: #291D11;
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: bold;
}

#Nhamburger-content ul a:hover {
    color: #E49449;
}

#Nhamburger-content li {
    list-style: none;
    margin:0 10px;
}

#Nhamburger-content nav {
    width: 40%;
}

#Nhamburger-content nav {
    margin: 0 40px 0 40px;
}

.NreseauNav1 a {
    font-size: 20px;
    padding: 6px;
    text-decoration: none;
    color: #291D11;
    text-align: center;
}

.NreseauNav1 a:hover {
    color: #E49449;
}

#Nhamburger-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #291d11;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0;
    margin: 20px;
    vertical-align: top;
    line-height: 47px;
    float: right;
    margin-right: 25px;
    font-weight: bold;
    z-index: 10000000;
}

#Nhamburger-button-close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000000000;
    color: #996533;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0;
    margin: 20px;
    vertical-align: top;
    line-height: 47px;
    float: right;
    margin-right: 25px;
    font-weight: bold;
}

#Nhamburger-overlay {
    display: none;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#Nhamburger-sidebar {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 200000000000000000000000;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s ease-out;
}

#Nhamburger-sidebar-body span {
    padding: 0 0 0 100%;
    border-bottom: 2px solid #291D11;
}

#Nhamburger-sidebar li {
    display: block;
    font-family: 'Prompt';
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#Nhamburger-sidebar ul {
    margin-bottom: 20%;
    padding: 0;
}

#Nhamburger-sidebar ul a {
    color: #291D11;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 10px;
}

#Nhamburger-sidebar-body {
    padding: 16px 8px;
}

.NreseauNav {
    display: none;
}
/* **********************************Témoignages PC************************************** */
.Ntemoin {
    width: 100%;
    height: 100%;
    background: #E49449;
    padding: 1px;
    padding-top: 60px;
}

.Ntemoin h1 {
    color: #fff;
    font-family: 'AverageSans';
    font-weight: 600;
    margin-left: 7.5%;
    letter-spacing: 2px;
}

.Nsectiontem {
    width: 100%;
    min-height: 10vh;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 7%;
}

.Nsectiontemtest {
    content: '';
    background: #E49449;
    /* clip-path: inset(0 92% 0 0); */
    width: 10%;
    min-height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.Ntemcontainer p {
    font-family: 'Carme';
    margin: 0;
    font-size: 16px;
}
.Ntemcontainer{
    width: 100%;
}
.Ntemcontainer h2 {
    font-family: 'AverageSans';
    margin: 0;
    font-size: 40px;
}

.Ntemcontainer button {
    font-family: 'Prompt';
}

.Ndivtem {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 4.5%;
    margin-top: 50px;
}

.Ndivtem img {
    width: 130px;
    height: 130px;
    margin-right: 2%;
}

.Nbutton {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 5%;
}

.Nbutemoin {
    font-family: 'Prompt';
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 15px;
    color: #fff;
    background: #E49449;
    border-radius: 10px;
    padding: 8px 40px 8px 40px;
    border: none;
}

.Nbutemoin:hover {
    background: #291D11;
}

.Nbutmetier {
    font-family: 'Prompt';
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 15px;
    color: #E49449;
    background: #fff;
    border: 1px solid #E49449;
    border-radius: 10px;
    padding: 8px 40px 8px 40px;
}

.Nbutmetier:hover {
    color: #fff;
    background: #291D11;
    border: 1px solid #291D11;
}

.Nbutton1 {
    width: 80%;
    display: flex;
    justify-content: end;
    margin: 5%;
}

.Nbutton1 .Nbutmetier {
    padding: 8px 80px 8px 80px;
}
.nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
    display: none;
}
.next, .prev, .current{
    display: block;
	font-size: 20px;
}
.current{
	color: #e8944c;
}
.next, .prev{
	color: #080404;
	margin: 50px;
}
.nav-links {
    display: flex;
}
/*-*******************************Footer pc************************************-*/
footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0);
}

/*Nav footer*/
footer>.navFooter {
    width: 100%;
    min-height: 7vh;
    background-color: #291D11;
    display: flex;
    align-items: center;
    padding: 20px 50px;
}

.menu-menu-footer-container {
    width: 100%;
}

.menuFooter {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

footer>.navFooter>div>ul>li,
footer>.navFooter>div>ul>li>a {
    text-decoration: none;
    letter-spacing: 0.08em;
    list-style: none;
    color: white;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Prompt';
}

/*partie TechNews-contact*/
#boxtechNews {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
}

#boxtechNews>.techTitle>h2 {
    color: white;
    margin-top: 0px;
}

.contactTech {
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
}

.contactTech>p {
    width: 132%;
    color: white;
}

.contactTech>a {
    font-size: 1em;
    color: white;
    text-decoration: none;
    padding-left: 3px;
    font-family: 'AverageSans';
    margin: 85px 0px 0px 0px;
}

.contactTech>a>i {
    color: #E49449;
}

/*partie Suivez-nous*/
.suivezFooter {
    width: 60%;
    height: 37vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.suivezFooter>h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: white;
}

.politique {
    color: white;
    text-decoration: none;
    font-family: 'AverageSans';
    margin-top: 20px;

}

.reseauFooter {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 40px;
}

.reseauFooter>.roundFooter {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 1px solid #E49449;
    border-radius: 50%;
    padding-left: 10px;
}

.roundFooter {
    display: flex;
    justify-content: center;
}

.roundFooter>a {
    color: #E49449;
    text-decoration: none;
    font-size: 25px;
    margin-top: 11px;
    margin-left: -12px;
}

.roundHeader>a {
    color: #291D11;
    text-decoration: none;
    font-size: 25px;
    margin-top: 11px;
}

.ligneFooter {
    border: 1px solid white;
    height: 22vh;
    margin-top: 10vh;
    margin-left: 22vw;
    opacity: 45%;
}

/*partie base footer mention*/
.mentionFooter {
    min-height: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.mentionFooter>h4 {
    /* padding-left: 30vw; */
    color: white;
    font-family: 'AverageSans';
    font-weight: 300;
}

.mentionFooter>a {
    /* padding-left: 27.5vw; */
    color: white;
    text-decoration: none;
    font-family: 'AverageSans';
    font-weight: 300;
}

#footerContent {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.boxDesigne {
    display: flex;
    justify-content: space-around;
}

.boxDesigne>p>i {
    color: #E49449;
}

/* .boxDesigne>.designe{
    margin-left: 50px;
} */
.boxDesigne>p {
    color: white;
    font-family: 'AverageSans';
    font-weight: 300;
    /* margin-left: 10px; */
}

.boxDesigne>img {
    width: 1vw;
    height: 2vh;
    margin: 17px 0px 0px 10px;
}

#navigation {
    display: flex;
    justify-content: center;
}






/*                     ACCUEIL                       */

#boxHeader{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 10px 50px;
}
.boxTitleH{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 100px;
}
.boxTitleH > h1{
    margin: 0px 0px;
}
.boxTitleH> p{
    width: 45%;
    color: black;
    margin: 0px 0px;
}
#boxButton{
    width: 100%;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
}
#boxButton >.metier,.temoin{
    font-family: "Prompt";
    font-weight: 100;
    width: 275px;
    height: 80px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}
.metier{
    background-color: #E49449;
    color: white;
    border: 2px solid  #E49449;
}


.temoin{
    background-color: transparent;
    color: #E49449;
    border: 2px solid  #E49449;
    margin-left: 20px;
}
.decoHeader{
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(78% 0, 100% 0, 100% 100%, 47% 100%);
    background: rgba(228, 148, 73, 0.6);
    right:0px;
    top: 0px;
    z-index: -1;
}


/*BOXACTUALITY */

#boxActuality{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; 
    background: radial-gradient(55.65% 55.65% at 50% 44.35%, rgba(21, 16, 11, 0.85) 0%, #15100B 100%);
}

#boxActuality> h2{
    color: white;
    margin: 50px;
}



.leftAlign{
    
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;

    margin: 10px 0px 50px 50px;
}

.leftAlign > div > h3{
    color: white;
    
    padding-left: 20px;
}

.leftAlign > div > p{
    font-size: 0.8em;
    padding-left: 20px;
    color: white;
}

.leftAlign > div > a{
    position: relative;
    font-weight: 500;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.leftAlign > div > a::before{
    position: absolute;
    content: '';
    width: 70px;
    border: 1px solid #E49449;
    margin-left: 10px;
    margin-top:30px;
}


.rightAlign{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 50px 0px 0px -100px;
}

.rightAlign > div{
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    
}

.rightAlign > div > h3{
    text-align: right;
    margin-top: 0px;
    color: white;
    padding-right: 20px;
    width: 50%;
 }

 .rightAlign > div > p{
    color: white;
    font-size: 0.8em;
    text-align: right;
    padding-right: 20px;
    width: 50%;
    
 }

 .rightAlign > div > a{
    position: relative;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    padding-right: 20px;
    text-align: end;
 }

 .rightAlign > div > a::before{
    position: absolute;
    content: '';
    width: 70px;
    border: 1px solid #E49449;
    margin: 30px 0px 0px 10px;
}

.buttonActu{ 
    background-color: #E49449;
    color: white;
    border: 0px;
    font-family: "Prompt";
    width: 300px;
    height: 90px;
    font-size: 1em;
    border-radius: 5px;
    margin: 50px;
    
}



/*METIER*/

#boxMetiers {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    padding: 20px 50px;   
}

#boxMetiers > .metiers > h2{
    margin: 50px;
    color: #291D11;
}
.boxCardMetier {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
.boxCardMetier>.metier1{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.boxCardMetier>.metier1>h3{
    display: flex;
    align-items: center;
    color:white;
    margin-top: 20px;
    font-weight: 100;
}
.decoBox{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    min-height: 100px;
    background-color: #291D11;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 40px;
}
.decoBox > h3 {
    text-align: center;
}
.buttonMetier{
    background-color: #E49449;
    color: white;
    border: 2px solid  #E49449;
    font-family: "Prompt";
    width: 250px;
    height: 70px;
    font-size: 1em;
    border-radius: 5px;
    margin-top: 50px;
}
.metier1{
    width:350px ;
}
.metier1 > img{
    width: 100%;
    height: auto;
}
.decoMetier{
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #E49449;
    opacity: 10%;
    right:0%;
    left: 0%;
    bottom: 0%;
    z-index: -1;
}


/*TEMOIN*/

#boxTemoin{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

#boxTemoin > h2{
    text-align: right;
    width: 100%;
    margin: 0px 120px 50px 0px;
}


.temoins{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    margin: 20px;
}



.temoins>img{
    width: 130px;
    height : 130px;
    border-radius: 50%;
    margin-left: 6%;
    
}
.contenair1>p{
    width: 93%;
    color: black;
    text-align: justify;
    padding-left: 10px;
    
}

.contenair1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buttonTemoin{
    border:none;
    background: #291D11;
    border-radius: 5px;
    color: white;
    font-family: "Prompt";
    font-weight: 100;
    width: 278px;
    height: 9vh;
    font-size: 1em;
    cursor: pointer;
    margin-right: 50px;
    margin-top: 45px;

}
.decoTemoin{ 
    position: absolute;
    height: 100%;
    width: 868px;
    left: 0px;
    background: #E49449;
    clip-path: inset(0 80% 0 0);
    z-index: -500;

}

.boxBT{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px;
}

/*                            FIN ACCUEIL                                  */


/* PAGE ACTUALITE*/

#actualite{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    
}

.actuTitle{
    width: 100%;
    background: #291D11;
    margin-top: 100px;

}

.actuTitle > h1{
    text-align: center;
    color: white;

}

.article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}


.articleTitle{
    width: 80%;
}


.articleButton{
    width: 200px;
    height: 60px;
    font-size: 1.2em;
    border-radius: 5px;
    background-color: transparent;
    color: #E49449;
    border: 2px solid  #E49449;
    margin-top: 50px;
   
}

.articleDate{
    width: 80%;
    margin-bottom: 30px;
    text-align: center;
}

.articleContent{
    margin-top: 50px;
    width: 70%;
}

.articleTitle > h2{
    font-size: 3rem;
    text-align: center;
}

.articleContent > p{
    font-size: 1.2rem;
    text-align: center;
}

/*PAGE SOLO ACTU*/

#titleActuPage {
    width: 100%;
    padding: 30px 50px;
    margin-top: 100px;
    background-color: #15100B;
}
#titleActuPage > h2{
    color: #fff;
}
#mainActuContent{
    padding: 50px;
}

#mainActuContent li, #mainActuContent strong, #mainActuContent h6{
    color: #E49449;
    list-style-type: none;
}
#mainActuContent a{
    color: #E49449;
    text-decoration: underline;
}
#mainActuContent img{
    max-width: 80%;
    margin: 30px 0px;
    margin-top: 5px;
}
#seeMore{
    padding: 30px 50px;
}
#seeMore > h6{
    padding-left: 20px;
    border-left: 4px solid #E49449;
    color: #15100B;
    font-size: 30px;
}
#seeMore > div{
    display: flex;
    margin-top: 20px;
}
#seeMore > div > div{
    padding-left: 20px;
    width: 60%;
}
#seeMore > div > div > #tag{
    font-size: 20px;
    color: #15100B;
}
#mainActuContent > h1{
    font-size: 60px;
    width: 80%;
}
#mainActuContent p, #mainActuContent h1, #mainActuContent h2, #mainActuContent h3, #mainActuContent h4, #mainActuContent h5, #mainActuContent h6, #mainActuContent strong{
   width: 80%;
}
#mainActuContent p{
    margin-bottom: 30px;
}
#mainActuContent h4{
    margin-bottom: 30px;
}
.actuHours{
    margin-bottom: 0px;
}

/* PAGE METIER*/
.metierPageTitle{
    width: 100%;
    background: #e4944972;
    margin-top: 100px;
    
}

.metierPageTitle > h1{
    margin-left: 50px;
}
#metierPage{
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;

}
.Ndivmain{
    margin: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.Ndivmain > a {
    width: 400px;
    text-decoration: none;
}
.Ndivmain > a > img{
    width: 100%;
    height: auto;
}
.Ndivmain > a > h2{
    font-family: 'AverageSans';
    font-weight: lighter;
    background: #291D11;
    color: #fff;
    font-size: 2rem;
    margin: 0;
    text-align: center;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*-***************************Media query  Tablette ***********************-*/
@media screen and (max-width: 1024px) {
    .articleImg > img{
        width: 500px;
        height: 250px;
    }
    #randActu{
        flex-direction: column;
    }
	.h1metier{
		margin-top: 0;
	}
	.actuTitle{
        margin-top: 0px;
    }
    .metierPageTitle{
        margin-top: 0px;
    }
	
	#titleActuPage{
		margin-top: 0px;
	}
    #Nhamburger-content {
        display: none;
    }
    #h1metier{
	margin-top: 0px;
    }
    #Nhamburger-button,
    #Nhamburger-sidebar,
    #Nhamburger-button-close,
    .Nhamburger-activated #Nhamburger-overlay,#Nhamburger-overlay>i {
        display: block;
    }
    #Nhamburger-button>i {
        position: relative;
        display: block;
        height: 30px;
    }

    .Nhamburger-activated #Nhamburger-sidebar {
        transform: translateX(0);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Nhamburger-sidebar-body {
        width: 60%;
    }

    #Nhamburger-button {
        margin: 10px;
        margin-right: 15px;
        color:white;
    }

    .NreseauNav1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
    }

    .NreseauNav1 a {
        width: 50px;
        height: 50px;
        font-size: 30px;
        text-decoration: none;
        color: #996533;
    }

    /* ************************************** Témoignages Tablette */

    .Ntemoin {
        background: #291D11;
        padding-top: 0;
    }

    .Ntemoin h1 {
        font-size:2em;
        color: #fff;
        font-family: 'AverageSans';
        font-weight: 600;
        margin-left: 15%;
        letter-spacing: 2px;
        margin-top: 0;
        padding-top: 10px;
    }

    .Ntemcontainer p {
        font-family: 'Carme';
        font-size: 14px;
    }

    .Ntemcontainer h2 {
        font-family: 'AverageSans';
        font-size: 20px;
    }

    .Ndivtem {
        width: 80%;
        margin-left: 7%;
        margin-top: 20%;
    }

    .Ndivtem:first-child {
        display: none;
    }

    .Nbutemoin {
        font-family: 'Prompt';
        font-weight: lighter;
        letter-spacing: 2px;
        font-size: 15px;
        color: #fff;
        background: #E49449;
        border-radius: 10px;
        padding: 8px 20px 8px 20px;
        border: none;
    }

    .Nsectiontem {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .Nbutton {
        flex-direction: column;
        align-items: center;
    }
    .Nbutmetier{
        width: 50%;
        font-size: 13px;
        padding: 8px 30px 8px 30px;
        margin: 10px 0 ;
        text-align: center;
    }
    .Nbutemoin{
        width: 50%;
        font-size: 13px;
        padding: 8px 30px 8px 30px;
        text-align: center;
    }
    /*-**************************************partie Footer tablette******************************-*/
    .techTitle>div>p>br{
        display: none;
    }
    .contactTech>p {
        width: 100%;
        font-size: 1em;
    }
    .contactTech>a {
        margin: 0px 0px 0px 0px;
    }
    .suivezFooter{
        width: 100%;
    }
    .suivezFooter>h3 {
        font-size: 1.3em;
        color: white;
    } 
    .reseauFooter{
        width: 325px;
    }
    .menu-menu-footer-container{
        display: none;
    }
    .mentionFooter>h4{
        font-size:1em;
    }

}

@media screen and (max-width:750px){
    #boxtechNews{
        flex-direction:column;
    }
    .ligneFooter{
        display: none;
    }
    footer>.navFooter{
        display: none;
    }
    #boxtechNews {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reseauFooter>.roundFooter{
        margin: 10px 0px;
    }
    .contactTech>a{
        text-align: center;
    }
    .mentionFooter{
        flex-direction: column;
    }
    #boxtechNews>.techTitle>h2{
        text-align: center;
    }
    .contactTech>p{
        text-align: center;
    }
    .reseauFooter{
        width: 200px;
        flex-wrap: wrap;
    }
    .ligneFooter{
        display: none;
    }
    .suivezFooter{
        width: 100%;
    }
    .contactTech>p{
        width: 100%;
    }
}

@media screen and (max-width: 650px){

    #boxHeader{
        padding: 10px 20px;
    }

    .boxTitleH>h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.2em;
    }

    #boxButton{
        flex-direction: column;
    }

    .temoin{
        margin-left: 0px;
    }
    .leftAlign {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0px 0px 50px 0px;
        
    }
    .leftAlign > div > h3{
        margin-top: 0px;
    }

    .leftAlign > img{
        margin-bottom: 30px;
    }

    .rightAlign {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0px;
        
        
    }

    .rightAlign > img{
        margin-bottom: 30px;
    }

    .rightAlign > div {
        text-align: inherit; 
        flex-direction: column;
        align-items: start;
        width: auto;
        margin-left: 20px;
    
    }

    .rightAlign > div > h3{
        text-align: inherit;
       
    }

    .rightAlign> div > p{
        text-align: inherit;
    }

    .buttonActu{
        width: 300px;
        height: 50px;
    }

    .temoins{
        margin: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .temoins>img{
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .contenair1{
        align-items: center;
    }

    .contenair1>p {
     width: 80%;
        font-size: 0.8em;
    }

    .decoTemoin{
        display: none;
    }

    .boxBT{
        justify-content: center;
    }

    .buttonTemoin{
        margin-right: 0px;
    }

    #boxTemoin > h2{
        margin: 30px 0px 30px 0px;
        text-align: center;
        
    }


    #titleActuPage {
        padding: 30px 10px;
    }
    #mainActuContent{
        padding: 10px;
    }
    #seeMore{
        padding: 30px 10px;
    }
    #randActu > div{
        width: 80% !important;
    }
    #randActu > img{
        max-width: 100%;
    }

    .actuTitle > h1{
        font-size: 3em;
    }

    .articleTitle > h2{
        font-size: 1.5em;
    }

    

    .articleDate > p{
        font-size: 00.75em;
    }

    .articleContent > p{
        font-size: 0.8em;
    }

    .articleButton{
        margin-top: 30px;
    }

    


    .metierPageTitle > h1{
        text-align: center;
        margin: 0px;
        font-size: 4em;

    }
    .Ndivmain > a {
        width: 300px;
    }
    .Ndivmain > a > img{
        width: 100%;
        height: auto;
    }

    .Ndivmain > a > h2{
        padding: 15px;
    }
}

@media screen and (max-width:500px) {
    .articleImg > img{
        width: 300px;
        height: auto;
    }
    #mainActuContent > h1 {
        margin-right: 0px;
        font-size: 24px;
    }
    .mainActuContent{
        padding: 10px 0;
    }
    #Nhamburger-button {
        z-index: 5;
        position: fixed;
        padding: 20px 0 0 0;
    }

    .Ntemoin {
        height: 8%;
        position: fixed;
    }

    .Ndivtem {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 90px;
    }
    .Ndivtem img {
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .Nsectiontem::after {
        display: none;
    }

    .Nbutton {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        margin: 0;
        margin-top: 20px;
    }

    .Nbutemoin {
        font-family: 'Prompt';
        font-weight: lighter;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
        background: #E49449;
        border-radius: 10px;
        padding: 8px 10px 8px 10px;
        border: none;
    }

    .Nbutmetier {
        font-family: 'Prompt';
        font-weight: lighter;
        letter-spacing: 2px;
        font-size: 14px;
        color: #E49449;
        background: #fff;
        border: 1px solid #E49449;
        border-radius: 10px;
        padding: 8px 5px 8px 5px;
    }
    .Ntemcontainer p {
        letter-spacing: 2px;
        padding: 5px;
        width: 90%;
        align-items: center;
        margin: 5%;
    }
}
