@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

body {
    background: url('../img/background-empty.png') no-repeat center top fixed #e2e0e0;
    font-family: ''PT Sans', sans-serif';
}

/*General*/
.bold {
    font-weight: bold;
}

.fw-600 {
    font-weight: 600;
}

.bg-red {
    background: #e62951;
}

.bg-blue {
    background: #00aaaa;
}

.color-red {
    color: #e62951;
}

.color-blue {
    color: #00aaaa;
}

.nobr {
    white-space: nowrap
}

/*Top website*/
.blue-top {
    background: #00aaaa;
    height: 110px;
    width: 100%;
    transform: skewY(2deg);
    position: absolute;
    top: -40px;
    z-index: -1;
}

.underline {
    text-decoration: underline;
}

/*Retour au site*/
.button-back svg {
    width: 43px;
    height: 43px;
    display: inline-block;
    fill: #fff;
    -webkit-transition: fill 0.5s;
    margin-top: 10px;
}

.button-back:hover svg {
    fill: #e52950;
    -webkit-transition: fill 0.5s
}

.return-txt {
    display: none;
}

.return-txt-small {
    display: none;
}

.return-txt-smaller {
    display: none;
}

/*Site title + logo*/
.title-site {
    height: 65px;
    position: relative;
    display: inline-block;
    background-color: #e52950;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    padding: 5px 0px 0px 25px;
}

.title-site h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bolder;
}

.big-heart {
    transform: rotate(20deg);
    font-size: 30px;
}

.icon-crf {
    background: url('../img/logo-small.png') #fff;
    width: 106px;
    height: 65px;
    margin-left: -1px;
}

/*Voir vidéo*/
.scroll_down {
    clear: both;
    margin-top: 100px;
    display: block;
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    position: relative;
    z-index: 100;
}

.scroll_down img {
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 30px;
}

.scroll_down span {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
}

.scroll_down span::after {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    content: '';
    width: 61px;
    height: 42px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*Margin top site*/
.m-top-big {
    margin-top: 300px;
}

/*Block left*/
.title-block-header{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-weight: 40px;
}
.title-block {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.triangle-center {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 45px;
    border-color: #e62952 transparent transparent transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

.blue-box {
    background: #00aaaa;
    color: #fff;
    text-align: center;
    padding: 40px 20px 20px 20px;
    font-size: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}
.blue-box a{
    color: #fff;
}
.white-bg{
    background-color: #fff;
    color: #00aaaa ;
}
.btn-don {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #e62952;
    border: none;
    cursor: pointer;
    min-width: 150px;
    margin-top: 8px;
}

.btn-don span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}

.btn-don::before {
    position: absolute;
    content: "";
    background-color: #00aaaa;
    transition: 0.3s ease-out;
}

.btn-don span {
    color: #fff;

    transition: 0.2s;
}

.btn-don span:hover {
    color: #FFF;
    transition: 0.2s 0.1s;
}

/* 9. hover-slide-right */
.btn-don.hover-slide-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}

.btn-don.hover-slide-right:hover::before {
    width: 100%;
}

/*Block right fb*/
.block-fb-box {
    margin-top: 50px;
}

.ico-fb {
    background: url('../img/facebook-icon.png');
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.fb-box {
    background: #395398;
    color: #fff;
    text-align: center;
    padding: 40px 25px 35px 25px;
    font-size: 18px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}

.fb-box p {
    margin-bottom: 0px;
}

.fb-box a {
    color: #fff;
    font-weight: bold;
}

/*Title projects*/
.title-projects {
    text-align: center;
    background: #e62954;
    width: 320px;
    padding: 10px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 81%);
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 81%);
    margin-top: 30px;
}

.title-projects h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

/*Blue bottom*/
.blue-bottom {
    background: #00aaaa;
    height: 300px;
    clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0 74%);
    -webkit-clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0 74%);
    margin-top: 100px;
    position: relative;
    z-index: 5;
}

/*Block project*/
.bg-gris {
    background: #e2e0e0;
    margin-top: -200px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.blocks-project {
    margin-top: -300px;
    position: relative;
    z-index: 10;
}

.title-block-project {
    text-align: left;
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 81%);
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 81%);
    margin-top: 30px;
    padding-left: 25px;
    position: relative;
    z-index: 15;
}

.title-block-project h3 {
    font-weight: bold;
    font-size: calc(1.3rem + 2vw);
    padding-top: 5px;
}

.img-block-project {
    margin-top: -25px;
}

.content-block-project {
    font-size: 18px;
    color: #fff;
    padding: 25px;
    display: none;
}

.see_more {
    text-align: center;
    margin-top: -60px;
    display: block;
}

.see_more i {
    font-size: 50px;
    -webkit-transition: all 0.5s;
}

.see_more.color-red:hover i {
    cursor: pointer;
}

.see_more.color-blue:hover i {
    cursor: pointer;
}

/*Image video*/
.img-video {
    margin-top: 21px;
}

/*Tabs*/
.btn_tabs,
.btn_tabs_false {
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    position: relative;
    z-index: 15;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    font-weight: bold;
    font-size: calc(1.3rem + 2vw);
    height: 115px;
}

.btn_tabs_false {
    cursor: initial;
}


.simple-line {
    line-height: 115px;
}

.double-line {
    padding-top: 15px;
}

.btn_tabs:hover {
    text-decoration: none;
    color: #fff;
}

.btn_tabs.bg-blue:hover {
    background: #e52950;
}

.btn_tabs.bg-red:hover {
    background: #00aaaa;
}

#tabs a.btn_tabs {
    display: block;
    text-decoration: none;
}

.container-tabs {
    margin-top: 20px;
}

.container-tabs a {
    text-decoration: underline;
    color: #00aaaa;
    -webkit-transition: color 0.5s;
}

.container-tabs a:hover {
    color: #e52950;
}

/*Footer*/
.footer {
    background-color: #e52950;
    text-align: center;
    color: #fff;
    min-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer p {
    margin-bottom: 0px;
}