/*===================================================================================================================
=================================================== DEFAULT STYLE ===================================================
===================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

li a img {
    display: block;
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus, select:focus{
    color: var(--text-default-dark);
}

input:focus-visible, textarea:focus-visible, select:focus-visible{
    color: var(--text-default-dark);
}

/*===================================================================================================================
=================================================== VARIABLES ===================================================
===================================================================================================================*/

:root{

    scroll-behavior: smooth;
    --scroll-margin-top: 60px;

    /* ================================ TEXTS ================================ */
    --text-default-dark:#3F454F;
    --text-default-dark1:#9fa6b0;
    --text-default-light:#F4F6F9;

    /* ================================ FORMS ================================ */
    --icons-border-radius: 10px;
    --rates-border-radius: 41px;

    /* ================================ COLORS ================================ */
    --purple-primary:#778EFE;    
    --purple-primary-light:#A4B3FC;    
    --white-primary:#F6F6F6;   
}

/*===================================================================================================================
=================================================== FONTS ===================================================
===================================================================================================================*/

/* ================================ ROBOTO ================================ */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-regular.woff2') format('woff2'),
         url('../fonts/Roboto-regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-bold.woff2') format('woff2'),
         url('../fonts/Roboto-bold.woff') format('woff'),
         url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:url('../fonts/Roboto-light.woff2') format('woff2'),
        url('../fonts/Roboto-light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* ================================ POPPINS ================================ */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*===================================================================================================================
=================================================== STYLES ==========================================================
===================================================================================================================*/

/* ================================================= */
/* ==================== GLOBALS ==================== */
/* ================================================= */

*{
    box-sizing: border-box;
}

html{
    height: 100%;
    overflow-y: scroll;
}

body{  
    font-family: 'Poppins', 'Roboto', Helvetica, sans-serif; 
    height: 100%;
    background-color: #FDF8F8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0;
}

.display-flex{
    display: flex;
    flex-wrap: wrap;
}

.margin-auto{
   margin:auto;  
}

.width-25{
    width: 25%;
}

.width-50{
    width: 50%;
}

.width-75{
    width: 75%;
}

h1{
    color: var(--purple-primary);
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;    
    padding: 1rem;
    line-height: 2rem;
    text-transform: uppercase;
}

h2{
    color: var(--purple-primary);
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem 0;
    line-height: 1.4;
}

h3{
    color: var(--text-default-dark);
    font-size: 0.8rem;
    padding: 1rem 0;
    line-height: 1.4rem;
    text-shadow: 0px 0px 9px rgba(128, 128, 128, 0.215);
}

strong{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

p{
    color: var(--text-default-dark);
    line-height: 1.3rem;
}

::selection {
  background-color: var(--purple-primary);
  color: var(--text-default-light);
}

.main-title{    
    text-align: center;    
    padding: 1rem; 
    border-bottom: solid 1px rgba(151, 151, 151, 0.442);   
}

.main-title h1{
    margin: 0;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 20rem;
    background: radial-gradient(#a6a0ff57, #ffffff83);
    background: linear-gradient(58deg, #9271ff, #ff5ba2, #6567ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
    text-shadow: 0px 0px 8px rgba(249, 250, 255, 0.434);
    border-radius: 20rem;
    padding: 0.8rem 1.5rem;
    box-shadow: 0px 0px 15px rgba(162, 173, 255, 0.459);    
    border: 1px solid white;
}

.main-title h2{
    font-size: 1.1rem;
    padding: 0.8rem; 
    color: var(--text-default-dark);   
    font-weight: bold;
}

.main-title h3{
    font-size: 1.1rem;
    color: var(--text-default-dark1);   
}

/* ================================================= */
/* ==================== HEADER ==================== */
/* ================================================ */

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    align-content: center;
    justify-content: space-evenly;
    background: linear-gradient(0deg, #fdf0f5d3, #fff3e8d3);
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 12px #51568f5b;
    display: flex;
    font-size: 1rem;   
    letter-spacing: 0.1em;
}

.desktop{
    display: none;
}

#header-favicon {
    align-content: center;
    align-self: center;
    margin-right: 0;
}

#header-favicon img {
    width: 3.3rem;
    height: auto;    
}

#header-favicon a{
    display: inline-block;
    vertical-align:middle;}

.nav-list {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0.8rem 0;
}

.nav-link{
    text-decoration: none;
    font-weight: normal;
    color: var(--purple-primary);
    transition: 0.3s ease;
    padding: 0 1.5rem;
    text-shadow: 0px 0px 8px rgba(119, 113, 192, 0.3);
}

.nav-link.active {
    color: var(--purple-primary-light);
}

.nav-link:hover {
    color: var(--purple-primary-light);
}


.link-button button{
    font-weight: bold;
    font-size: 1rem;
    background: radial-gradient(#a6a0ff57, #ffffff83);
    color: rgb(99, 114, 255);
    text-shadow: 0px 0px 8px rgba(249, 250, 255, 0.434);
    border-radius: 100px;
    padding: 0.8rem 2.5rem;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;    
    box-shadow: 0px 0px 15px rgba(162, 173, 255, 0.459);    
    border: 1px solid white;
    transition: 0.3s;
}

.link-button button:hover{
    color: var(--purple-primary-light);
    cursor: pointer;
    border: 1px solid rgba(229, 228, 255, 0.898);    
}

/* ========================================================== */
/* =================== VIDEO SPLASHSCREEN =================== */
/* ========================================================== */

#video-splashscreen{
    background-color: rgba(238, 238, 252, 0.999);
    width: 100%;
}

#video-splashscreen-desktop-small{
    display: none;
}
#video-splashscreen-desktop-big{
    display: none;
}

