/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);

/*--------------------
1. General
--------------------*/

@media (orientation: landscape) {
    .img-landscape {display: block;}
    .img-portrait {display: none;}
}

@media (orientation: portrait) {
    .img-landscape {display: none;}
    .img-portrait {display: block;}
    .col-lg-4 {display: flex; justify-content: center;}
    .col-lg-8 {margin-top: 20px;}
    .col-lg-12 {padding: 0 !important;}
    h2 {margin-bottom: 20px !important;}
    section {padding: 40px 0 !important;}
    .col-md-10 {padding: 0 !important;}
}

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}
.img-responsive{
    widows: 150px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

h1{
    font-size: 65px;
}

h2 { 
    font-size: 40px;
    margin-bottom: 50px;
}

h3, p.description{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 300;
}

h4 {
    font-size: 28px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 20px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #555555;
}

p1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #323232;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 70px 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #222;
    border-color: transparent;
    padding: 5px 0;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
    color: #fec503
}
.navbar-default .navbar-collapse {
    border-color: #d85a20;
}
.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #fed136
}
.navbar-default .nav li a {
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color:#fff;
}
.navbar-default .nav li a {
    position: relative;
}
.navbar-default .nav li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fed136;
    transform: scaleX(0);
    transition: .5s ease;
}
.navbar-default .nav li a:hover:before {
    transform: scaleX(1);
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
    color: #fed136;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:768px) {
    .navbar-default
    {
        padding: 5px 0;
        -webkit-transition:padding .3s;
        -moz-transition:padding .3s;
        transition:padding .3s;
        border:0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition:all .3s;
        -moz-transition:all .3s;
        transition:all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #000000e3;
        padding: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url("../img/background.jpg");
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

header .intro-text .intro-lead-in {
    font-family: "Playfair Display",sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    header .intro-text .intro-lead-in {
        font-family: "Playfair Display",sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 60px;
        color: rgb(255, 255, 255);
    }
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
    }
}

.site-in-progress {
    font-family: sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e00505;
    line-height: 28px;
    margin-top: 70px;
}


/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/
.list-image-small{
    list-style-image: url(https://drive.google.com/uc?id=1haO0AueJy1UDhhEMRgaBRXAZI6tBK6O7);
    font-size: 12px;
    color: #000;
}

.list-image-normal{
    list-style-image: url(https://drive.google.com/uc?id=1haO0AueJy1UDhhEMRgaBRXAZI6tBK6O7);
    font-size: 16px;
    color: #d85a20;
}

.list-image-big{
    list-style-image: url(https://drive.google.com/uc?id=1haO0AueJy1UDhhEMRgaBRXAZI6tBK6O7);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.list-image-small-orange{
    list-style-image: url(https://drive.google.com/open?id=16twMkt0d4a35WF55PsmZlN0bKsjcJRJ1);
    font-size: 12px;
    color: #000;
}

.list-image-normal-orange{
    list-style-image: url(https://drive.google.com/open?id=16twMkt0d4a35WF55PsmZlN0bKsjcJRJ1);
    font-size: 16px;
    color: #d85a20;
}

.list-image-big-orange{
    list-style-image: url(https://drive.google.com/open?id=16twMkt0d4a35WF55PsmZlN0bKsjcJRJ1);
    font-size: 18px;
    line-height: 30px;
}

.margin-bottom{
    margin-bottom: 50px;
}

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;	
    margin-top: 30px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
    background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #3A3A3A;
    font-weight: 500;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
    margin-top: -25px;
}

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
    display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
    margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #d85a20;
    float: left;
    height: 3px;
}

/*TIMELINE */

.timeline-text h2 {
    margin: 0 0 30px;
}

#experience {
    padding: 100px 0;
    background: #f3f3f3
}

.experience-row {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.experience-row h3 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #425BB5;
    font-size: 16px;
    font-weight: bold
}

.experience-row p {
    color: #888;
    margin-top: 20px;
    font-size: 15px;
}

.experience-row .date {
    color: #000;
    font-size: 17px;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color:  rgb(226, 162, 79);
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}


.size_item1{
    width: 103%;
}

.size_item2{
    width: 103%;
}

.size_item3{
    width: 103%;
}

.size_item4{
    width: 103%;
}

.size_item5{
    width: 103%;
}

.size_item6{
    width: 103%;
}

.size_item7{
    width: 103%;
}

.size_item8{
    width: 103%;
}

.size_item9{
    width: 103%;
}


.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgb(175, 102, 34);
}

.timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 rgb(175, 102, 34);
}

.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: calc(100% - 4em);
}

.timeline-event-copy h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 1px;
}

