/* Page */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Prompt:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Madimi+One&family=Prompt:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Madimi+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prompt:wght@600&display=swap');

html, body{
    display : table;
	width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f9f9f9;
}
a,
a::after,
a::before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a,
a:hover,
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Barre des réseau sociaux */
.linkbar{
    float: right;
    height: 40px;
}
.linkmenu{
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
  }
.linkmenu li{
    float: left;
}
.linkmenu a{
    height: 40px;
	width: 40px;
    right: 30px;
  }
.linkmenu li a{
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
    width: 15px;
    height: 15px;
    color: rgb(32, 31, 31);
}

.linkmenu li a:hover{
    opacity: 1;
    color: #E91E63;
}
.information a{
    font-weight: bold;
    position: absolute;
    font-size: 13px;
    top: 13px;
    margin: auto ;
    text-align: center;
    display: table;
    color: #000000;
    right: 1%; left: 1%;
    }
/* Barre des lien */
header .container{
    border-top:4px solid rgb(44, 41, 41);
    border-bottom:4px solid rgb(44, 41, 41);
    position: relative;
    background-color: #0022e4;
    padding: 8px 0;
    width: 100%;
    float: left;
}
/* Menu */
.menu{
    position: relative;
    right: 40px;
    float: none;
    width: 100%;
}
.menu ul{
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li{
    float: left;
}
.menu ul li a{
    top: 30px;
    display: inline-block;
    margin: 5px;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #FFF;
    position: relative;
    padding: 8px 15px;
    width: auto;
}
/* Bouton Menu */
.btn1{
    position: relative;
    background-color: #ed1272;
    border-radius: 10px; 
    border: solid;
    border-width: 2px;
    border-color: #ed1272; 
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: ease-in-out;
    }
.btn1 a{
    text-decoration: none; 
    color: #ffffff; 
    text-transform: initial;
    }
.btn1:hover{
    background-color: #ffffff;
    color: #ed1272;
    }
.btn-download{
    position: relative;
    font-weight: bold;
    color: #fff;
    padding: 40px 30px;
    height: 10px;
    cursor: pointer;
    }
.btn-download::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 65px;
    background-color: #ed1272;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    transition: all 0.7s cubic-bezier(.21,.94,.71,.99);
    transition-timing-function: linear;
    }
.btn-download:hover::before{
    padding-left: 90px;
    }

