body {
    background-color: #5ba0ad;
}

.row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

header {
    display: inline-flex;
    background-color: #e7e1db;
    padding-top: 0, 2px;
    padding-bottom: 0, 2px;
    text-align: center;
}

.tc {
    text-align: center;
    font-size: 2em;
    color: #fab95b;
    font-family: url(Typographie/fira-sans/FiraSans-Bold.otf), arial, sans-serif;
}

.menu2 {
    text-align: center;
    color: #fab95b;
    font-family: 'fira_sanssemibold', sans-serif;
}

ul {
    list-style-type: none;
    margin-bottom: 2px;
}

#Logo {
    float: left;
}

#motion {
    color: #294c74;
    font-family: 'ostrich_sansmedium', sans-serif;
}

#capture {
    color: #fab95b;
    font-family: 'ostrich_sansmedium', sans-serif;
}

li {
    margin-left: 10px;
    margin-right: 10px;
}

.menu {
    color: #294c74;
    padding-bottom: 0, 2px;
    font-family: 'fira_sanssemibold', sans-serif;

}

p {
    font-family: 'quicksandregular', sans-serif;
}

.typographie2 {
    font-family: 'ostrich_sansmedium', sans-serif;
}

.typographie {
    font-family: 'quicksandregular', sans-serif;
}

main {
    margin-bottom: 50px;
    margin-top: 30px;
}

.centreTexte {
    text-align: justify;
}

footer {
    background-color: #e7e1db;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.dropdown-item {
    transition: all .1s;
    /*overflow: hidden;*/
}



/*.dropdown-item::before{
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: #000;
    transition: all 1s ease-out;
}

.dropdown-item:hover::before, .dropdown-item:focus::before{
    transform: translateX(100%);
}*/



@font-face {
    font-family: 'quicksandregular';
    src: url('typographie/quicksand/quicksand-regular.otf') format('otf'),
        url('typographie/quicksand/quicksand-regular-webfont.woff2') format('woff2'),
        url('typographie/quicksand/quicksand-regular-webfont.woff') format('woff'),
        url('typographie/quicksand/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ostrich_sansmedium';
    src: url('typographie/ostrich/OstrichSans-Medium.otf') format('otf'),
        url('ostrich-regular-webfont.woff2') format('woff2'),
        url('ostrich-regular-webfont.woff') format('woff'),
        url('typographie/ostrich/ostrich-regular-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sanssemibold';
    src: url('typographie/fira_sans/FiraSans-SemiBlod.otf') format('otf'),
        url('typographie/fira_sans/firasans-semibold-webfont.woff2') format('woff2'),
        url('typographie/fira_sans/firasans-semibold-webfont.woff') format('woff'),
        url('typographie/fira_sans/firasans-semibold-webfont.svg#fira_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a.dropdown-item {
    color: #2F56B0;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .10s ease-out;
    transition: color .4s ease-out;
}

a.dropdown-item::after {
    background: #2F56B0;
    opacity: .2;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 100%;

    top: 0%;
    left: 0%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

a.dropdown-item:hover {
    color: #457DFB;
    right: 0;
    text-decoration: none;
}

a.dropdown-item:hover::after {
    left: 0;
    right: 0;
    border-color: #457DFB;
}

.techmocap {

    margin-left: 20px;
    margin-right: 20px;
}

form {
    padding-top: 20px;
}

.space {
    padding-bottom: 80px;
}



/* Cinéma */



.tj {
    text-align: justify;
}

.row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.space {
    padding-bottom: 50px;
}

hr {
    border-style: dashed;
}

.accordion-body {
    background: #f90;
    display: none;
}

.accordion-body.in {
    display: block;
}

.panel-default > .panel-heading {
    background-color: #000;
}


.marge {
    margin: 5px 25% 5px 25%;
}

#andy {
    width: 100%;
    height: 100%;
}

#jarjar {
    width: 100%;
    height: 100%;
}


#avatar {
    width: 100%;
    height: 100%;
    margin-left: 15em;
}

#tintin {
    width: 100%;
    height: 100%;
    margin-right: 4em;
}

#croc-blanc {
    width: 100%;
    height: 100%;
    margin-left: 15em;
}

figcaption {
    margin-left: 15em;
}


/* histoire */



.tj {
    text-align: justify;
}

.space {
    padding-bottom: 50px;
}

hr {
    border-style: dashed;
}

.accordion-body {
    background: #f90;
    display: none;
}

.accordion-body.in {
    display: block;
}

.panel-default > .panel-heading {
    background-color: #000;
}

button:hover {
    text-decoration: underline !important;
}

.marge {
    margin: 5px 20% 5px 20%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.center {
    text-align: center;
}

.tj {
    text-align: justify;
}

.space {
    padding-bottom: 50px;
}

hr {
    border-style: dashed;
}

.accordion-body {
    background: #f90;
    display: none;
}

.accordion-body.in {
    display: block;
}

.panel-default > .panel-heading {
    background-color: #000;
}

button:hover {
    text-decoration: underline !important;
}

.marge {
    margin: 5px 20% 5px 20%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.black {
    color: white;
    text-shadow: 0px 2px 2px #000000;
    font-style: italic oblique;

}

main ul {
    font-family: 'quicksandregular', sans-serif;
}

.intro {
    margin-left: 20px;
    margin-right: 20px;
}


@media only screen and (max-width: 720px) {
    .mobile-only {
        display:block !important;
    }
}

@media only screen and (max-width: 720px) {
    .desktop-only {
        display:none !important;
    }
}

@media only screen and (min-width: 721px) {
    .mobile-only {
        display:none !important;
    }
}

@media only screen and (min-width: 721px) {
    .desktop-only {
        display:block !important;
    }
}
} 