/******************* BASE ********************/

body {
	background-color:rgb(0, 0, 0, 0);
	font-family: "Parkinsans", sans-serif;
	margin:0px;
}

a {
	transition: all 0.3s ease-in-out;
	font-family: "Cal Sans", sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-decoration: none;
	color:#E8C256;
}

a:hover {
	letter-spacing: 4px;
}


img {
	width:100%;
}

/* blanc : rgb 224 223 220 hexa E0DFDC
 * jaune : rgb 232 194 86 hexa E8C256
 * rose : rgb 138 51 86 hexa 8A3356
 * bleu : rgb 49 31 65 hexa 311F41
 */

/******************* MENU & HAUT DE PAGE ********************/

#logo {
    position: fixed;
    transition: all 0.08s ease-in-out;
    right: 0;
    width:calc(60px + 5vw);
    z-index: 98;
}

#logo:hover {
}

.menu {
	position:fixed;
	width:calc(130px + 10vw);
	right:calc(60px + 5vw);
	margin-top:1vw;
	z-index: 99;
}

.boutonmenu {
	text-align:right;
	margin:0.5vw;
	font-size:22px;
}

/******************* HEADER ********************/
.fond {
	background-color:#311F41;
	color:rgba(255,255,255,0);
	height:18vh;
}

/******************* À PROPOS ********************/

.introbody {
	background-color:white;
	padding:22vw 60vw 0vw 10vw;
	height:35vw;
	font-size:calc(6px + 0.7vw);
}

.introbody img {
	position:absolute;
	right:0px;
	top:30px;
	max-width: 65%;  
    width: auto;     
    height: auto; 
    z-index:60;
}

.intro {
	background-color:white;
	height:40vh;
	width:36vw;
}

.imgintro img{
	position:absolute;
	left:2vw;
	top:30px;
	max-width: 55%;  
    width: auto;     
    height: auto; 
    z-index:60;
}

.pintro {

}

/**/

.ctabody {
	background-color:white;
	display:flex;
	flex-wrap:wrap;
	height:33vh;
}

.cta {
	background-color:white;
	margin:5vw 0vw 0vw 5vw;
}

.cta h1{}

.cta button {
	border:0;
	width:20vw;
	border-radius:300px;
	font-family:"Cal Sans", sans-serif;
	font-size:2vw;
	text-align:center;
	transform: scale(1);
	transition: all 0.3s ease;
}

.cta button:hover {
	background-color:#8A3356;
	transform: scale(1.1);
}

.cta a {
	text-align:center;
}

.cta a:hover {
 	color:white;
	text-align:center;
}

.ctadroite {
	background-color:#E0DFDC;
	position:absolute;
	color:#E0DFDC;
	right:0;
	width:30vh;
	height:33vh;
}

/**/

.princbody {
	background-color:pink;
}

.bandeau {
  background-color:white;
	border-top:1px solid #8A3356;
	border-bottom:1px solid #8A3356;
	height:10vh;
	width: 100%;
	max-width: 100%;
	font-size:40px;
	color:#311F41;
	overflow:hidden;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-wrap:unwrap;
	letter-spacing: 2px;
}

.bandeau-track {
  display: flex;
  position: relative;
  white-space: nowrap;
}

.bandeau-item {
  padding-right: 10px; /* Espace entre les répétitions */
  flex-shrink: 0;
}


/*
.bandeau {
	background-color:white;
	border-top:1px solid #8A3356;
	border-bottom:1px solid #8A3356;
	height:10vh;
	width: 100%;
	max-width: 100%;
	font-size:40px;
	color:#311F41;
	overflow:hidden;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-wrap:unwrap;
}

.bandeau-content {
  white-space: nowrap;
  padding-right: 100%;
  animation: marquee 15s linear infinite;
  display: flex;
  width: fit-content;
}

.bandeau-content span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 50px;  
}

@keyframes marquee {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-50%);
  }
}*/

.cvbody {
	padding:0vw 10vw 0vw 10vw;
	position:relative;
}

.cv {
	max-height: 18vh;
    overflow: hidden;
    margin:5% 0% 0% 0%;
    transition: max-height 1s ease;
    transform: translateZ(0);
}

.cv h1 {
	font-size:40px;
}

.cv h2 {
	color:purple;
	font-size:15px;
}

/*.cv h3 {}

.cv h4 {}

.cv p {}*/

.cv:hover {
	max-height: 1000px; 
	}


