@charset "UTF-8";
/* STYLES POUR LES BALISES HTML */
@font-face {
    font-family: 'AvantGarde-bold';
    src: url('../fonts/texgyreadventor-bold.woff2') format('woff2'),
         url('../fonts/texgyreadventor-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'AvantGarde-regular';
    src: url('../fonts/texgyreadventor-regular.woff2') format('woff2'),
         url('../fonts/texgyreadventor-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html{ 
    height: 100%;
    overflow-x: hidden;
}
body{
    width: 100vw;
    height: auto;
    min-height: 100%;
    color: white;
    font-family: 'AvantGarde-regular',Helvetica, Verdana, Arial, Sans-Serif; 
    line-height: 1.2;
    overflow-x: hidden;
}
 

.body-home, .body-cv{
    background: linear-gradient(45deg, #152a88 0%,#925ba8 48%,#925ba8 52%,#450039 100%) fixed;
}
section{
    position: relative;
}
#section1, #section2, #section4, #section5, #cv-section1, #cv-section2, #cv-section4{
    width: 100vw;
    min-height: 100vh;
}
#section3{
    width: 84vw;
    height: auto;
    margin-left: 8%;
    margin-right: 8%;
} 
.entete{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%; 
    left: 50%;
    max-width: 550px;
    min-width: 400px;
    height: auto;
    z-index: 999;
}
#section1 .entete{
}
#section2 .entete, #section4 .entete{
    height: auto;
    margin-bottom: 10%;
    }
#section5{
    padding-bottom: 80px;
}
.flex-space-around{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}



/* text*/
h1, h2, h3, h4, h5, h6 {
	color: white;
    margin-bottom: 0.6rem;
    font-family: 'AvantGarde-bold',Helvetica, Verdana, Arial, Sans-Serif; 
    line-height: 1.2;
    text-align: center;
	}


h1 { 
    font-size: 3.6rem; 
    line-height: 4.2rem;    
    opacity: 0.7;
    color: #FFFFFF;
}
h2 { 
    font-size: 3.4rem; 
    line-height: 4.0rem;
    opacity: 0.95;
    color: #ffffff;
}
h3 { 
    font-size: 2.8rem; 
    line-height: 3.4rem;
    color: #FFFFFF;
}
h4 { 
    font-size: 1.5rem; 
    line-height: 1.9rem;
    color: #FFFFFF;
}
h5 { 
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
}

p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    opacity: 0.7;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-inline-start: 0px;
}
li::before {
    content: "•  "; 
    color: #FFFFFF;
    opacity: 0.7;
}
li{
    opacity: 0.7;
    margin-bottom: 15px;
}
a h2{
    text-decoration: none;
}
a:visited h2, a:active h2, a:link{
    text-decoration: none;
}
a:hover h2{
    text-decoration: none;
}

p a:visited, p a:active, p a:link{ 
    color: #222222; 
    text-decoration: underline; 
}
p a:hover{ 
    color: #e7273a; 
    text-decoration: none; 
}



.black{
    color: #000000;
}
.bold{
    font-family: 'AvantGarde-bold',Helvetica, Verdana, Arial, Sans-Serif; 
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.no-wrap{
    
}



.button {
    position: relative;
    color: #000000;
    width: 160px;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 30px;
    border-radius: 100px;
    height: auto;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    transform: translate(-50%, 0%);
    left: 50%;
}

/*header*/
header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: calc(60px + 1.5%);
    opacity: 0;
}
.background-header{
    color: #ffffff;
    fill: #ffffff;
}
.background-header-mobile{
    color: #ffffff;
    fill: #ffffff;
    display: none;
}
.home{
    position: absolute;
    top: 5px;
    left: 5%;
    opacity: 0.4;
    width: 60px;
    height: 60px;
    border: none;
    z-index: 999;
    background: none;
}
.home:link, .home:visited{
    opacity: 1;
}
.home:hover, .home:active{
    opacity: 0.6;
}

.cv{
    position: absolute;
    top: 5px;
    right: 5%;
    opacity: 0.4;
    width: 60px;
    height: 60px;
    border: none;
    z-index: 999;
    background: none;
}
.cv:link, .cv:visited{
    opacity: 1;
        
}
.cv:hover, .cv:active{
    opacity: 0.6;
}

/* section1 */

.scene1 path, .scene2 path, .scene3 path, .scene4 path {
	fill: #FFFFFF;
}
.top-left{
    position: fixed;
    width: 45%;
    height: 50vh;
    top:0;
    left: 0;
    opacity: 1;
}
.top-right{
    position: fixed;
    width: 35%;
    height: 50vh;
    top:0;
    right:0;
    opacity: 1;
}
.bottom-left{
    position: fixed;
    width: 40%;
    height: 40vh;
    bottom:0;
    left:0;
    opacity: 1;
}
.bottom-right{
    position: fixed;
    width: 45%;
    height: 40vh;
    bottom:0;
    right:0;
    opacity: 1;
}