.timeline-event-copy h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 1px;
}

.timeline-event-copy strong {
    font-weight: 1400px !important;
}

.timeline-event-copy b {
    font-weight: 500px !important;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
}

.timeline-event-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgb(226, 162, 79);
    outline: 10px solid #f3f3f3;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.15s;
    -o-transition: box-shadow 0.5s ease-in 0.15s;
    -webkit-transition: box-shadow 0.5s ease-in 0.15s;
    -webkit-transition-delay: 0.0s;
    -webkit-transition: box-shadow 0.5s ease-in 0.15s;
    transition: box-shadow 0.5s ease-in 0.15s;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(226, 162, 79);
    box-shadow: inset 0 0 0 0em rgb(175, 112, 16);
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}

/*--------------------
4.3. Portfolio
--------------------*/

#Bar{
    background-color: #000;
}

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 30px;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* ITEMS SORT*/

#projects {
    padding: 50px 0;
}

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #000000;
    padding: 0 10px;
    margin: 0 14px;

}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    background-color: #cb7416;
    padding: 0px 20px;
    color: white;
    text-decoration: none;
}

.portfolio_filter {
    padding-left: 0;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #2c2c2cb7;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 12px;
    letter-spacing: 2px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio .categories-grid .categories ul li a {
    padding: 0 10px;
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.portfolio-padding {
    padding: 50px 0;
}

.portfolio-inner {
    padding-bottom: 0 !important;
    padding-top: 55px;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    border: none;
}

.popup-modal {
    background: #fff;
}

.close-popup-modal {
    float: right;
    margin: 20px;
    font-size: 22px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    position: fixed;
    z-index: 100000;
    right: 14px;
}

.animatedModal-on .close-popup-modal {
    opacity: 1;
}

.modal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 50px;
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../images/demo/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
    background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-image: url(../img/banner.jpg);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.very-short-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
    margin-bottom: 10px;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
    text-align: left !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.team-item .team-position {
    color: #000;
    font-size: 12px;
}

.team-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

.contact-form{
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
}

.contact-form-text{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: 0;
    background: rgb(70, 70, 70);
    padding: 20px 30px;
    outline: none;
    color: rgb(255, 255, 255);
    transition: 0.2s;
}

.contact-form-text:focus{
    box-shadow: 0 0 7px 4px #797979;
}

textarea.contact-form-text{
    resize: vertical;
    height: 120px;
    min-height: 60px;
}

.contact-form-btn{
    float: right;
    border: 0;
    background: #d85a20;
    color: #fff;
    padding: 15px 55px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 10px;
}

.contact-form-btn:hover{
    background: #fed136;
    transition: 0.2s;
}

::placeholder{
    color: rgb(209, 209, 209);
}

/* Change autocomplete styles in WebKit */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px rgb(70, 70, 70) inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;	
}
.modal-header .close {
    font-size: 30px;	
}
.modal-title {    
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    padding: 0;
}

.modal-body p {
    margin: 30px 20px;
    color: #2D2D2D;		
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
    background-color: #db7929;
    border-color: #363636;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    font-size: 18px;
    padding: 20px 40px;
}

.btn-x2 {
    display: inline-block;
    color:  #fff;
    background-color: #f0842c;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid;
    border-radius: 4px;
}

.btn-x2:hover, .btn-x2:focus, .btn-x2:active, .btn-x2.active, .open .dropdown-toggle.btn-x2 {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;

}

.btn-x3 {
    display: inline-block;
    color:  #000000;
    background-color: #ffffff;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 4px;
}

.btn-x3:hover, .btn-x3:focus, .btn-x3:active, .btn-x3.active, .open .dropdown-toggle.btn-x3 {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #cb7416;
}


/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #back-top a {
        width: 40px;
        height: 40px;
    }
    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}
