* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}
body{
    background-color: #c48d0b;
}
.wraplarg {
    display: grid;
    grid-template-columns: auto;
    width:100%;
    z-index: 1000;
}
.wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wraplarg h1,
.wrap h1{
    width: 100%;
    text-align: center;
}

h1 a,
a{
    text-decoration:none;
    color: black;
}
.wraplargsticky {
    top: 0;
    position:sticky;
    display: grid;
    grid-template-columns: auto;
    width:100%;
    z-index: 1000;
}

.footer{
    display: flex;
    justify-content: space-around;
    width: 100%;
    min-height: 100px;
    background-color: #c48d0b;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.col0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: #1b2e59;
}
.col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #1b2e59;
}
.col1 img{
    width: 70%;
}

.col2 {
    width: 100%;
    min-height: 100vh;
    background-color: #c48d0b;
}

.text {
    background-image: linear-gradient(to right  ,#1b2e59, #000000 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    
    font-family: 'Montserrat';
    padding-right: 150px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    padding-left: 100px;
}

.textb {
/*    background-image: linear-gradient(to right  ,#1b2e59, #000000 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/

    font-family: 'Montserrat';
    padding-right: 150px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    
    width: 100%;
    padding-left: 100px;
    color: white;
}

#texte_out,
.texte_out{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-family: 'Montserrat';
    min-height: 100vh;
    width: 100%;
    padding-left: 100px;  
    padding-right: 150px;
}

.text h1,
.textb h1{

    font-size: 3em;
    margin-bottom: 20px;
}

.text p,
.textb p{
    font-weight: 500;
    line-height: 25px;
}
.para{
    margin-bottom: 100px;
}


.media-logo img {
    margin-right: 10px;
    width: 30px;
}

@media only screen and (max-width: 1300px){
    .text,
#texte_out,
.texte_out{
        padding-right: 30px;
        padding-left: 80px;
    }
}
@media only screen and (max-width: 850px){
    .text,
#texte_out,
.texte_out{
        padding-right: 30px;
        padding-left: 30px;
    }
    .textb {
    padding-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 50px;
    color: white;
}
}
@media only screen and (max-width: 730px){
    .text {
        background-image: linear-gradient(to bottom  ,#1b2e59, #000000 );
    }
    .wraplarg{
        grid-template-columns: 1fr;
    }
    .wrap{
        grid-template-columns: 1fr;
    }
    .col1{
        min-height: 100%;
    }
    .col2{
        min-height: 100%;
    }
.wraplarg h1, .wrap h1 {
    width: 100%;
    text-align: center;
    font-size: 1em;
}    
    
    
    .text,
#texte_out,
.texte_out {
        padding-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 85%;
        height: 100%;
    padding-right: 10px; 
    padding-left: 10px;
    }
}