video{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ================================================= */
/* =================== SERVICES =================== */
/* ================================================ */

#services{
    scroll-margin-top: var(--scroll-margin-top);
    text-align: center;
}

.services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#design, #media, #interactive{
    width: 100%; 
} 

.services h1{
    padding: 2rem 0.5rem 1rem 0.5rem;    
}

.services p{    
    padding: 0 0.5rem;
    margin-bottom: 2rem;
}

/* SLIDER */

.slider{    
    width: 100%;
    height: 350px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slider-list{
    position: absolute;
    top: 0;
    left: 0;    
    display: flex;
    width: max-content;
    height: 100%;
    transition: 0.5s ease-in-out;    
}

.slider-list-item a{    
    display: inline-block;
    height: 100%;
    transition: 0.1s ease-in-out;   
}

.slider-list-item a:hover{
filter: brightness(1.1);
}

.slider-list picture img{     
    height: 100%;
    width: 100vw;
    object-fit: cover;
}

.slider-buttons{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.slider-buttons svg{
    width: 60%;
    margin-top: 4px;
}

.slider-buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(211, 215, 218, 0.48);
    backdrop-filter: blur(2px);
    border: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
}

.slider-buttons button:hover{
    background-color: rgba(240, 248, 255, 0.647);
    cursor:pointer;
}

.slider-dots{
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.slider-dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 1000px;
    transition: 0.5s ease-in-out;
}

.slider-dots li.active{
    width: 30px;
}

/* ================================================= */
/* =================== ABOUT ME =================== */
/* ================================================ */

#about-me{
    scroll-margin-top: var(--scroll-margin-top);
    width: 100%;
    padding: 4rem 1rem; 
}

#about-me h1{
    padding-top: 0;
}

#about-me p{
    line-height: 1.5rem;
}

.job-profile{
    text-align: center;
    line-height: 1.4rem;
}

.profile-photo{
    display: none;
}

/* ================================================= */
/* ================= CONTACT FORM ================= */
/* ================================================ */