.owl-dots {
    margin-top: 30px !important;
}

.bg-nav {
    background: rgb(40, 46, 49);
}

.navbar  {
    transition: .5s ease;
}

.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big-margin-top{
    margin-top: 80px;
}

.medium-margin-bottom{
    margin-bottom: 50px;
}

.little-margin-top{
    margin-top: 25px;
}

.big-margin-bottom{
    margin-bottom: 200px;
}

.separation{
    display: block;
    background-color: #e47039;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 2px;
}

.vertical-bar{
    display: block;
    background-color: #e47039;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 2px;
    height: 250px;
    align-self: center;
    align-items: center;
}

.footer-bottom{
    background-image: none;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(22, 22, 22);
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    color: #FFFFFF;
}

.bold{
    font-weight: 700;
}

.linkedin{
    position: fixed;
    top: 8px;
    left: 20px;
    z-index: 1500;
    width: 45px;
}

.behance{
    position: fixed;
    top: 8px;
    left: 130px;
    z-index: 1500;
    width: 45px;
}

.facebook{
    position: fixed;
    top: 8px;
    left: 75px;
    z-index: 1500;
    width: 45px;
}

.logo-td{
    position: fixed;
    top: 6px;
    right: 20px;
    z-index: 1500;
    width: 50px;
}

.my-logo{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    width: 170px;
}

.min{
    font-size: 85%;
    font-style: normal;
    line-height: 10px;
}

.min-ita{
    font-size: 85%;
    font-style: italic;
}

.orange{
    color: #d85a20;
}

.underline{
    text-underline-position: auto;
}

.li{
    line-height: 20px;
    margin-bottom: 5px;
}

.black{
    color: #333333;
    font-style: normal;
}
.hobbies-p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}

.rights{
    color: #ddd;
    font-weight: 200;
}

.mini{
    font-size: 135% !important;
}

.listing{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 50px !important;
}

.row-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.col-grid{
    flex: 50%;
    padding: 0 4px;
    max-width: 50%;
}

.col-grid img{
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .col-grid{
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .col-grid {
      flex: 100%;
      max-width: 100%;
    }
  }

.citation{
    font-family: "Times New Roman",sans-serif;
    font-style: italic;
    font-size: 23px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #e0e0e0;
}

.iframe-centered {
    margin: auto;
    width: 100%;
    padding: auto;
  }

.img-centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-container{
    position: relative;
    margin: auto;
    width: 80%;
    height: 0;
    padding-bottom: 45%;
}

.video-container iframe{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

@media screen and (max-width: 600px){
    h2{
        font-size: 34px;
    }
}

.return-button{
    position: fixed;
    top: 85px;
    left: 25px;
    z-index: 1500;
    width: 70px;
}

.red-var{
    color: rgb(200, 0, 0);
}

.green-var{
    color: green;
}

.blue-var{
    color: rgb(27, 60, 243);
}

.france-flag{
    position: fixed;
    top: 12px;
    right: 90px;
    z-index: 1500;
    width: 55px;
}

.english-flag{
    position: fixed;
    top: 12px;
    right: 90px;
    z-index: 1500;
    width: 55px;
}

.pdf-center {
    display: block;            /* Nécessaire pour que margin auto fonctionne */
    margin: 0 auto;            /* Centre horizontalement */
    border: none;              /* Supprime la bordure si nécessaire */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ombre légère pour l'esthétique */
}

/* .elements-animated{
    animation: 25s linear infinite feat-scroll;
}

@keyframes feat-scroll{
    transform (-2200, 0, 0);
}
*/

/*@keyframes autoscroll{
    0% {transform: translate(0px, 0px);}
    100% {transform: translate(-1000px, 0px)}
}*/

.autoscroll{
    animation: shake 2.5s;
    animation-iteration-count: infinite;
}

.feature-outter-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature-track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.feature-item {
  flex: 0 0 auto;
  width: 200px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.feature-item img {
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 1rem;
  display: block;
  object-fit: contain;
}

/* Animation continue gauche → droite */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.title-game{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.title-title-game{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 700;
}

.feature-desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 300;
    color: #d85a20;
}