/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
    box-sizing: border-box;
}



@font-face {
    font-family: 'Keep on Truckin';
    src: url('fonts/KeeponTruckin.eot');
    src: url('fonts/KeeponTruckin.eot?#iefix') format('embedded-opentype'),
        url('fonts/KeeponTruckin.woff2') format('woff2'),
        url('fonts/KeeponTruckin.woff') format('woff'),
        url('fonts/KeeponTruckin.ttf') format('truetype'),
        url('fonts/KeeponTruckin.svg#KeeponTruckin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat Alternates';
    src: url('fonts/MontserratAlternates-Regular.eot');
    src: url('fonts/MontserratAlternates-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MontserratAlternates-Regular.woff2') format('woff2'),
        url('fonts/MontserratAlternates-Regular.woff') format('woff'),
        url('fonts/MontserratAlternates-Regular.ttf') format('truetype'),
        url('fonts/MontserratAlternates-Regular.svg#MontserratAlternates-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amaranth-Regular';
    src: url('fonts/Amaranth-Regular.eot');
    src: url('fonts/Amaranth-Regular.eot') format('embedded-opentype'),
         url('fonts/Amaranth-Regular.woff2') format('woff2'),
         url('fonts/Amaranth-Regular.woff') format('woff'),
         url('fonts/Amaranth-Regular.ttf') format('truetype'),
         url('fonts/Amaranth-Regular.svg#Amaranth-Regular') format('svg');
}



body  {
   
background-image: url(../design/images/unikweb.jpg);
background-position: center;
background-size: 150%;
    
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
   
}



.txt {
    padding: 20px;
    color: #fff;
    font-family: Montserrat Alternates, sans-serif ;
    font-size:medium;
    line-height: 1.5;
}

.nom {
    text-align: center;
    font-size:22px;
}


#visuel {
    display: block;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


#visuel > div > a > img {
    width: 100%;
    padding: 25px;
    border-radius: 40px;
}

#visuel > div  {
    width: 100%;
}




#bclose {
    display: inline-block;
    text-align: center;
    width: 150px;
    padding: 25px;
    color: #D9D9D9;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    border: #fff solid 2px ;
    border-radius: 15px;

}


#bclose:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    border: red solid 2px; 
}


/* ----------------------------TABLETTE-------------------------------------------*/


@media screen and (max-width: 1024px) {



    
    #bclose {
        display: inline-block;
        text-align: center;
        width: 150px;
        padding: 25px;
        color: #D9D9D9;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: #fff solid 2px ;
        border-radius: 15px;
    
    }
    
    
    #bclose:hover {
        text-decoration: underline;
        border: red solid 2px; 
    }


   #visuel {
            display: block;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #visuel > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #visuel> div  {
            width: 100%;
        }





}



/* ----------------------------MOBILE-------------------------------------------*/


@media screen and (max-width: 510px) {



        #bclose {
        display: inline-block;
        text-align: center;
        width: 25%;
        padding: 15px;
        color: #D9D9D9;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: #fff solid 2px ;
        border-radius: 5px;
    
    }
    
    
    #bclose:hover {
        text-decoration: underline;
        border: red solid 2px; 
    }


            #visuel {
            display: block;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #visuel > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #visuel > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

    .flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
   
}

}