.search a img{
    width: 15px;
    height: 15px;
    filter: invert(85%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(114%) contrast(105%);
     }
.connection a img{
    width: 15px;
    height: 15px;
    filter: invert(85%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(114%) contrast(105%);
        }
    /* Barre container menu */
.container{
    width: 1170px;
    margin: 0 auto;
}

.logo{
    top: 5px;
    color: #FFF;
    left: 100px;
    position: relative;
    text-transform: uppercase;
}
.content{
    position: relative;
    width: 100%;
    float: left;
}
    /* Haut page d'acceuil */
.home_title{
    top: 80px;
    float: left;
    position: relative;
    left: 400px;
    font-size: 80px;
    font-family: 'Inter', sans-serif;
    text-align: left;
}
.home-picture1 img{
    position: relative;
    float: right;
    right: 400px;
    height: auto;
    width: 700px;
    top: 100px;
}
.textPrimaryGradient{
    background: linear-gradient(120deg,#0022e4 0%,#ed1272 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homedescription{
 font-size: 20px;
 color: #858391;
}
.btn-listcreation{
    top: 50px;
    position: relative;
    font-size: 20px;
    background-color: #ed1272;
    border: solid ;
    border-color: #ed1272;
    color: #ffffff;
    border-radius: 20px; 
    padding: 8px 15px;
    width: 200px;
    z-index: 4;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: ease-in-out;
}
.btn-listcreation:hover {
    background-color: #ffffff;
    color: #ed1272;
    border-color: #ed1272;
    }
     /* Presentation liste */
.first-wave {
    position: relative;
    top: 4px;
    
}
.second-box{
    display: block;
    position: relative;
    height:  600px;
    width: 100%;
    bottom: 1px;
    background-image: linear-gradient(#0022e4, #001fcc);
}
/* Deuxiéme Vague*/
.second-wave {
    position: relative;
    bottom: 1px;
    
}
   /* Display position */
.second-box-display{
    display: flex;
    position: absolute;
    height:  390px;
    top: 2500px;
    width: 100%;
    
}
.second-box-title{
    position: absolute;
    right: -1%; left: -1%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 700px;
    width: 100%;
    bottom: 500px;
    z-index: 2;
    
}
    /* Flex Box et Flex Warp */
.flex-container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;

  }
.flex-box{
    position: relative;
    height: 350px;
    width: 350px;
    top: 20px;
    z-index: 2;
    margin: 15px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid;
    border-color: #FFF;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
}
.flex-box:hover{
    transform: scale(1.05);
    border-color: #E91E63;
}
.second-box-color{
    position: relative;
    height: 150px;
    width: 350px;
    right: 3px;
    bottom: 5px;
    background: linear-gradient(0deg,#db709e 0%,#ed1272 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.second-box-color a{
    position: absolute;
    top: 20px;
    left: 290px;
    width: 40px;
    font-size: 30px;
    border-radius: 15px;
    text-align: center;
    font-family: "Madimi One", sans-serif;
    color: #263358c5; 
    background-color: #FFF; 
}
/* Premiére Box */
.box-text-1 {
    position: relative;
    bottom: 155px; 
    right: 3px;
    width: 350px ;
    height: 350px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
}
.box-text-1 a{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 170px ;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.box-text-1 p{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 190px ;
    color: #999999;
    font-size: 16px;
}
/* Deuxiéme Box */
.box-text-2 {
    position: relative;
    bottom: 155px;
    right: 3px;
    width: 350px ;
    height: 350px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
}
.box-text-2 a{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 170px ;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.box-text-2 p{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 190px ;
    color: #999999;
    font-size: 16px;
}
/* Troisiéme Box */
.box-text-3 {
    position: relative;
    bottom: 155px ;
    right: 3px;
    width: 350px ;
    height: 350px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
}
.box-text-3 a{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 170px ;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.box-text-3 p{
    position: absolute;
    left: 15px;
    width: 330px;
    top: 214px ;
    color: #999999;
    font-size: 16px;
}
/* Message bas de page */
.resize-message{
    margin: 130vh auto 0;
    display: table;
    height: 60px;
}
.resize-message span{
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #666;
}
.resize-message span i{
    font-size: 30px;
}
/* Check Box invisible menu hamburger */
 #toggle {
    display: none;
  } 
 /* Hamburger Menu - Icon */
  .hamburger {
    position: absolute;
    top: 40px;
    right: 70px;
    width: 35px;
    height: 35px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 10;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    background: #ffffff;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    right: 0;
    width: 60%;
    top: 0;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    left: 0;
    width: 100%;
    top: 12px;
  }
  .hamburger span:nth-child(4) {
    left: 0;
    width: 60%;
    top: 24px;
  }
  
 /* Overlay */
  .overlay {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
  }
  /* Nav menu hamburger */
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    background: #272525;
    overflow-y: auto;
    padding: 50px 20px;
    transform: translate3d(550px, 0px, -550px);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    border-left: solid #ed1272;
    z-index: 9;
    pointer-events: none;
  }
  
  .nav a {
    position: relative;
    top: 30px;
    left: 0;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    display: block;
    padding: 6px 50px;
  } 
  .nav span {
    display: block;
    position: relative;
    top: 20px;
    left: 1px;
    height: 4px;
    background: #ffffff;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  .nav img {
    top: 22px;
    right: 50px;
    width: 20px;
    position: relative;
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(322deg) brightness(119%) contrast(88%);
    display: block;
  } 
  .nav img:hover{
    filter: invert(19%) sepia(58%) saturate(7495%) hue-rotate(324deg) brightness(95%) contrast(96%);
  } 
  /* état menu hamburger ouvert */
  #toggle:checked ~ .hamburger span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #toggle:checked ~ .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    background-color: #ed1272;
  }
  #toggle:checked ~ .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #ed1272;
  }
  #toggle:checked ~ .hamburger span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
      }
  
  #toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
  }
  
  #toggle:checked ~ .nav {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }
  /* Media rétrécisement page */
  @media (max-width: 2330px){
    .second-box-1{
        left: 300px       
    }
    .second-box-3{
        right: 300px;     
    }
}
@media (max-width: 2200px){
    .home_title{
        left: 350px;
        font-size: 80px;
    }
    .home-picture1 img{
        right: 350px;
        height: auto;
        width: 700px;
    }
    .second-box-1{
        display: table;
        right: 1%; left: 1%;
        margin: auto ;       
    }
    .second-box-2{
        top: 420px;     
    }
    .second-box-3{
        display: table;
        right: 1%; left: 1%;
        margin: auto ; 
        top: 820px;   
    }
    .second-box-display{
        top: 2300px;
        
    }
}
@media (max-width: 2000px){
    .home_title{
        left: 250px;
        font-size: 80px;
    }
    .home-picture1 img{
        right: 250px;
        height: auto;
        width: 700px;
    }
    .second-box-display{
        top: 2250px;
        
    }
}
@media (max-width: 1900px){
    .home_title{
        left: 150px;
        font-size: 80px;
    }
    .home-picture1 img{
        right: 150px;
        height: auto;
        width: 700px;
    }
    .second-box-display{
        top: 2200px;
        
    }
}
@media (max-width: 1600px){
    .home_title{
        left: 70px;
        font-size: 65px;
    }
    .home-picture1 img{
        right: 70px;
        height: auto;
        width: 650px;
    }
    .second-box-display{
        top: 2000px;
        
    }
}
@media (max-width: 1400px){
    .home_title{
        left: 70px;
        font-size: 55px;
    }
    .home-picture1 img{
        right: 70px;
        height: auto;
        width: 550px;
    }
    
}
@media (max-width: 1300px){
    .home-picture1 img{
        right: 20px;
        height: auto;
        width: 550px;
    }
    .second-box-display{
        top: 2000px;
        
    }
}
@media (max-width: 1230px){
    .home-picture1 img{
        float: left;
        left: -60px;
        height: auto;
        width: 550px;
        top: 100px;
    }
    .second-box-display{
        top: 2200px;
        
    }
}
@media (max-width: 1200px) and (min-width: 995px){
    .container{
        width: 970px;
    }
    .home_title{
        font-size: 50px;  
    }
    .second-box-display{
        top: 2200px;
        
    }
    
}
@media (max-width: 995px) and (min-width: 766px){
    .container{
        width: 750px;
    }
    .btn-download {
        padding: 40px 110px;
    }
    .btn-download::before{
        left: 110px;
        
    }
    .search a{
        right: 100px;
        transition: none !important;
    } 
    .connection a{
        right: 100px;
        transition: none !important;
    }        
    .hamburger{
        display: flex;
        transition: none !important;
    }
    #toggle:checked ~ .hamburger {
        display:block;
        text-align: center;
        border-radius:5px;
        border-bottom: 1000px;
    }
    .nav-liste{
        display: none; 
    }
    .menu ul li a{
         top: 32px;
    }
    .btn1{
        right: 100px;
        transition: none !important;
    }
    header .container{
        padding: 0px 0;
    }
    .second-box-display{
        top: 2100px;
        
    }
}
@media (max-width: 766px) and (min-width: 0px){
    header .container{
        padding: 5.5px 0;
    }
    .container{
        padding: 15px;
        width: 100%;        
    }
    .home_title{
        left: 35px;
        font-size: 55px;
    }
    .homedescription{
        width: 350px;
        height: auto;
    }
    .home-picture1 img{
        height: auto;
        width: 400px;
        top: 100px;
    }
    .information {
        display: none;
        }
    .btn-download{
        visibility:inherit;
        position: inherit;
        display: none;
            }
    .search a{
        right: 30px;
        transition: none !important;
            } 
    .connection a{
        right: 50px;
        transition: none !important;
            } 
    .hamburger{
        display: flex;
        top: 23px;
        right: 50px;
        width: 33px;
        transition: none !important;
    }
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
      }    
    .nav-liste{
        display: none; 
    }
    .menu ul li a{
        top: 10px;
    }
    .btn1{
        right: 20px; 
        transition: none !important;
    }
    .logo{
        top: 2px;
        left: 80px;  
    }
    .logo img{
        width : 55px;
        height : 55px;  
    }
    .linkbar ul li a{
        display: none;
    }
    .second-box-display{
        top: 2000px;
        
    }
    .second-box-1{
        width: 200px;
        
    }
    .second-box-2{
        width: 200px;
        
    }
    .second-box-3{
        width: 200px;
        
    }
    .first-wave{
        top: 55px;
        
    }
    .second-wave{
        top: 50px;
        
    }
    .second-box{
        top: 50px;
        
    }
}
@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}
    .resize-message{
        margin: 200vh auto 0;
    }
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}

/* Barre du bas */

footer {
	display : table-row;
	height: 0px; 
}
.containerbar{
    display: block;
    position: relative;
    background-color: #0022e4;
    padding: 13px;
    width: 100%;
    border-top: 1px  solid #dddddd;
}
.containerbar a{
    display: table;
    margin: 5px;
    color: #FFF;
    padding: 8px 15px;
    text-align: center;
}
.footer-menu {
	background-color: #0022e4;
	padding: 80px 0;
}

.container-footer {
	max-width: 1170px;
	margin: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
}

.footer-col {
	width: 25%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #E91E63;
	width: 50px;
	height: 2px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
    position: relative;
    right: 30px;
	color: #DDD;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #FFF;
	padding-left: 7px;
}

.footer-col .social-links a {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 40px;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #E91E63;
	background-color: #FFF;
}