.entete {
	/*background-color:orange;*/
	position:relative;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:0% 5% 0% 5%;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.infos{
	position:absolute;
	right:15px;
	top:5px;
}

.infos p {
	line-height: 0.5 ;
	text-align:right;
}

.texte {
	margin:0% 8% 5% 8%;
	line-height: 1.4 ;
}

.texte h5 {
	font-size:22px;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 0.5 ;
}

.ligne-titre {
	background-color:rgba(138, 51, 86, 0.9);
	width:100%;
	display:flex;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
}

.ligne-titre img {
	max-width:60%;
	margin-top:5vh;
}

.ligne-comp {
	display:flex;
	background-color:rgba(138, 51, 86, 0.9);
	flex-wrap:wrap;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
	padding:3vw 10vw 3vw 10vw;
}

.comp {
	background-color:white;
	position:relative;
	border-radius:300px;
	margin:2vw;
	width: calc(40px + 10vw);
	height: calc(40px + 10vw);
}


.base, .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.hover {
  opacity: 0;
}

.comp:hover .hover {
  opacity: 1;
}
/*
.base {
	position:absolute;
	top:0;
	max-height:160px;
	min-height:80px;
	opacity:100%;
	transition: all 0.9s ease-in-out;
}

.base:hover {
	opacity:0%;
}

.hover {
	position:absolute;
	top:0;
	max-height:160px;
	min-height:80px;
	opacity:0%;
	transition: all 0.9s ease-in-out;
}

.hover:hover {
	opacity:100%;
}*/

/******************* PORTFOLIO ********************/


.projet {
	/*border-top:0.5px solid #E0DFDC;
	border-bottom:0.5px solid #E0DFDC;
	border-left:1px solid #E0DFDC;
	border-right:1px solid #E0DFDC;*/
	position:relative;
	cursor: pointer;
	height:calc(300px + 10vw);
	color:rgba(255, 255, 255, 1);
	transition: all 0.9s ease-in-out;
	overflow:none;
}

.hoverbox{
	height:calc(299px + 10vw);
	background-color:rgba(49, 31, 65, 0);
	color:rgba(224, 223, 220, 0);
	transition: all 0.6s ease-in-out;
	overflow:none;
	position:absolute;
	width:100%;
	top:0px;
}

.hoverbox:hover{
	background-color:rgba(49, 31, 65, 0.8);	
	color:rgba(224, 223, 220, 1);
}

.titre {
	bottom:20px;
	margin: 4vw;
}

.titre h1 {
	font-size:calc( 40px + 2.5vw );
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.titre h3 {
	font-size:26px;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	Line-height: 0.3;
}

.projet a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-decoration: none;
}

.projet img {
    max-width: 100%;
    overflow:hidden;
}




.stickers {
	background-image:url('images/stickers/01.jpg');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.cinema {
	background-image:url('images/cinematheque/imagefond.jpg');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.course {
	background-image:url('images/course/6.jpg');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.escargot {
	background-image:url('images/escargotclub/04.png');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.douarn {
	background-image:url('images/douarneniste/1.jpg');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.workshop {
	background-image:url('images/workshop/illu.png');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.div-cliquable {
    position: relative;
    cursor: pointer;
}


/******************* FOOTER ********************/

.footer {
	color:#E0DFDC;
	background-color:#311F41;
	font-weight:100;
	font-size:10px;
	height:220px;
	display: flex;
	font-family:"Parkinsans", sans-serif;
	overflow:hidden;
}

.case-footer {
	flex: 1;
	line-height: 0.8;
	margin:4vw;
}

.c-case-footer{
	flex:1;
	line-height: 1.4;
	margin:2vw 4vw 4vw 80px;
}

.footer a {
	font-weight:100;
	color:#E0DFDC;
}

.footer a:hover {
	letter-spacing: 3px;
}

.case-footer img {
	z-index:100;
	height:auto;
	margin:0vw 0vw 0vw 0vw;
	width:25vw;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
}

.case-footer h4 {
	font-size:14px;
	font-weight:100;
}

.c-case-footer h4 {
	font-size:18px;
	font-weight:100;
}

/******************* CONTACT ********************/

.ligne-contact {
	background-color:rgb(0,0,0,0);
	height:45px;
	position:fixed;
	bottom:140px;
	left:0px;
	z-index:99;
}

.case-contact {
	display:block;
	margin:1vw 0vw 0vw 1vw;
}

.case-contact button {
	background-color:rgb(49,31,65,0.8);
	border-radius:30px;
	height:35px;
	width:35px;
	border:0;
	padding:0px;
	transition: all 0.6s ease-in-out;
}

.case-contact button:hover{
	background-color:rgb(49,31,65,0.5);
}

.case-contact img {
	height:35px;
	width:35px;
}

.case-contact a {
	font-weight:400;
	color:rgb(232,194,86,1);
	font-family:"parkinsans", sans-serif;
}



@media screen and (min-width:0px) and (max-width : 750px) {


.introbody {
	background-color:white;
	padding:55vw 10vw 0vw 10vw;
	height:50vh;
	font-size:calc(9px + 1vw);
}

.introbody img {
	position:absolute;
	right:0px;
	top:50vh;
	max-width: 0%;  
    width: auto;     
    height: auto; 
    z-index:60;
}

.intro {
	background-color:white;
	height:140vh;
	width:100%;
}

.imgintro img{
	position:absolute;
	left:5%;
	top:10vh;
	max-width: 95%;  
    width: auto;     
    height: auto; 
    z-index:100;
}

.pintro {
}

/**/

.ctabody {
	background-color:white;
	display:flex;
	flex-wrap:wrap;
	height:5vh;
}

.cta {
	background-color:white;
	margin:5vw 5vw 5vw 5vw;
}

.cta h1{}

.cta button {
	border:0;
	width:50vw;
	border-radius:300px;
	font-family:"Cal Sans", sans-serif;
	font-size:6vw;
	text-align:center;
	transform: scale(1);
	transition: all 0.3s ease;
}

.cta button:hover {
	background-color:#8A3356;
	transform: scale(1.1);
}

.cta a {
	text-align:center;
}

.cta a:hover {
 	color:white;
	text-align:center;
}

.ctadroite {
	background-color:white;
	position:absolute;
	color:white;
	right:0;
	width:30vh;
	height:3vh;
}

.princbody {
	background-color:pink;
}

.bandeau {
  background-color:white;
	border-top:1px solid #8A3356;
	border-bottom:1px solid #8A3356;
	height:6vh;
	width: 100%;
	max-width: 100%;
	font-size:25px;
	color:#311F41;
	overflow:hidden;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-wrap:unwrap;
	letter-spacing: 2px;
}

.bandeau-track {
  display: flex;
  position: relative;
  white-space: nowrap;
}

.bandeau-item {
  padding-right: 10px; /* Espace entre les répétitions */
  flex-shrink: 0;
}

.entete {
	/*background-color:orange;*/
	position:relative;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:0% 5% 0% 5%;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.infos{
	position:absolute;
	right:15px;
	top:5px;
}

.infos p {
	line-height: 0.5 ;
	text-align:right;
}

.texte {
	margin:0% 8% 5% 8%;
	line-height: 1.4 ;
}

.texte h5 {
	font-size:22px;
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 0.5 ;
}

.ligne-titre {
	background-color:rgba(138, 51, 86, 0.9);
	width:100%;
	display:flex;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
}

.ligne-titre img {
	max-width:95%;
	margin-top:5vh;
}

.ligne-comp {
	display:flex;
	background-color:rgba(138, 51, 86, 0.9);
	flex-wrap:wrap;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
	padding:3vw 5vw 3vw 5vw;
}

.comp {
	background-color:white;
	position:relative;
	border-radius:300px;
	margin:5vw;
	width: calc( 80px + 10vw );
	height: calc( 80px + 10vw );
}


.base, .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.hover {
  opacity: 0;
}

.comp:hover .hover {
  opacity: 1;
}

/******************************* PORTFOLIO ********************/

.stickers {
	background-image:url('images/stickers/01.jpg');
	background-size: auto 150%; 
    background-position: center;
    background-repeat: no-repeat;
}

.cinema {
	background-image:url('images/cinematheque/imagefond.jpg');
	background-size: auto 120%; 
    background-position: center;
    background-repeat: no-repeat;
}

.courseauxsens {
	background-image:url('images/cinematheque/imagefond.jpg');
	background-size: 100% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.escargot {
	background-image:url('images/escargotclub/04.png');
	background-size: auto 110%; 
    background-position: center;
    background-repeat: no-repeat;
}

.douarn {
	background-image:url('images/douarneniste/1.jpg');
	background-size: 120% auto; 
    background-position: center;
    background-repeat: no-repeat;
}

.workshop {
	background-image:url('images/workshop/illu.png');
	background-size: 150% auto; 
    background-position: center;
    background-repeat: no-repeat;
}


/******************* FOOTER ********************/

.footer {
	font-weight:100;
	font-size:10px;
	height:210px;
}


.c-case-footer{
	flex:1;
	line-height: 1.4;
	margin:2vw 4vw 4vw 50px;
}

.footer a {
	font-weight:100;
	color:#E0DFDC;
}

.footer a:hover {
	letter-spacing: 2px;
}

.case-footer img {
	z-index:100;
	height:auto;
	margin:0vw 0vw 0vw 0vw;
	width:0vw;
	justify-content: center; /* Centre les éléments horizontalement */
	align-items: center;
}

.case-footer h4 {
	font-size:10px;
	font-weight:100;
}

.c-case-footer h4 {
	font-size:14px;
	font-weight:100;
}

}
