
/* RESPONSIVE SMARTPHONE */

@media (max-width: 1000px)
{

	.computer, .socialnet, header #subnav form, #presentation:before, #sticky-posts:before, i.fa-arrow-down, #sidebar #last-tweets, #list-articles #sidebar, .menu-header-container ul li.logoComputer, header nav li.menu-item-has-children:hover > ul.sub-menu
	{
		display: none;
	}

	.responsive
	{
		display: block;
	}

	.boxed
	{
		width: 90%;
	}

	header
	{
		position: fixed;
		background: transparent;
		/*background: rgba(255, 255, 255, 0.4);*/
		height: 75px;
	}

	header #subnav
	{
		position: relative;
		width: 90%;
		padding: 0 5%;
		z-index: 2;
	}

	header #subnav .inner
	{
		float: none;
	}

	header #subnav .inner a
	{
		font-size: 11px;
		margin-right: 5px;
	}

	nav
	{
		position: absolute;
		width: 100%!important;
		height: 75px;
		top: 0px;
		right: 0;
		z-index: 1;
		background: rgba(255, 255, 255, 0.6);
		visibility: visible!important;
	}

	#dl-menu
	{
		display: block;
		z-index: 1
	}

	.dl-menuwrapper
	{
		width: 100%;
		/*max-width: 185px;*/
		float: left;
		position: relative;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		-webkit-perspective-origin: 50% 200%;
		perspective-origin: 50% 200%;
	}

	.dl-menuwrapper:first-child
	{
		margin-right: 100px;
	}

	.dl-menuwrapper button
	{
		background: none;
		border: none;
		width: auto;
		padding: 0;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		outline: none;
		color: black;
		font-size: 15px;
		font-weight: bold;
		margin: 15px 0 0 5%;
		text-transform: uppercase;
	}

	.dl-menuwrapper button i
	{
		margin-right: 5px;
	}

	.dl-menuwrapper ul
	{
		background: white;
	}

	.dl-menuwrapper button:after
	{
		content: '';
		position: absolute;
		width: 68%;
		height: 12px;
		background: url('') no-repeat;
		top: 17px;
		left: 23px;
	}

	.head-page .dl-menuwrapper button:after
	{
		background: url('') no-repeat;
	}

	.dl-menuwrapper ul
	{
		padding: 0;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.dl-menuwrapper li
	{
		position: relative;
		margin: 10px 0 0;
		padding-bottom: 0;
		float: left;
		clear: both;
	}

	.dl-menuwrapper li.menu-item-3179
	{
		margin: 10px 0 0;
	}

	.dl-menuwrapper li:first-child
	{
		padding-top: 0px;
	}

	.dl-menuwrapper li:last-child
	{
		padding-bottom: 10px;
	}

	.dl-menuwrapper li a
	{
		display: block;
		position: relative;
		padding: 5px 10px 5px 10px;
		font-size: 13px;
		font-weight: bold;
		color: black;
		outline: none;
		text-align: left;
	}

	.dl-menuwrapper li a:first-letter
	{
		text-transform: capitalize;
	}

	.no-touch .dl-menuwrapper li a:hover
	{
		background: rgba(255,248,213,0.1);
	}

	header nav li ul.sub-menu li ul.sub-menu
	{
		margin: 0!important;
	}

	.dl-menuwrapper li.dl-back:after
	{
		left: 10px;
		color: rgba(212,204,198,0.3);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.dl-menuwrapper li > a:after
	{
		right: 10px;
		color: rgba(0,0,0,0.15);
	}

	.dl-menuwrapper .dl-menu
	{
		margin: 17px 0 0 20px;
		position: absolute;
		width: 250px;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.dl-menuwrapper .dl-menu.dl-menu-toggle
	{
		transition: all 0.3s ease;
	}

	.dl-menuwrapper .dl-menu.dl-menuopen
	{
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.dl-menuwrapper li .dl-submenu
	{
		display: none;
		position: relative;
		background: transparent;
		border: 0;
		width: auto;
		text-align: left;
		margin: 0;
		padding: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.dl-menuwrapper li .dl-submenu li
	{
		padding: 0;
	}

	ul.sub-menu
	{
		margin-left: 0!important;
	}

	.dl-menu.dl-subview li,
	.dl-menu.dl-subview li.dl-subviewopen > a,
	.dl-menu.dl-subview li.dl-subview > a
	{
		display: none;
	}

	.dl-menu.dl-subview li.dl-subview,
	.dl-menu.dl-subview li.dl-subview .dl-submenu,
	.dl-menu.dl-subview li.dl-subviewopen,
	.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
	.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li
	{
		display: block;
	}

	li.dl-back
	{
		border-bottom: 1px solid var(--grey);
		padding-bottom: 5px!important;
		margin-bottom: 10px!important;
	}

	li.dl-back a
	{
		color: var(--red);
	}

	li.dl-back a:before
	{
		display: inline-block;
		content: '\f0d9';
		font-family: 'Font Awesome 5 Pro', sans-serif;
		margin: 0 5px 0 0;
	}

	.dl-menuwrapper > .dl-submenu
	{
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
		margin: 0;
	}

	.dl-menu.dl-animate-out-2
	{
		-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
		animation: MenuAnimOut2 0.3s ease-in-out;
	}

	@-webkit-keyframes MenuAnimOut2
	{
		0%
		{
			
		}
		100%
		{
			-webkit-transform: translateX(-100%);
			opacity: 0;
		}
	}

	@keyframes MenuAnimOut2
	{
		0%
		{
			
		}
		100%
		{
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
			opacity: 0;
		}
	}

	.dl-menu.dl-animate-in-2
	{
		-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
		animation: MenuAnimIn2 0.3s ease-in-out;
	}

	@-webkit-keyframes MenuAnimIn2
	{
		0%
		{
			-webkit-transform: translateX(-100%);
			opacity: 0;
		}
		100%
		{
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}

	@keyframes MenuAnimIn2
	{
		0%
		{
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
			opacity: 0;
		}
		100%
		{
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
			opacity: 1;
		}
	}

	.dl-menuwrapper > .dl-submenu.dl-animate-in-2
	{
		-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
		animation: SubMenuAnimIn2 0.3s ease-in-out;
	}

	@-webkit-keyframes SubMenuAnimIn2
	{
		0%
		{
			-webkit-transform: translateX(100%);
			opacity: 0;
		}
		100%
		{
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}

	@keyframes SubMenuAnimIn2
	{
		0%
		{
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 0;
		}
		100%
		{
			-webkit-transform: translateX(0px);
			transform: translateX(0px);
			opacity: 1;
		}
	}

	.dl-menuwrapper > .dl-submenu.dl-animate-out-2
	{
		-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
		animation: SubMenuAnimOut2 0.3s ease-in-out;
	}

	@-webkit-keyframes SubMenuAnimOut2
	{
		0%
		{
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100%
		{
			-webkit-transform: translateX(100%);
			opacity: 0;
		}
	}

	@keyframes SubMenuAnimOut2
	{
		0%
		{
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
			opacity: 1;
		}
		100%
		{
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 0;
		}
	}

	.no-js .dl-menuwrapper .dl-menu
	{
		position: relative;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.no-js .dl-menuwrapper li .dl-submenu
	{
		display: block;
	}

	.no-js .dl-menuwrapper li.dl-back
	{
		display: none;
	}

	.no-js .dl-menuwrapper li > a:not(:only-child)
	{
		background: rgba(0,0,0,0.1);
	}

	.no-js .dl-menuwrapper li > a:not(:only-child):after
	{
		content: '';
	}

	.wpml-ls-statics-shortcode_actions
	{
		margin: 11px calc(5% - 7px) 0 0!important;
	}

	.wpml-ls-statics-shortcode_actions ul
	{
		background: transparent;
	}

	.wpml-ls-statics-shortcode_actions ul li
	{
		display: inline-block;
		clear: none;
		padding: 0!important;
		margin: 0;
	}

	.wpml-ls-statics-shortcode_actions ul li a
	{
		padding: 7px!important;
	}

	#bg-index, #bg-index.page, #bg-index.single
	{
		margin-top: 24px;
		height: 40vh;
	}

	#bg-index .owl-carousel
	{
		position: absolute;
		height: 100%;
	}

	#bg-index .owl-carousel .owl-stage-outer, #bg-index .owl-carousel .owl-stage, #bg-index .owl-carousel.owl-drag .owl-item, #bg-index .owl-carousel.owl-drag .owl-item .item
	{
		height: 100%;
	}

	#bg-index .owl-carousel.owl-drag .owl-item img
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#bg-index #logoCA
	{
		height: 30vh;
	}

	#bg-index #logoCA img
	{
		left: 70%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#presentation
	{
		padding: 20px 0 30px;
	}

	#presentation .boxed
	{
		width: 90%;
	}

	#presentation h1, #sticky-posts h2.title, #productions h2.title
	{
		font-size: 35px;
	}

	#presentation p
	{
		font-size: 15px;
	}

	#posts
	{
		overflow-x: initial;
		padding: 0 0 0px;
	}

	#actus .boxed
	{
		height: auto;
	}

	#actus .col
	{
		float: none;
		width: calc(100% - 40px);
		height: auto;
		vertical-align: initial;
		margin-bottom: 30px;
		box-shadow: 0 0 20px 5px rgba(45,48,55,.1);
		border-radius: 10px;
		padding: 20px;
	}

	#actus .col .centerHV
	{
		position: relative;
		width: 100%;
		top: initial;
		left: initial;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	article.container, #sticky-posts article.container:nth-child(even), #list-articles article.container:nth-child(even)
	{
		flex-direction: column;
	}

	#sticky-posts article.container .left, article.container .right
	{
		width: 100%;
	}

	article.container .right .text
	{
		width: 100%;
		margin: 25px 0 0;
	}

	#sticky-posts article.container:nth-child(even) .right .text, #list-articles article.container:nth-child(even) .right .text
	{
		float: none;
		text-align: left;
		margin: 25px 0 0;
	}

	#sticky-posts article.container:nth-child(even) .right .text a, #list-articles article.container:nth-child(even) .right .text a
	{
		float: none;
	}

	#sticky-posts article.container:nth-child(even) .right .text h2, #list-articles article.container:nth-child(even) .right .text h2
	{
		text-align: left;
	}

	#sticky-posts h2.title, #productions h2.title
	{
		margin-bottom: 25px;
	}

	#productions
	{
		padding-bottom: 50px;
	}

	#productions .col
	{
		width: 100%;
		margin: 0 0 25px;
	}

	#productions .col:last-child
	{
		background: var(--red);
		width: 100%;
	}

	#productions .col:last-child a
	{
		color: white;
	}

	#actu-index
	{
		width: calc(100% - 40px);
		top: initial;
		bottom: 0;
		right: 0;
		padding: 15px 20px;
		border-radius: 0;
	}
	
	#important
	{
		width: calc(100% - 40px);
		top: initial;
		bottom: 0;
		right: 0;
		padding: 10px 20px;
		border-radius: 0;
	}
	


	#bg-index.page .bg
	{
		position: absolute;
	}

	#bg-index.page h1, #bg-index.single h1
	{
		bottom: initial;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#presentation
	{
		padding: 40px 0 0;
	}

	#presentation.page .boxed
	{
		text-align: left;
	}

	#content .inner, #content.pedago .inner
	{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	#content .inner #side-left, #content.pedago .inner #side-left
	{
		position: relative;
		/*display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;*/
		float: none;
		width: 100%;
		top: 0;
		margin-left: 0;
		border: 0;
		padding: 0;
		/*display: none;*/
	}

	#content .inner #side-left p.postmetadata, #content.pedago .inner #side-left p.postmetadata
	{
		border-top: 3px solid var(--red);
		padding-top: 10px;
		margin: 20px 0 0;
	}

	#content .inner p.postmetadata span
	{
		display: inline-block;
		margin-right: 10px;
	}

	#content .inner #side-left #sommaire
	{
		display: none;
	}

	#content .inner #sommaire
	{
		margin-top: 0;
	}

	#content .inner .boxed, #content.pedago .inner .boxed
	{
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
	}

	#content.pedago .inner .boxed iframe
	{
		height: 300px;
	}

	#content .inner .boxed #articles-relation .flexSingle
	{
		flex-direction: column;
	}

	#content .inner .boxed #articles-relation a
	{
		width: 100%;
		margin: 0 0 3% 0;
	}

	#content .inner .boxed #articles-relation a img
	{
		height: 220px;
	}

	#content .inner .boxed .col3
	{
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.owl-carousel.owl-drag .owl-item .item
	{
		height: auto;
	}

	#list-articles .inner
	{
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#content.marginTop
	{
		margin-top: 60px;
	}

	#content .inner .boxed #articles-relation.catRel a, #content.pedago .inner .boxed #articles-relation.catRel a
	{
		width: 100%;
		margin-bottom: 3%;
	}

	.inner label.dualcol
	{
		width: 100%;
	}

	#bg-index.page h1
	{
		font-size: 25px;
		top: calc(50% + 37px);
		left: initial;
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 90%;
		padding: 0 5%;
	}

	#content .inner .boxed.centpourcent
	{
		width: 100%;
		margin: 0;
	}

	.flex.jpo2021.colonnes3 .col, .flex.jpo2021.colonnes2 .col
	{
		flex-basis: 100%;
	}

	#sidebar
	{
		float: none;
		width: 90%;
		margin: 50px auto 0;
	}

	#sidebar section
	{
		width: calc(100% - 40px);
	}

	#sidebar #newsletter
	{
		width: 100%;
	}

	.foot-sponsors #part1, .foot-sponsors #part2
	{
		width: 100%;
	}

	.foot-sponsors #part1b .item img
	{
		max-height: 35px;
	}

	.foot-sponsors #part2 .item img
	{
		max-height: 40px;
	}

	footer
	{
		padding: 50px 0 390px;
	}

	footer .boxed
	{
		flex-direction: column;
	}

	footer .liens-foot
	{
		width: 100%;
	}
	

	footer .right
	{
		margin: 0;
		align-self: initial;
	}

	

}

/*! This file is auto-generated */

.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}