﻿@import url(style1.css);
@import url('https://fonts.googleapis.com/css?family=Lato:300|Roboto+Condensed:100,300,400,700');

body {
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: small;
    background-image: url('Images/FondTW.png');
    background-position: center top;
}

.h1Turtle {
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgba(185, 136, 251,1);
}

.h2Turtle {
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 20px;
    word-wrap: hyphenate;
    hyphens: auto;
    text-align: center;
    padding-bottom: 40px;
    /*background-image: linear-gradient(180deg, rgba(212, 183, 251,0.3) 0%, rgba(212, 183, 251,0.0) 100%);*/
}

.ulTurtle {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 10px;
}

.liTurtle {
    padding-bottom: 10px;
}

.Tuile {
    float: left;
    width: 100%;
    /*border-color: blue;
    border-style: solid;
    border-width: 0.1em;
   padding-bottom:50px;*/
}

.ImageImg {
    float: left;
    display: block;
    background-image: linear-gradient(180deg, rgba(212, 183, 251,1) 0%, rgba(212, 183, 251,0.10) 100%);
    width: 90px;
    margin-right: 10px;
    /*padding-top:10px;
    padding-bottom:10px;*/
}

.ImageTitre {
    float: left;
    display: block;
    width: 300px;
    word-wrap: hyphenate;
    hyphens: auto;
    /*font-family: Verdana;
     font-size: 12px;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: rgba(185, 136, 251,1);
}

.ImageTexte {
    clear: both;
    /*hyphens: auto;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.Titre {
    color: rgba(38,135,149,1);
    font-weight: 400;
    font-size: 24px;
    /*margin-bottom:0px;*/
    height:18px;
}

.Texte {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.Link {
    color: rgba(38,135,149,1);
}

.RotationTurtle {
    margin: 0px;
    float: left;
    transform: rotate(270deg);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 34px;
    padding: 20px;
    background-image: linear-gradient(180deg, rgba(212, 183, 251,1) 0%, rgba(212, 183, 251,0.10) 100%);
    border-color: red;
    border-style: solid;
    border-width: thin;
}

.TCadreTurtle {
    background-color: white; /**/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0px 2px 30px blue;
    -moz-box-shadow: 0px 2px 30px blue;
    -ms-box-shadow: 0px 20px 30px blue;
    box-shadow: 0px 2px 30px blue;
}

    .TCadreTurtle .LogoL {
        height: 200px;
        width: 200px;
        margin-left: auto;
        border-width: 0px;
        float: left;
    }

    .TCadreTurtle .TitreC {
        height: 200px;
        width: 624px;
        margin-left: auto;
        border-width: 0px;
        float: left;
    }

    .TCadreTurtle .LogoR {
        height: 200px;
        width: 200px;
        margin-left: auto;
        border-width: 0px;
        float: left;
    }

    .TCadreTurtle .TMenuR {
        float: left;
        height: 200px;
        width: 140px;
        margin-left: auto;
        border: 0;
    }


.Header {
    position: relative;
    height: 300px;
}

    .Header .Enseign {
        position: absolute;
        left: 0px;
        top: 50px;
        z-index: 100;
        text-shadow: 5px 5px 5px #000000;
    }

.MenuH {
    position: absolute;
    left: 0px;
    top: 280px;
    font-size: 52px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(38,135,149,1);
    z-index: 100;
}

    .MenuH a {
        color: rgba(38,135,149,1);
        text-decoration: none;
        font-size: x-large;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .MenuH li {
        vertical-align: top;
        list-style-type: none;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 10px;
        margin-right: 10px;
        background-image: linear-gradient(180deg, rgba(212, 183, 251,1) 0%, rgba(212, 183, 251,0.5) 100%);
    }

        .MenuH li:hover {
            background-image: linear-gradient(180deg, rgba(212, 183, 251,0.3) 0%, rgba(212, 183, 251,1) 100%);
        }

.Content {
    /*clear: both;
    position:absolute;
    top:400px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    /*width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-color: blue;
    border-style: solid;
    border-width: 0.1em;*/
}

.Footer {
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(212, 183, 251,1);
     height: 20px;
   /*padding: 3px;
    width: 500px;*/
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 30px blue;
    -moz-box-shadow: 0px 2px 30px blue;
    -ms-box-shadow: 0px 20px 30px blue;
    box-shadow: 0px 2px 30px blue;
}

.modalTitre {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    background-color: rgba(212, 183, 251,0.3);
    color: rgba(38,135,149,1);
    text-align: center;
    height: 40px;
    padding: 0px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px; /**/
}

.modalPopup p {
    padding: 5px;
}

.modalPopup a {
    text-decoration: none;
    color: black;
}