#contact-form{
    scroll-margin-top:var(--scroll-margin-top);
    background: linear-gradient(to top, rgb(233, 214, 206), #F9E2E2);
    padding: 0;
    line-height: 1.1rem;
    background-image: url("../img/background/bkg-2.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*contact-infos*/
#contact-infos{
    padding: 0.5rem 0;
    margin: 0 2rem;
}

.contact-phone, .contact-mail{    
    color: var(--text-default-dark);
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.contact-mail img, .contact-phone img{
    width: 2.3rem;
    border-radius: 100px;
    margin-right: 1rem;
    transition: 0.3s;
}

.contact-mail img:hover, .contact-phone img:hover{
    transform: scale(1.02);
}

/*form-body*/
#form-body{
    background: linear-gradient(67deg, #ffffff87, #ffffff78);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    backdrop-filter: blur(20px);
    margin: auto;
    padding: 0.5rem;
    text-align: center;
}

.form-header{
    margin: 0.5rem 0 0 0;    
}

.form-header p{
    font-size: 0.8rem;
}

form input{
    border: none;
    border-bottom: var(--purple-primary-light) 1px solid;
    background-color: transparent;
    padding: 10px;
    width: 100%;
}

form textarea{
    font-family: 'Poppins';
    border: none;
    border-bottom: var(--purple-primary-light) 1px solid;
    background-color: transparent;
    padding: 10px;
    width: 100%;
}

.form-group{
    padding: 0.5rem 0;
    
}

input::placeholder, textarea::placeholder{
    text-align: left; 
    font-size: 1rem;   
    color: var(--purple-primary-light);
}

input:focus, textarea:focus{
    outline: none;
}

.text-input{ 
    font-size: 1rem;  
    color: var(--text-default-dark1);
    resize: vertical;
}    

.send-btn{
    font-weight: 600;
    font-size: 1rem;
    background: radial-gradient(#a6a0ff57, #ffffff83);
    color: rgb(99, 114, 255);
    text-shadow: 0px 0px 8px rgba(249, 250, 255, 0.734);
    border-radius: 100px;
    padding: 1.2rem 2.8rem;
    margin: 2rem 0;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;    
    box-shadow: 0px 0px 15px rgba(162, 173, 255, 0.459);    
    border: 1px solid white;
    transition: 0.3s;
}

.send-btn:hover{
    color: rgb(168, 177, 255);
    background-color: rgba(255, 255, 255, 0.472);
}

/*socials*/
.socials{  
    color: var(--text-default-dark);  
    font-size: 1rem;
    text-align: center;
}

.socials-icons{
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.socials-icons img{
    width: 2.5rem;
    height: auto;
    opacity: 0.8;
    border-radius: 100px;
    transition: 0.2s;
    box-shadow: 0 0 15px #6f87ff6f;
}

.socials-icons img:hover{
    opacity: 1;
}

.success{
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: rgb(86, 209, 168);
    color: rgb(22, 73, 58);
    padding: 1.2rem 0;
    opacity: 0.95;
}

.error{
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgb(237, 134, 134);
    color: rgb(68, 27, 27);
    padding: 1.2rem 0;
    opacity: 0.95;
}

/* ================================================= */
/* ================= THEY-TRUST-ME ================= */
/* ================================================ */

#they-trust-me{
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
}

.company-logo{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    align-items: center;  
}

.logo-item {
    width: 7rem;
    height: 7rem;
    margin: 0 1rem;
    align-content: center;
}

.company-logo img{   
    display: block; 
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: 0.3s;
}

.company-logo img:hover{    
    opacity: 1;
    transform: scale(1.01);
}

/* ========================================= */
/* ================= RATES ================= */
/* ========================================= */

#rates{    
    text-align: center;
    width: 100%;    
    padding: 2rem 1rem;      
}

.rates{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;  
}

.text-profile p{    
    font-size: 0.9rem; 
    line-height: 1.2rem;   
}

.stars{
    padding: 0.7rem 0;
    display: flex;
    justify-content: center;
}

.stars img{
    display: block;
    width: 2rem;
    padding: 0 0.1rem;
}

.quote{
    font-weight: bold;
}

/* ========================================= */
/* ================= FOOTER ================= */
/* ========================================= */

footer{
    font-weight: normal;
    font-size: 0.8rem;
    background: radial-gradient(at top left, #415BDE, #1A2D88);
    color: var(--text-default-light);
    line-height: 1rem;
}

.footer-nav-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem 1rem 1rem 1.5rem;
}

.footer-column h3{
 color:var(--text-default-light)
}

.footer-column p {
    color:var(--text-default-light);  
    margin: 0.3rem 0;  
}

.footer-column a{
    color: var(--text-default-light);
}

.footer-copyright {
  font-size: 0.7rem;
}

/* =============================================== */
/* ================= PRODUCTIONS ================= */
/* =============================================== */

#productions{
    margin: auto;
    padding: 1rem;
    line-height: 1.7rem; 
}

#productions .item{
    padding: 2rem 0;
}