/* galerie */
#decalage{
    margin-top: calc(100% + 3vw);
}
.colonne-galerie a {
    overflow: hidden;
    box-sizing: border-box;
}
.img-galerie{
    position: relative;
    top: 50px;
	max-width: 100%; 	
	height: auto;
}
.lien-galerie{
    width: 100%;
    height: 0;
    padding-bottom: 180%;
    display: block;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.lien-galerie h4{
    text-align: left;
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px; 
}


/* Contact */
label{
    text-align: center;
    padding: 20px;
}
input, textarea{
    width: 100%;
    max-width: 550px;
    border: none;
    border-radius: 20px;  
    padding: 10px;
}
textarea{
    height: 200px;
}

.logo{
    height: 40px;;
}
.card-logo{
    padding: 10px;
    width: 200px;
    background-color: white;
    border: none;
    margin: 10px;
}
.card-logo p {
    display: inline-block;
    vertical-align: bottom;
}
.card-contact{
    z-index: 999;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.card-contact h4{
    color: #000000;
    
}

/* page projet */
#galerie-projet{
    overflow: hidden;
    white-space: nowrap;
}

.taille-projet{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.taille-img{
    position: absolute;
    width: 55%;
    right: -100%;
    bottom: 150px;
}
.taille-tel{
    width: 34%;
}

.titre-projet{
    position: absolute;
    bottom: 10%;
    left: -100%;
}

.demi-section{
    position: relative;
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
}
.entete-demi-section{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 550px;
    min-width: 340px;
    height: auto;
}
.entete-demi-section p{
    color: #000000;
}
video{
    width: 100%;
    height: auto;
}
#section-capture{
    height: auto
}
.section-projet {
    height: 80vh;
    padding-bottom: 10vh;
    padding-top: 10vh;
    margin-left: auto;
    text-align: center;
}
.taill-capture{
    height: 100%;
    width: auto;
    max-width: 1055px;
    object-fit: contain;
}

/* galerie page projet*/
.colonne-pgalerie{
    position: relative;
    display: inline-block;
}

.precedent{
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    opacity: 0.8;
    background: none;
    outline-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 999;
}
.precedent:hover, .precedent:active{
    opacity: 1;
}
.precedent:focus{
    outline: none;
}


.suivant{
    position: absolute;
    bottom: 1.5%;
    right: 1.5%;
    opacity: 0.8;
    background: none;
    outline-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 999;
}
.suivant:hover, .suivant:active{
    opacity: 1;
}
.suivant:focus{
    outline: none;
}

.colonne-pgalerie a {
    margin: 0;
}




/* degrader project*/

.fond-p1-1{
    background: linear-gradient(180deg, #C0E1D7 0%,#3F4A9A 100%);
}
.fond-p1-2{
    background: linear-gradient(-130deg, #C0E1D7 0%,#3F4A9A 100%);
}



.fond-p2-1{
    background: linear-gradient(180deg, #ffffff 0%,#EF7C35 100%);
}
.fond-p2-2{
    background: linear-gradient(-130deg, #ffffff 0%,#EF7C35 100%);
}


.fond-p3-1{
    background: linear-gradient(180deg, #ffffff 0%,#8BB6D0 100%);
}
.fond-p3-2{
    background: linear-gradient(-130deg, #ffffff 0%,#8BB6D0 100%);
}



.fond-p4-1{
    background: linear-gradient(180deg, #D0EBFC 0%,#e847a5 100%);
}
.fond-p4-2{
    background: linear-gradient(-130deg, #D0EBFC 0%,#e847a5 100%);
}


.fond-p5-1{
    background: linear-gradient(180deg, #FFF487 0%,#AAC811 100%);
}
.fond-p5-2{
    background: linear-gradient(-130deg, #FFF487 0%,#AAC811 100%);
}



.fond-p6-1{
    background: linear-gradient(180deg, #F8E4D6 0%,#3F4A9A 100%);
}
.fond-p6-2{
    background: linear-gradient(-130deg, #F8E4D6 0%,#3F4A9A 100%);
}



.fond-p7-1{
    background: linear-gradient(180deg, #FFE19F 0%,#DF4E6D 100%);
}
.fond-p7-2{
    background: linear-gradient(-130deg, #FFE19F 0%,#DF4E6D 100%);
}

.fond-p8-1{
    background: linear-gradient(180deg, #CAD7EF 0%,#6B4494 100%);
}
.fond-p8-2{
    background: linear-gradient(-130deg, #CAD7EF 0%,#6B4494 100%);
}
.fond-home{
    background: linear-gradient(0deg, rgba(21, 42, 136 ,0) 0%, rgba(69, 0, 57,1) 100%);
}





/* bouton projet */
.btn-hover {
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    color: #FFFFFF;
    width: 160px;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 30px;
    border-radius: 100px;
    height: auto;
    text-align:center;
    border: none;
    background-size: 300% 100%;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
.btn-outline {
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
        color: rgba(0,0,0,0.6);
    width: 160px;
    font-size: 16px;
    margin-top: 5px;
    padding: 5px 30px;
    border-radius: 100px;
    height: auto;
    text-align:center;
}
.btn-outline:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover.projet-1 {
    background-image: linear-gradient(-130deg, #C0E1D7 0%, #3F4A9A 30%, #3F4A9A 50%, #C0E1D7 51%,#3F4A9A 100%);
    box-shadow: 0 4px 15px 0 rgba(63, 74, 154, 0.75);
}
.btn-hover.projet-2 {
    background-image: linear-gradient(-130deg, #ffffff 0%, #EF7C35 30%, #EF7C35 50%, #ffffff 51%,#EF7C35 100%);
    box-shadow: 0 4px 15px 0 rgba(239, 124, 53, 0.75);
}

.btn-hover.projet-7 {
    background-image: linear-gradient(-130deg, #FFE19F 0%, #DF4E6D 30%, #DF4E6D 50%, #FFE19F 51%,#DF4E6D 100%);
    box-shadow: 0 4px 15px 0 rgba(223, 78, 109, 0.75);
}
.btn-hover.projet-8 {
    background-image: linear-gradient(-130deg, #CAD7EF 0%, #6B4494 30%, #6B4494 50%, #CAD7EF 51%,#6B4494 100%);
    box-shadow: 0 4px 15px 0 rgba(107, 68, 148, 0.75);
}





.fond-p2-1{
    background: linear-gradient(180deg, #ffffff 0%,#EF7C35 100%);
}












