
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


body {
	margin: 0;
	padding: 0;
	background: #101317;
}

* {
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
}

/*==header-area==*/

.header-area {
	width: calc(100% - 80px - 80px);
	margin-left: 80px;
	padding: 30px 0;
}

.header-title {
	border-bottom: 1px solid #DBDCDC;
	padding: 19px 0;
}

.header-title a {
    color: #ffffff;
    font-size: 22px;
    line-height: 31.0167px;
    font-weight: 400;
    text-decoration: none;
}


#accueil {
	padding-left: 0 !important;
}




.topnav {
  overflow: hidden;
  margin: 19px 0 0 0;
}

.topnav a {
  	float: left;
  	display: block;
  	text-decoration: none;
	color: #f7f7f7;;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px;
	font-weight: 400;
}



.topnav .icon img {
  width: 24px;
}

.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*==mathias-area==*/

.realise-area {
  width: calc(100% - 80px - 80px);
  margin-left: 80px;
  padding: 30px 0;
}

/*.container {
	max-width: 1440px;
	padding: 0 185px;
	margin: 0 auto;
}*/


.containslide{
    width: 100%;
   	height: auto !important;
    overflow: hidden;
}



.imagesbox{
/*! white-space: nowrap; */
overflow: hidden;
margin-left: -70%;
margin-right: -72%;
}
.imagesbox a{
	display: block;
}
.imagesbox img{
	width: 100%;
  cursor: zoom-in;
}

	.imagesbox .box_ppt_thumb {
		display: none;
		width: 33%;
        box-sizing: border-box;
        border-left: 2px solid transparent;
        float: left;
        padding: 0 16px;

	}

	.imagesbox .box_ppt_thumb:nth-child(1),
    .imagesbox .box_ppt_thumb:nth-child(3){
        width: 33%;
    }

    .imagesbox .box_ppt_thumb:nth-child(2){
        width: 33%;
    }


    .imagesbox .box_ppt_thumb:nth-child(1),
    .imagesbox .box_ppt_thumb:nth-child(2),
    .imagesbox .box_ppt_thumb:nth-child(3){
        display: inline-block;
    }

    .containslide{
        position: relative;
    }
    .img-slide-nav {
    position: absolute;
    top: 40%;
        background: transparent;
    border: none;
    color: #fff;
    outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,0);
    font-size: 4vw;
}

.img-slide-nav-left {
    left: 20px;
    transition: left 0.4s ease-in-out;
}
.img-slide-nav-right {
    right: 20px;
    transition: right 0.4s ease-in-out;
}
.img-slide-nav-left:hover{
    left: 10px;
}
.img-slide-nav-right:hover{
    right: 10px;
}

.img-slide-nav svg {
  filter: drop-shadow(0 1px .15px #3A3A3A);
}

.box_ppt_thumb a {
	position: relative;
}

.sl-overly {
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 50px;
	text-align: center;
	font-weight: 400;
	visibility: hidden;
	transition: all 0.3s ease;
}

.box_ppt_thumb a:hover .sl-overly {
	visibility: visible;
}

.sl-overly span {
	margin-right: 30px;
}
/*==footer-area==*/

.footer-area {
	padding: 60px 0 30px 0;
}

.social-icon {
	text-align: center;
}

.social-icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icon ul li {
	display: inline-block;
}

.social-icon ul li a {
	color: #fff;
}

.social-icon p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25.0667px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    margin: 50px 0 0 0;
}


/*popup-style*/


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 50px;
  background: #101317;
  border-radius: 5px;
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all 2s ease-in-out;
  box-sizing: border-box;
}

.popup .share {
  position: absolute;
  top: 50px;
  left: 40px;
  transition: all 200ms;
}

.popup .close {
  position: absolute;
  top: 50px;
  right: 40px;
  transition: all 200ms;
}

.popup .close img {
  width: 38px;
}

.popup .content {
  overflow: auto;
	padding: 60px 5% 0;
  display: flex;
}

.popup .pop-img {
	width: 65%;
	box-sizing: border-box;
}

.pop-text {
	width: 36%;
	box-sizing: border-box;
	padding-left: 7%;
}

.pop-text h3 {
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-size: 23px;
}

.pop-text p  {
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-size: 15px;
}

.share button {
	background: transparent;
	border: none;
}

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

  .popup{
    width: 100%;
  }
}

/*share-popup*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 580px;
    position: relative;
    height: 250px;
    text-align: center;
}

/* The Close Button */

.modal-content .close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 24px;
    top: 0 !important;
}

.modal-content .closeone {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 24px;
    top: 0 !important;
}

.modal-content ul {
	list-style-type: none;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	padding-left: 0;
}

.modal-content ul svg {
	width: 24px !important;
}

.modal-content ul svg path {
	width: 24px;
}

.copy input {
	border: 1px solid #000;
	padding: 9px 8px;
	height: 100%;
	width: 260px;
	font-size: 14px;
	color: #6D6D6D;
	height: 40px;
}

.copy button {
	width: 50px;
	height: 40px;
	padding: 2px 8px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition: background-color .1s ease;
	margin-left: -4px;
}



@media screen and (min-width: 1201px) and (max-width: 1360px) {

	.imagesbox .box_ppt_thumb {
	  padding: 0 5px;
	}

	.sl-overly { 
	  padding: 15px;
	  font-size: 15px;
	}

	.sl-overly br { 
	  display: none;
	}



}