#productions .text{
    padding-right: 1.5rem;
}

#productions .head, #productions .item{
    border-bottom: solid 1px rgba(151, 151, 151, 0.442);
    text-align: center;
}

#productions .item:last-child{
    border-bottom: none;
}

#productions h1{
    text-transform: uppercase;
    color: #3F454F;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-align: center;
}

#productions h2{
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;    
}

#productions h3{
    text-align: center;
    color: #516A94;
    font-size: 1.1rem; 
    
}

#productions h4{
    font-weight: bold;
    color: #3F454F;     
    font-size: 1.2rem; 
    margin-bottom: 1.5rem;
}

#productions iframe{
    width: 100%;
    min-height: 30vh;
    border-radius: 1rem;
}

#productions .item p{
    font-style: italic;
}

#productions .item img{
    width: 100%;
    border-radius: 1rem;
    margin-top: 1.5rem;
    transition: 0.2s ease;
}

#productions .item img:hover{
    transform: scale(1.01);
    filter: saturate(1.5);
    cursor: pointer;
}

#productions .item .link-button{
    width: 60%;
    font-size: 1rem;
    background: radial-gradient(rgb(109, 113, 249), rgb(66, 85, 252));    
    text-shadow: 0px 0px 8px rgba(11, 15, 37, 0.3);
    border-radius: 100px;
    padding: 1.2rem 0;
    margin: 2rem auto;
    cursor: pointer;
    text-align: center;
    transition: ease 0.1s;    
    box-shadow: 0px 0px 15px rgba(51, 70, 213, 0.42);    
    transition: 0.3s;
}

#productions .item .link-button:hover{
    filter: brightness(1.1);
    transform: scale(1.05);
}

#productions .item .link-button a{
    color: rgb(236, 237, 243);
    display: block;
    text-decoration: none;
}

#productions .support p{
    width: 60%;
    font-size: 0.8rem;
    color: rgb(129, 133, 248);
    background: radial-gradient(#a6a0ff57, #ffffff83);
    box-shadow: 0px 0px 12px rgba(178, 177, 177, 0.368);
    border: 1px solid white;
    border-radius: 20rem;
    padding: 0.5rem 0;
    margin: 2rem auto;
}

/* ================================================== */
/* ================ PRODUCTIONS MORE ================ */
/* ================================================== */

#productions .faq h1{
    padding-bottom: 0;
}

.description, .faq-text p{
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.6rem;
}

/* ========================================= */
/* ================ LEGALS ================ */
/* ========================================= */

.background{
    background: linear-gradient(45deg, #fcf0eb, #ffecdc);    
}

.legalcontainer{    
    width: 100%;
    text-align: center;
    color: #2d2d2d;
}

.legalcontent{
    padding: 1rem;  
    text-align: left;  
}

.legalcontent p{    
    line-height: 1.7rem;
    font-size: 1rem;
    padding: 0.5rem 0;
}

/*===================================================================================================================
=================================================== MEDIA QUERIES ===================================================
===================================================================================================================*/ 
   

/* =============================================== TELEPHONE MOYEN ================================================ */

@media (min-width: 320px){
}

/* =============================================== GRAND TELEPHONE ================================================ */

@media (min-width: 480px) {

    #video-splashscreen {
        background-color: rgba(238, 238, 252, 0.999);
        width: 100%;
    }

    #video-splashscreen-mobile {
        display: none;
    }

    #video-splashscreen-desktop-small {
        display: block;
    }

    video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }    
      
}

/* =============================================== PETITE TABLETTE ================================================ */

@media (min-width: 768px) {

    .slider{
        width: 960px;
        border-radius: 2rem;        
        box-shadow: 0px 0px 25px #51568f5b; 
        height: 540px;   
    }

    .slider-list picture img{        
        width: 100%;
    }

    #they-trust-me {
        width: 80%;
        margin: auto;
    }
    .main-title{
        width: 65dvw;
        margin: auto;
    } 
}

/* =============================================== GRANDE TABLETTE ================================================ */

