/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color:#d2b356;
}

/* Default Icon Color */

.icon i {
    color:#d2b356;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}

.pricing-block-content:hover {
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color: white;
    font-size: 15px;
    font-weight: 600;
}
#header i{
    font-weight: 500;
    transition: 200ms;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}
@media screen and (min-width: 1024px) {
    #header.nav-solid {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
  }


/* Navigation Active State */

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#d2b356;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../fonts/back.jpg") no-repeat center top;
    background-size:cover;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color: white;
    
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 58px;
    line-height:60px;
    font-weight:800;
    color: white;
    text-shadow: 1px 2px 3px black;
    
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight: 400;
    color: white;
    text-shadow: 1px 2px 3px black;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color: white;
    
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color: white;
    
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color: white;
    
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color: white;
    
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color: white;
    
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color: white;
    
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color: white;
    
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color: white;
    
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color: white;
    
}


/* Button Color */

.button, input[type="submit"] {
    border-color: #d2b356;
    color: #C4B998;
    width: 195px;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#d2b356;
    color:#d2b356;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color: white;
    
}


/* Button Color */

#banner .button {
    border-color: white;
    text-shadow: 1px 2px 3px black;
    text-align: center;
}


/* Button Hover Color */

#banner .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}
@media screen and (min-width: 1024px) {
    #landing-footer {
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
  }

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}
#gallery{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8cbb054a6456392c/5db8e46d2dc72966da748767/Frost_Guard_Arena.jpg);
    background-size: cover;
    background-attachment: fixed;
    clear: both;
  overflow: hidden;
  background-color: #121212;
}
.comp{
    max-width: 1150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.equipe{
    display: flex;
    gap: 20px;
    margin: 20px;
}
.content h3{
    color: black;
}

.titre h2{
  margin: 20px;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 42px;
  font-weight: 700;
  color: white;
  text-shadow: 1px 2px 3px black;
}
.card{
    border: solid 5px #d2b356 ;
    position: relative;
    display: flex;
    width: 350px;
    height: 200px;
    background-color: #171C23;
    border-radius: 10px;
}
.card:hover .logooo img{
    width: 185px;
  height: 190px;
    -ms-transform: scale(1.2) ; /* IE 9 */
    -webkit-transform: scale(1.2) ; /* Safari 3-8 */
    transform: scale(1.2) ;
}

.textcard{
    width: 135px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    z-index: 3;
    margin-left: 20px;
}
.logooo img{
  width: 185px;
  height: 190px;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: ease-in-out 200ms;
}
.logooo{
  width: 185px;
  height: 190px;
  background-color: red;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.textcard h2{
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 21px;
    font-weight: 700;
    color: white;
    padding: 0;
}
.textcard ul li{
    list-style: none;
}
.dia{
    z-index: 2;
    position: absolute;
    top: 0;
    right: 70px;
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 190px solid transparent;
    border-left: 120px solid #171C23;

}
form{
    display: flex;
    flex-direction: column;
    width: 350px;
    margin-bottom: 50px;
    align-items: center;
}
.champ1{
    width: 350px;
    display: flex;
    flex-direction: column;
}
.champ2{
    display: flex;
    gap: 20px;
}
.champ3{
    width: 340px;
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.champspace{
    display: flex;
    justify-content: space-evenly;
    width: 350px;
    margin-bottom: 20px;
}
.radio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #C4B998;
}
label{
    display: flex;
    justify-content: center;
    align-items: center;
   color: #d2b356;
}
.radio input{
    width: 15px;
}
input{
    background-color: transparent;
    color: #C4B998;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #d2b356;
    width: 160px;
}
input::placeholder {
    color: #C4B998;
    opacity: 1;
  }
.gauche{
    display: flex;
    justify-content: center;
    width: 72px;
}
.envoyer{
    margin-top: 10px;
}

