/*-- PROJETS CAROUSEL --*/

#mz-gallery {
  position: relative;
  height: 500px !important;
  background-image: radial-gradient(rgba(124, 252, 0, 0.4) 1px, black 1px);
  animation: background 300s linear infinite;
}

@keyframes background {
  0% {
    background-position: -300% 100%;
  }
  100% {
    background-position: 100% -300%;
  }
}


@-webkit-keyframes slidein {
	0% {
	  top: -400px;
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  top: 0px;
	}
  }
  @keyframes slidein {
	0% {
	  top: -400px;
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  top: 0px;
	}
  }
  @-webkit-keyframes slideout {
	0% {
	  top: 0;
	  opacity: 1;
	}
	100% {
	  top: -400px;
	  opacity: 0;
	}
  }
  @keyframes slideout {
	0% {
	  top: 0;
	  opacity: 1;
	}
	100% {
	  top: -400px;
	  opacity: 0;
	}
  }
  .bg-projets-carousel {
	/*background: #eee;*/
	font-family: "Tahoma";
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .bg-projets-carousel h1{
	background-color: transparent !important;
	padding-bottom: 0px !important;
  }
  .bg-projets-carousel #scene {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1030px;
	height: 100%;
	transform: translate(-30%, -40%) !important;
	position: absolute;
	top: 40%;
	left: 35%;
	background-color: transparent !important;
	/*box-shadow: 0 1px 3px rgba(255, 255, 255, 0.12), 0 1px 2px rgba(255, 255, 255, 0.24);*/
	overflow: hidden;
  }


  .bg-projets-carousel #scene #left-zone {
	/*background: #fff;*/
	height: 75%;
	flex-grow: 0;
	margin-top: -60px;
	display: flex;
	width: 400px;
	align-items: center;
	justify-content: left;
  }
  .bg-projets-carousel #scene #left-zone .list {
	display: flex;
	list-style: none;
	align-content: stretch;
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	font-size: 20px;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] {
	display: none;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label {
	display: block;
	opacity: 0.7;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: white;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label:first-letter {
	text-transform: uppercase;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label:hover {
	opacity: 0.75;
	cursor: pointer;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label.label_strawberry:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label.label_banana:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label.label_apple:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label.label_orange:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ label.label_osblc:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content {
	position: absolute;
	align-items: center;
	/*left: 600px;*/
	left: 50%;
	top: -400px;
	width: 650px;
	height: 400px;
	-webkit-animation-duration: 0.75s;
			animation-duration: 0.75s;
	-webkit-animation-name: slideout;
			animation-name: slideout;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content.content_strawberry .picto {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content.content_banana .picto {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content.content_apple .picto {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content.content_orange .picto {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content.content_osblc .picto {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio] ~ .content h1:first-letter {
	text-transform: uppercase;
  }
 
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label {
	opacity: 1;
	-webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
			animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_strawberry {
	color: white;
	border-right: solid 4px #00ff00;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_banana {
	color: white;
	border-right: solid 4px #00ff00;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_apple {
	color: white;
	border-right: solid 4px #00ff00;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_orange {
	color: white;
	border-right: solid 4px #00ff00;
  }
  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_osblc {
	color: white;
	border-right: solid 4px #00ff00;
  }

  .bg-projets-carousel #scene #left-zone .list li.item input[type=radio]:checked ~ .content {
	-webkit-animation-duration: 0.75s;
			animation-duration: 0.75s;
	-webkit-animation-name: slidein;
			animation-name: slidein;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
			animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .bg-projets-carousel #scene #middle-border {
	/*background-color: #eee;*/
	height: 75%;
	flex-grow: 1;
	max-width: 2px;
	z-index: 0;
  }
  .bg-projets-carousel #scene #right-zone {
	background: transparent !important;
	height: 600px;
	flex-grow: 3;
	/*position: relative;*/
  }


/*-- FIN PROJETS CAROUSEL --*/


.bg-img-portfolio{
	height: 700px;
	padding: 70px 0px 0px 0px;
}	
	/* -- PROJETS CUBE -- */
.title {
    text-align: center;
    color: #333;
    font: 24px Helvetica, Arial, serif;
  }
  
  .creds {
    text-align: center;
    color: #666;
    font: 12px Helvetica, Arial, serif;
  }
  
  .creds a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
  }
  
  .three-d-container {
	padding: 40px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
    width: 500px;
	height: 200px;
    border-radius: 3px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 3000px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  }


.bg-img-portfolio img{
	width: 100% !important;
	height: 250px !important;
}
  
  .three-d-cube {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 2s;
    transform-style: preserve-3d;
  }

.btn-site-cube{
	position: absolute;
	left: 37%;
	bottom: 4%;
	transform: translate(-50%, -50%);
}
.btn-site-cube button{
	border: none;
	padding: 2px 40px 0px 40px;
	font-weight: bold;
	font-size: 17px;
	border-radius: 1px;
}
.btn-site-cube button:hover{
	background-color: transparent;
	border: 1px solid #00ff00;
}
.btn-site-cube button a:hover{
	color: #00ff00 !important;
}
.btn-site-cube button a{
	text-decoration: none;
	color: black;
}
  
  .three-d-cube .three-d-item,
  .three-d-item-r1, .three-d-item-r2, .three-d-item-r3, .three-d-item-r4,
  .three-d-item-d1, .three-d-item-d2, .three-d-item-d3, .three-d-item-d4,
  .three-d-item-s1, .three-d-item-s2, .three-d-item-s3, .three-d-item-s4,
  .three-d-item-a1, .three-d-item-a2, .three-d-item-a3, .three-d-item-a4{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
	background-color: white;
  }
  
  .three-d-cube .three-d-item,
  .three-d-item-r1, .three-d-item-r2, .three-d-item-r3, .three-d-item-r4,
  .three-d-item-d1, .three-d-item-d2, .three-d-item-d3, .three-d-item-d4,
  .three-d-item-s1, .three-d-item-s2, .three-d-item-s3, .three-d-item-s4,
  .three-d-item-a1, .three-d-item-a2, .three-d-item-a3, .three-d-item-a4{
    /*width: 100%;
    height: 100%;
    display: block;*/
	filter: brightness(1);
	width: 100%;
	
  }
  
  .three-d-item:nth-child(1) {
    transform: rotateY(0deg) translateZ(250px);
	height: 250px;
  }
  
  .three-d-item:nth-child(2) {
    transform: rotateY(90deg) translateZ(250px);
	height: 250px;
  }
  
  .three-d-item:nth-child(3) {
    transform: rotateY(-90deg) translateZ(250px);
	height: 250px;
  }
  
  .three-d-item:nth-child(4) {
    transform: rotateY(-180deg) translateZ(250px);
	height: 250px;
  }
  
  		/* CUBE RESTAURATION */
		  .three-d-item-r1{
			transform: rotateY(0deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-r2{
			transform: rotateY(90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-r3{
			transform: rotateY(-90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-r4{
			transform: rotateY(-180deg) translateZ(250px);
			height: 250px;
		  }
		/* FIN CUBE RESTAURATION */

		  /* CUBE développement web */
		  .three-d-item-d1{
			transform: rotateY(0deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-d2{
			transform: rotateY(90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-d3{
			transform: rotateY(-90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-d4{
			transform: rotateY(-180deg) translateZ(250px);
			height: 250px;
		  }
		/* FIN CUBE développment web */

		/* CUBE AGENCE DE SECURITE */
		.three-d-item-s1{
			transform: rotateY(0deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-s2{
			transform: rotateY(90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-s3{
			transform: rotateY(-90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-s4{
			transform: rotateY(-180deg) translateZ(250px);
			height: 250px;
		  }
		/* FIN CUBE AGENCE DE SECURITE */

		/* CUBE CABINET AVOCAT */
		.three-d-item-a1{
			transform: rotateY(0deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-a2{
			transform: rotateY(90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-a3{
			transform: rotateY(-90deg) translateZ(250px);
			height: 250px;
		  }
		  
		  .three-d-item-a4{
			transform: rotateY(-180deg) translateZ(250px);
			height: 250px;
		  }
		/* FIN CUBE CABINET AVOCAT */

		

		

  .bullet-container {
    display: flex;
    position: absolute;
	bottom: 20px;
    left: 35%;
	height: 100%;
    z-index: -1;
  }


  .three-d-bullet {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	border-radius: 2px;
  }
  
  .three-d-bullet.selected {
	background-color: #00ff00;
	border: none !important;
  }
  
  	/* CUBE MACONNERIE */
	.a.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	
	.b.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateX(-90deg);
	}
	
	.c.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(-90deg);
	}
	
	.d.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	/* FIN CUBE MACONNERIE */


	/* CUBE RESTAURATION */
	.e.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	
	.f.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateX(-90deg);
	}
	
	.g.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(-90deg);
	}
	
	.h.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	/* FIN CUBE RESTAURATION */


	/* CUBE WEB */
	.i.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	
	.j.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateX(-90deg);
	}
	
	.k.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(-90deg);
	}
	
	.l.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	/* FIN CUBE WEB */
  

	/* CUBE AGENCE SECURITE */
	.m.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	
	.n.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateX(-90deg);
	}
	
	.o.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(-90deg);
	}
	
	.p.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
	/* FIN CUBE AGENCE SECURITE */

	/* CUBE AVOCAT */
	.q.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
		
	.r.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateX(-90deg);
	}
		
	.s.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(-90deg);
	}
		
	.t.selected ~ .three-d-cube {
		transform: translateZ(-150px) rotateY(0deg);
	}
		/* FIN CUBE AVOCAT */
  

  .three-d-bullet:first-child {
    margin: 350px 10px 0 88px;
  }
  
  .three-d-container .three-d-bullet {
    float: left;
    margin: 350px 15px 0 0;
	border: 1px solid #00ff00;
    /*border: 1px solid white;*/
	cursor: pointer !important;
	height: 8px;
	width: 25px;
  }
  .three-d-container .three-d-bullet:hover{
	cursor: pointer !important;
  }


  .figure5{
	/*height: 295px !important;*/
	background-color: white;
	height:200px
  }
  .figure5 .figure5-p{
	background-color: transparent;
	color: black;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
  }
  .figure5 .figure5-p2{
	position: absolute;
	bottom: 90px;
	color: black;
	font-size: 17px;
	text-align: center;
	padding: 0px 20px 0px 20px;
  }
  .figure5 div{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
  }
  .figure5 svg{
	margin: 10px 0px 0px 10px;
  }

  .figure6{
	/*height: 295px !important;*/
  }
  .figure6 div{
	position: absolute;
	top: 45%;
	left: 20%;
	width: 100%;
  }
  .figure6 div button{
	width: 60%;
	border: none;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 4px;
	padding: 10px 0px 10px 0px;
  }
  .figure6 div button a{
	cursor: pointer !important;
	color: white;
	text-decoration: none;
	z-index: 1 !important;
  }

  
  	/* MODAL PROJETS CUBE */

	/*.modal-dialog{
		max-width: 80% !important;
	}
	@media screen and (max-width: 950px){
		.modal-dialog{
			max-width: 50% !important;
		}
	}*/
	@media screen and (max-width: 991px){
		.modal-dialog{
			min-width: 80% !important;
		}
	}
	.modal-content-projets{
		background-color: black !important;
		border: none !important;
	}
	.modal-header-projets{
		background-color: black !important;
		border: none !important;
		padding: 20px 20px 10px 0px;
	}
	.modal-body-projets{
		display: flex !important;
		padding: 0px 60px 100px 60px !important;
		height: 100% !important;
	}
	#site-1-section{
		margin: 0px auto;
	}
	

	/* FIN MODAL PROJETS CUBE */

/* -- FIN PROJET CUBE -- */




.active {
    background-color: #00ff00;
    color: black;
    transition: 0.5s;
    font-weight: bold;
}

.hidden {
    display: none;
    transition: 0.5s;
}
.bg-btn-dev{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"bg-btn-dev-1 bg-btn-dev-2 bg-btn-dev-3 bg-btn-dev-4";
	column-gap: 100px;
	width: fit-content;
	margin:0px auto;
	padding-top: 200px;
}
.bg-btn-dev button{
	padding: 10px;
}
.bg-btn-dev-1{
	grid-area: bg-btn-dev-1;
}
.bg-btn-dev-2{
	grid-area: bg-btn-dev-2;
}
.bg-btn-dev-3{
	grid-area: bg-btn-dev-3;
}
.bg-btn-dev-4{
	grid-area: bg-btn-dev-4;
}

.bg-languages{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:"bg-languages-1 bg-languages-2 bg-languages-3 bg-languages-4"
						"bg-languages-5 bg-languages-6 bg-languages-7";
	margin-top: 30px;
	column-gap: 20px;
}
.bg-languages-1, .bg-languages-2, .bg-languages-3, .bg-languages-4, .bg-languages-5, .bg-languages-6, .bg-languages-7, .bg-languages-8{
	background-color: white;
	color: black;
	padding: 5px 0px 5px 0px;
	text-align: center;
}







.portfolio-title-1{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.portfolio-btn{
	background-color: white;
}
.portfolio-btn:hover{
	box-shadow: 1px 1px 1px black;
	transition: 0.2s;
}

.portfolio-offcanvas{
	height: fit-content !important;
}

.portfolio-bg{
	/*display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "portfolio-left portfolio-right";*/
	margin-top: 30px;
}


.portfolio-right h4{
	font-size: 30px;
}

.portfolio-left{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:"portfolio-img-1"
						"portfolio-img-2"
						"portfolio-img-3";
	margin-top: 50px;
}
/*.portfolio-right{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:"portfolio-img-4"
						"portfolio-img-5"
						"portfolio-img-6";
	margin-top: 50px;
}*/

.portfolio-img-1{
	grid-area: portfolio-img-1;
}
.portfolio-img-2{
	grid-area: portfolio-img-2;
}
.portfolio-img-3{
	grid-area: portfolio-img-3;
}



.portfolio-left img{
	width: 30vw;
	/*box-shadow: -15px 10px 10px -15px #fff, 15px 0px 10px -15px #fff, 0px 15px 10px -15px #fff;
	box-shadow: 25px 0px 20px -20px rgba(255,255,255,1.0), -25px 0px 20px -20px rgba(255,255,255,1.0);*/
	transform: rotate(-15deg) !important;
	margin-bottom: 50px;
	text-align: center;
	margin: 0px auto;
	box-shadow: -10px 0 15px rgba(255, 255, 255, 0.5), 10px 0 15px rgba(255, 255, 255, 0.5);

}

.portfolio-left .portfolio-img-1{
	transform: rotate(15deg) !important;
	margin-bottom: 30px;
	transition: 1s !important;

	/*&:hover{
		/transform: scale(1) !important;
		transition: 1s !important;
		transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow !important;
	}*/
}
.portfolio-left .portfolio-img-2{
	transform: rotate(-3deg) !important;
	margin-bottom: 10px;
}
.portfolio-left .portfolio-img-3{
	transform: rotate(-15deg) !important;
}

.portfolio-left .portfolio-img-4{
	transform: rotate(-15deg) !important;
}
.portfolio-left .portfolio-img-5{
	transform: rotate(-0deg) !important;
}
.portfolio-left .portfolio-img-6{
	transform: rotate(-15deg) !important;
}

.portfolio-left .portfolio-img-7{
	transform: rotate(-0deg) !important;
}
.portfolio-left .portfolio-img-8{
	transform: rotate(-15deg) !important;
}
.portfolio-left .portfolio-img-9{
	transform: rotate(-0deg) !important;
}

.portfolio-left .portfolio-img-10{
	transform: rotate(3deg) !important;
}
.portfolio-left .portfolio-img-11{
	transform: rotate(-3deg) !important;
}
.portfolio-left .portfolio-img-12{
	transform: rotate(3deg) !important;
}

.portfolio-text-left, .portfolio-text-right{
	box-shadow: 0px 15px 10px -15px #fff;
	height: fit-content;
	padding: 20px;
}
.portfolio-text-left{
	margin-bottom: 40px;
}
.portfolio-text-left ul{
	list-style-type: none;
}

.portfolio-text-left ul{
	margin-top: 30px;
}
.portfolio-text-left ul .li:nth-child(1), .li:nth-child(3), .li:nth-child(5){
	padding: 10px 0px 10px 10px;
	color: rgba(255, 255, 255, 0.8);
}
.portfolio-text-left ul .li:nth-child(2), .li:nth-child(4){	
	background-color: rgba(255, 255, 255, 0.1);
	padding: 5px 0px 5px 10px;
	color: rgba(255, 255, 255, 0.8);
}
.portfolio-text-rignt{
	margin-bottom: 30px;
}

.link-site-portfolio{
	background-color: #00ff00;
	color: black;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