@media (min-width: 1025px) {

    h1 {
        line-height: 3rem;
        font-size: 2.5rem;
        margin: 1rem 0;
        padding: 1rem;
    }

    h2 {
        font-size: 1.8rem;
        padding: 1.5rem 0;
    }

    h3 {
        font-size: 1.3rem;
        padding: 1rem 0;
        line-height: 2rem;
    }

    p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    header {
        justify-content: center;
        font-size: 0.9rem;
    }

    .nav-link {
        padding: 0 1rem;
    }

    .desktop {
        display: block;
    }

    #header-favicon {
        margin-right: 6rem;
    }

    #header-favicon img {
        width: 2.8rem;
    }

    .nav-bar-desktop {
        display: flex;
        align-items: center;
    }

    .nav-item {
        padding: 0 1.3rem;
    }

    #services {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .services img {
        height: 250px;
    }

    .services-contents {
        display: flex;
        justify-content: space-evenly;
    }

    .services-title {
        margin: 3rem;
        text-align: center;
    }

    #contact-form {
        padding: 5rem 0;
        scroll-margin-top: -50px;
    }

    #contact-infos {
        margin: 0;
    }

    .contact-phone,
    .contact-mail {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .contact-mail img,
    .contact-phone img {
        width: 2.5rem;
    }

    #form-body {
        width: 80%;
        padding: 1rem 5rem;
        border-radius: 3rem;
    }

    .form-header p {
        font-size: 0.8rem;
    }

    .form-header h3 {
        font-size: 1rem;
    }

    .socials-icons img {
        width: 3.5rem;
    }

    .rate-block {
        padding: 1rem;
        margin-bottom: 2rem;
        flex: 3;
    }

    footer p {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .footer-nav-bar {
        padding: 4rem 0 2rem 0;
        justify-content: space-evenly;
    }

    .footer-column p {
        margin: 1rem 0;
    }

    .footer-copyright {
        text-align: center;
        display: block;
        width: 100%;
    }

    .legalcontent {
        width: 55%;
        margin: auto;
        padding-bottom: 4rem;
    }

    .logo-item {
        width: 10rem;
        height: 10rem;
    }

    #productions{
        width: 60%;
    } 
    
    #productions .head{
        width: 70%;
        margin: auto;
    }   

    #productions .item{
        display: flex;
        align-items: center;
        padding: 3rem 0;
    }

    #productions .faq .item{
         display: block;
         width: 60%;
         margin: auto;
    }

    #productions .text{
        width: 50%;
        text-align: center;
    }

    #productions .thumbail{
        width: 50%;
    } 
    
    #productions iframe{
    min-height: 45vh;
    }

    .main-title{
        width: 55dvw;
        margin: auto;
        margin-top: 2rem;
    } 

    .main-title h1{
        padding: 1.5rem 3rem;   
    }

    .main-title h2{
        padding: 1.5rem;
    }
    
}

/* =============================================== PETIT ECRAN ================================================ */

@media (min-width: 1280px) {
    #form-body {
        width: 60%;
    }

    .display-flex {
        width: 45%;
    }

    #about-me {
        padding: 0;
    }

    .about-me {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100vw;
        margin: auto;
    }

    .job-profile {
        flex: 6.5;
        padding: 0 2rem;
    }

    .profile-photo {
        display: block;
        flex: 3.5;
    }

    .profile-photo img {
        display: block;
        width: 100%;
        height: auto;
    }

    #about-me p {
        line-height: 2rem;
    }
}

/* =============================================== GRAND ECRAN ================================================ */

@media (min-width: 1440px) {
    #video-splashscreen-desktop-small {
        display: none;
    }

    #video-splashscreen-desktop-big {
        display: block;
    }

    #form-body {
        width: 50%;
    }

    .services img {
        height: 350px;
    }

    .job-profile {
        padding: 0 4rem;
    }

    .about-me {
        width: 80vw;
    }

}

/* =============================================== ECRAN TRES LARGE ================================================ */

@media (min-width: 1600px) {
    #form-body {
        width: 40%;
    }
}

/* =============================================== ECRAN 2k et + ================================================ */

@media (min-width: 2160px) {

}

