<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Verti by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		line-height: 2.25em;
	}

	h2
	{
		font-size: 2.25em;
		margin: 0.5em 0 0.5em 0;
		line-height: 1em;
	}
	
	h3
	{
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}
	
	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			font-size: 1.35em;
			padding: 0.6em 1.5em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 2.1em;
				padding: 0.8em 0.9em;
			}

			.button.big.100
			{
				width:100%;
			}
			
			.button.icon
			{
			}

				.button.icon:before
				{
					margin-right: 0.5em;
					top: 0.05em;
				}


		table
		{
			/*width: 500px;*/
		}

	/* Box */	
	
		.box
		{
			padding: 2em;
		}
			
			.box.feature
			{
				padding: 0;
			}
				
				.box.feature .inner
				{
					padding: 2.5em 2em 2em 2em;
				}
				
				.box.feature h2
				{
					
				}

				.box.feature h2 strong
				{
					color: #791e7d;
			
				}
				
				.box.feature p
				{
					margin: 0;
				}

				.box.feature .image
				{
					position: relative;
					margin: 0;
				}

					.box.feature .image img
					{
						border-bottom-left-radius: 0;
						border-bottom-right-radius: 0;
					}
	.banner_rouge{
		width:280px;
	}


/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .grid
			{
				margin: 0 0 3em 0;
			}

			.widget.thumbnails .image
			{
				margin: 0;
			}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		/*padding: 4.5em 0 1em 0;*/
	}
	
	#features-wrapper
	{
		padding: 1em 0 3em 0;
	}
	
	#main-wrapper
	{
		padding: 2em 0 5em 0;
	}
	
	#footer-wrapper
	{
		padding: 6em 0 8em 0;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#header
	{
		position: relative;
		/*background:url('images/couple.png') no-repeat 35% ;*/
	}



		#logo span
		{
		 /*
			
			letter-spacing: 0.025em;
			font-size: 0.9em;
			*/
			letter-spacing: 0.1em;
			font-size: 1.1em;			
		}

.account {
    display: block;
    width: 165px;
    height: 43px;
    background: url(https://www.couple-coquin.com/images/menu-li.gif) left -39px repeat-x;
    position: absolute;
    bottom: -45px;
    right: 0;
    text-align: left;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}
.account strong.foo {
    display: inline-block;
    font-size: 15px;
    line-height: 43px;
    color: #791e7d;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-left: 60px;
    background: url(https://www.couple-coquin.com/images/pic-10.png) 12px 5px no-repeat;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/


	#banner
	{
		padding: 2.8em;
	}

		#banner h2
		{
			font-size: 3em;
			margin: 0.1em 0 0.6em 0;
		}

		#banner h3
		{
			font-size: 2.25em;
			font-weight:normal;
			color: #791e7d; 
			
		}
		#banner h4
		{
			font-size: 1em;
			line-height:1.2em;
		}
		
		#banner .button
		{
			width: 100%;
			margin-bottom: 0.5em;
		}
		
			#banner .button.icon:before
			{
				position: absolute;
				right: 0.15em;
				top: 50%;
				margin-top: -0.5em;
			}

		#banner .button.alt
		{
			margin-bottom: 0;
		}
		
		#banner ul
		{
			margin: 0 0 0 2em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
	#copyright
	{
		padding: 4em 0 0 0;
		text-align: center;
	}
	
</pre></body></html>