/****************************************************************************************************************/
/********************************************** common **********************************************************/
/****************************************************************************************************************/

body
{
    padding: 0;
    margin: 0;
    height: 100%;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: white;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

html
{
    height: 100%;
}

@font-face 
{    
    font-family: Capture_it;
    src: url(Fonts/Capture_it.ttf) format('truetype');
}

.blok
{
    background-color:rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 20px;
    color: black;
    padding: 20px;
    text-align: center;
    font-family: Capture_it;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    float: left;
    box-sizing: border-box;
}

#red
{
    color: #c11b1b;
    font-weight: bold;
}

hr
{
    border: none;
    height: 1px;
    background-color: #c11b1b;
}

.textblok
{
    margin-top: 20px;
}

#titletext
{
    font-size: 24px;
}

#text, #partenariat td
{
    color: black;
    font-family: cursive;
    text-align: justify;
    font-size: 14px;
}

#footerimage
{
    width: 100%;
    margin-bottom: -4px;
    margin-top: 30px;
}

.youtubeVid
{
    width: calc(60% - 40px);
    height: 500px;
    margin: 20px;
    /* left: calc(50% + 20px);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
}

/****************************************************************************************************************/
/******************************************** homepage **********************************************************/
/****************************************************************************************************************/

#home
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    background-color: black;
}

.center
{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

#opacity
{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

#bordertitle
{
    left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    width: 50%;
    border: 2px dotted beige;
    border: none;
    padding: 20px;
}

#title
{
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    width: calc(100% - 40px);
    color: #c11b1b;
    padding: 20px;
    text-align: center;
    font-family: Capture_it;
}

#bigtitletext
{
    font-size: 48px;
}

#languageBtn
{
    position: relative;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 60%;
    padding: 20px;
}

.btn
{
    height: 50px;
    color: black;
    font-family: Capture_it;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    margin: 10px;
    width: calc(calc(100% - 60px) / 3);
    float: left;
    transition: background-color 0.5s;
}

.btn:hover
{
    background-color: #c11b1b;
    cursor: pointer;
    transition: background-color 0.5s;
}

.active
{
    background-color: #c11b1b;
}

#bow
{
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/****************************************************************************************************************/
/******************************************** header ************************************************************/
/****************************************************************************************************************/

header
{
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    border-bottom: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
    height: 65px;
}

h1
{
    margin: 0;
    padding: 15px;
    font-size: 30px;
    font-family: Capture_it;
    font-weight: normal;
    color: black;
}

.middle
{
    display: table;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#download
{
    padding: 20px;
    /*display: table;*/
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    font-size: 24px;
}

#backbtn
{
    padding: 20px;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    font-size: 24px;
}

.insta, .leetchi, .facebook
{
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: 10px;
}

.insta
{
    /* right: 0; */
    left: 0;
}

.leetchi
{
    left: 0;
}

.facebook
{
    right: 0;
    /* bottom: 65px; */
}

/****************************************************************************************************************/
/***************************************** blok explication 4l trophy *******************************************/
/****************************************************************************************************************/

#trophy
{
    width: calc(50% - 40px);
}

#carte
{
    width: calc(40% - 40px);
    float: left;
    margin: 20px;
}

#carte:hover
{
    opacity: 0.6;
}

#quote
{
    float: right;
    margin-right: -20px;
    margin-bottom: -21px;
    font-family: Capture_it;
    width: 60%;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    text-align: center;
}

/****************************************************************************************************************/
/***************************************** association **********************************************************/
/****************************************************************************************************************/

#association
{
    width: calc(30% - 40px);
    width: calc(30% - 40px);
    padding: 0;
}

#associationblok
{
    margin: 20px;
}

#logoassociation
{
    width: 150px;
    float: right;
    margin-left: 20px;
    border-radius: 50%;
}

#logoassociation:hover
{
    opacity: 0.6;
}

#enfantsimg
{
    width: 100%;
    position: absolute;
    left: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

/****************************************************************************************************************/
/********************************************* medias ***********************************************************/
/****************************************************************************************************************/

#medias
{
    width: calc(20% - 40px);
}

#mediasimg
{
    
    margin-bottom: -24px;
    width: calc(100% + 40px);
}

#mediasimg:hover
{
    opacity: 0.6;
}

/****************************************************************************************************************/
/******************************************** equipage **********************************************************/
/****************************************************************************************************************/

#equipageimg
{
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

#thierry, #louis, #zoe
{
    width: calc(30% - 20px);
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
    background-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    /* border-radius: 20px; */
}

#thierry
{
    float: left;
    /* border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; */
}

#louis
{
    float: right;
    /* border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; */
}

#zoe
{
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

/****************************************************************************************************************/
/******************************************** nous aider ********************************************************/
/****************************************************************************************************************/

#nousaider
{
    width: calc(70% - 40px);
}

#partenariat
{
    width: 100%;
    border-collapse: collapse;
}

#partenariat td:first-child
{
    border-right: 1px solid #c11b1b;
}

#partenariat th
{
    border-bottom: 1.5px solid #c11b1b;
    padding-bottom: 8px;
    font-weight: normal;
}

#partenariat td
{
    padding-top: 10px;
    text-align: left;
    width: 50%;
}

#partenariat td:last-child
{
    padding-left: 10px;
}

#intropartenariat
{
    margin-bottom: 20px;
}

#emplacementsbtn
{
    width: 90%;
    height: 30px;
    background-color: #c11b1b;
}

#emplacementsbtn:hover
{
    cursor: pointer;
    background-color: rgba(255, 0, 0);
}

#emplacementimg
{
    margin: 15px;
    margin-bottom: 0;
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

#emplacementstable th,
#emplacementstable td
{
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

#emplacementstable th
{
    font-weight: normal;
    background-color: #c11b1b;
    color: white;
}

#emplacementstable td
{
    font-family: cursive;
    font-size: 14px;
}

#emplacementstable
{
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
}

#emplacementstable tr:nth-child(even)
{
    background-color: #f2f2f2;
}

#emplacementstable tr:nth-child(odd)
{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#emplacementstable th:first-child,
#emplacementstable td:first-child,
#emplacementstable th:last-child,
#emplacementstable td:last-child
{
    text-align: center;
    width: 15%;
}

#emplacementsBody
{
    background-image: url(Images/Background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.table
{
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 880px;
    max-width: 90%;
}

.fa-check
{
    color: green;
}

.fa-close
{
    color: red;
}

#nousaider li,
#nousaider .fa-check
{
    list-style: none;
    color: black;
    font-style: italic;
}

#nousaider .fa-check
{
    margin-right: 10px;
    margin-left: 15px;
}

/****************************************************************************************************************/
/******************************************** budget ************************************************************/
/****************************************************************************************************************/

#budget
{
    width: calc(30% - 40px);
}

canvas
{
	width: 100%;
}

/****************************************************************************************************************/
/******************************************** contact ***********************************************************/
/****************************************************************************************************************/

#contact
{
    width: calc(60% - 40px);
    /* left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
}

#contactbtn
{
    width: calc(60% - 60px);
    height: 30px;
    margin-bottom: 2em;
    float: none;
    background-color: #c11b1b;
}

#contactbtn:hover
{
    cursor: pointer;
    background-color: rgba(255, 0, 0);
}

label
{
    float: left;
}

.divemail,
.divsubject,
.divmessage
{
    box-sizing: border-box;  
}

.divemail,
.divsubject
{
     width: 40%;
}

.divemail
{
    float: left;
}

.divsubject
{
    float: right;
}

.divmessage
{
    width: 60%;
    clear: both;
    padding: 30px;
    margin: 0 auto;
}

#email,
#subject,
#message
{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
}

#message
{
    resize: none;
}

#mailLink
{
	color: black;
	text-decoration: none;
}

video
{
    width: calc(40% - 40px);
    right: 0;
    height: auto;
    max-height: 100vh;
    float: right;
    margin: 20px;
}

/****************************************************************************************************************/
/******************************************** responsive ********************************************************/
/****************************************************************************************************************/

@media screen and (max-width: 950px)
{
    #text, #partenariat td, #emplacementstable td
    {
        font-family: sans-serif;
        font-size: 16px;
    }
    #bordertitle
    {
        border: none;
        padding: 0;
    }
    #bordertitle,
	#languageBtn
	{
		width: 85%;
	}
    #title
    {
        padding-bottom: 65px;
    }
	.btn
	{
		display: block;
        height: 40px;
        margin: 4px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
        font-size: 16px;
	}
    #bow
    {
        width: 50px;  
    }
	#trophy, #association, #medias, #crew, #nousaider, #budget, #contact
	{
		width: calc(100% - 40px);
	}
    #nousaider
    {
        padding-bottom: 40px;
    }
    #contact
    {
        position: relative;
        left: 0;
		-webkit-transform: none;
        transform: none;
    }
	#enfantsimg
	{
		position: relative;
	}
    #equipageimg
    {
        width: 100%;
    }
    #louis, #thierry, #zoe
    {
        width: 100%;
        margin: 0;
        border-radius: 0;
        float: none;
        margin-top: 10px;
    }
    #emplacementsbtn
    {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -4px;
    }
    .divemail, .divsubject, .divmessage, #contactbtn
    {
        width: 100%;
        padding: 0.5em 0;
        margin: 0;
    }
    .facebook, .insta, .leetchi
    {
        width: 50px;
        height: 50px;
    }
    .facebook
    {
        bottom: 0;
        right: calc(50% - 10px);
        transform: translateX(50%);
    }
    .youtubeVid
    {
        width: calc(100% - 40px);
        left: 50%;
    }

    video
    {
        width: calc(100% - 40px);
    }
}