@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */

.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav div.main_list ul li a:hover {
    color: #00E676;
}


/* Home section */

.home {
    width: 100%;
    height: 70vh;
    background-position: center top;
	background-size:cover;
    background-image:radial-gradient(rgba(18, 23, 18, 0.5),rgba(9, 15, 9, 0.5),rgba(26, 29, 26, 0.5)), url('../image/page.png');
   
}
.home_1{
    width: 100%;
    height: 80vh;
    background-position: center top;
	background-size:cover;
    background-image:radial-gradient(rgba(18, 23, 18, 0.5),rgba(9, 15, 9, 0.5),rgba(26, 29, 26, 0.5)), url('../image/bg-img-07.jpg');
   
}
.home_2{
    width: 100%;
    height: 70vh;
    background-position: center top;
	background-size:cover;
    background-image:radial-gradient(rgba(18, 23, 18, 0.5),rgba(9, 15, 9, 0.5),rgba(26, 29, 26, 0.5)), url('../image/bg-1.jpg');
   
}
.home_3{
    width: 100%;
    height: 50vh;
    background-position: center top;
	background-size:cover;
    background-image:radial-gradient(rgba(18, 23, 18, 0.5),rgba(9, 15, 9, 0.5),rgba(26, 29, 26, 0.5)), url('../image/bg-img-10.jpg');
   
}


button{
    padding: 15px;
    width: 250px;
    color: #fff;
    background: red;
    font-family: sans-serif;
    border-style: none;
    border-radius: 15px;
    font-size: 2.5em;
}

.navTrigger {
    display: none;
}

.nav {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logos-img img{
    width: 60px;
    height: 50px;
}

.Myimage img{
              height: 300px;
              text-align: center;
              width: 60%;
               border-radius: 20px;
            
          }

.autre img{
   height: 300px;
              text-align: center;
              width: 40%;
               border-radius: 20px; 
}

.divider{
    height: 4px; width: 350px; color: green;
     background: green;
    margin: 10px auto;
    
}
.contact {
  padding: 20px;
    height:150px;
    background: #eee;
}
.contact ul li{
    list-style: none;
     margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
}
.contact img{
    width: 25px;
    height: 25px;
}
          
          .Myimage a{
              text-decoration: none;
              color: #fff;
              margin: 20px;
              width: 300px;
              padding: 15px; 
              border-radius: 20px;
              background: #047c0d;
          }
          .Myimage a:hover{
              color:#fff;
              background: #333;
          }
/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .nav div.logo {
    float: left;
    width: auto;
    height: auto;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}
    .contactez-nous{
    height: 150px; width: auto; background: #111; margin-top: 10px; color: aliceblue;
    height: 200px;
}
.contactez-nous ul li { font-size: 0.9em; text-align: center;list-style: none;}

    .nav {
    width: 100%;
    height: 65px;
}

    .nav div.logo {
    float: left;
    width: auto;
    height: auto;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

     .contactez-nous ul li {padding: 10px; font-size: 0.9em; text-align: center;list-style: none;}

    .Myimage img{
              height: 300px;
              text-align: center;
              width: 100%;
        margin-bottom: 20px;
               border-radius: 20px;
            
          }
    .navTrigger {
        display: block;
    }
    
   
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
    .Contnents{
    display: grid;
    grid-template-columns: auto;
}
.Mygrids{
    padding: 10px;
}
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}

.Contnents{
    display: grid;
    grid-template-columns: auto auto;
}
.Mygrids{
    height: auto;
    width: auto;
    margin: 10px;
    padding: 10px;
  
    
}
.Mygrids a{
    text-decoration: none;
    padding: 10px; 
    text-align: center;
    border-radius: 15px;
    color: #fff;
    background: #111;
}

span{
    color: #000;
    font-weight: 600;
}

.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align:justify;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}
@media max-width:599px{
    
	.Contnents{
    display: grid;
    grid-template-columns: auto;
}
}